/* V4 portraits and their immediate FAQ colour junction; other compositions are untouched. */
.review.theme-v4 .section.ne-section,
.review.theme-v4 .ne-section + .v4-faq {
  --ink: #f5f2ee;
  --muted: #c4c2dc;
  --accent: #b39af0;
  --line: #b39af03d;
  --paper: #171c37;
  color: var(--ink);
  background: #0b0e28;
}
.review.theme-v4 .section.ne-section {
  padding-block: 34px 0;
  container: team / inline-size;
}
.review.theme-v4 .section.ne-section > .wrap {
  inline-size: min(1152px, calc(100% - 112px));
  padding-block-end: 28px;
  border-block-end: 1px solid var(--line);
}
.ne-section .ne-heading {
  text-align: center;
  margin-block-end: 48px;
}
.ne-section .ne-kicker {
  margin-block-end: 14px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .26em;
  font: 600 13px/1.6 var(--body);
}
.review.theme-v4 .ne-section h2 {
  max-inline-size: 760px;
  margin-inline: auto;
  font: 400 clamp(34px, 4.3vw, 58px)/1.16 var(--title);
  letter-spacing: -.03em;
  text-wrap: balance;
}
.ne-section .ne-portraits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 336px));
  justify-content: center;
  gap: 42px;
  padding-inline: 12px;
}
.ne-section .ne-person {
  --ne-angle: 0deg;
  position: relative;
  margin: 0;
  padding: 15px 15px 24px;
  min-inline-size: 0;
  background:
    linear-gradient(
      150deg,
      #ffffff02,
      transparent 65%),
    var(--paper);
  border: 1px solid #c4c2dc22;
  border-radius: 2px;
  box-shadow: 0 2px 2px #0000000d, 0 10px 18px -12px #00000080;
  transform: rotate(var(--ne-angle));
  transform-origin: 50% 65%;
}
.ne-section .ne-eric {
  --ne-angle: -1deg;
}
.ne-section .ne-alexia {
  --ne-angle: 1deg;
}
.ne-section .ne-photo {
  aspect-ratio: 1;
  background: #111528;
}
.review.theme-v4 .ne-photo img {
  inline-size: 100%;
  block-size: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.ne-section .ne-clip {
  position: absolute;
  inset-block-start: -14px;
  inset-inline-start: 32px;
  z-index: 1;
  inline-size: 22px;
  block-size: 50px;
  color: var(--accent);
  transform: rotate(-4deg);
  filter: drop-shadow(1px 2px 1px #0005);
  pointer-events: none;
}
.ne-section figcaption {
  padding-block-start: 16px;
  padding-inline: 4px;
}
.review.theme-v4 .ne-section h3 {
  font: 400 clamp(28px, 2.4vw, 32px)/1.15 var(--title);
  letter-spacing: -.035em;
  text-align: start;
  text-wrap: wrap;
}
.ne-section .ne-role,
.ne-section .ne-bio {
  color: var(--muted);
  font: 400 17px/1.4 var(--body);
  margin-block-start: 6px;
  overflow-wrap: anywhere;
}
.ne-section .ne-bio {
  text-wrap: pretty;
}
.ne-section .ne-contact {
  margin-block-start: 40px;
  display: flex;
  justify-content: center;
}
.ne-section .ne-contact a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-block-size: 48px;
  padding: 6px 8px;
  color: var(--accent);
  font: 400 18px/1.5 var(--body);
  text-align: center;
  transition: color 180ms ease;
}
.ne-section .ne-contact a span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
.ne-section .ne-contact .icon {
  flex: 0 0 22px;
  inline-size: 22px;
  block-size: 22px;
}
.ne-section .ne-contact a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
  border-radius: 2px;
}
@media (hover: hover) {
  .ne-section .ne-contact a:hover {
    color: #dfd0ff;
  }
}
.ne-section.ne-entering .ne-person {
  animation: ne-portrait-arrive 480ms cubic-bezier(.2, .65, .3, 1) both;
}
.ne-section.ne-entering .ne-alex {
  animation-delay: 60ms;
}
.ne-section.ne-entering .ne-alexia {
  animation-delay: 120ms;
}
@keyframes ne-portrait-arrive {
  from {
    opacity: .78;
    transform: translateY(10px) rotate(calc(var(--ne-angle) * .4));
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(var(--ne-angle));
  }
}
.review.theme-v4 .section.nt-section:has(+ .ne-section) > .wrap {
  padding-block-end: 0;
}
.review.theme-v4 .ne-section + .v4-faq {
  padding-block-start: 52px;
}
.review.theme-v4 .ne-section + .v4-faq .v4-faq-paper {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--line);
  box-shadow: none;
}
.review.theme-v4 .ne-section + .v4-faq .faq-item {
  border-block-end-color: var(--line);
}
@container team (min-width: 1041px) {
  .review.theme-v4 .ne-section h2:lang(fr) {
    white-space: pre-line;
  }
}
@container team (max-width: 1040px) {
  .ne-section .ne-portraits {
    grid-template-columns: minmax(0, 336px);
    gap: 38px;
  }
  .ne-section .ne-heading {
    margin-block-end: 36px;
  }
}
@container team (max-width: 600px) {
  .review.theme-v4 .section.ne-section > .wrap {
    inline-size: calc(100% - 40px);
  }
  .review.theme-v4 .ne-section h2 {
    font-size: clamp(30px, 8.8cqi, 38px);
    max-inline-size: 19ch;
  }
  .ne-section .ne-portraits {
    padding-inline: 6px;
  }
  .ne-section .ne-person {
    --ne-angle: 0deg;
    padding: 13px 13px 22px;
  }
  .ne-section figcaption {
    padding-inline: 2px;
  }
  .review.theme-v4 .ne-section h3 {
    font-size: 28px;
  }
  .ne-section .ne-role,
  .ne-section .ne-bio {
    font-size: 17px;
  }
  .ne-section .ne-contact {
    margin-block-start: 26px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ne-section.ne-entering .ne-person {
    animation: none;
  }
  .ne-section .ne-contact a {
    transition: none;
  }
}
