/* 2026-08-03 — final layout fixes loaded after styles.css
   Purpose: keep event copy above videos, align Attensi/Virtual Selling width,
   and show objective texts as readable separated blocks. */

body #store-activations-event .project-detail-body {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: clamp(2.2rem, 4vw, 4.8rem) !important;
}

/* 2026-08-03 — Management + Attensi visual refinement */
body .management-profile-intro {
  display: none !important;
}

body .service-leader-kicker {
  margin: 0 0 clamp(0.45rem, 0.9vw, 0.75rem) !important;
  font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(0.72rem, 0.85vw, 0.9rem) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: currentColor !important;
  opacity: 0.58 !important;
}

body .service-leader-points h4 {
  margin: 0 0 clamp(0.55rem, 0.9vw, 0.8rem) !important;
  font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(0.72rem, 0.85vw, 0.9rem) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: currentColor !important;
}

body .service-leader-headline h3 {
  margin-top: 0 !important;
}

/* 2026-08-03 — Mon parcours: Mon approche + expérience in one section */
body .foundation-section .foundation-content > h2 {
  margin-bottom: clamp(2.2rem, 4.5vw, 4.8rem) !important;
}

body .foundation-subsection-title {
  margin: 0 0 clamp(1.4rem, 2.8vw, 2.4rem) !important;
  font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(0.78rem, 0.95vw, 1rem) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: currentColor !important;
}

body .foundation-experience-block {
  width: 100% !important;
  margin-top: clamp(4rem, 8vw, 7rem) !important;
  padding-top: clamp(2.6rem, 5vw, 4.8rem) !important;
  border-top: 0.5px solid rgba(255, 255, 255, 0.18) !important;
}

body .foundation-experience-block .method-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body .foundation-experience-block .method-content > h3 {
  display: grid !important;
  gap: 0.04em !important;
  margin: 0 !important;
  font-family: var(--font-bold, "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(2.6rem, 7.8vw, 7rem) !important;
  font-weight: 800 !important;
  line-height: 0.92 !important;
  letter-spacing: -0.08em !important;
  color: currentColor !important;
}

body .foundation-experience-block .method-intro {
  max-width: min(100%, 74rem) !important;
}

body .foundation-experience-block .method-steps h4 {
  margin: 0 0 0.55rem !important;
  font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(0.92rem, 1.08vw, 1.12rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

@media (max-width: 760px) {
  body .foundation-experience-block .method-content > h3 {
    font-size: clamp(2.4rem, 14vw, 4.9rem) !important;
  }
}

/* 2026-08-04 — Projets VM: nouvel ordre demandé + contact équilibré */
body .project-detail-list {
  display: flex !important;
  flex-direction: column !important;
}

body .project-detail-list #seasonal-vm {
  order: 1 !important;
}

body .project-detail-list #licenses-fixture-rollout {
  order: 2 !important;
}

body .project-detail-list #district-vm-support {
  order: 3 !important;
}

body .project-detail-list #store-activations-event {
  order: 4 !important;
}

body .contact .contact-links {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100% !important;
}

body .contact .contact-links a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  padding-inline: clamp(0.75rem, 2vw, 1.4rem) !important;
  text-align: center !important;
}

body .contact .contact-links a:first-child {
  padding-left: clamp(0.75rem, 2vw, 1.4rem) !important;
}

body .contact .contact-links a:last-child {
  padding-right: clamp(0.75rem, 2vw, 1.4rem) !important;
}

@media (max-width: 760px) {
  body .contact .contact-links {
    grid-template-columns: 1fr !important;
  }

  body .contact .contact-links a {
    justify-content: flex-start !important;
    text-align: left !important;
    border-right: 0 !important;
  }
}

/* 2026-08-03 — keep Attensi Europe and Virtual Selling aligned to page width */
body .expertise-panel-slot .method-horizontal,
body .expertise-panel-slot .method-track,
body .expertise-panel-slot .method-panel,
body .expertise-panel-slot .method-panel-text,
body .expertise-panel-slot .method-panel-media {
  width: min(100%, 1180px) !important;
  max-width: min(100%, 1180px) !important;
  margin-inline: auto !important;
}

body .expertise-panel-slot #attensi-europe,
body .expertise-panel-slot #virtual-selling {
  justify-self: center !important;
}

body .expertise-panel-slot #attensi-europe p,
body .expertise-panel-slot #virtual-selling p {
  max-width: min(100%, 74rem) !important;
}

body #attensi-europe .virtual-selling-objectives,
body #virtual-selling .virtual-selling-objectives {
  align-items: stretch !important;
}

body #attensi-europe .virtual-selling-objectives li + li::before,
body #virtual-selling .virtual-selling-objectives li + li::before {
  top: 0 !important;
  bottom: 0 !important;
  height: 100% !important;
  min-height: 100% !important;
}

body .attensi-gallery-panel .attensi-gallery {
  gap: clamp(3rem, 6vw, 6.5rem) !important;
}

body .attensi-gallery-panel .attensi-visual-group {
  width: min(100%, 68rem) !important;
  justify-self: center !important;
}

body .attensi-grid-three,
html.has-gsap-scroll body .method-horizontal .attensi-grid-three,
body .attensi-grid-four,
html.has-gsap-scroll body .method-horizontal .attensi-grid-four {
  gap: clamp(0.9rem, 1.6vw, 1.55rem) !important;
}

body .attensi-grid-three img:nth-child(1),
html.has-gsap-scroll body .method-horizontal .attensi-grid-three img:nth-child(1) {
  grid-column: 1 / span 8 !important;
}

body .attensi-grid-three img:nth-child(2),
html.has-gsap-scroll body .method-horizontal .attensi-grid-three img:nth-child(2) {
  grid-column: 5 / span 8 !important;
}

body .attensi-grid-three img:nth-child(3),
html.has-gsap-scroll body .method-horizontal .attensi-grid-three img:nth-child(3) {
  grid-column: 1 / span 12 !important;
}

body .attensi-grid-four img:nth-child(1),
html.has-gsap-scroll body .method-horizontal .attensi-grid-four img:nth-child(1),
body .attensi-grid-four img:nth-child(3),
html.has-gsap-scroll body .method-horizontal .attensi-grid-four img:nth-child(3) {
  grid-column: 1 / span 6 !important;
}

body .attensi-grid-four img:nth-child(2),
html.has-gsap-scroll body .method-horizontal .attensi-grid-four img:nth-child(2),
body .attensi-grid-four img:nth-child(4),
html.has-gsap-scroll body .method-horizontal .attensi-grid-four img:nth-child(4) {
  grid-column: 7 / span 6 !important;
}

body .attensi-gallery-panel .attensi-group-training {
  width: min(100%, 78rem) !important;
}

body .attensi-grid-four img:nth-child(1),
html.has-gsap-scroll body .method-horizontal .attensi-grid-four img:nth-child(1) {
  grid-column: 1 / span 7 !important;
}

body .attensi-grid-four img:nth-child(2),
html.has-gsap-scroll body .method-horizontal .attensi-grid-four img:nth-child(2) {
  grid-column: 8 / span 5 !important;
}

body .attensi-grid-four img:nth-child(3),
html.has-gsap-scroll body .method-horizontal .attensi-grid-four img:nth-child(3) {
  grid-column: 1 / span 12 !important;
  width: 100% !important;
}

body .attensi-grid-four img:nth-child(4),
html.has-gsap-scroll body .method-horizontal .attensi-grid-four img:nth-child(4) {
  grid-column: 3 / span 10 !important;
  width: 100% !important;
}

body .attensi-group-service,
html.has-gsap-scroll body .method-horizontal .attensi-group-service {
  width: min(100%, 66rem) !important;
}

body .attensi-service-layout,
html.has-gsap-scroll body .method-horizontal .attensi-service-layout {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: clamp(1.6rem, 5vw, 6rem) !important;
  width: min(100%, 66rem) !important;
  align-items: start !important;
}

body .attensi-service-layout .attensi-service-page,
html.has-gsap-scroll body .method-horizontal .attensi-service-layout .attensi-service-page {
  width: 100% !important;
  max-height: none !important;
}

body .attensi-service-layout .attensi-service-page:nth-child(1),
html.has-gsap-scroll body .method-horizontal .attensi-service-layout .attensi-service-page:nth-child(1) {
  grid-column: 1 / span 5 !important;
  margin-top: 0 !important;
}

body .attensi-service-layout .attensi-service-page:nth-child(2),
html.has-gsap-scroll body .method-horizontal .attensi-service-layout .attensi-service-page:nth-child(2) {
  grid-column: 8 / span 5 !important;
  margin-top: clamp(2.4rem, 7vw, 7rem) !important;
}

@media (max-width: 900px) {
  body .attensi-gallery-panel .attensi-visual-group,
  body .attensi-group-service,
  html.has-gsap-scroll body .method-horizontal .attensi-group-service {
    width: 100% !important;
  }

  body .attensi-grid-four img:nth-child(1),
  body .attensi-grid-four img:nth-child(2),
  body .attensi-grid-four img:nth-child(3),
  body .attensi-grid-four img:nth-child(4),
  html.has-gsap-scroll body .method-horizontal .attensi-grid-four img:nth-child(1),
  html.has-gsap-scroll body .method-horizontal .attensi-grid-four img:nth-child(2),
  html.has-gsap-scroll body .method-horizontal .attensi-grid-four img:nth-child(3),
  html.has-gsap-scroll body .method-horizontal .attensi-grid-four img:nth-child(4) {
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }

  body .attensi-service-layout,
  html.has-gsap-scroll body .method-horizontal .attensi-service-layout {
    grid-template-columns: 1fr !important;
    gap: clamp(1.4rem, 6vw, 2.5rem) !important;
  }

  body .attensi-service-layout .attensi-service-page:nth-child(1),
  body .attensi-service-layout .attensi-service-page:nth-child(2),
  html.has-gsap-scroll body .method-horizontal .attensi-service-layout .attensi-service-page:nth-child(1),
  html.has-gsap-scroll body .method-horizontal .attensi-service-layout .attensi-service-page:nth-child(2) {
    grid-column: auto !important;
    width: min(100%, 24rem) !important;
  }

  body .attensi-service-layout .attensi-service-page:nth-child(1),
  html.has-gsap-scroll body .method-horizontal .attensi-service-layout .attensi-service-page:nth-child(1) {
    justify-self: start !important;
  }

  body .attensi-service-layout .attensi-service-page:nth-child(2),
  html.has-gsap-scroll body .method-horizontal .attensi-service-layout .attensi-service-page:nth-child(2) {
    justify-self: end !important;
    margin-top: 0 !important;
  }
}

/* 2026-08-03 — Management vision block
   Reuses the VM four-step scroll language while adapting contrast to the
   Management panel's light surface and keeping long management titles readable. */

body .management-vision-block {
  margin-top: clamp(3.2rem, 6vw, 5.8rem) !important;
  color: var(--ink) !important;
}

body .expertise-section[data-active-expertise="management"] .management-vision-block,
body .expertise-section[data-active-expertise="management"] .management-vision-block > .eyebrow,
body .expertise-section[data-active-expertise="management"] .management-vision-block > h3,
body .expertise-section[data-active-expertise="management"] .management-vision-block > p,
body .expertise-section[data-active-expertise="management"] .management-vision-block .fit-item h3 {
  color: var(--ink) !important;
}

body .expertise-section[data-active-expertise="management"] .management-vision-block > .eyebrow,
body .expertise-section[data-active-expertise="management"] .management-vision-block > p,
body .expertise-section[data-active-expertise="management"] .management-vision-block .fit-item p {
  color: rgba(16, 17, 15, 0.68) !important;
}

body .expertise-section[data-active-expertise="management"] .management-vision-block .fit-item > span {
  color: rgba(16, 17, 15, 0.08) !important;
}

html.has-gsap-scroll body .expertise-section[data-active-expertise="management"] .management-vision-block .fit-item.is-active > span {
  color: rgba(16, 17, 15, 0.18) !important;
}

html.has-gsap-scroll body .expertise-section[data-active-expertise="management"] .management-vision-block .fit-item.is-past > span {
  color: rgba(16, 17, 15, 0.06) !important;
}

html.has-gsap-scroll body .management-vision-block .fit-item h3,
body .management-vision-block .fit-item h3 {
  max-width: min(13ch, 100%) !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  font-size: clamp(2rem, 5.2vw, 6.4rem) !important;
}

@media (max-width: 760px) {
  html.has-gsap-scroll body .management-vision-block .fit-item {
    grid-template-columns: clamp(3.6rem, 18vw, 5.8rem) minmax(0, 1fr) !important;
  }

  html.has-gsap-scroll body .management-vision-block .fit-item h3,
  body .management-vision-block .fit-item h3 {
    font-size: clamp(1.75rem, 8vw, 3.25rem) !important;
    line-height: 0.88 !important;
  }
}

body #store-activations-event .project-detail-text {
  order: 1 !important;
  position: static !important;
  top: auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(1.25rem, 2.4vw, 2.6rem) !important;
  width: min(100%, var(--content-max, 1160px)) !important;
  max-width: min(100%, var(--content-max, 1160px)) !important;
  margin-inline: auto !important;
  padding: 0 !important;
}

body #store-activations-event .event-horizontal {
  order: 2 !important;
  width: min(100%, var(--content-max, 1160px)) !important;
  max-width: min(100%, var(--content-max, 1160px)) !important;
  margin-inline: auto !important;
}

body #store-activations-event .event-horizontal-sticky,
body #store-activations-event .event-track {
  width: 100% !important;
  max-width: 100% !important;
}

body #store-activations-event .event-track {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(0.9rem, 1.8vw, 1.4rem) !important;
  transform: none !important;
}

body #store-activations-event .event-panel,
body #store-activations-event .event-panel-video {
  max-width: 100% !important;
}

body #attensi-europe.method-panel-text,
body #virtual-selling.method-panel-text,
body .attensi-gallery-panel,
body .virtual-selling-media-panel {
  width: min(100%, var(--content-max, 1160px)) !important;
  max-width: min(100%, var(--content-max, 1160px)) !important;
  margin-inline: auto !important;
  overflow: visible !important;
}

body #attensi-europe > p,
body #virtual-selling > p {
  max-width: min(100%, 62rem) !important;
}

body #attensi-europe .virtual-selling-objectives,
body #virtual-selling .virtual-selling-objectives {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: min(100%, var(--content-max, 1160px)) !important;
  margin: clamp(1.2rem, 2vw, 1.9rem) 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border: 0 !important;
  overflow: visible !important;
}

body #attensi-europe .virtual-selling-objectives {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body #virtual-selling .virtual-selling-objectives {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body #attensi-europe .virtual-selling-objectives li,
body #virtual-selling .virtual-selling-objectives li,
body #attensi-europe .virtual-selling-objectives li:first-child,
body #virtual-selling .virtual-selling-objectives li:first-child,
body #attensi-europe .virtual-selling-objectives li:last-child,
body #virtual-selling .virtual-selling-objectives li:last-child {
  position: relative !important;
  display: flex !important;
  align-items: flex-start !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 clamp(1rem, 2vw, 1.65rem) !important;
  border: 0 !important;
  font-family: var(--font-light, "Aileron Light", "Aileron", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(0.9rem, 1vw, 1.06rem) !important;
  font-weight: 300 !important;
  line-height: 1.48 !important;
  letter-spacing: -0.01em !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: auto !important;
}

body #attensi-europe .virtual-selling-objectives li:first-child,
body #virtual-selling .virtual-selling-objectives li:first-child {
  padding-left: 0 !important;
}

body #attensi-europe .virtual-selling-objectives li:last-child,
body #virtual-selling .virtual-selling-objectives li:last-child {
  padding-right: 0 !important;
}

body #attensi-europe .virtual-selling-objectives li::before,
body #virtual-selling .virtual-selling-objectives li::before {
  content: none !important;
  display: none !important;
}

body #attensi-europe .virtual-selling-objectives li + li::before,
body #virtual-selling .virtual-selling-objectives li + li::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 0.5px !important;
  height: auto !important;
  background: currentColor !important;
  opacity: 0.34 !important;
}

@media (max-width: 900px) {
  body #store-activations-event .project-detail-text,
  body #store-activations-event .event-track {
    grid-template-columns: 1fr !important;
    max-width: min(100%, 42rem) !important;
  }

  body #attensi-europe .virtual-selling-objectives,
  body #virtual-selling .virtual-selling-objectives {
    grid-template-columns: 1fr !important;
  }

  body #attensi-europe .virtual-selling-objectives li,
  body #virtual-selling .virtual-selling-objectives li,
  body #attensi-europe .virtual-selling-objectives li:first-child,
  body #virtual-selling .virtual-selling-objectives li:first-child,
  body #attensi-europe .virtual-selling-objectives li:last-child,
  body #virtual-selling .virtual-selling-objectives li:last-child {
    padding: 0 !important;
  }

  body #attensi-europe .virtual-selling-objectives li + li,
  body #virtual-selling .virtual-selling-objectives li + li {
    margin-top: 0.95rem !important;
    padding-top: 0.95rem !important;
    border-top: 0.5px solid currentColor !important;
  }

  body #attensi-europe .virtual-selling-objectives li + li::before,
  body #virtual-selling .virtual-selling-objectives li + li::before {
    content: none !important;
    display: none !important;
  }
}

/* 2026-08-04 — Virtual Sales portrait timing + District VM static media layout */
body .virtual-selling-video-carousel figure {
  aspect-ratio: 2160 / 3840 !important;
}

body .virtual-selling-video-carousel video {
  aspect-ratio: 2160 / 3840 !important;
  object-fit: cover !important;
}

body #district-vm-support .district-gallery-static {
  grid-area: gallery !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(1.1rem, 2.2vw, 1.8rem) !important;
  width: 100% !important;
  max-width: min(100%, 48rem) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  min-height: 0 !important;
  animation: none !important;
  transform: none !important;
}

body #district-vm-support .district-gallery-static::before,
body #district-vm-support .district-gallery-static::after {
  content: none !important;
  display: none !important;
}

body #district-vm-support .district-gallery-static .project-media-cluster {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(0.75rem, 1.4vw, 1.1rem) !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  transform: none !important;
}

body #district-vm-support .district-gallery-static .district-single-cluster {
  grid-template-columns: minmax(0, 1fr) !important;
}

body #district-vm-support .district-gallery-static .project-gallery-item,
body #district-vm-support .district-gallery-static .project-video-feature {
  display: flex !important;
  flex-direction: column !important;
  gap: clamp(0.5rem, 0.9vw, 0.75rem) !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

body #district-vm-support .district-gallery-static img,
body #district-vm-support .district-gallery-static video {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: clamp(20rem, 54svh, 42rem) !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
}

body #district-vm-support .district-gallery-static figcaption {
  width: 100% !important;
  margin: 0 !important;
  font-size: clamp(0.7rem, 0.78vw, 0.84rem) !important;
  line-height: 1.35 !important;
  opacity: 0.78 !important;
}

@media (max-width: 1180px) {
  body #district-vm-support .district-gallery-static {
    max-width: 100% !important;
  }
}

@media (max-width: 760px) {
  body #district-vm-support .district-gallery-static {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1rem !important;
  }

  body #district-vm-support .district-gallery-static .project-media-cluster {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body #district-vm-support .district-gallery-static img,
  body #district-vm-support .district-gallery-static video {
    max-height: none !important;
  }
}

/* 2026-08-04 — Management numbering, Attensi/Virtual alignment and portrait videos */
body .management-project-heading {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  column-gap: clamp(0.5rem, 1vw, 0.85rem) !important;
  align-items: start !important;
  width: 100% !important;
  margin: 0 0 clamp(0.65rem, 1.35vw, 1.1rem) !important;
}

body .management-project-number {
  display: block !important;
  font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(0.9rem, 1.35vw, 1.25rem) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: currentColor !important;
}

body .management-project-heading .service-leader-kicker,
body .management-project-heading .eyebrow {
  margin: 0 !important;
  font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(0.78rem, 0.95vw, 1rem) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: currentColor !important;
  opacity: 0.72 !important;
}

body .management-project-heading--vision .eyebrow,
body .management-project-heading--transversal .eyebrow {
  font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(0.78rem, 0.95vw, 1rem) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: currentColor !important;
  opacity: 0.72 !important;
}

body .service-leader-headline .management-project-heading {
  margin-bottom: clamp(1rem, 2vw, 1.6rem) !important;
}

body .service-leader-headline .management-project-heading h3 {
  margin: clamp(0.45rem, 0.9vw, 0.75rem) 0 0 !important;
  font-family: var(--font-bold, "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(3.4rem, 9vw, 8rem) !important;
  font-weight: 800 !important;
  line-height: 0.88 !important;
  letter-spacing: -0.075em !important;
  max-width: 11ch !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

body .management-project-heading + h3,
body .management-project-heading + h4 {
  margin-top: 0 !important;
}

body .expertise-panel-slot #attensi-europe,
body .expertise-panel-slot #virtual-selling {
  width: min(100%, 1180px) !important;
  max-width: min(100%, 1180px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-self: center !important;
}

body .expertise-panel-slot #attensi-europe > p,
body .expertise-panel-slot #virtual-selling > p,
body .expertise-panel-slot #virtual-selling .virtual-selling-timeline,
body .expertise-panel-slot #attensi-europe .virtual-selling-objectives,
body .expertise-panel-slot #virtual-selling .virtual-selling-objectives {
  max-width: min(100%, 74rem) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body .virtual-selling-video-carousel figure {
  width: min(100%, 28rem) !important;
  max-width: 28rem !important;
  aspect-ratio: 9 / 16 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body .virtual-selling-video-carousel video {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 9 / 16 !important;
  object-fit: cover !important;
}

@media (min-width: 761px) {
  body .education-grid > div + div {
    border-top: 0 !important;
    padding-top: 0 !important;
  }
}

@media (max-width: 760px) {
  body .management-project-heading {
    column-gap: 0.65rem !important;
  }

  body .service-leader-headline .management-project-heading h3 {
    font-size: clamp(3.15rem, 18vw, 5.2rem) !important;
    max-width: 9ch !important;
  }

  body .virtual-selling-video-carousel figure {
    width: min(100%, 21rem) !important;
    max-width: 21rem !important;
  }
}

/* 2026-08-04 — formation aligned with the Languages visual rhythm */
body .education-list {
  display: grid !important;
  gap: 0.85rem !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .education-list div {
  display: grid !important;
  grid-template-columns: minmax(4.8rem, 0.75fr) minmax(0, 1fr) !important;
  gap: 0.85rem !important;
  align-items: baseline !important;
  padding: 0 0 0.85rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
}

body .education-list div + div {
  padding-top: 0 !important;
}

body .education-list div:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

body .education-list dt,
body .education-list dd {
  margin: 0 !important;
  font-size: 0.85rem !important;
  line-height: 1.35 !important;
}

body .education-list dt {
  color: var(--paper) !important;
  font-family: var(--font-bold, "Helvetica Neue", Arial, sans-serif) !important;
  font-weight: 700 !important;
}

body .education-list dd {
  color: rgba(247, 244, 238, 0.72) !important;
  font-family: var(--font-light, "Aileron Light", "Helvetica Neue", Arial, sans-serif) !important;
  font-weight: 300 !important;
}

body .experiences-section .education-list dd,
body .experiences-section .education-list dt {
  color: rgba(247, 244, 238, 0.72) !important;
}

body .experiences-section .education-list dt {
  color: var(--paper) !important;
}

@media (max-width: 720px) {
  body .education-list div {
    grid-template-columns: 1fr !important;
    gap: 0.35rem !important;
  }
}

/* 2026-08-03 — Virtual Selling scroll timeline */
body #virtual-selling .virtual-selling-timeline {
  --virtual-selling-progress: 0;
  position: relative !important;
  width: min(100%, 58rem) !important;
  margin: clamp(1.4rem, 3vw, 2.4rem) 0 clamp(2rem, 4vw, 3.6rem) !important;
  padding-left: clamp(2.2rem, 4vw, 4.2rem) !important;
  color: currentColor !important;
}

body #virtual-selling .virtual-selling-timeline::before,
body #virtual-selling .virtual-selling-timeline::after {
  content: "" !important;
  position: absolute !important;
  left: clamp(0.46rem, 1vw, 0.72rem) !important;
  top: 0.35rem !important;
  width: 0.5px !important;
}

body #virtual-selling .virtual-selling-timeline::before {
  bottom: 0.35rem !important;
  background: currentColor !important;
  opacity: 0.18 !important;
}

body #virtual-selling .virtual-selling-timeline::after {
  height: calc((100% - 0.7rem) * var(--virtual-selling-progress)) !important;
  background: currentColor !important;
  opacity: 0.88 !important;
  transform-origin: top !important;
  transition: height 140ms linear !important;
}

body #virtual-selling .virtual-selling-timeline ol {
  display: grid !important;
  gap: clamp(1.1rem, 2.4vw, 2rem) !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body #virtual-selling .virtual-selling-timeline li {
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0.42 !important;
  transform: translateY(14px) !important;
  transition:
    opacity 520ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}

body #virtual-selling .virtual-selling-timeline li::before {
  content: "" !important;
  position: absolute !important;
  left: calc(-1 * clamp(2.92rem, 5vw, 4.28rem)) !important;
  top: 0.2rem !important;
  width: 0.86rem !important;
  height: 0.86rem !important;
  border: 0.5px solid currentColor !important;
  background: transparent !important;
  transform: translate(-50%, 0) scale(0.86) !important;
  opacity: 0.58 !important;
  transition:
    background-color 420ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 420ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}

body #virtual-selling .virtual-selling-timeline li::after {
  content: "" !important;
  position: absolute !important;
  left: calc(-1 * clamp(2.92rem, 5vw, 4.28rem)) !important;
  top: 0.3rem !important;
  width: 0.24rem !important;
  height: 0.46rem !important;
  border-right: 1.5px solid #fff !important;
  border-bottom: 1.5px solid #fff !important;
  border-top: 0 !important;
  border-left: 0 !important;
  background: transparent !important;
  opacity: 0 !important;
  transform: translate(-50%, 0) rotate(45deg) scale(0.55) !important;
  transition:
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 420ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}

body #virtual-selling .virtual-selling-timeline li.is-active {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

body #virtual-selling .virtual-selling-timeline li.is-active::before {
  background: currentColor !important;
  transform: translate(-50%, 0) scale(1) !important;
  opacity: 1 !important;
}

body #virtual-selling .virtual-selling-timeline li.is-active::after {
  opacity: 1 !important;
  transform: translate(-50%, 0) rotate(45deg) scale(1) !important;
}

body #virtual-selling .virtual-selling-timeline p {
  max-width: min(100%, 48rem) !important;
  margin: 0 !important;
  font-family: var(--font-light, "Aileron Light", "Aileron", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(1rem, 1.35vw, 1.26rem) !important;
  font-weight: 300 !important;
  line-height: 1.58 !important;
  letter-spacing: -0.018em !important;
  color: currentColor !important;
}

@media (max-width: 900px) {
  body #virtual-selling .virtual-selling-timeline {
    width: 100% !important;
    padding-left: clamp(2.6rem, 8vw, 3.4rem) !important;
    margin-top: 1.35rem !important;
  }

  body #virtual-selling .virtual-selling-timeline li::before {
    left: calc(-1 * clamp(2.86rem, 8.65vw, 3.44rem)) !important;
  }

  body #virtual-selling .virtual-selling-timeline li::after {
    left: calc(-1 * clamp(2.86rem, 8.65vw, 3.44rem)) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body #virtual-selling .virtual-selling-timeline {
    --virtual-selling-progress: 1 !important;
  }

  body #virtual-selling .virtual-selling-timeline::after,
  body #virtual-selling .virtual-selling-timeline li,
  body #virtual-selling .virtual-selling-timeline li::before,
  body #virtual-selling .virtual-selling-timeline li::after {
    transition: none !important;
  }

  body #virtual-selling .virtual-selling-timeline li {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* 2026-08-03 — Experiences moved inside Mon parcours.
   Keep the content, remove the standalone section rail and avoid double gutters. */
body .foundation-section .experiences-section-in-parcours {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: clamp(4rem, 8vw, 7rem) 0 0 !important;
  padding: clamp(2.8rem, 5.5vw, 5rem) 0 0 !important;
  grid-template-columns: none !important;
  background: transparent !important;
  color: inherit !important;
  overflow: visible !important;
  border-top: 0.5px solid rgba(255, 255, 255, 0.18) !important;
}

body .foundation-section .experiences-section-in-parcours > .experiences-rail {
  display: none !important;
}

body .foundation-section .experiences-section-in-parcours .experiences-content,
body .foundation-section .experiences-section-in-parcours .experiences-stack {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

body .foundation-section .experiences-section-in-parcours .experiences-content > h2 {
  max-width: min(100%, 13ch) !important;
}

/* 2026-08-03 — Contact follows the selected expertise.
   Management keeps a dark closing section; Visual Merchandising switches it
   to a light closing section, while preserving the existing minimal language. */
body[data-active-expertise="management"] .contact {
  background: var(--ink) !important;
  color: var(--paper) !important;
}

body[data-active-expertise="vm"] .contact {
  background: var(--paper) !important;
  color: var(--ink) !important;
}

body .contact {
  transition:
    background-color 480ms cubic-bezier(0.16, 1, 0.3, 1),
    color 480ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}

body[data-active-expertise="management"] .contact a,
body[data-active-expertise="management"] .contact h2,
body[data-active-expertise="management"] .contact footer,
body[data-active-expertise="management"] .contact .contact-topline {
  color: var(--paper) !important;
}

body[data-active-expertise="vm"] .contact a,
body[data-active-expertise="vm"] .contact h2,
body[data-active-expertise="vm"] .contact footer,
body[data-active-expertise="vm"] .contact .contact-topline {
  color: var(--ink) !important;
}

body[data-active-expertise="management"] .contact .contact-topline,
body[data-active-expertise="management"] .contact .contact-links {
  border-color: rgba(255, 255, 255, 0.34) !important;
}

body[data-active-expertise="management"] .contact .contact-links a {
  border-color: rgba(255, 255, 255, 0.28) !important;
}

body[data-active-expertise="vm"] .contact .contact-topline,
body[data-active-expertise="vm"] .contact .contact-links {
  border-color: rgba(16, 17, 15, 0.36) !important;
}

body[data-active-expertise="vm"] .contact .contact-links a {
  border-color: rgba(16, 17, 15, 0.28) !important;
}

/* 2026-08-04 — Page mentions légales + lien discret dans le footer contact. */
body .contact footer {
  gap: clamp(1rem, 2vw, 2rem);
}

body .contact footer a[href$="mentions-legales.html"] {
  margin-left: auto;
}

body.legal-page {
  min-height: 100vh;
  background: var(--ink, #10110f);
  color: var(--paper, #f4f1ea);
}

body.legal-page .legal-main {
  width: min(100% - clamp(2rem, 7vw, 8rem), 1180px);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem) 0 clamp(4rem, 10vw, 8rem);
}

body.legal-page .legal-back {
  display: inline-block;
  color: currentColor;
  font-family: var(--font-bold, "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.18rem;
  margin-bottom: clamp(4rem, 10vw, 8rem);
}

body.legal-page .legal-hero {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  padding-top: clamp(1.4rem, 3vw, 2.2rem);
  margin-bottom: clamp(4rem, 8vw, 7rem);
}

body.legal-page .legal-hero h1 {
  max-width: 11ch;
  margin: clamp(0.6rem, 1.4vw, 1rem) 0 clamp(1.1rem, 2vw, 1.8rem);
  color: currentColor;
  font-family: var(--font-bold, "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: clamp(4rem, 12vw, 11rem);
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: -0.09em;
}

body.legal-page .legal-hero p:last-child {
  max-width: 42rem;
  color: rgba(244, 241, 234, 0.72);
  font-family: var(--font-light, "Aileron", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.55;
}

body.legal-page .legal-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

body.legal-page .legal-content article {
  display: grid;
  grid-template-columns: minmax(12rem, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(1.5rem, 4vw, 5rem);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: clamp(1.5rem, 3vw, 2.4rem) 0;
}

body.legal-page .legal-content h2 {
  margin: 0;
  color: currentColor;
  font-family: var(--font-bold, "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.legal-page .legal-content p {
  margin: 0;
  max-width: 58rem;
  color: rgba(244, 241, 234, 0.78);
  font-family: var(--font-light, "Aileron", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 300;
  line-height: 1.66;
}

body.legal-page .legal-content p + p {
  margin-top: 0.8rem;
}

body.legal-page .legal-content a {
  color: currentColor;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.18em;
}

@media (max-width: 720px) {
  body .contact footer {
    align-items: flex-start;
    flex-direction: column;
  }

  body .contact footer a[href$="mentions-legales.html"] {
    margin-left: 0;
  }

  body.legal-page .legal-content article {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }
}

/* Match Service Leader micro-titles with the "Ma vision du management" eyebrow. */
body .service-leader-kicker,
body .service-leader-points h4 {
  font-family: var(--font-bold, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
}

/* 2026-08-03 — Mon parcours cleanup + recognition hierarchy */
body .foundation-subsection-title {
  margin: 0 0 clamp(2.2rem, 5vw, 4.5rem) !important;
  color: var(--paper) !important;
  font-family: var(--font-bold, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-size: clamp(2.1rem, 5.4vw, 4.8rem) !important;
  font-weight: 700 !important;
  line-height: 0.94 !important;
  letter-spacing: -0.055em !important;
  text-transform: none !important;
}

body .foundation-section .experiences-section-in-parcours .experiences-content > .eyebrow,
body .foundation-section .experiences-section-in-parcours .experiences-content > h2 {
  display: none !important;
}

body .experiences-section .profile-statement h2 {
  max-width: min(100%, 14ch) !important;
}

body .profile-early > .key-figures {
  margin: clamp(3rem, 6vw, 5.5rem) 0 0 !important;
}

body .profile-early > .key-figures .key-figures-content {
  padding-bottom: clamp(0.8rem, 2vw, 1.6rem) !important;
}

body .recognition-heading {
  width: 100% !important;
  max-width: 100% !important;
  margin: clamp(4rem, 8vw, 7rem) 0 clamp(2.2rem, 5vw, 4.5rem) !important;
  color: var(--paper) !important;
  font-family: var(--font-bold, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-size: clamp(2.1rem, 5.4vw, 4.8rem) !important;
  font-weight: 700 !important;
  line-height: 0.94 !important;
  letter-spacing: -0.055em !important;
  text-transform: none !important;
}

body .recognition-heading + .recognition {
  margin-top: 0 !important;
}

body .experiences-section .education-content {
  border-bottom: 0 !important;
}

body .experiences-section .education-grid > div:first-child {
  border-top: 0 !important;
  padding-top: 0 !important;
}

/* 2026-08-03 — mobile header language menu + mobile reading refinements */
body .language-menu {
  position: relative !important;
  justify-self: end !important;
}

body .language-toggle {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.42rem !important;
}

body .language-globe,
body .language-current,
body .language-options {
  display: none;
}

body .language-desktop-options {
  display: inline-flex !important;
  gap: 0.22rem !important;
}

body .language-desktop-options [data-language-label]:not(.active) {
  opacity: 0.45 !important;
}

body .language-options[hidden] {
  display: none !important;
}

@media (max-width: 720px) {
  body .site-header {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: clamp(0.45rem, 2vw, 0.8rem) !important;
  }

  body .main-nav {
    grid-column: 1 !important;
  }

  body .language-menu {
    grid-column: 2 !important;
    display: block !important;
  }

  body .language-toggle {
    display: inline-flex !important;
    width: 2.15rem !important;
    height: 2.15rem !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0.5px solid currentColor !important;
    border-radius: 50% !important;
    color: currentColor !important;
  }

  body .language-globe {
    display: block !important;
    width: 1.12rem !important;
    height: 1.12rem !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.45 !important;
  }

  body .language-current,
  body .language-desktop-options {
    display: none !important;
  }

  body .language-options {
    position: absolute !important;
    top: calc(100% + 0.55rem) !important;
    right: 0 !important;
    z-index: 40 !important;
    display: grid !important;
    gap: 0.18rem !important;
    min-width: 4.4rem !important;
    padding: 0.35rem !important;
    border: 0.5px solid currentColor !important;
    background: var(--ink) !important;
    color: var(--paper) !important;
    mix-blend-mode: normal !important;
  }

  body .language-options button {
    min-width: 3.45rem !important;
    padding: 0.46rem 0.58rem !important;
    border: 0 !important;
    background: transparent !important;
    color: currentColor !important;
    font-family: var(--font-bold, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-align: center !important;
    cursor: pointer !important;
  }

  body .language-options button.active {
    background: var(--paper) !important;
    color: var(--ink) !important;
  }
}

@media (max-width: 760px) {
  html.has-gsap-scroll body .management-vision-block .fit-item {
    width: min(100%, 34rem) !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: start !important;
  }

  html.has-gsap-scroll body .management-vision-block .fit-item > span,
  html.has-gsap-scroll body .management-vision-block .fit-item h3,
  html.has-gsap-scroll body .management-vision-block .fit-item p {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

@media (max-width: 960px) {
  body #attensi-europe .virtual-selling-objectives li,
  body #virtual-selling .virtual-selling-objectives li,
  body #attensi-europe .virtual-selling-objectives li:first-child,
  body #virtual-selling .virtual-selling-objectives li:first-child,
  body #attensi-europe .virtual-selling-objectives li:last-child,
  body #virtual-selling .virtual-selling-objectives li:last-child {
    display: grid !important;
    grid-template-columns: 0.85rem minmax(0, 1fr) !important;
    column-gap: 0.7rem !important;
    padding: 0 !important;
    border-top: 0 !important;
  }

  body #attensi-europe .virtual-selling-objectives li + li,
  body #virtual-selling .virtual-selling-objectives li + li {
    margin-top: 0.95rem !important;
    padding-top: 0 !important;
    border-top: 0 !important;
  }

  body #attensi-europe .virtual-selling-objectives li::before,
  body #virtual-selling .virtual-selling-objectives li::before,
  body #attensi-europe .virtual-selling-objectives li + li::before,
  body #virtual-selling .virtual-selling-objectives li + li::before {
    content: "•" !important;
    position: static !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    opacity: 1 !important;
    color: currentColor !important;
    font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
    font-size: 1.05em !important;
    font-weight: 800 !important;
    line-height: inherit !important;
  }
}

/* 2026-08-03 — Service Leader labels aligned with section eyebrows. */
body .service-leader-kicker,
body .service-leader-points h4 {
  font-family: var(--font-bold, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
  color: rgba(16, 17, 15, 0.68) !important;
  opacity: 1 !important;
}

/* 2026-08-03 — responsive polish after carousel/timeline feedback */
body .role-fit > .section-rail {
  column-gap: clamp(0.5rem, 1vw, 0.85rem) !important;
  gap: clamp(0.5rem, 1vw, 0.85rem) !important;
  align-items: flex-start !important;
}

body .role-fit > .section-rail span:last-child {
  margin-left: 0 !important;
  transform: none !important;
}

@media (max-width: 760px) {
  body .foundation-section > .section-rail {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  body .foundation-section > .section-rail::before,
  body .foundation-section > .section-rail::after {
    content: none !important;
    display: none !important;
  }
}

body .key-figures .metrics,
html.has-gsap-scroll body .metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (max-width: 640px) {
  body .key-figures .metrics,
  html.has-gsap-scroll body .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(0.7rem, 2.5vw, 1rem) !important;
  }

  body .key-figures .metrics article,
  html.has-gsap-scroll body .metrics article {
    min-height: clamp(8rem, 32vw, 10rem) !important;
    padding: clamp(0.95rem, 3.2vw, 1.3rem) !important;
  }

  body .key-figures .metrics article strong,
  html.has-gsap-scroll body .metrics article strong {
    font-size: clamp(2.35rem, 12vw, 4.2rem) !important;
  }

  body .key-figures .metrics article span,
  html.has-gsap-scroll body .metrics article span {
    font-size: clamp(0.7rem, 2.6vw, 0.86rem) !important;
  }

  body .key-figures .metrics article::before,
  html.has-gsap-scroll body .metrics article::before {
    right: 0.1rem !important;
    bottom: 0.15rem !important;
    font-size: clamp(3.15rem, 16vw, 5.5rem) !important;
  }
}

@media (max-width: 760px) {
  body .recognition,
  body .experiences-section .recognition {
    box-sizing: border-box !important;
    padding-left: clamp(1.15rem, 5.5vw, 1.7rem) !important;
    padding-right: clamp(1.15rem, 5.5vw, 1.7rem) !important;
  }

  body .recognition p,
  body .experiences-section .recognition p {
    max-width: 100% !important;
  }
}

body .service-leader-kicker,
body .service-leader-points h4,
body .service-leader-insert .eyebrow {
  font-family: var(--font-bold, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-size: clamp(0.68rem, 0.82vw, 0.78rem) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
}

body .service-leader-intro,
body .service-leader-points p {
  font-family: var(--font-light, "Aileron Light", "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-weight: 300 !important;
}

@media (max-width: 760px) {
  body .service-leader-headline h3,
  body .management-vision-block > h3 {
    font-size: clamp(2.15rem, 12vw, 3.9rem) !important;
    line-height: 0.94 !important;
    letter-spacing: -0.06em !important;
  }
}

body #virtual-selling .virtual-selling-objectives {
  gap: 0 !important;
  margin-top: clamp(1.15rem, 2vw, 1.8rem) !important;
}

body #virtual-selling .virtual-selling-objectives li {
  padding-left: clamp(0.75rem, 1.2vw, 1.05rem) !important;
  padding-right: clamp(0.75rem, 1.2vw, 1.05rem) !important;
}

body #virtual-selling .virtual-selling-objectives li + li::before {
  top: 0 !important;
  bottom: auto !important;
  height: 100% !important;
}

@media (max-width: 960px) {
  body #virtual-selling .virtual-selling-objectives li + li {
    margin-top: 0.65rem !important;
  }
}

body #district-vm-support .district-gallery[data-district-carousel] {
  overflow: visible !important;
}

body #district-vm-support .district-carousel-control {
  width: clamp(2.35rem, 4.2vw, 3.4rem) !important;
  height: clamp(2.35rem, 4.2vw, 3.4rem) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: currentColor !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  pointer-events: auto !important;
}

body #district-vm-support .district-carousel-control--prev {
  left: calc(-1 * clamp(2.6rem, 4vw, 4rem)) !important;
}

body #district-vm-support .district-carousel-control--next {
  right: calc(-1 * clamp(2.6rem, 4vw, 4rem)) !important;
}

body #district-vm-support .district-carousel-control:hover,
body #district-vm-support .district-carousel-control:focus-visible {
  opacity: 1 !important;
  color: currentColor !important;
  background: transparent !important;
  outline: 0.5px solid currentColor !important;
  outline-offset: 0.25rem !important;
}

body #district-vm-support .district-carousel-control span {
  font-size: clamp(2.15rem, 4vw, 3.2rem) !important;
  line-height: 1 !important;
}

@media (max-width: 900px) {
  body #district-vm-support .district-carousel-control--prev {
    left: -0.15rem !important;
  }

  body #district-vm-support .district-carousel-control--next {
    right: -0.15rem !important;
  }

  body #district-vm-support .district-carousel-control {
    color: #fff !important;
    text-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.5) !important;
  }
}

/* 2026-08-03 — final responsive/pass interaction polish */
body .role-fit > .section-rail {
  gap: clamp(0.22rem, 0.6vw, 0.45rem) !important;
  row-gap: clamp(0.18rem, 0.45vw, 0.35rem) !important;
}

body .role-fit > .section-rail span:first-child {
  line-height: 0.9 !important;
}

body .role-fit > .section-rail span:last-child {
  line-height: 1 !important;
}

@media (max-width: 760px) {
  body .foundation-section > .section-rail,
  body .foundation-section > .section-rail.light,
  body .experiences-section-in-parcours > .section-rail,
  body .experiences-section-in-parcours > .section-rail.light {
    border: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    padding-bottom: 0 !important;
  }
}

body .key-figures .metrics,
body .profile-early .key-figures .metrics,
html.has-gsap-scroll body .key-figures .metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (max-width: 520px) {
  body .key-figures .metrics,
  body .profile-early .key-figures .metrics,
  html.has-gsap-scroll body .key-figures .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body .recognition,
  body .experiences-section .recognition {
    padding-inline: clamp(1.25rem, 5.5vw, 1.8rem) !important;
  }
}

body .service-leader-insert,
body .service-leader-insert p,
body .service-leader-points p,
body .service-leader-intro {
  font-family: var(--font-light, "Aileron Light", "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-weight: 300 !important;
}

body .service-leader-kicker,
body .service-leader-points h4,
body .service-leader-insert .eyebrow {
  font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-weight: 800 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
}

@media (max-width: 760px) {
  body .service-leader-headline h3,
  body .management-vision-block > h3 {
    font-size: clamp(2.1rem, 11.6vw, 3.65rem) !important;
    line-height: 0.95 !important;
    letter-spacing: -0.055em !important;
  }
}

body #virtual-selling .virtual-selling-objectives {
  gap: 0 !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
}

body #virtual-selling .virtual-selling-objectives li {
  padding-inline: clamp(0.55rem, 0.9vw, 0.85rem) !important;
}

body #virtual-selling .virtual-selling-objectives li + li::before {
  height: 100% !important;
  top: 0 !important;
}

@media (max-width: 960px) {
  body #virtual-selling .virtual-selling-objectives {
    gap: 0.45rem !important;
  }
}

body #district-vm-support .district-gallery[data-district-carousel] {
  --district-carousel-gutter: clamp(2.4rem, 4.6vw, 4.1rem);
  box-sizing: border-box !important;
  padding-inline: var(--district-carousel-gutter) !important;
  overflow: visible !important;
}

body #district-vm-support .district-carousel-track {
  animation: none !important;
  will-change: transform !important;
}

body #district-vm-support .district-carousel-control {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: currentColor !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

body #district-vm-support .district-carousel-control--prev {
  left: 0 !important;
}

body #district-vm-support .district-carousel-control--next {
  right: 0 !important;
}

body #district-vm-support .district-carousel-control:hover,
body #district-vm-support .district-carousel-control:focus,
body #district-vm-support .district-carousel-control:focus-visible {
  opacity: 1 !important;
  visibility: visible !important;
  background: transparent !important;
  color: currentColor !important;
}

@media (max-width: 760px) {
  body #district-vm-support .district-gallery[data-district-carousel] {
    --district-carousel-gutter: clamp(2.05rem, 8vw, 2.7rem);
  }
}

/* 2026-08-03 — responsive polish requested after live review. */
body .role-fit > .section-rail {
  justify-content: flex-start !important;
  gap: clamp(0.12rem, 0.35vw, 0.28rem) !important;
  min-height: 0 !important;
}

body .role-fit > .section-rail span:last-child {
  margin-top: 0 !important;
}

@media (max-width: 760px) {
  body .foundation-section > .section-rail,
  body .foundation-section > .section-rail.light,
  body .experiences-section-in-parcours > .section-rail,
  body .experiences-section-in-parcours > .section-rail.light {
    border: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    padding-bottom: 0 !important;
  }

  body .foundation-section > .section-rail::before,
  body .foundation-section > .section-rail::after,
  body .experiences-section-in-parcours > .section-rail::before,
  body .experiences-section-in-parcours > .section-rail::after {
    content: none !important;
    display: none !important;
  }
}

body .key-figures .metrics,
body .profile-early .key-figures .metrics,
html.has-gsap-scroll body .key-figures .metrics,
html.has-gsap-scroll body .profile-early .key-figures .metrics {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (max-width: 520px) {
  body .key-figures .metrics,
  body .profile-early .key-figures .metrics,
  html.has-gsap-scroll body .key-figures .metrics,
  html.has-gsap-scroll body .profile-early .key-figures .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(0.75rem, 3vw, 1rem) !important;
  }

  body .key-figures .metrics article,
  html.has-gsap-scroll body .metrics article {
    min-width: 0 !important;
    padding-inline: clamp(0.45rem, 2.6vw, 0.8rem) !important;
  }
}

@media (max-width: 760px) {
  body .recognition,
  body .experiences-section .recognition {
    box-sizing: border-box !important;
    width: 100% !important;
    padding-left: clamp(1.25rem, 5.5vw, 1.8rem) !important;
    padding-right: clamp(1.25rem, 5.5vw, 1.8rem) !important;
  }
}

body .service-leader-insert,
body .service-leader-insert p,
body .service-leader-intro,
body .service-leader-points p {
  font-family: var(--font-light, "Aileron Light", "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-weight: 300 !important;
}

body .service-leader-kicker,
body .service-leader-points h4,
body .service-leader-insert .eyebrow {
  font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-weight: 800 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
}

body .service-leader-headline h3,
body .management-vision-block > h3 {
  font-family: var(--font-bold, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-weight: 800 !important;
}

@media (max-width: 760px) {
  body .service-leader-headline h3,
  body .management-vision-block > h3 {
    font-size: clamp(2.1rem, 10.8vw, 3.4rem) !important;
    line-height: 0.95 !important;
    letter-spacing: -0.055em !important;
  }
}

body #virtual-selling .virtual-selling-objectives {
  gap: 0 !important;
  column-gap: 0 !important;
  row-gap: clamp(0.35rem, 1vw, 0.6rem) !important;
}

body #virtual-selling .virtual-selling-objectives li {
  padding-left: clamp(0.5rem, 0.9vw, 0.8rem) !important;
  padding-right: clamp(0.5rem, 0.9vw, 0.8rem) !important;
}

body #virtual-selling .virtual-selling-objectives li + li::before {
  top: 0 !important;
  height: 100% !important;
}

@media (max-width: 960px) {
  body #virtual-selling .virtual-selling-objectives {
    gap: 0.4rem !important;
  }

  body #virtual-selling .virtual-selling-objectives li {
    padding-block: 0.18rem !important;
  }
}

body #district-vm-support .district-gallery[data-district-carousel] {
  --district-carousel-gutter: clamp(2.25rem, 4.4vw, 4rem);
  position: relative !important;
  box-sizing: border-box !important;
  padding-inline: var(--district-carousel-gutter) !important;
  overflow: visible !important;
}

body #district-vm-support .district-carousel-viewport {
  overflow: hidden !important;
}

body #district-vm-support .district-carousel-track {
  animation: none !important;
  will-change: transform !important;
}

body #district-vm-support .district-carousel-control {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: currentColor !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
  z-index: 6 !important;
}

body #district-vm-support .district-carousel-control--prev {
  left: 0 !important;
}

body #district-vm-support .district-carousel-control--next {
  right: 0 !important;
}

body #district-vm-support .district-carousel-control:hover,
body #district-vm-support .district-carousel-control:focus,
body #district-vm-support .district-carousel-control:focus-visible {
  background: transparent !important;
  box-shadow: none !important;
  color: currentColor !important;
  opacity: 1 !important;
  outline: 0 !important;
  visibility: visible !important;
}

body #district-vm-support .district-carousel-control span {
  display: block !important;
  font-size: clamp(2.4rem, 4.5vw, 4.8rem) !important;
  line-height: 0.75 !important;
}

@media (max-width: 760px) {
  body #district-vm-support .district-gallery[data-district-carousel] {
    --district-carousel-gutter: clamp(1.75rem, 7vw, 2.45rem);
  }
}

/* 2026-08-03 — final requested responsive/carousel corrections */
body .role-fit > .section-rail {
  gap: clamp(0.06rem, 0.18vw, 0.16rem) !important;
  row-gap: 0 !important;
  align-content: start !important;
}

body .role-fit > .section-rail span:first-child,
body .role-fit > .section-rail span:last-child {
  display: block !important;
  margin: 0 !important;
}

@media (max-width: 760px) {
  body .experiences-section-in-parcours > .section-rail,
  body .experiences-section-in-parcours > .section-rail.light {
    border: 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

body .key-figures .metrics,
body .profile-early .key-figures .metrics,
html.has-gsap-scroll body .key-figures .metrics,
html.has-gsap-scroll body .profile-early .key-figures .metrics {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(0.9rem, 1.8vw, 1.4rem) !important;
}

@media (max-width: 430px) {
  body .key-figures .metrics,
  body .profile-early .key-figures .metrics,
  html.has-gsap-scroll body .key-figures .metrics,
  html.has-gsap-scroll body .profile-early .key-figures .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(0.65rem, 2.5vw, 0.9rem) !important;
  }
}

@media (max-width: 760px) {
  body .recognition,
  body .experiences-section .recognition {
    box-sizing: border-box !important;
    width: 100% !important;
    padding-inline: clamp(1.2rem, 5.2vw, 1.65rem) !important;
  }
}

body .service-leader-insert,
body .service-leader-intro,
body .service-leader-points p,
body .service-leader-insert p {
  font-family: var(--font-light, "Aileron Light", "Aileron", "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-weight: 300 !important;
  letter-spacing: -0.015em !important;
}

body .service-leader-kicker,
body .service-leader-points h4 {
  font-family: var(--font-heavy, "Aileron Heavy", "Aileron", "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-weight: 800 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
}

body .service-leader-headline h3,
body .management-vision-block > h3 {
  font-family: var(--font-bold, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-weight: 800 !important;
  letter-spacing: -0.055em !important;
}

@media (max-width: 760px) {
  body .service-leader-headline h3,
  body .management-vision-block > h3 {
    font-size: clamp(2.28rem, 10.4vw, 3.15rem) !important;
    line-height: 0.96 !important;
  }
}

body #virtual-selling .virtual-selling-objectives {
  gap: 0 !important;
  row-gap: 0 !important;
}

body #virtual-selling .virtual-selling-objectives li {
  padding-inline: clamp(0.45rem, 0.75vw, 0.72rem) !important;
}

@media (max-width: 960px) {
  body #virtual-selling .virtual-selling-objectives {
    display: grid !important;
    gap: 0.18rem !important;
  }

  body #virtual-selling .virtual-selling-objectives li {
    padding-block: 0.08rem !important;
  }
}

body #virtual-selling .virtual-selling-timeline::after {
  transition: height 220ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}

body #district-vm-support .district-gallery[data-district-carousel] {
  --district-carousel-control-offset: clamp(-0.45rem, -0.6vw, -0.15rem);
  position: relative !important;
  padding-inline: clamp(2.3rem, 4.4vw, 4rem) !important;
  overflow: visible !important;
}

body #district-vm-support .district-carousel-viewport {
  overflow: hidden !important;
}

body #district-vm-support .district-carousel-track {
  gap: 0 !important;
  animation: none !important;
  will-change: transform !important;
}

body #district-vm-support .district-carousel-control {
  position: absolute !important;
  top: 50% !important;
  z-index: 30 !important;
  display: grid !important;
  place-items: center !important;
  width: clamp(2rem, 3.5vw, 3.2rem) !important;
  height: clamp(3rem, 7vw, 5.4rem) !important;
  min-width: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: currentColor !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
  transform: translateY(-50%) !important;
  cursor: pointer !important;
}

body #district-vm-support .district-carousel-control--prev {
  left: var(--district-carousel-control-offset) !important;
}

body #district-vm-support .district-carousel-control--next {
  right: var(--district-carousel-control-offset) !important;
}

body #district-vm-support .district-carousel-control:hover,
body #district-vm-support .district-carousel-control:focus,
body #district-vm-support .district-carousel-control:focus-visible {
  background: transparent !important;
  box-shadow: none !important;
  color: currentColor !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(-50%) !important;
}

body #district-vm-support .district-carousel-control:focus-visible {
  outline: 1px solid currentColor !important;
  outline-offset: 0.35rem !important;
}

body #district-vm-support .district-carousel-control span {
  display: block !important;
  font-size: clamp(2.4rem, 5vw, 4.6rem) !important;
  line-height: 0.72 !important;
  transform: none !important;
}

@media (max-width: 760px) {
  body #district-vm-support .district-gallery[data-district-carousel] {
    --district-carousel-control-offset: clamp(-0.2rem, -1vw, -0.05rem);
    padding-inline: clamp(1.9rem, 7vw, 2.55rem) !important;
  }

  body #district-vm-support .district-carousel-control {
    color: currentColor !important;
    text-shadow: none !important;
  }
}

/* 2026-08-03 — final QA pass requested by Mathis */
body #about.role-fit > .section-rail {
  display: grid !important;
  grid-template-columns: auto minmax(0, max-content) !important;
  column-gap: clamp(0.12rem, 0.34vw, 0.32rem) !important;
  row-gap: 0 !important;
  align-items: start !important;
  justify-content: start !important;
}

body #about.role-fit > .section-rail span:first-child,
body #about.role-fit > .section-rail span:last-child {
  margin: 0 !important;
  line-height: 0.92 !important;
  transform: none !important;
}

@media (max-width: 760px) {
  body .experiences-section-in-parcours > .section-rail,
  body .experiences-section-in-parcours > .section-rail.light {
    border: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    padding-bottom: 0 !important;
  }

  body .experiences-section-in-parcours > .section-rail::before,
  body .experiences-section-in-parcours > .section-rail::after {
    content: none !important;
    display: none !important;
  }
}

body .key-figures .metrics,
body .profile-early .key-figures .metrics,
html.has-gsap-scroll body .key-figures .metrics,
html.has-gsap-scroll body .profile-early .key-figures .metrics,
html.has-gsap-scroll body .metrics {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(0.75rem, 1.6vw, 1.3rem) !important;
}

@media (max-width: 520px) {
  body .key-figures .metrics,
  body .profile-early .key-figures .metrics,
  html.has-gsap-scroll body .key-figures .metrics,
  html.has-gsap-scroll body .profile-early .key-figures .metrics,
  html.has-gsap-scroll body .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(0.55rem, 2.6vw, 0.8rem) !important;
  }

  body .key-figures .metrics article,
  html.has-gsap-scroll body .metrics article {
    min-width: 0 !important;
    padding: clamp(0.82rem, 3vw, 1.05rem) !important;
  }
}

@media (max-width: 760px) {
  body .recognition,
  body .experiences-section .recognition {
    box-sizing: border-box !important;
    width: 100% !important;
    padding-left: clamp(1.18rem, 5vw, 1.65rem) !important;
    padding-right: clamp(1.18rem, 5vw, 1.65rem) !important;
  }
}

body .service-leader-insert,
body .service-leader-insert p,
body .service-leader-intro,
body .service-leader-points p {
  font-family: var(--font-light, "Aileron Light", "Aileron", "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-weight: 300 !important;
  letter-spacing: -0.015em !important;
}

body .service-leader-kicker,
body .service-leader-points h4 {
  font-family: var(--font-heavy, "Aileron Heavy", "Aileron", "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-weight: 800 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
}

body .service-leader-headline h3,
body .management-vision-block > h3 {
  font-family: var(--font-bold, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-weight: 800 !important;
  letter-spacing: -0.055em !important;
}

@media (max-width: 760px) {
  body .service-leader-headline h3,
  body .management-vision-block > h3 {
    font-size: clamp(2.22rem, 10vw, 3.05rem) !important;
    line-height: 0.96 !important;
  }
}

body #virtual-selling .virtual-selling-objectives {
  gap: 0 !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
}

body #virtual-selling .virtual-selling-objectives li {
  padding-inline: clamp(0.35rem, 0.55vw, 0.58rem) !important;
}

@media (max-width: 960px) {
  body #virtual-selling .virtual-selling-objectives {
    gap: 0.08rem !important;
  }

  body #virtual-selling .virtual-selling-objectives li + li {
    margin-top: 0.52rem !important;
    padding-top: 0.52rem !important;
  }
}

body #virtual-selling .virtual-selling-timeline::after {
  transition: height 160ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}

body #district-vm-support .district-gallery[data-district-carousel] {
  --district-carousel-control-offset: clamp(-0.55rem, -0.8vw, -0.18rem);
  position: relative !important;
  padding-inline: clamp(2.35rem, 4.8vw, 4.2rem) !important;
  overflow: visible !important;
}

body #district-vm-support .district-carousel-viewport {
  overflow: hidden !important;
}

body #district-vm-support .district-carousel-track {
  gap: 0 !important;
  animation: none !important;
  will-change: transform !important;
}

body #district-vm-support .district-carousel-control {
  position: absolute !important;
  top: 50% !important;
  z-index: 40 !important;
  display: grid !important;
  place-items: center !important;
  width: clamp(2rem, 3.2vw, 3rem) !important;
  height: clamp(3rem, 6.4vw, 5rem) !important;
  min-width: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: currentColor !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
  transform: translateY(-50%) !important;
  cursor: pointer !important;
}

body #district-vm-support .district-carousel-control--prev {
  left: var(--district-carousel-control-offset) !important;
}

body #district-vm-support .district-carousel-control--next {
  right: var(--district-carousel-control-offset) !important;
}

body #district-vm-support .district-carousel-control:hover,
body #district-vm-support .district-carousel-control:focus,
body #district-vm-support .district-carousel-control:focus-visible {
  background: transparent !important;
  box-shadow: none !important;
  color: currentColor !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(-50%) !important;
}

body #district-vm-support .district-carousel-control:focus-visible {
  outline: 1px solid currentColor !important;
  outline-offset: 0.3rem !important;
}

body #district-vm-support .district-carousel-control span {
  display: block !important;
  font-size: clamp(2.35rem, 4.7vw, 4.4rem) !important;
  line-height: 0.72 !important;
  transform: none !important;
}

/* 2026-08-03 — QA fixes: about rail, compact objectives, District VM reading layout */
body [hidden] {
  display: none !important;
}

body #about.role-fit > .section-rail {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: clamp(0.12rem, 0.45vw, 0.34rem) !important;
}

body #about.role-fit > .section-rail span:first-child,
body #about.role-fit > .section-rail span:last-child {
  line-height: 0.92 !important;
  margin: 0 !important;
}

body #attensi-europe .virtual-selling-objectives,
body #virtual-selling .virtual-selling-objectives {
  row-gap: 0 !important;
}

@media (max-width: 960px) {
  body #attensi-europe .virtual-selling-objectives,
  body #virtual-selling .virtual-selling-objectives {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin-top: clamp(0.5rem, 2vw, 0.85rem) !important;
  }

  body #attensi-europe .virtual-selling-objectives li,
  body #virtual-selling .virtual-selling-objectives li,
  body #attensi-europe .virtual-selling-objectives li:first-child,
  body #virtual-selling .virtual-selling-objectives li:first-child,
  body #attensi-europe .virtual-selling-objectives li:last-child,
  body #virtual-selling .virtual-selling-objectives li:last-child {
    position: relative !important;
    padding: 0 0 0 1.05rem !important;
    margin: 0 !important;
    border: 0 !important;
  }

  body #attensi-europe .virtual-selling-objectives li + li,
  body #virtual-selling .virtual-selling-objectives li + li {
    margin-top: 0.28rem !important;
    padding-top: 0 !important;
  }

  body #attensi-europe .virtual-selling-objectives li::before,
  body #virtual-selling .virtual-selling-objectives li::before,
  body #attensi-europe .virtual-selling-objectives li + li::before,
  body #virtual-selling .virtual-selling-objectives li + li::before {
    content: "•" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.02em !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    transform: none !important;
    font-weight: 800 !important;
    color: currentColor !important;
  }
}

@media (min-width: 961px) {
  body .project-detail-list #district-vm-support.project-detail,
  body #district-vm-support.project-detail {
    display: grid !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
    grid-template-areas:
      "heading heading"
      "copy gallery" !important;
    column-gap: clamp(2rem, 4vw, 4.8rem) !important;
    row-gap: clamp(1.35rem, 2.5vw, 2.6rem) !important;
    align-items: start !important;
  }

  body .project-detail-list #district-vm-support .project-copy-sticky,
  body #district-vm-support .project-copy-sticky {
    display: contents !important;
    position: static !important;
    width: 100% !important;
    max-width: none !important;
  }

  body .project-detail-list #district-vm-support .project-detail-heading,
  body #district-vm-support .project-detail-heading {
    grid-area: heading !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: none !important;
  }

  body .project-detail-list #district-vm-support .project-detail-heading > div,
  body #district-vm-support .project-detail-heading > div {
    width: 100% !important;
    max-width: none !important;
  }

  body .project-detail-list #district-vm-support .project-detail-heading h3,
  body .project-detail-list #district-vm-support .project-detail-heading .project-tag,
  body .project-detail-list #district-vm-support .project-detail-heading p,
  body #district-vm-support .project-detail-heading h3,
  body #district-vm-support .project-detail-heading .project-tag,
  body #district-vm-support .project-detail-heading p {
    max-width: min(100%, 1180px) !important;
  }

  body .project-detail-list #district-vm-support .project-detail-heading h3 {
    font-size: clamp(2.2rem, 4.4vw, 5.4rem) !important;
  }

  body .project-detail-list #district-vm-support .project-detail-text,
  body #district-vm-support .project-detail-text {
    grid-area: copy !important;
    grid-column: 1 !important;
    width: 100% !important;
    max-width: none !important;
  }

  body .project-detail-list #district-vm-support .district-gallery[data-district-carousel],
  body #district-vm-support .district-gallery[data-district-carousel] {
    grid-area: gallery !important;
    grid-column: 2 !important;
    width: 100% !important;
    max-width: none !important;
    align-self: start !important;
    margin-top: 0 !important;
  }

  body #district-vm-support .district-video-cluster,
  body #district-vm-support .district-denim-cluster,
  body #district-vm-support .district-best-practice-cluster {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 960px) {
  body #district-vm-support.project-detail,
  body #district-vm-support .project-copy-sticky {
    display: block !important;
  }

  body #district-vm-support .project-detail-heading {
    width: 100% !important;
  }

  body #district-vm-support .project-detail-text {
    margin-top: clamp(1.1rem, 5vw, 1.8rem) !important;
  }

  body #district-vm-support .district-gallery[data-district-carousel] {
    margin-top: clamp(1rem, 5vw, 1.8rem) !important;
  }
}

/* 2026-08-04 — About cleanup + Service Leader typography alignment */
body .role-intro-copy .role-lead,
body .role-intro-copy .role-lead span {
  font-family: var(--font-light, "Aileron", "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-size: clamp(1.05rem, 1.32vw, 1.28rem) !important;
  font-weight: 300 !important;
  line-height: 1.62 !important;
  letter-spacing: -0.015em !important;
}

body .service-leader-headline .service-leader-kicker,
body .service-leader-points h4 {
  font-family: var(--font-heavy, "Aileron Heavy", "Aileron", "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-size: clamp(0.92rem, 1.05vw, 1.08rem) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase !important;
}

/* 2026-08-04 — Service Leader micro-labels matched to the management vision eyebrow. */
body .service-leader-headline .service-leader-kicker,
body .service-leader-points h4 {
  font-family: var(--font-bold, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
}

/* 2026-08-04 — Attensi editorial moodboard + aligned objective/video systems */
body #attensi-europe .virtual-selling-objectives,
body #virtual-selling .virtual-selling-objectives {
  width: 100% !important;
  max-width: none !important;
  margin-top: clamp(0.85rem, 1.6vw, 1.35rem) !important;
  padding: 0 !important;
  list-style: none !important;
}

body #attensi-europe .virtual-selling-objectives li,
body #virtual-selling .virtual-selling-objectives li,
body #attensi-europe .virtual-selling-objectives li:first-child,
body #virtual-selling .virtual-selling-objectives li:first-child,
body #attensi-europe .virtual-selling-objectives li:last-child,
body #virtual-selling .virtual-selling-objectives li:last-child {
  font-family: var(--font-light, "Aileron", "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-size: clamp(0.95rem, 1.08vw, 1.08rem) !important;
  font-weight: 300 !important;
  line-height: 1.48 !important;
  letter-spacing: -0.01em !important;
  color: currentColor !important;
  margin: 0 !important;
}

body #attensi-europe .virtual-selling-objectives li::before,
body #virtual-selling .virtual-selling-objectives li::before,
body #attensi-europe .virtual-selling-objectives li + li::before,
body #virtual-selling .virtual-selling-objectives li + li::before {
  content: none !important;
  display: none !important;
}

@media (min-width: 761px) {
  body #attensi-europe .virtual-selling-objectives,
  body #virtual-selling .virtual-selling-objectives {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    column-gap: 0 !important;
    align-items: stretch !important;
  }

  body #attensi-europe .virtual-selling-objectives li,
  body #virtual-selling .virtual-selling-objectives li,
  body #attensi-europe .virtual-selling-objectives li:first-child,
  body #virtual-selling .virtual-selling-objectives li:first-child,
  body #attensi-europe .virtual-selling-objectives li:last-child,
  body #virtual-selling .virtual-selling-objectives li:last-child {
    position: relative !important;
    display: flex !important;
    align-items: flex-start !important;
    min-height: 100% !important;
    padding: 0 clamp(1rem, 1.55vw, 1.7rem) !important;
    border: 0 !important;
  }

  body #attensi-europe .virtual-selling-objectives li:first-child,
  body #virtual-selling .virtual-selling-objectives li:first-child {
    padding-left: 0 !important;
  }

  body #attensi-europe .virtual-selling-objectives li:last-child,
  body #virtual-selling .virtual-selling-objectives li:last-child {
    padding-right: 0 !important;
  }

  body #attensi-europe .virtual-selling-objectives li + li,
  body #virtual-selling .virtual-selling-objectives li + li {
    border-left: 1px solid currentColor !important;
  }
}

@media (max-width: 760px) {
  body #attensi-europe .virtual-selling-objectives,
  body #virtual-selling .virtual-selling-objectives {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.35rem !important;
  }

  body #attensi-europe .virtual-selling-objectives li,
  body #virtual-selling .virtual-selling-objectives li,
  body #attensi-europe .virtual-selling-objectives li:first-child,
  body #virtual-selling .virtual-selling-objectives li:first-child,
  body #attensi-europe .virtual-selling-objectives li:last-child,
  body #virtual-selling .virtual-selling-objectives li:last-child {
    position: relative !important;
    padding: 0 0 0 1rem !important;
    border: 0 !important;
  }

  body #attensi-europe .virtual-selling-objectives li::before,
  body #virtual-selling .virtual-selling-objectives li::before {
    content: "•" !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    top: -0.02em !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    color: currentColor !important;
    font-weight: 800 !important;
    line-height: inherit !important;
  }
}

body .attensi-gallery-panel {
  color: #111 !important;
  background: #f4f4f2 !important;
  overflow: hidden !important;
}

body .attensi-gallery-panel .attensi-gallery {
  width: 100% !important;
  max-width: min(1180px, 100%) !important;
  margin-inline: auto !important;
  background: #f4f4f2 !important;
  color: #111 !important;
}

body .attensi-gallery img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  background: #fff !important;
  border: clamp(0.32rem, 0.75vw, 0.7rem) solid #fff !important;
  object-fit: contain !important;
}

@media (min-width: 821px) {
  body .attensi-gallery-panel .attensi-gallery {
    position: relative !important;
    display: block !important;
    min-height: clamp(760px, 86vw, 1080px) !important;
    padding: clamp(2rem, 5vw, 4.75rem) !important;
    overflow: hidden !important;
  }

  body .attensi-gallery-panel .attensi-gallery::before {
    content: "MOOD\A BOARD" !important;
    white-space: pre !important;
    position: absolute !important;
    z-index: 1 !important;
    top: clamp(2rem, 4vw, 4.5rem) !important;
    left: clamp(2rem, 4.8vw, 5.2rem) !important;
    font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
    font-size: clamp(4.8rem, 9.4vw, 8.9rem) !important;
    font-weight: 800 !important;
    line-height: 0.76 !important;
    letter-spacing: -0.085em !important;
    color: #181818 !important;
    pointer-events: none !important;
  }

  body .attensi-gallery-panel .attensi-gallery::after {
    content: "PRODUCT KNOWLEDGE      TRAINING      SERVICE LEADER" !important;
    position: absolute !important;
    z-index: 1 !important;
    right: clamp(2rem, 4.8vw, 5.2rem) !important;
    bottom: clamp(1.6rem, 3.3vw, 3.2rem) !important;
    font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
    font-size: clamp(0.72rem, 0.95vw, 0.95rem) !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0.09em !important;
    color: #1c1c1c !important;
    pointer-events: none !important;
  }

  body .attensi-gallery-panel .attensi-visual-group,
  body .attensi-gallery-panel .attensi-group-service,
  html.has-gsap-scroll body .method-horizontal .attensi-visual-group,
  html.has-gsap-scroll body .method-horizontal .attensi-group-service {
    position: absolute !important;
    z-index: 2 !important;
    display: block !important;
    margin: 0 !important;
    width: auto !important;
    max-width: none !important;
    overflow: visible !important;
  }

  body .attensi-gallery-panel .attensi-group-colby {
    top: clamp(11rem, 16vw, 15rem) !important;
    left: clamp(12rem, 24vw, 21rem) !important;
    width: min(62%, 720px) !important;
    height: clamp(250px, 28vw, 360px) !important;
  }

  body .attensi-gallery-panel .attensi-group-training {
    top: clamp(24rem, 45vw, 540px) !important;
    left: clamp(4rem, 8vw, 7rem) !important;
    width: min(72%, 840px) !important;
    height: clamp(320px, 36vw, 450px) !important;
  }

  body .attensi-gallery-panel .attensi-group-service {
    right: clamp(3rem, 6vw, 6rem) !important;
    bottom: clamp(5rem, 9vw, 8.5rem) !important;
    width: min(40%, 470px) !important;
    height: clamp(300px, 30vw, 430px) !important;
  }

  body .attensi-grid-three,
  html.has-gsap-scroll body .method-horizontal .attensi-grid-three,
  body .attensi-grid-four,
  html.has-gsap-scroll body .method-horizontal .attensi-grid-four,
  body .attensi-service-layout,
  html.has-gsap-scroll body .method-horizontal .attensi-service-layout {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  body .attensi-grid-three img,
  body .attensi-grid-four img,
  body .attensi-service-layout .attensi-service-page {
    position: absolute !important;
    height: auto !important;
    margin: 0 !important;
  }

  body .attensi-grid-three img:nth-child(1) {
    top: 2% !important;
    left: 18% !important;
    width: 48% !important;
    z-index: 3 !important;
  }

  body .attensi-grid-three img:nth-child(2) {
    top: 30% !important;
    right: 0 !important;
    width: 43% !important;
    z-index: 2 !important;
  }

  body .attensi-grid-three img:nth-child(3) {
    top: 45% !important;
    left: 0 !important;
    width: 45% !important;
    z-index: 1 !important;
  }

  body .attensi-grid-four img:nth-child(1) {
    top: 0 !important;
    left: 0 !important;
    width: 27% !important;
    z-index: 2 !important;
  }

  body .attensi-grid-four img:nth-child(2) {
    top: 10% !important;
    left: 27% !important;
    width: 27% !important;
    z-index: 3 !important;
  }

  body .attensi-grid-four img:nth-child(3) {
    top: 42% !important;
    left: 13% !important;
    width: 46% !important;
    z-index: 4 !important;
  }

  body .attensi-grid-four img:nth-child(4) {
    top: 6% !important;
    right: 0 !important;
    width: 32% !important;
    z-index: 2 !important;
  }

  body .attensi-service-layout .attensi-service-page:nth-child(1) {
    top: 0 !important;
    left: 0 !important;
    width: 48% !important;
    z-index: 1 !important;
  }

  body .attensi-service-layout .attensi-service-page:nth-child(2) {
    top: 16% !important;
    right: 0 !important;
    width: 48% !important;
    z-index: 2 !important;
  }
}

@media (max-width: 820px) {
  body .attensi-gallery-panel {
    padding: 0 !important;
  }

  body .attensi-gallery-panel .attensi-gallery {
    display: flex !important;
    gap: 1rem !important;
    max-width: 100% !important;
    min-height: 0 !important;
    padding: clamp(1rem, 5vw, 1.4rem) !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body .attensi-gallery-panel .attensi-gallery::before,
  body .attensi-gallery-panel .attensi-gallery::after {
    content: none !important;
    display: none !important;
  }

  body .attensi-gallery-panel .attensi-visual-group,
  body .attensi-gallery-panel .attensi-group-service,
  html.has-gsap-scroll body .method-horizontal .attensi-visual-group,
  html.has-gsap-scroll body .method-horizontal .attensi-group-service {
    position: relative !important;
    flex: 0 0 min(88vw, 520px) !important;
    width: min(88vw, 520px) !important;
    max-width: min(88vw, 520px) !important;
    margin: 0 !important;
    scroll-snap-align: center !important;
  }

  body .attensi-grid-three,
  body .attensi-grid-four,
  body .attensi-service-layout,
  html.has-gsap-scroll body .method-horizontal .attensi-grid-three,
  html.has-gsap-scroll body .method-horizontal .attensi-grid-four,
  html.has-gsap-scroll body .method-horizontal .attensi-service-layout {
    position: relative !important;
    display: grid !important;
    width: 100% !important;
    height: auto !important;
    gap: 0.65rem !important;
  }

  body .attensi-grid-three,
  html.has-gsap-scroll body .method-horizontal .attensi-grid-three {
    grid-template-columns: 1fr !important;
  }

  body .attensi-grid-four,
  html.has-gsap-scroll body .method-horizontal .attensi-grid-four,
  body .attensi-service-layout,
  html.has-gsap-scroll body .method-horizontal .attensi-service-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body .attensi-grid-three img,
  body .attensi-grid-four img,
  body .attensi-service-layout .attensi-service-page,
  body .attensi-grid-three img:nth-child(n),
  body .attensi-grid-four img:nth-child(n),
  body .attensi-service-layout .attensi-service-page:nth-child(n) {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
  }
}

body .virtual-selling-media-panel .virtual-selling-visuals {
  width: 100% !important;
  max-width: none !important;
}

@media (min-width: 761px) {
  body .virtual-selling-media-panel .virtual-selling-visuals {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(0.85rem, 1.4vw, 1.35rem) !important;
    align-items: stretch !important;
  }

  body .virtual-selling-media-panel .virtual-selling-visuals figure {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body .virtual-selling-media-panel .virtual-selling-visuals video {
    width: 100% !important;
    height: clamp(420px, 42vw, 640px) !important;
    object-fit: cover !important;
  }
}

@media (max-width: 760px) {
  body .virtual-selling-media-panel .virtual-selling-visuals {
    display: flex !important;
    gap: 0.9rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    padding-inline: 0 !important;
  }

  body .virtual-selling-media-panel .virtual-selling-visuals figure {
    flex: 0 0 min(82vw, 360px) !important;
    width: min(82vw, 360px) !important;
    margin: 0 !important;
    scroll-snap-align: center !important;
  }

body .virtual-selling-media-panel .virtual-selling-visuals video {
    width: 100% !important;
    height: min(70vh, 580px) !important;
    object-fit: cover !important;
  }
}

/* 2026-08-04 — Virtual Selling carousel: one video at a time, then next on video end */
body .virtual-selling-media-panel .virtual-selling-video-carousel[data-virtual-video-carousel] {
  position: relative !important;
  display: block !important;
  width: min(100%, 74rem) !important;
  max-width: 100% !important;
  margin: clamp(1.5rem, 3vw, 2.5rem) auto 0 !important;
  overflow: visible !important;
}

body .virtual-selling-video-carousel .virtual-selling-video-viewport {
  width: 100% !important;
  overflow: hidden !important;
}

body .virtual-selling-video-carousel .virtual-selling-video-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  width: 100% !important;
  align-items: stretch !important;
  transform: translate3d(0, 0, 0);
  animation: none !important;
  will-change: transform;
}

body .virtual-selling-video-carousel .virtual-selling-video-slide {
  flex: 0 0 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  place-items: center !important;
  padding: 0 clamp(2.4rem, 5vw, 4.25rem) !important;
  box-sizing: border-box !important;
}

body .virtual-selling-video-carousel figure {
  width: min(100%, 32rem) !important;
  max-width: none !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body .virtual-selling-video-carousel video {
  display: block !important;
  width: 100% !important;
  height: clamp(26rem, 68svh, 48rem) !important;
  object-fit: cover !important;
  object-position: center !important;
  background: transparent !important;
}

body .virtual-selling-video-carousel .virtual-selling-video-control {
  position: absolute !important;
  top: 50% !important;
  z-index: 4 !important;
  display: grid !important;
  place-items: center !important;
  width: clamp(2rem, 3vw, 2.7rem) !important;
  height: clamp(2rem, 3vw, 2.7rem) !important;
  transform: translateY(-50%) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: currentColor !important;
  opacity: 0.74 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}

body .virtual-selling-video-carousel .virtual-selling-video-control:hover,
body .virtual-selling-video-carousel .virtual-selling-video-control:focus-visible {
  opacity: 1 !important;
}

body .virtual-selling-video-carousel .virtual-selling-video-control--prev {
  left: 0 !important;
}

body .virtual-selling-video-carousel .virtual-selling-video-control--next {
  right: 0 !important;
}

body .virtual-selling-video-carousel .virtual-selling-video-control span {
  display: block !important;
  font-size: clamp(2rem, 3.4vw, 3rem) !important;
  line-height: 1 !important;
  font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
  font-weight: 800 !important;
}

@media (max-width: 760px) {
  body .virtual-selling-media-panel .virtual-selling-video-carousel[data-virtual-video-carousel] {
    width: 100% !important;
    margin-top: 1.25rem !important;
  }

  body .virtual-selling-video-carousel .virtual-selling-video-slide {
    padding-inline: clamp(1.8rem, 9vw, 2.7rem) !important;
  }

  body .virtual-selling-video-carousel figure {
    width: min(100%, 22rem) !important;
  }

  body .virtual-selling-video-carousel video {
    height: clamp(24rem, 65svh, 38rem) !important;
  }

  body .virtual-selling-video-carousel .virtual-selling-video-control--prev {
    left: -0.35rem !important;
  }

  body .virtual-selling-video-carousel .virtual-selling-video-control--next {
    right: -0.35rem !important;
  }
}

/* Attensi Europe — carousel simple, aligné sur le principe District VM */
body .attensi-gallery-panel .attensi-carousel[data-district-carousel] {
  position: relative !important;
  display: block !important;
  width: min(100%, 74rem) !important;
  max-width: 100% !important;
  margin: clamp(1.5rem, 3vw, 2.5rem) auto 0 !important;
  overflow: visible !important;
}

body .attensi-gallery-panel .attensi-carousel .district-carousel-viewport {
  width: 100% !important;
  overflow: hidden !important;
}

body .attensi-gallery-panel .attensi-carousel .district-carousel-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  width: 100% !important;
  align-items: stretch !important;
  transform: translate3d(-100%, 0, 0);
  animation: none !important;
  will-change: transform;
}

body .attensi-gallery-panel .attensi-carousel .district-carousel-slide {
  flex: 0 0 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(0.8rem, 1.4vw, 1.35rem) !important;
  align-items: stretch !important;
  padding: 0 clamp(2.4rem, 5vw, 4.25rem) !important;
  box-sizing: border-box !important;
}

body .attensi-gallery-panel .attensi-carousel .district-single-cluster {
  grid-template-columns: minmax(0, 1fr) !important;
}

body .attensi-gallery-panel .attensi-carousel figure {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body .attensi-gallery-panel .attensi-carousel img {
  display: block !important;
  width: 100% !important;
  height: clamp(21rem, 58svh, 44rem) !important;
  max-height: 44rem !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
}

body .attensi-gallery-panel .attensi-carousel .district-single-cluster img {
  height: clamp(22rem, 62svh, 46rem) !important;
}

body .attensi-gallery-panel .attensi-carousel .district-carousel-control {
  position: absolute !important;
  top: 50% !important;
  z-index: 4 !important;
  display: grid !important;
  place-items: center !important;
  width: clamp(2rem, 3vw, 2.7rem) !important;
  height: clamp(2rem, 3vw, 2.7rem) !important;
  transform: translateY(-50%) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: currentColor !important;
  opacity: 0.74 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}

body .attensi-gallery-panel .attensi-carousel .district-carousel-control:hover,
body .attensi-gallery-panel .attensi-carousel .district-carousel-control:focus-visible {
  opacity: 1 !important;
}

body .attensi-gallery-panel .attensi-carousel .district-carousel-control--prev {
  left: 0 !important;
}

body .attensi-gallery-panel .attensi-carousel .district-carousel-control--next {
  right: 0 !important;
}

body .attensi-gallery-panel .attensi-carousel .district-carousel-control span {
  display: block !important;
  font-size: clamp(2rem, 3.4vw, 3rem) !important;
  line-height: 1 !important;
  font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
  font-weight: 800 !important;
}

@media (max-width: 760px) {
  body .attensi-gallery-panel .attensi-carousel[data-district-carousel] {
    width: 100% !important;
    margin-top: 1.25rem !important;
  }

  body .attensi-gallery-panel .attensi-carousel .district-carousel-slide {
    gap: 0.65rem !important;
    padding-inline: clamp(1.8rem, 9vw, 2.7rem) !important;
  }

  body .attensi-gallery-panel .attensi-carousel img,
  body .attensi-gallery-panel .attensi-carousel .district-single-cluster img {
    height: clamp(16rem, 48svh, 31rem) !important;
  }

  body .attensi-gallery-panel .attensi-carousel .district-carousel-control--prev {
    left: -0.35rem !important;
  }

  body .attensi-gallery-panel .attensi-carousel .district-carousel-control--next {
    right: -0.35rem !important;
  }
}

/* 2026-08-04 — objectifs lisibles sur un même plan + navigation expertise + langues dépliables */
body #attensi-europe .virtual-selling-objectives,
body #virtual-selling .virtual-selling-objectives {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: clamp(1.15rem, 2vw, 1.75rem) 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border: 0 !important;
}

body #attensi-europe .virtual-selling-objectives li,
body #virtual-selling .virtual-selling-objectives li,
body #attensi-europe .virtual-selling-objectives li:first-child,
body #virtual-selling .virtual-selling-objectives li:first-child,
body #attensi-europe .virtual-selling-objectives li:last-child,
body #virtual-selling .virtual-selling-objectives li:last-child {
  position: relative !important;
  display: flex !important;
  align-items: flex-start !important;
  min-width: 0 !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 clamp(0.95rem, 1.55vw, 1.35rem) !important;
  border: 0 !important;
  font-size: clamp(0.84rem, 0.92vw, 1.02rem) !important;
  line-height: 1.42 !important;
  overflow-wrap: anywhere !important;
  hyphens: auto !important;
}

body #attensi-europe .virtual-selling-objectives li:first-child,
body #virtual-selling .virtual-selling-objectives li:first-child {
  padding-left: 0 !important;
}

body #attensi-europe .virtual-selling-objectives li:last-child,
body #virtual-selling .virtual-selling-objectives li:last-child {
  padding-right: 0 !important;
}

body #attensi-europe .virtual-selling-objectives li::before,
body #virtual-selling .virtual-selling-objectives li::before {
  content: none !important;
  display: none !important;
}

body #attensi-europe .virtual-selling-objectives li + li::before,
body #virtual-selling .virtual-selling-objectives li + li::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: 0.5px !important;
  height: 100% !important;
  background: currentColor !important;
  opacity: 0.36 !important;
}

body .expertise-jump-wrap {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  margin: clamp(3.2rem, 7vw, 6rem) auto 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

body .expertise-jump {
  appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: min(100%, 18rem) !important;
  padding: 1rem clamp(1.35rem, 3vw, 2.4rem) !important;
  border: 0.5px solid currentColor !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: currentColor !important;
  font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(0.78rem, 0.92vw, 0.95rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: background 240ms ease, color 240ms ease, border-color 240ms ease !important;
}

body .expertise-jump:hover,
body .expertise-jump:focus-visible {
  background: currentColor !important;
}

body .expertise-section[data-active-expertise="management"] .expertise-jump:hover,
body .expertise-section[data-active-expertise="management"] .expertise-jump:focus-visible {
  color: #fff !important;
}

body .expertise-section[data-active-expertise="vm"] .expertise-jump:hover,
body .expertise-section[data-active-expertise="vm"] .expertise-jump:focus-visible {
  color: #0b0d0c !important;
}

body .language-detail {
  width: 100% !important;
}

body .language-detail summary {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 1rem !important;
  align-items: baseline !important;
  width: 100% !important;
  cursor: pointer !important;
  list-style: none !important;
}

body .language-detail summary::-webkit-details-marker {
  display: none !important;
}

body .language-detail summary::after {
  content: "+" !important;
  font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: 1.05em !important;
  line-height: 1 !important;
}

body .language-detail[open] summary::after {
  content: "–" !important;
}

body .language-detail p {
  margin: 0.75rem 0 0 !important;
  max-width: 42rem !important;
  font-family: var(--font-light, "Aileron Light", "Aileron", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(0.9rem, 1vw, 1rem) !important;
  font-weight: 300 !important;
  line-height: 1.55 !important;
  opacity: 0.78 !important;
}

@media (max-width: 980px) {
  body #attensi-europe .virtual-selling-objectives,
  body #virtual-selling .virtual-selling-objectives {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    row-gap: 1rem !important;
  }

  body #attensi-europe .virtual-selling-objectives li,
  body #virtual-selling .virtual-selling-objectives li,
  body #attensi-europe .virtual-selling-objectives li:first-child,
  body #virtual-selling .virtual-selling-objectives li:first-child,
  body #attensi-europe .virtual-selling-objectives li:last-child,
  body #virtual-selling .virtual-selling-objectives li:last-child {
    padding: 0 clamp(0.9rem, 2.5vw, 1.2rem) !important;
  }

  body #attensi-europe .virtual-selling-objectives li:nth-child(odd),
  body #virtual-selling .virtual-selling-objectives li:nth-child(odd) {
    padding-left: 0 !important;
  }

  body #attensi-europe .virtual-selling-objectives li:nth-child(even),
  body #virtual-selling .virtual-selling-objectives li:nth-child(even) {
    padding-right: 0 !important;
  }

  body #attensi-europe .virtual-selling-objectives li:nth-child(3)::before,
  body #virtual-selling .virtual-selling-objectives li:nth-child(3)::before {
    content: none !important;
    display: none !important;
  }
}

@media (max-width: 640px) {
  body #attensi-europe .virtual-selling-objectives,
  body #virtual-selling .virtual-selling-objectives {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body #attensi-europe .virtual-selling-objectives li,
  body #virtual-selling .virtual-selling-objectives li,
  body #attensi-europe .virtual-selling-objectives li:first-child,
  body #virtual-selling .virtual-selling-objectives li:first-child,
  body #attensi-europe .virtual-selling-objectives li:last-child,
  body #virtual-selling .virtual-selling-objectives li:last-child {
    padding: 0 !important;
  }

  body #attensi-europe .virtual-selling-objectives li + li,
  body #virtual-selling .virtual-selling-objectives li + li {
    margin-top: 0.75rem !important;
    padding-top: 0.75rem !important;
    border-top: 0.5px solid currentColor !important;
  }

  body #attensi-europe .virtual-selling-objectives li + li::before,
  body #virtual-selling .virtual-selling-objectives li + li::before {
    content: none !important;
    display: none !important;
  }
}

/* 2026-08-04 — final guard: Virtual Sales portrait format + District VM static layout */
body .virtual-selling-video-carousel figure {
  width: min(100%, 32rem) !important;
  aspect-ratio: 2160 / 3840 !important;
  overflow: hidden !important;
}

body .virtual-selling-video-carousel video {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 2160 / 3840 !important;
  object-fit: cover !important;
  object-position: center !important;
}

body #district-vm-support .district-gallery-static {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(0.75rem, 1.4vw, 1.25rem) !important;
  width: 100% !important;
  max-width: min(100%, 50rem) !important;
  padding: 0 !important;
  margin: 0 auto !important;
  overflow: visible !important;
  transform: none !important;
  animation: none !important;
}

body #district-vm-support .district-gallery-static::before,
body #district-vm-support .district-gallery-static::after {
  content: none !important;
  display: none !important;
}

body #district-vm-support .district-gallery-static .project-media-cluster {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(0.75rem, 1.4vw, 1.25rem) !important;
  width: 100% !important;
}

body #district-vm-support .district-gallery-static .district-single-cluster {
  grid-template-columns: 1fr !important;
}

body #district-vm-support .district-gallery-static .project-gallery-item,
body #district-vm-support .district-gallery-static .project-video-feature {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body #district-vm-support .district-gallery-static img,
body #district-vm-support .district-gallery-static video {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: clamp(20rem, 54svh, 42rem) !important;
  object-fit: contain !important;
}

body #district-vm-support .district-gallery-static figcaption {
  margin-top: 0.55rem !important;
}

@media (max-width: 760px) {
  body .virtual-selling-video-carousel figure {
    width: min(100%, 22rem) !important;
  }

  body #district-vm-support .district-gallery-static,
  body #district-vm-support .district-gallery-static .project-media-cluster {
    grid-template-columns: 1fr !important;
  }

  body #district-vm-support .district-gallery-static img,
  body #district-vm-support .district-gallery-static video {
    max-height: none !important;
  }
}

/* 2026-08-04 — interface polish: hidden page scrollbar, clean language icon, fullscreen media preview */
html,
body {
  scrollbar-width: none !important;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

body .scroll-progress {
  display: none !important;
}

body .language-toggle {
  min-width: 0 !important;
  min-height: 0 !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline-offset: 0.35rem !important;
}

body .language-toggle:hover,
body .language-toggle:focus-visible {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .language-globe {
  width: 1.15rem !important;
  height: 1.15rem !important;
}

body #attensi-europe .management-project-heading--transversal,
body #virtual-selling .management-project-heading--transversal {
  margin-bottom: clamp(0.35rem, 0.85vw, 0.8rem) !important;
}

body #attensi-europe .management-project-heading--transversal .eyebrow,
body #virtual-selling .management-project-heading--transversal .eyebrow {
  font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(0.82rem, 1.02vw, 1rem) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: currentColor !important;
}

body #attensi-europe h4,
body #virtual-selling h4 {
  margin-top: 0 !important;
}

body #attensi-europe .virtual-selling-objectives,
body #virtual-selling .virtual-selling-objectives {
  width: 100% !important;
  max-width: 100% !important;
  align-items: stretch !important;
}

body #attensi-europe .virtual-selling-objectives li,
body #virtual-selling .virtual-selling-objectives li {
  display: flex !important;
  align-items: flex-start !important;
}

body #attensi-europe .virtual-selling-objectives li + li::before,
body #virtual-selling .virtual-selling-objectives li + li::before {
  align-self: stretch !important;
  min-height: 100% !important;
}

body .attensi-carousel .project-gallery-item img,
body .virtual-selling-video-carousel video,
body .district-gallery[data-district-carousel] .project-gallery-item img,
body .district-gallery[data-district-carousel] .project-gallery-item video {
  cursor: zoom-in !important;
}

body.is-lightbox-open {
  overflow: hidden !important;
}

.media-lightbox[hidden] {
  display: none !important;
}

.media-lightbox {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  display: grid !important;
  place-items: center !important;
  padding: clamp(1rem, 3vw, 3rem) !important;
  background: rgba(8, 9, 8, 0.94) !important;
  color: #fff !important;
}

.media-lightbox-frame {
  width: min(100%, 92rem) !important;
  height: min(100%, 92svh) !important;
  display: grid !important;
  place-items: center !important;
}

.media-lightbox-frame img,
.media-lightbox-frame video {
  display: block !important;
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

.media-lightbox-frame video {
  background: #000 !important;
}

.media-lightbox-close {
  position: fixed !important;
  top: clamp(1rem, 2vw, 1.6rem) !important;
  right: clamp(1rem, 2vw, 1.6rem) !important;
  width: 2.75rem !important;
  height: 2.75rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: currentColor !important;
  font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: 2rem !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.media-lightbox-close:focus-visible {
  outline: 1px solid currentColor !important;
  outline-offset: 0.25rem !important;
}

@media (max-width: 640px) {
  body .language-toggle {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
  }

  body .language-globe {
    width: 1.25rem !important;
    height: 1.25rem !important;
  }

  .media-lightbox {
    padding: 1rem !important;
  }
}

/* 2026-08-04 — Projets VM: équilibre 50/50 texte / médias */
@media (min-width: 900px) {
  body .project-detail-list .project-detail:not(#store-activations-event) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    column-gap: clamp(2.4rem, 5vw, 5.5rem) !important;
    align-items: start !important;
  }

  body #district-vm-support.project-detail {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    grid-template-areas:
      "heading heading"
      "copy gallery" !important;
  }

  body #district-vm-support .project-detail-text,
  body #district-vm-support .district-gallery-static,
  body #licenses-fixture-rollout .project-copy-sticky,
  body #licenses-fixture-rollout .project-gallery {
    width: 100% !important;
    max-width: none !important;
  }

  body #licenses-fixture-rollout .project-gallery {
    justify-self: stretch !important;
  }
}

/* 2026-08-04 — Header, lightbox et interactions médias */
body .site-header {
  align-items: start !important;
}

body .site-header .language-menu {
  align-self: start !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  min-height: 1.35rem !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  line-height: 1 !important;
}

body .site-header .language-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.3rem !important;
  min-height: 1.35rem !important;
  padding: 0 !important;
  line-height: 1 !important;
  transform: none !important;
}

body .site-header .language-globe {
  display: block !important;
  flex: 0 0 auto !important;
  transform: translateY(-0.02em) !important;
}

body .media-lightbox {
  width: 100dvw !important;
  height: 100dvh !important;
  overflow: hidden !important;
  padding: clamp(0.9rem, 2.5vw, 2rem) !important;
  padding-top: max(clamp(0.9rem, 2.5vw, 2rem), env(safe-area-inset-top)) !important;
  padding-right: max(clamp(0.9rem, 2.5vw, 2rem), env(safe-area-inset-right)) !important;
  padding-bottom: max(clamp(0.9rem, 2.5vw, 2rem), env(safe-area-inset-bottom)) !important;
  padding-left: max(clamp(0.9rem, 2.5vw, 2rem), env(safe-area-inset-left)) !important;
}

body .media-lightbox-frame {
  width: min(96dvw, 92rem) !important;
  height: min(90dvh, 62rem) !important;
  max-width: 96dvw !important;
  max-height: 90dvh !important;
}

body .media-lightbox-frame img,
body .media-lightbox-frame video {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}

body .media-lightbox-close {
  z-index: 10000 !important;
}

body .expertise-jump {
  opacity: 1 !important;
  visibility: visible !important;
}

@media (hover: hover) and (pointer: fine) {
  body .expertise-section[data-active-expertise="management"] .expertise-jump:hover,
  body .expertise-section[data-active-expertise="management"] .expertise-jump:focus-visible {
    background: #0b0d0c !important;
    color: #fff !important;
    border-color: #0b0d0c !important;
  }

  body .expertise-section[data-active-expertise="vm"] .expertise-jump:hover,
  body .expertise-section[data-active-expertise="vm"] .expertise-jump:focus-visible {
    background: #fff !important;
    color: #0b0d0c !important;
    border-color: #fff !important;
  }
}

body [data-district-carousel] img,
body [data-district-carousel] video,
body [data-attensi-mobile-carousel] img,
body [data-virtual-video-carousel] video,
body #district-vm-support .district-gallery-static img,
body #district-vm-support .district-gallery-static video {
  cursor: zoom-in !important;
}

@media (min-width: 900px) {
  body #district-vm-support .district-gallery-static {
    align-self: start !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: clamp(1rem, 2vw, 1.6rem) !important;
    max-width: none !important;
  }

  body #district-vm-support .district-gallery-static .project-media-cluster {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(0.8rem, 1.4vw, 1.2rem) !important;
    align-items: start !important;
  }

  body #district-vm-support .district-gallery-static .district-single-cluster {
    grid-template-columns: 1fr !important;
  }

  body #district-vm-support .district-gallery-static .project-gallery-item,
  body #district-vm-support .district-gallery-static .project-video-feature {
    overflow: hidden !important;
  }

  body #district-vm-support .district-gallery-static .project-media-cluster:nth-child(even) {
    margin-top: clamp(1rem, 3vw, 2.5rem) !important;
  }
}

@media (max-width: 760px) {
  body .site-header .language-menu {
    align-self: start !important;
    min-height: 1.35rem !important;
  }

  body .media-lightbox-frame {
    width: 94dvw !important;
    height: 88dvh !important;
    max-width: 94dvw !important;
    max-height: 88dvh !important;
  }

  body .media-lightbox-close {
    top: max(0.75rem, env(safe-area-inset-top)) !important;
    right: max(0.75rem, env(safe-area-inset-right)) !important;
  }
}

/* 2026-08-04 — Alignement final de l'icône langue avec la navigation */
body .site-header {
  align-items: center !important;
}

body .site-header .main-nav,
body .site-header .language-menu {
  align-items: center !important;
}

body .site-header .language-menu {
  align-self: center !important;
  display: flex !important;
  height: auto !important;
  min-height: 0 !important;
  line-height: 1 !important;
}

body .site-header .language-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.32rem !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  transform: translateY(0) !important;
}

body .site-header .language-globe {
  display: block !important;
  width: 1.08rem !important;
  height: 1.08rem !important;
  transform: translateY(0) !important;
}

body .site-header .language-current,
body .site-header .language-desktop-options {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1 !important;
}

@media (max-width: 760px) {
  body .site-header {
    align-items: center !important;
  }

  body .site-header .language-menu {
    align-self: center !important;
  }
}

/* 2026-08-04 — Langue en écran vertical : planète seule, choix FR/EN au clic */
@media (max-width: 760px), (orientation: portrait) {
  body .site-header .language-menu {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    align-self: center !important;
  }

  body .site-header .language-toggle {
    width: 2.75rem !important;
    height: 2.75rem !important;
    min-width: 2.75rem !important;
    min-height: 2.75rem !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: currentColor !important;
    box-shadow: none !important;
  }

  body .site-header .language-globe {
    display: block !important;
    width: 1.18rem !important;
    height: 1.18rem !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.45 !important;
  }

  body .site-header .language-current,
  body .site-header .language-desktop-options {
    display: none !important;
  }

  body .site-header .language-options[hidden] {
    display: none !important;
  }

  body .site-header .language-options:not([hidden]) {
    position: absolute !important;
    top: calc(100% + 0.35rem) !important;
    right: 0 !important;
    z-index: 1000 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.18rem !important;
    min-width: 4.25rem !important;
    padding: 0.3rem !important;
    border: 0.5px solid currentColor !important;
    background: var(--ink, #0b0d0c) !important;
    color: var(--paper, #fff) !important;
    mix-blend-mode: normal !important;
  }

  body .site-header .language-options button {
    width: 100% !important;
    min-height: 2.1rem !important;
    padding: 0.42rem 0.55rem !important;
    border: 0 !important;
    background: transparent !important;
    color: currentColor !important;
    font-family: var(--font-bold, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-align: center !important;
    cursor: pointer !important;
  }

  body .site-header .language-options button.active {
    background: var(--paper, #fff) !important;
    color: var(--ink, #0b0d0c) !important;
  }
}

/* 2026-08-05 — Objectifs Attensi + Virtual Selling sur un même plan horizontal */
body #attensi-europe .virtual-selling-objectives,
body #virtual-selling .virtual-selling-objectives {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: clamp(1.15rem, 1.8vw, 1.8rem) 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border: 0 !important;
}

body #attensi-europe .virtual-selling-objectives li,
body #virtual-selling .virtual-selling-objectives li,
body #attensi-europe .virtual-selling-objectives li:first-child,
body #virtual-selling .virtual-selling-objectives li:first-child,
body #attensi-europe .virtual-selling-objectives li:last-child,
body #virtual-selling .virtual-selling-objectives li:last-child {
  position: relative !important;
  display: flex !important;
  align-items: flex-start !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 clamp(0.95rem, 1.5vw, 1.45rem) !important;
  border: 0 !important;
  font-family: var(--font-light, "Aileron Light", "Aileron", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(0.86rem, 0.95vw, 1rem) !important;
  font-weight: 300 !important;
  line-height: 1.48 !important;
  letter-spacing: -0.01em !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: auto !important;
}

body #attensi-europe .virtual-selling-objectives li:first-child,
body #virtual-selling .virtual-selling-objectives li:first-child {
  padding-left: 0 !important;
}

body #attensi-europe .virtual-selling-objectives li:last-child,
body #virtual-selling .virtual-selling-objectives li:last-child {
  padding-right: 0 !important;
}

body #attensi-europe .virtual-selling-objectives li::before,
body #virtual-selling .virtual-selling-objectives li::before {
  content: none !important;
  display: none !important;
}

body #attensi-europe .virtual-selling-objectives li + li::before,
body #virtual-selling .virtual-selling-objectives li + li::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0.08em !important;
  bottom: 0.08em !important;
  left: 0 !important;
  width: 0.5px !important;
  height: auto !important;
  background: currentColor !important;
  opacity: 0.42 !important;
  transform: none !important;
}

@media (max-width: 720px) {
  body #attensi-europe .virtual-selling-objectives,
  body #virtual-selling .virtual-selling-objectives {
    grid-template-columns: 1fr !important;
    gap: 0.58rem !important;
  }

  body #attensi-europe .virtual-selling-objectives li,
  body #virtual-selling .virtual-selling-objectives li,
  body #attensi-europe .virtual-selling-objectives li:first-child,
  body #virtual-selling .virtual-selling-objectives li:first-child,
  body #attensi-europe .virtual-selling-objectives li:last-child,
  body #virtual-selling .virtual-selling-objectives li:last-child {
    display: block !important;
    min-height: 0 !important;
    padding: 0 0 0 1rem !important;
    font-size: clamp(0.95rem, 3.7vw, 1.05rem) !important;
    line-height: 1.44 !important;
  }

  body #attensi-europe .virtual-selling-objectives li::before,
  body #virtual-selling .virtual-selling-objectives li::before,
  body #attensi-europe .virtual-selling-objectives li + li::before,
  body #virtual-selling .virtual-selling-objectives li + li::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.68em !important;
    bottom: auto !important;
    width: 0.36rem !important;
    height: 0.36rem !important;
    border-radius: 50% !important;
    background: currentColor !important;
    opacity: 0.9 !important;
  }
}

/* 2026-08-05 — Service Leader intro matched to About paragraph scale */
body .service-leader-headline .service-leader-intro,
body .service-leader-intro {
  font-family: var(--font-light, "Aileron", "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-size: clamp(1.05rem, 1.32vw, 1.28rem) !important;
  font-weight: 300 !important;
  line-height: 1.62 !important;
  letter-spacing: -0.015em !important;
}

/* 2026-08-05 — Management vision label aligned with "Ma Formation" */
body .management-project-heading--vision .eyebrow {
  font-family: var(--font-bold, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
}

/* 2026-08-05 — Ajustement final : Attensi en 2x2, Virtual Selling en 3 objectifs */
body #attensi-europe .virtual-selling-objectives {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  row-gap: clamp(1.15rem, 2vw, 1.7rem) !important;
  column-gap: 0 !important;
}

body #virtual-selling .virtual-selling-objectives {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
}

body #attensi-europe .virtual-selling-objectives li {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body #attensi-europe .virtual-selling-objectives li:nth-child(odd) {
  padding-left: 0 !important;
}

body #attensi-europe .virtual-selling-objectives li:nth-child(even) {
  padding-right: 0 !important;
}

body #attensi-europe .virtual-selling-objectives li:nth-child(2n + 1)::before {
  content: none !important;
  display: none !important;
}

body #attensi-europe .virtual-selling-objectives li:nth-child(2n)::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0.08em !important;
  bottom: 0.08em !important;
  left: 0 !important;
  width: 0.5px !important;
  height: auto !important;
  background: currentColor !important;
  opacity: 0.42 !important;
}

@media (max-width: 720px) {
  body #attensi-europe .virtual-selling-objectives,
  body #virtual-selling .virtual-selling-objectives {
    grid-template-columns: 1fr !important;
  }

  body #attensi-europe .virtual-selling-objectives li:nth-child(2n + 1)::before,
  body #attensi-europe .virtual-selling-objectives li:nth-child(2n)::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.68em !important;
    bottom: auto !important;
    width: 0.36rem !important;
    height: 0.36rem !important;
    border-radius: 50% !important;
    background: currentColor !important;
    opacity: 0.9 !important;
  }
}

/* 2026-08-05 — Reporting & stratégie : cinquième pilier Management */
body .expertise-panel-slot #reporting-strategy {
  width: min(100%, 1180px) !important;
  max-width: min(100%, 1180px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-self: center !important;
}

body .expertise-panel-slot #reporting-strategy > p,
body .expertise-panel-slot #reporting-strategy .virtual-selling-objectives {
  max-width: min(100%, 74rem) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body #reporting-strategy .management-project-heading + h4 {
  margin-top: 0 !important;
}

body #reporting-strategy h4 + p + h4 {
  margin-top: clamp(1.6rem, 2.5vw, 2.4rem) !important;
}

body #reporting-strategy .virtual-selling-objectives {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
}

body #reporting-strategy .virtual-selling-objectives li {
  position: relative !important;
  display: flex !important;
  align-items: flex-start !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 clamp(0.95rem, 1.5vw, 1.45rem) !important;
  font-family: var(--font-light, "Aileron Light", "Aileron", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(0.86rem, 0.95vw, 1rem) !important;
  font-weight: 300 !important;
  line-height: 1.48 !important;
  letter-spacing: -0.01em !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: auto !important;
}

body #reporting-strategy .virtual-selling-objectives li:first-child {
  padding-left: 0 !important;
}

body #reporting-strategy .virtual-selling-objectives li:last-child {
  padding-right: 0 !important;
}

body #reporting-strategy .virtual-selling-objectives li::before {
  content: none !important;
  display: none !important;
}

body #reporting-strategy .virtual-selling-objectives li + li::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0.08em !important;
  bottom: 0.08em !important;
  left: 0 !important;
  width: 0.5px !important;
  height: auto !important;
  background: currentColor !important;
  opacity: 0.42 !important;
}

/* 2026-08-05 — Reporting & stratégie : correction lisibilité textes */
body .expertise-panel-slot #reporting-strategy.method-panel-text,
html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text {
  display: block !important;
  width: min(100%, 1180px) !important;
  max-width: min(100%, 1180px) !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  justify-self: center !important;
  flex: 0 1 auto !important;
  color: var(--ink) !important;
  font-family: var(--font-light, "Aileron Light", "Aileron", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(1.02rem, 1.2vw, 1.28rem) !important;
  font-weight: 300 !important;
  line-height: 1.62 !important;
  letter-spacing: -0.012em !important;
  overflow: visible !important;
}

body #reporting-strategy .management-project-heading,
body #reporting-strategy h4,
body #reporting-strategy > p,
body #reporting-strategy .virtual-selling-objectives-label,
body #reporting-strategy .virtual-selling-objectives {
  width: 100% !important;
  max-width: min(100%, 74rem) !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

body #reporting-strategy .management-project-heading,
html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .management-project-heading {
  display: block !important;
  margin-bottom: clamp(1.35rem, 2.2vw, 2.1rem) !important;
  font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(1.15rem, 1.6vw, 1.55rem) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--ink) !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: manual !important;
}

body #reporting-strategy h4,
html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text h4 {
  display: block !important;
  margin-top: clamp(1.55rem, 2.6vw, 2.45rem) !important;
  margin-bottom: clamp(0.55rem, 1vw, 0.9rem) !important;
  font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(1rem, 1.25vw, 1.32rem) !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--ink) !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: manual !important;
}

body #reporting-strategy .management-project-heading + h4,
html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .management-project-heading + h4 {
  margin-top: 0 !important;
}

body #reporting-strategy > p,
html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text > p {
  display: block !important;
  font-family: var(--font-light, "Aileron Light", "Aileron", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(1.02rem, 1.2vw, 1.28rem) !important;
  font-weight: 300 !important;
  line-height: 1.62 !important;
  letter-spacing: -0.012em !important;
  color: rgba(16, 17, 15, 0.72) !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: none !important;
}

body #reporting-strategy .virtual-selling-objectives-label,
html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .virtual-selling-objectives-label {
  margin-top: clamp(1.8rem, 3vw, 3rem) !important;
  margin-bottom: clamp(0.85rem, 1.4vw, 1.25rem) !important;
  font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(0.78rem, 0.92vw, 0.98rem) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--ink) !important;
}

@media (max-width: 720px) {
  body #reporting-strategy .virtual-selling-objectives {
    grid-template-columns: 1fr !important;
    gap: 0.58rem !important;
  }

  body #reporting-strategy .virtual-selling-objectives li,
  body #reporting-strategy .virtual-selling-objectives li:first-child,
  body #reporting-strategy .virtual-selling-objectives li:last-child {
    display: block !important;
    padding: 0 0 0 1rem !important;
    font-size: clamp(0.95rem, 3.7vw, 1.05rem) !important;
    line-height: 1.44 !important;
  }

  body #reporting-strategy .virtual-selling-objectives li::before,
  body #reporting-strategy .virtual-selling-objectives li + li::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.68em !important;
    bottom: auto !important;
    width: 0.36rem !important;
    height: 0.36rem !important;
    border-radius: 50% !important;
    background: currentColor !important;
    opacity: 0.9 !important;
  }
}

@media (max-width: 720px) {
  body .expertise-panel-slot #reporting-strategy.method-panel-text,
  html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text {
    width: 100% !important;
    max-width: 100% !important;
  }

  body #reporting-strategy h4,
  html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text h4 {
    font-size: clamp(0.95rem, 4vw, 1.1rem) !important;
    line-height: 1.2 !important;
    letter-spacing: 0.11em !important;
  }

  body #reporting-strategy > p,
  html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text > p {
    font-size: clamp(1rem, 4.2vw, 1.12rem) !important;
    line-height: 1.58 !important;
  }
}

/* 2026-08-05 — Reporting & stratégie : layout éditorial, titres alignés sur Virtual Selling */
body #reporting-strategy .reporting-story-grid,
html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .reporting-story-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: clamp(2rem, 4vw, 4.8rem) !important;
  width: 100% !important;
  max-width: min(100%, 74rem) !important;
  margin: clamp(0.6rem, 1vw, 1rem) auto clamp(2rem, 3.8vw, 4rem) !important;
}

body #reporting-strategy .reporting-story-block,
html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .reporting-story-block {
  position: relative !important;
  min-width: 0 !important;
  padding-top: clamp(1rem, 1.6vw, 1.35rem) !important;
  border-top: 0.5px solid rgba(16, 17, 15, 0.22) !important;
}

body #reporting-strategy .reporting-story-block + .reporting-story-block,
html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .reporting-story-block + .reporting-story-block {
  padding-left: clamp(1.5rem, 3vw, 3.5rem) !important;
  border-left: 0.5px solid rgba(16, 17, 15, 0.18) !important;
}

body #reporting-strategy .reporting-story-index,
html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .reporting-story-index {
  display: block !important;
  margin-bottom: clamp(0.75rem, 1.1vw, 1rem) !important;
  font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(0.72rem, 0.8vw, 0.84rem) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: rgba(16, 17, 15, 0.46) !important;
}

body #reporting-strategy .reporting-story-block h4,
html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .reporting-story-block h4 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 clamp(1rem, 1.8vw, 1.55rem) !important;
  font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(2.15rem, 5vw, 4.8rem) !important;
  font-weight: 800 !important;
  line-height: 0.92 !important;
  letter-spacing: -0.055em !important;
  text-transform: none !important;
  color: var(--ink) !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

body #reporting-strategy .reporting-story-block p,
html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .reporting-story-block p {
  display: block !important;
  width: 100% !important;
  max-width: 36rem !important;
  margin: 0 !important;
  font-family: var(--font-light, "Aileron Light", "Aileron", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(1.02rem, 1.18vw, 1.24rem) !important;
  font-weight: 300 !important;
  line-height: 1.62 !important;
  letter-spacing: -0.012em !important;
  color: rgba(16, 17, 15, 0.72) !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: none !important;
}

@media (max-width: 860px) {
  body #reporting-strategy .reporting-story-grid,
  html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .reporting-story-grid {
    grid-template-columns: 1fr !important;
    gap: clamp(1.6rem, 6vw, 2.3rem) !important;
  }

  body #reporting-strategy .reporting-story-block + .reporting-story-block,
  html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .reporting-story-block + .reporting-story-block {
    padding-left: 0 !important;
    border-left: 0 !important;
  }

  body #reporting-strategy .reporting-story-block h4,
  html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .reporting-story-block h4 {
    font-size: clamp(2.2rem, 12vw, 4rem) !important;
  }

  body #reporting-strategy .reporting-story-block p,
  html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .reporting-story-block p {
    max-width: 100% !important;
  }
}

/* 2026-08-05 — Reporting & stratégie : objectifs alignés sur Formation & Expérience */
body #reporting-strategy .virtual-selling-objectives.reporting-objectives,
html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .virtual-selling-objectives.reporting-objectives {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 0 !important;
  row-gap: clamp(1.15rem, 2vw, 1.7rem) !important;
  width: 100% !important;
  max-width: min(100%, 74rem) !important;
  margin: clamp(1.15rem, 2vw, 1.75rem) auto 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border: 0 !important;
}

body #reporting-strategy .virtual-selling-objectives.reporting-objectives li,
body #reporting-strategy .virtual-selling-objectives.reporting-objectives li:first-child,
body #reporting-strategy .virtual-selling-objectives.reporting-objectives li:last-child,
html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .virtual-selling-objectives.reporting-objectives li {
  position: relative !important;
  display: flex !important;
  align-items: flex-start !important;
  min-width: 0 !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 clamp(0.95rem, 1.55vw, 1.35rem) !important;
  border: 0 !important;
  font-family: var(--font-light, "Aileron Light", "Aileron", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(0.84rem, 0.92vw, 1.02rem) !important;
  font-weight: 300 !important;
  line-height: 1.42 !important;
  letter-spacing: -0.01em !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
}

body #reporting-strategy .virtual-selling-objectives.reporting-objectives li:nth-child(odd),
html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .virtual-selling-objectives.reporting-objectives li:nth-child(odd) {
  padding-left: 0 !important;
}

body #reporting-strategy .virtual-selling-objectives.reporting-objectives li:nth-child(even),
html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .virtual-selling-objectives.reporting-objectives li:nth-child(even) {
  padding-right: 0 !important;
}

body #reporting-strategy .virtual-selling-objectives.reporting-objectives li::before,
body #reporting-strategy .virtual-selling-objectives.reporting-objectives li:nth-child(2n + 1)::before,
html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .virtual-selling-objectives.reporting-objectives li::before {
  content: none !important;
  display: none !important;
}

body #reporting-strategy .virtual-selling-objectives.reporting-objectives li:nth-child(2n)::before,
html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .virtual-selling-objectives.reporting-objectives li:nth-child(2n)::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0.08em !important;
  bottom: 0.08em !important;
  left: 0 !important;
  width: 0.5px !important;
  height: auto !important;
  background: currentColor !important;
  border-radius: 0 !important;
  opacity: 0.42 !important;
}

@media (max-width: 720px) {
  body #reporting-strategy .virtual-selling-objectives.reporting-objectives,
  html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .virtual-selling-objectives.reporting-objectives {
    grid-template-columns: 1fr !important;
    gap: 0.58rem !important;
  }

  body #reporting-strategy .virtual-selling-objectives.reporting-objectives li,
  body #reporting-strategy .virtual-selling-objectives.reporting-objectives li:first-child,
  body #reporting-strategy .virtual-selling-objectives.reporting-objectives li:last-child,
  html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .virtual-selling-objectives.reporting-objectives li {
    display: block !important;
    padding: 0 0 0 1rem !important;
    font-size: clamp(0.95rem, 3.7vw, 1.05rem) !important;
    line-height: 1.44 !important;
  }

  body #reporting-strategy .virtual-selling-objectives.reporting-objectives li::before,
  body #reporting-strategy .virtual-selling-objectives.reporting-objectives li:nth-child(2n)::before,
  body #reporting-strategy .virtual-selling-objectives.reporting-objectives li:nth-child(2n + 1)::before,
  html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .virtual-selling-objectives.reporting-objectives li::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.68em !important;
    bottom: auto !important;
    width: 0.36rem !important;
    height: 0.36rem !important;
    border-radius: 50% !important;
    background: currentColor !important;
    opacity: 0.9 !important;
  }
}

/* 2026-08-05 — Process & Performance label aligned with Reporting & stratégie */
body #virtual-selling .virtual-selling-objectives-label,
html.has-gsap-scroll body .method-horizontal #virtual-selling.method-panel-text .virtual-selling-objectives-label {
  margin-top: clamp(1.8rem, 3vw, 3rem) !important;
  margin-bottom: clamp(0.85rem, 1.4vw, 1.25rem) !important;
  font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(0.78rem, 0.92vw, 0.98rem) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--ink) !important;
}

/* 2026-08-05 — Desktop language switch: only FR / EN, active white, inactive grey */
@media (min-width: 761px) and (orientation: landscape) {
  body .site-header .language-menu {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
  }

  body .site-header .language-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
  }

  body .site-header .language-globe,
  body .site-header .language-current,
  body .site-header .language-desktop-options > span:not([data-language-label]) {
    display: none !important;
  }

  body .site-header .language-desktop-options {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.45rem !important;
    font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
    font-size: clamp(0.68rem, 0.72vw, 0.78rem) !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
  }

  body .site-header .language-desktop-options [data-language-label] {
    color: rgba(255, 255, 255, 0.42) !important;
    cursor: pointer !important;
    transition: color 180ms ease !important;
  }

  body .site-header .language-desktop-options [data-language-label].active {
    color: #fff !important;
  }
}

/* 2026-08-05 — Formation & Expérience: mêmes objectifs que Reporting & stratégie */
body #attensi-europe .attensi-objectives-label,
html.has-gsap-scroll body .method-horizontal #attensi-europe.method-panel-text .attensi-objectives-label {
  width: 100% !important;
  max-width: min(100%, 74rem) !important;
  margin: clamp(1.8rem, 3vw, 3rem) auto clamp(0.85rem, 1.4vw, 1.25rem) !important;
  font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(0.78rem, 0.92vw, 0.98rem) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--ink) !important;
}

body #attensi-europe .virtual-selling-objectives,
html.has-gsap-scroll body .method-horizontal #attensi-europe.method-panel-text .virtual-selling-objectives {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 0 !important;
  row-gap: clamp(1.15rem, 2vw, 1.7rem) !important;
  width: 100% !important;
  max-width: min(100%, 74rem) !important;
  margin: clamp(1.15rem, 2vw, 1.75rem) auto 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border: 0 !important;
  column-count: initial !important;
  columns: initial !important;
}

body #attensi-europe .virtual-selling-objectives li,
body #attensi-europe .virtual-selling-objectives li:first-child,
body #attensi-europe .virtual-selling-objectives li:last-child,
html.has-gsap-scroll body .method-horizontal #attensi-europe.method-panel-text .virtual-selling-objectives li {
  position: relative !important;
  display: flex !important;
  align-items: flex-start !important;
  min-width: 0 !important;
  min-height: 100% !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 clamp(0.95rem, 1.55vw, 1.35rem) !important;
  border: 0 !important;
  break-inside: auto !important;
  -webkit-column-break-inside: auto !important;
  page-break-inside: auto !important;
  font-family: var(--font-light, "Aileron Light", "Aileron", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: clamp(0.84rem, 0.92vw, 1.02rem) !important;
  font-weight: 300 !important;
  line-height: 1.42 !important;
  letter-spacing: -0.01em !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
}

body #attensi-europe .virtual-selling-objectives li:nth-child(odd),
html.has-gsap-scroll body .method-horizontal #attensi-europe.method-panel-text .virtual-selling-objectives li:nth-child(odd) {
  padding-left: 0 !important;
}

body #attensi-europe .virtual-selling-objectives li:nth-child(even),
html.has-gsap-scroll body .method-horizontal #attensi-europe.method-panel-text .virtual-selling-objectives li:nth-child(even) {
  padding-right: 0 !important;
}

body #attensi-europe .virtual-selling-objectives li::before,
body #attensi-europe .virtual-selling-objectives li:nth-child(2n + 1)::before,
html.has-gsap-scroll body .method-horizontal #attensi-europe.method-panel-text .virtual-selling-objectives li::before {
  content: none !important;
  display: none !important;
}

body #attensi-europe .virtual-selling-objectives li:nth-child(2n)::before,
html.has-gsap-scroll body .method-horizontal #attensi-europe.method-panel-text .virtual-selling-objectives li:nth-child(2n)::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0.08em !important;
  bottom: 0.08em !important;
  left: 0 !important;
  width: 0.5px !important;
  height: auto !important;
  background: currentColor !important;
  border-radius: 0 !important;
  opacity: 0.42 !important;
}

@media (max-width: 720px) {
  body #attensi-europe .virtual-selling-objectives,
  html.has-gsap-scroll body .method-horizontal #attensi-europe.method-panel-text .virtual-selling-objectives {
    grid-template-columns: 1fr !important;
    gap: 0.58rem !important;
  }

  body #attensi-europe .virtual-selling-objectives li,
  body #attensi-europe .virtual-selling-objectives li:first-child,
  body #attensi-europe .virtual-selling-objectives li:last-child,
  html.has-gsap-scroll body .method-horizontal #attensi-europe.method-panel-text .virtual-selling-objectives li {
    display: block !important;
    padding: 0 0 0 1rem !important;
    font-size: clamp(0.95rem, 3.7vw, 1.05rem) !important;
    line-height: 1.44 !important;
  }

  body #attensi-europe .virtual-selling-objectives li::before,
  body #attensi-europe .virtual-selling-objectives li:nth-child(2n)::before,
  body #attensi-europe .virtual-selling-objectives li:nth-child(2n + 1)::before,
  html.has-gsap-scroll body .method-horizontal #attensi-europe.method-panel-text .virtual-selling-objectives li::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.68em !important;
    bottom: auto !important;
    width: 0.36rem !important;
    height: 0.36rem !important;
    border-radius: 50% !important;
    background: currentColor !important;
    opacity: 0.9 !important;
  }
}

/* 2026-08-05 — About sans portrait + menu langue au premier plan */
body .role-fit .role-intro {
  grid-template-columns: minmax(0, 1fr) !important;
}

body .role-fit .role-intro-copy {
  grid-column: 1 / -1 !important;
}

body .site-header {
  z-index: 2147483000 !important;
  overflow: visible !important;
  isolation: isolate !important;
}

body .site-header .language-menu {
  z-index: 2147483500 !important;
  overflow: visible !important;
  margin-inline: 0 !important;
  padding-inline: 0 !important;
}

body .site-header .language-options:not([hidden]) {
  z-index: 2147483647 !important;
  position: absolute !important;
  isolation: isolate !important;
}

@media (max-width: 760px), (orientation: portrait) {
  body .site-header .language-menu {
    width: auto !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body .site-header .language-toggle {
    width: 2.05rem !important;
    height: 2.05rem !important;
    min-width: 2.05rem !important;
    min-height: 2.05rem !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
  }

  body .site-header .language-globe {
    width: 1.08rem !important;
    height: 1.08rem !important;
  }
}

/* 2026-08-05 — Lightbox responsive robuste pour tous les médias de carrousel */
body.is-lightbox-open {
  overflow: hidden !important;
}

body .media-lightbox[hidden] {
  display: none !important;
}

body .media-lightbox {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483600 !important;
  display: grid !important;
  place-items: center !important;
  width: 100vw !important;
  width: 100dvw !important;
  height: 100vh !important;
  height: 100dvh !important;
  padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right))
    max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left)) !important;
  overflow: hidden !important;
  background: rgba(8, 9, 8, 0.94) !important;
  color: #fff !important;
}

body .media-lightbox-frame {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: calc(100vw - 2rem) !important;
  width: calc(100dvw - 2rem) !important;
  height: calc(100vh - 2rem) !important;
  height: calc(100dvh - 2rem) !important;
  max-width: calc(100vw - 2rem) !important;
  max-width: calc(100dvw - 2rem) !important;
  max-height: calc(100vh - 2rem) !important;
  max-height: calc(100dvh - 2rem) !important;
  overflow: hidden !important;
}

body .media-lightbox-frame img,
body .media-lightbox-frame video {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}

body .media-lightbox-frame video {
  background: #000 !important;
}

body .media-lightbox-close {
  position: fixed !important;
  top: max(0.75rem, env(safe-area-inset-top)) !important;
  right: max(0.75rem, env(safe-area-inset-right)) !important;
  z-index: 2147483647 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 3rem !important;
  height: 3rem !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  line-height: 1 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
}

body .media-lightbox-close:focus-visible {
  outline: 1px solid currentColor !important;
  outline-offset: 0.25rem !important;
}

/* 2026-08-05 — Objectifs Attensi / Virtual Selling lisibles sur écrans étroits */
@media (max-width: 760px) {
  body #attensi-europe .attensi-objectives-label,
  body #virtual-selling .virtual-selling-objectives-label {
    margin-bottom: 0.65rem !important;
  }

  body #attensi-europe .virtual-selling-objectives,
  body #virtual-selling .virtual-selling-objectives,
  html.has-gsap-scroll body .method-horizontal #attensi-europe.method-panel-text .virtual-selling-objectives,
  html.has-gsap-scroll body .method-horizontal #virtual-selling.method-panel-text .virtual-selling-objectives {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 0.42rem !important;
    margin: 0.7rem 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
    columns: initial !important;
    column-count: initial !important;
    column-gap: 0 !important;
    border: 0 !important;
  }

  body #attensi-europe .virtual-selling-objectives li,
  body #virtual-selling .virtual-selling-objectives li,
  body #attensi-europe .virtual-selling-objectives li:first-child,
  body #virtual-selling .virtual-selling-objectives li:first-child,
  body #attensi-europe .virtual-selling-objectives li:last-child,
  body #virtual-selling .virtual-selling-objectives li:last-child,
  html.has-gsap-scroll body .method-horizontal #attensi-europe.method-panel-text .virtual-selling-objectives li,
  html.has-gsap-scroll body .method-horizontal #virtual-selling.method-panel-text .virtual-selling-objectives li {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 0 0 1.05rem !important;
    border: 0 !important;
    break-inside: auto !important;
    -webkit-column-break-inside: auto !important;
    page-break-inside: auto !important;
    font-size: clamp(0.92rem, 3.55vw, 1.02rem) !important;
    line-height: 1.36 !important;
    text-align: left !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: auto !important;
  }

  body #attensi-europe .virtual-selling-objectives li + li,
  body #virtual-selling .virtual-selling-objectives li + li {
    margin-top: 0.34rem !important;
    padding-left: 1.05rem !important;
  }

  body #attensi-europe .virtual-selling-objectives li::before,
  body #virtual-selling .virtual-selling-objectives li::before,
  body #attensi-europe .virtual-selling-objectives li + li::before,
  body #virtual-selling .virtual-selling-objectives li + li::before,
  body #attensi-europe .virtual-selling-objectives li:nth-child(2n)::before,
  body #virtual-selling .virtual-selling-objectives li:nth-child(2n)::before,
  body #attensi-europe .virtual-selling-objectives li:nth-child(2n + 1)::before,
  body #virtual-selling .virtual-selling-objectives li:nth-child(2n + 1)::before,
  html.has-gsap-scroll body .method-horizontal #attensi-europe.method-panel-text .virtual-selling-objectives li::before,
  html.has-gsap-scroll body .method-horizontal #virtual-selling.method-panel-text .virtual-selling-objectives li::before {
    content: "•" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: auto !important;
    display: inline !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    transform: none !important;
    font: inherit !important;
    font-weight: 800 !important;
    line-height: inherit !important;
    color: currentColor !important;
    opacity: 1 !important;
  }
}

/* 2026-08-05 — ajustement fin de l'en-tête */
body .site-header .main-nav {
  gap: clamp(1rem, 2.45vw, 2.9rem) !important;
}

body .site-header .language-menu {
  margin-inline: 0 !important;
  padding-inline: 0 !important;
}

body .site-header .language-toggle {
  gap: 0.2rem !important;
  min-width: 0 !important;
  margin-inline: 0 !important;
  padding-inline: 0 !important;
}

body .site-header .language-globe {
  margin-inline: 0 !important;
}

@media (max-width: 760px), (orientation: portrait) {
  body .site-header .main-nav {
    gap: clamp(0.78rem, 3.2vw, 1.35rem) !important;
  }

  body .site-header .language-toggle {
    width: 1.65rem !important;
    height: 1.65rem !important;
    min-width: 1.65rem !important;
    min-height: 1.65rem !important;
  }

  body .site-header .language-globe {
    width: 1.04rem !important;
    height: 1.04rem !important;
  }
}

/* 2026-08-05 — Mobile : objectifs Attensi / Reporting alignés sur Process & Performance */
@media (max-width: 760px), (orientation: portrait) {
  body #attensi-europe .attensi-objectives-label,
  body #virtual-selling .virtual-selling-objectives-label,
  body #reporting-strategy .virtual-selling-objectives-label,
  html.has-gsap-scroll body .method-horizontal #attensi-europe.method-panel-text .attensi-objectives-label,
  html.has-gsap-scroll body .method-horizontal #virtual-selling.method-panel-text .virtual-selling-objectives-label,
  html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .virtual-selling-objectives-label {
    width: 100% !important;
    max-width: 100% !important;
    margin: clamp(1.35rem, 5vw, 2rem) 0 0.65rem !important;
    padding: 0 !important;
    font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
    font-size: clamp(0.78rem, 3.2vw, 0.92rem) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    text-align: left !important;
  }

  body #attensi-europe .virtual-selling-objectives,
  body #virtual-selling .virtual-selling-objectives,
  body #reporting-strategy .virtual-selling-objectives,
  body #reporting-strategy .virtual-selling-objectives.reporting-objectives,
  html.has-gsap-scroll body .method-horizontal #attensi-europe.method-panel-text .virtual-selling-objectives,
  html.has-gsap-scroll body .method-horizontal #virtual-selling.method-panel-text .virtual-selling-objectives,
  html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .virtual-selling-objectives,
  html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .virtual-selling-objectives.reporting-objectives {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 0.42rem !important;
    margin: 0.7rem 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
    columns: initial !important;
    column-count: initial !important;
    column-gap: 0 !important;
    border: 0 !important;
  }

  body #attensi-europe .virtual-selling-objectives li,
  body #virtual-selling .virtual-selling-objectives li,
  body #reporting-strategy .virtual-selling-objectives li,
  body #reporting-strategy .virtual-selling-objectives.reporting-objectives li,
  body #attensi-europe .virtual-selling-objectives li:first-child,
  body #virtual-selling .virtual-selling-objectives li:first-child,
  body #reporting-strategy .virtual-selling-objectives li:first-child,
  body #reporting-strategy .virtual-selling-objectives.reporting-objectives li:first-child,
  body #attensi-europe .virtual-selling-objectives li:last-child,
  body #virtual-selling .virtual-selling-objectives li:last-child,
  body #reporting-strategy .virtual-selling-objectives li:last-child,
  body #reporting-strategy .virtual-selling-objectives.reporting-objectives li:last-child,
  html.has-gsap-scroll body .method-horizontal #attensi-europe.method-panel-text .virtual-selling-objectives li,
  html.has-gsap-scroll body .method-horizontal #virtual-selling.method-panel-text .virtual-selling-objectives li,
  html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .virtual-selling-objectives li,
  html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .virtual-selling-objectives.reporting-objectives li {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 0 0 1.05rem !important;
    border: 0 !important;
    break-inside: auto !important;
    -webkit-column-break-inside: auto !important;
    page-break-inside: auto !important;
    font-family: var(--font-light, "Aileron Light", "Aileron", "Helvetica Neue", Arial, sans-serif) !important;
    font-size: clamp(0.92rem, 3.55vw, 1.02rem) !important;
    font-weight: 300 !important;
    line-height: 1.36 !important;
    letter-spacing: -0.01em !important;
    text-align: left !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: auto !important;
  }

  body #attensi-europe .virtual-selling-objectives li + li,
  body #virtual-selling .virtual-selling-objectives li + li,
  body #reporting-strategy .virtual-selling-objectives li + li,
  body #reporting-strategy .virtual-selling-objectives.reporting-objectives li + li {
    margin-top: 0.34rem !important;
    padding-left: 1.05rem !important;
  }

  body #attensi-europe .virtual-selling-objectives li::before,
  body #virtual-selling .virtual-selling-objectives li::before,
  body #reporting-strategy .virtual-selling-objectives li::before,
  body #reporting-strategy .virtual-selling-objectives.reporting-objectives li::before,
  body #attensi-europe .virtual-selling-objectives li + li::before,
  body #virtual-selling .virtual-selling-objectives li + li::before,
  body #reporting-strategy .virtual-selling-objectives li + li::before,
  body #reporting-strategy .virtual-selling-objectives.reporting-objectives li + li::before,
  body #attensi-europe .virtual-selling-objectives li:nth-child(2n)::before,
  body #virtual-selling .virtual-selling-objectives li:nth-child(2n)::before,
  body #reporting-strategy .virtual-selling-objectives li:nth-child(2n)::before,
  body #reporting-strategy .virtual-selling-objectives.reporting-objectives li:nth-child(2n)::before,
  body #attensi-europe .virtual-selling-objectives li:nth-child(2n + 1)::before,
  body #virtual-selling .virtual-selling-objectives li:nth-child(2n + 1)::before,
  body #reporting-strategy .virtual-selling-objectives li:nth-child(2n + 1)::before,
  body #reporting-strategy .virtual-selling-objectives.reporting-objectives li:nth-child(2n + 1)::before,
  html.has-gsap-scroll body .method-horizontal #attensi-europe.method-panel-text .virtual-selling-objectives li::before,
  html.has-gsap-scroll body .method-horizontal #virtual-selling.method-panel-text .virtual-selling-objectives li::before,
  html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .virtual-selling-objectives li::before,
  html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .virtual-selling-objectives.reporting-objectives li::before {
    content: "•" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: auto !important;
    display: inline !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    transform: none !important;
    font: inherit !important;
    font-weight: 800 !important;
    line-height: inherit !important;
    color: currentColor !important;
    opacity: 1 !important;
  }

  body #reporting-strategy .management-project-heading,
  html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .management-project-heading {
    display: flex !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: clamp(0.55rem, 2.8vw, 0.85rem) !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 clamp(1.15rem, 5vw, 1.8rem) !important;
    padding: 0 !important;
    text-align: left !important;
  }

  body #reporting-strategy .management-project-heading > div,
  html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .management-project-heading > div {
    display: block !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
  }

  body #reporting-strategy .management-project-number,
  html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .management-project-number {
    display: inline-block !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    white-space: nowrap !important;
    line-height: 1 !important;
  }

  body #reporting-strategy .management-project-heading .eyebrow,
  html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .management-project-heading .eyebrow {
    display: block !important;
    max-width: 100% !important;
    margin: 0 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    font-size: clamp(0.74rem, 3.35vw, 0.98rem) !important;
    line-height: 1 !important;
    letter-spacing: clamp(0.08em, 0.7vw, 0.14em) !important;
  }
}

/* 2026-08-05 — Mobile : sécurise l'alignement du 05 avec Reporting & stratégie */
@media (max-width: 760px), (orientation: portrait) {
  body #reporting-strategy .management-project-heading .management-project-number,
  html.has-gsap-scroll body .method-horizontal #reporting-strategy.method-panel-text .management-project-heading .management-project-number {
    display: inline-block !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: var(--font-heavy, "Aileron Heavy", "Helvetica Neue", Arial, sans-serif) !important;
    font-size: clamp(0.74rem, 3.35vw, 0.98rem) !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: clamp(0.08em, 0.7vw, 0.14em) !important;
    white-space: nowrap !important;
    color: currentColor !important;
  }
}
