:root {
  --ink: #0a1018;
  --navy: #0d1927;
  --paper: #f4f3ef;
  --white: #fff;
  --blue: #123f8c;
  --red: #c52b32;
  --cyan: #81b7c9;
  --muted: #aeb8c3;
  --line: rgba(255, 255, 255, 0.15);
  --max: 1280px;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 100;
  background: #fff;
  color: #000;
  padding: 0.7rem;
}
.tricolor {
  height: 16px;
  background: #fff;
  display: grid;
  grid-template-columns: 32% 36% 32%;
  position: relative;
  z-index: 60;
}
.tricolor:before,
.tricolor:after {
  content: "";
  height: 4px;
  margin-top: 6px;
}
.tricolor:before {
  background: var(--blue);
}
.tricolor:after {
  background: var(--red);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 16, 24, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(65, 112, 174, 0.38);
}
.nav {
  max-width: var(--max);
  margin: auto;
  height: 88px;
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  gap: 2rem;
}
.brand {
  width: 235px;
  flex: 0 0 auto;
}
.brand img {
  width: 100%;
  height: auto;
}
.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 2vw, 2.2rem);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.nav-links a:not(.button):hover,
.nav-links a[aria-current="page"] {
  color: #7fb6ff;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  background: var(--blue);
  color: #fff;
  padding: 0.9rem 1.15rem;
  border: 1px solid var(--blue);
  border-bottom-color: var(--red);
  font-weight: 750;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: 0.2s;
}
.button:after {
  content: "→";
}
.button:hover {
  background: #fff;
  color: var(--blue);
  border-color: #fff;
  border-bottom-color: var(--red);
}
.button.outline {
  background: transparent;
  color: var(--white);
}
.button.outline:hover {
  background: var(--white);
  color: var(--ink);
}
.menu-toggle {
  display: none;
  margin-left: auto;
  border: 0;
  background: none;
  color: #fff;
  font-size: 1.5rem;
}
.shell {
  max-width: var(--max);
  margin: auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #72a9ef;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.eyebrow:before {
  content: "";
  width: 30px;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--blue) 0 48%,
    transparent 48% 55%,
    var(--red) 55%
  );
}
.display {
  margin: 0.5rem 0 1.5rem;
  font-size: clamp(3.2rem, 8vw, 8rem);
  line-height: 0.89;
  letter-spacing: -0.055em;
  font-weight: 760;
  text-transform: uppercase;
}
.lede {
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 1.45;
  color: #d8dde3;
  max-width: 780px;
}
.section {
  padding: clamp(5rem, 10vw, 9rem) 0;
}
.section.light {
  background: var(--paper);
  color: var(--ink);
  border-top: 4px solid var(--blue);
}
.section.navy {
  background: linear-gradient(135deg, #0d1927 0%, #10233a 100%);
}
.rule {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.light .rule {
  border-color: rgba(10, 16, 24, 0.17);
}
.hero {
  min-height: calc(100vh - 104px);
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
  background: #07101a;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(7, 18, 37, 0.97) 0%,
      rgba(9, 31, 64, 0.82) 45%,
      rgba(9, 26, 51, 0.25) 78%
    ),
    linear-gradient(0deg, rgba(5, 11, 18, 0.88), transparent 65%),
    url("../assets/images/mirage-orange.webp") center/cover;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(38, 94, 162, 0.3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 94, 162, 0.3) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to right, #000, transparent 75%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 7rem;
  padding-bottom: 5rem;
}
.hero .display {
  max-width: 980px;
}
.hero .display span {
  display: block;
  color: #fff;
  -webkit-text-stroke: 0;
}
.hero .display span:after {
  content: "";
  display: block;
  width: min(280px, 55vw);
  height: 5px;
  margin-top: 0.12em;
  background: linear-gradient(
    90deg,
    var(--blue) 0 47%,
    #fff 47% 53%,
    var(--red) 53%
  );
}
.hero-bottom {
  margin-top: 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
}
.hero-copy {
  max-width: 610px;
}
.hero-copy p {
  color: #eef4fa;
  font-size: 1.08rem;
}
.meta {
  font-size: 0.67rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #a9bdd2;
}
.hero-portrait {
  position: absolute;
  z-index: 3;
  right: var(--pad);
  bottom: 0;
  width: clamp(220px, 23vw, 350px);
  margin: 0;
  border-top: 4px solid var(--blue);
  border-right: 4px solid var(--red);
  box-shadow: -25px 30px 70px rgba(0, 0, 0, 0.42);
}
.hero-portrait img {
  width: 100%;
  height: clamp(300px, 43vw, 560px);
  object-fit: cover;
  object-position: center 10%;
  filter: saturate(0.95) contrast(1.03);
}
.hero-portrait figcaption {
  position: absolute;
  left: -1px;
  bottom: 0;
  background: rgba(9, 25, 45, 0.94);
  padding: 0.75rem 1rem;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-left: 3px solid var(--red);
}
.hero-content .hero-bottom {
  padding-right: clamp(230px, 27vw, 390px);
}
.stats-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}
.stats-intro h2,
.section-title {
  font-size: clamp(2.3rem, 5vw, 5.2rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  margin: 0.5rem 0 1.2rem;
}
.stats {
  margin-top: 5rem;
  border-top: 1px solid rgba(10, 16, 24, 0.2);
}
.stat {
  display: grid;
  grid-template-columns: 0.38fr 1fr 0.5fr;
  gap: 2rem;
  align-items: center;
  padding: 2.1rem 0;
  border-bottom: 1px solid rgba(10, 16, 24, 0.2);
}
.stat strong {
  font-size: clamp(3.5rem, 7vw, 7rem);
  line-height: 1;
  letter-spacing: -0.06em;
}
.stat p {
  font-size: 1.15rem;
  max-width: 540px;
  margin: 0;
}
.source {
  font-size: 0.7rem;
  color: #525d68;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: right;
}
.source a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.signals {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(10, 16, 24, 0.18);
  border: 1px solid rgba(10, 16, 24, 0.18);
}
.signal {
  background: var(--paper);
  padding: 2rem;
}
.signal strong {
  display: block;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
  margin: 0.6rem 0;
}
.signal p {
  color: #4e5963;
}
.signal .source {
  text-align: left;
}
.control-grid {
  margin-top: 4rem;
  counter-reset: control;
  border-top: 1px solid var(--line);
}
.control {
  counter-increment: control;
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
}
.control:before {
  content: "0" counter(control);
  color: var(--cyan);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}
.control h3 {
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  font-weight: 540;
  margin: 0;
}
.control p {
  color: var(--muted);
  max-width: 430px;
  margin: 0;
  font-size: 0.9rem;
}
.control-badge {
  font-size: 0.65rem;
  border: 1px solid #536171;
  padding: 0.4rem 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.offer {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}
.offer-panel {
  border-left: 1px solid var(--red);
  padding-left: clamp(1.5rem, 4vw, 3rem);
}
.offer-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.offer-list li {
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(10, 16, 24, 0.17);
  display: flex;
  gap: 1rem;
}
.offer-list li:before {
  content: "✓";
  color: var(--blue);
  font-weight: 800;
}
.note {
  color: #53606c;
  font-size: 0.9rem;
}
.proof-teaser {
  min-height: 650px;
  position: relative;
  display: flex;
  align-items: end;
  overflow: hidden;
}
.proof-teaser:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 16, 24, 0.92), rgba(10, 16, 24, 0.1)),
    url("../assets/images/rafale-dassault.webp") center/cover;
}
.proof-teaser .shell {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.proof-teaser h2 {
  max-width: 780px;
}
.page-hero {
  padding: clamp(7rem, 12vw, 11rem) 0 5rem;
  background: var(--navy);
  position: relative;
  overflow: hidden;
}
.page-hero:after {
  content: "LT / 30.12°N";
  position: absolute;
  right: 3%;
  bottom: -0.15em;
  font-size: clamp(5rem, 16vw, 16rem);
  line-height: 1;
  color: rgba(255, 255, 255, 0.025);
  font-weight: 800;
  white-space: nowrap;
}
.page-hero .display {
  max-width: 1050px;
  font-size: clamp(3.5rem, 8vw, 7.6rem);
}
.chapters {
  background: #080d13;
}
.chapter {
  min-height: 92vh;
  position: relative;
  display: flex;
  align-items: end;
  overflow: hidden;
}
.chapter img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08);
}
.chapter:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      0deg,
      rgba(5, 9, 14, 0.98) 0%,
      rgba(5, 9, 14, 0.55) 42%,
      rgba(5, 9, 14, 0.1) 75%
    ),
    linear-gradient(90deg, rgba(5, 9, 14, 0.7), transparent 65%);
}
.chapter-body {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: clamp(3rem, 7vw, 6rem);
}
.chapter-index {
  font-size: 0.7rem;
  color: var(--cyan);
  letter-spacing: 0.18em;
}
.chapter h2 {
  max-width: 900px;
  font-size: clamp(3rem, 7vw, 7.3rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin: 1rem 0;
}
.chapter-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 950px;
}
.chapter-copy p {
  font-size: 1.05rem;
  color: #d5dae0;
}
.facts {
  display: flex;
  gap: 2rem;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #9fabb6;
}
.redacted {
  background: #d9dde1;
  color: transparent;
  padding: 0 0.2em;
  user-select: none;
}
.about-hero {
  background: linear-gradient(90deg, #eff3f8 0 46%, #102847 46%);
  color: var(--ink);
  padding: clamp(4rem, 8vw, 7rem) 0;
  overflow: hidden;
}
.profile {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}
.profile-photo {
  position: relative;
}
.profile-photo:before {
  content: "MOUNIR / 01";
  position: absolute;
  left: -1rem;
  top: 2rem;
  background: var(--red);
  color: #fff;
  padding: 0.5rem 0.8rem;
  z-index: 2;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
}
.profile-photo:after {
  content: "";
  position: absolute;
  right: -16px;
  bottom: -16px;
  width: 65%;
  height: 55%;
  border-right: 5px solid var(--red);
  border-bottom: 5px solid var(--blue);
  z-index: 0;
}
.profile-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 690px;
  object-fit: cover;
  object-position: center top;
  filter: none;
}
.profile-copy {
  color: #fff;
}
.profile-copy .eyebrow {
  color: #8fc2ff;
}
.profile h1 {
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin: 0.6rem 0 2rem;
}
.credentials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.credential {
  padding: 1.5rem 1.5rem 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.credential strong {
  display: block;
  font-size: 1.4rem;
  color: #fff;
}
.credential small {
  color: #b9c9dc;
}
.evidence-band {
  background: #fff;
  color: var(--ink);
  padding: 3rem 0;
  border-top: 5px solid var(--blue);
  border-bottom: 5px solid var(--red);
}
.evidence-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 4rem;
  align-items: center;
}
.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 1.5rem;
  margin: 0;
}
.trust-card {
  min-height: 150px;
  border: 1px solid #d7dce2;
  background: #fff;
  padding: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-card img {
  max-height: 105px;
  max-width: 100%;
  object-fit: contain;
  filter: none;
  opacity: 1;
}
.trust-card img.itil {
  max-height: 110px;
}
.trust-card img.iso {
  max-height: 120px;
}
.timeline {
  border-top: 1px solid rgba(10, 16, 24, 0.18);
}
.timeline-item {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(10, 16, 24, 0.18);
}
.timeline-item time {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: #5c6771;
}
.timeline-item h3 {
  margin: 0 0 0.5rem;
  font-size: 1.4rem;
}
.timeline-item p {
  margin: 0;
  color: #4f5963;
  max-width: 700px;
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(3rem, 8vw, 8rem);
}
.contact-card {
  background: #fff;
  color: var(--ink);
  padding: clamp(1.5rem, 4vw, 3.5rem);
}
label {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin: 1.2rem 0 0.45rem;
}
input,
textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #aeb4ba;
  background: transparent;
  padding: 0.8rem 0;
  color: var(--ink);
  border-radius: 0;
}
textarea {
  min-height: 120px;
  resize: vertical;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.3rem;
}
.contact-card .button {
  background: var(--ink);
  color: #fff;
  margin-top: 1.5rem;
  cursor: pointer;
}
.hp {
  position: absolute;
  left: -9999px;
}
.direct {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.direct a {
  display: block;
  font-size: 1.25rem;
  margin: 0.5rem 0;
}
.status {
  padding: 1rem;
  border-left: 2px solid var(--cyan);
  margin-bottom: 1rem;
}
.legal {
  max-width: 850px;
}
.legal h2 {
  margin-top: 3rem;
}
.legal a {
  text-decoration: underline;
}
.legal p,
.legal li {
  color: #45515c;
}
.footer {
  background: #05090e;
  border-top: 1px solid var(--line);
  padding: 4rem 0 1.5rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 3rem;
}
.footer-brand img {
  width: 260px;
  height: auto;
}
.footer p,
.footer a {
  color: #919ca7;
  font-size: 0.85rem;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.zone {
  margin-top: 3rem;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  color: #79848f;
  font-size: 0.65rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.lion-mark {
  width: 80px;
  opacity: 0.28;
  filter: grayscale(1);
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.7s,
    transform 0.7s;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

/* V8 — alignement, lisibilité et récit */
.hero .display {
  line-height: 0.96;
  letter-spacing: -0.04em;
  max-width: 900px;
}
.hero-portrait {
  top: 2.5rem;
  bottom: auto;
  width: 230px;
}
.hero-portrait img {
  height: 300px;
}
.hero-content {
  padding-top: 9rem;
}
.hero-content .hero-bottom {
  padding-right: 0;
  max-width: 800px;
}
.hero-bottom {
  align-items: start;
}
.stats-intro {
  grid-template-columns: 0.9fr 1.1fr;
}
.irritants {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 4rem;
  border-top: 1px solid rgba(10, 16, 24, 0.2);
  border-left: 1px solid rgba(10, 16, 24, 0.2);
}
.irritants article {
  padding: 1.7rem 2rem 2rem;
  border-right: 1px solid rgba(10, 16, 24, 0.2);
  border-bottom: 1px solid rgba(10, 16, 24, 0.2);
  min-height: 190px;
}
.irritants span {
  color: var(--blue);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
}
.irritants h3 {
  font-size: 1.35rem;
  line-height: 1.18;
  margin: 0.7rem 0;
}
.irritants p {
  margin: 0;
  color: #53606b;
}
.evidence-note {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 170px;
  gap: 2rem;
  align-items: center;
  margin-top: 2rem;
  padding: 1.5rem 0;
  border-top: 4px solid var(--blue);
  border-bottom: 1px solid rgba(10, 16, 24, 0.2);
}
.evidence-note strong {
  font-size: 3.5rem;
  color: var(--blue);
}
.evidence-note p {
  margin: 0;
}
.control {
  grid-template-columns: 56px minmax(320px, 1.2fr) minmax(240px, 0.75fr) 130px;
}
.control:before {
  grid-column: 1;
}
.control h3 {
  grid-column: 2;
}
.control p {
  grid-column: 3;
}
.control-badge {
  grid-column: 4;
  justify-self: end;
}
.chapter {
  min-height: 82vh;
}
.chapter h2 {
  font-size: clamp(2.7rem, 5vw, 5.4rem);
  max-width: 980px;
}
.chapter-copy {
  display: block;
  max-width: 900px;
}
.chapter-copy p {
  font-size: clamp(1.15rem, 1.5vw, 1.38rem);
  line-height: 1.55;
  color: #f0f3f6;
  margin: 0;
}
.facts {
  margin-top: 1.8rem;
  flex-wrap: wrap;
}
.proof-conclusion {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}
.proof-conclusion .section-title {
  font-size: clamp(2.5rem, 4.7vw, 5rem);
}
.proof-conclusion p {
  font-size: 1.2rem;
  color: #3f4b56;
}
.profile-photo:before {
  content: attr(data-label);
}
.evidence-title {
  max-width: 850px;
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  margin-bottom: 2.5rem;
}
.trust-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}
.trust-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 360px;
  padding: 1.5rem;
}
.trust-card img {
  height: 110px;
  width: 100%;
  margin-bottom: 1.3rem;
}
.trust-card h3 {
  font-size: 1.15rem;
  line-height: 1.25;
  margin: 0.4rem 0;
}
.trust-card p {
  font-size: 0.92rem;
  color: #56616b;
  margin: 0.4rem 0;
}
.timeline-item {
  grid-template-columns: 180px minmax(0, 1fr);
  padding: 2.4rem 0;
}
.timeline-item h3 {
  font-size: 1.55rem;
}
.timeline-item p {
  font-size: 1.03rem;
  line-height: 1.65;
  max-width: 900px;
}
.compact-cta {
  padding: clamp(4rem, 7vw, 6rem) 0;
}
.compact-cta .section-title {
  font-size: clamp(2.4rem, 4.7vw, 5rem);
}
@media (max-width: 900px) {
  .nav {
    height: 76px;
  }
  .brand {
    width: 190px;
  }
  .menu-toggle {
    display: block;
  }
  .nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: 92px;
    background: #0a1018;
    padding: 2rem var(--pad);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 3px solid var(--red);
  }
  .nav-links.open {
    display: flex;
  }
  .hero {
    min-height: 820px;
  }
  .hero-bottom,
  .stats-intro,
  .offer,
  .profile,
  .contact-layout {
    display: block;
  }
  .hero-content .hero-bottom {
    padding-right: 0;
  }
  .hero-portrait {
    width: 180px;
    right: 1.25rem;
    bottom: 0;
  }
  .hero-portrait img {
    height: 250px;
  }
  .hero-portrait figcaption {
    display: none;
  }
  .hero-bottom .meta {
    margin-top: 2rem;
    padding-right: 190px;
  }
  .stats-intro > * + *,
  .offer > * + *,
  .profile > * + *,
  .contact-layout > * + * {
    margin-top: 3rem;
  }
  .stat {
    grid-template-columns: 1fr;
  }
  .stat .source {
    text-align: left;
  }
  .signals {
    grid-template-columns: 1fr;
  }
  .control {
    grid-template-columns: 50px 1fr;
  }
  .control p,
  .control-badge {
    grid-column: 2;
  }
  .chapter-copy {
    grid-template-columns: 1fr;
  }
  .about-hero {
    background: linear-gradient(180deg, #eff3f8 0 42%, #102847 42%);
  }
  .evidence-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
}
@media (max-width: 560px) {
  .display {
    font-size: 2.8rem;
  }
  .hero {
    min-height: 900px;
  }
  .hero-portrait {
    width: 155px;
  }
  .hero-portrait img {
    height: 220px;
  }
  .hero-bottom .meta {
    padding-right: 160px;
  }
  .button {
    width: 100%;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .credentials {
    grid-template-columns: 1fr;
  }
  .timeline-item {
    grid-template-columns: 1fr;
  }
  .trust-row {
    grid-template-columns: 1fr;
  }
  .trust-card {
    min-height: 130px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .zone {
    display: block;
  }
  .zone span {
    display: block;
    margin-top: 0.5rem;
  }
  .chapter {
    min-height: 780px;
  }
  .facts {
    flex-wrap: wrap;
  }
}
@media (max-width: 900px) {
  .hero {
    min-height: 850px;
  }
  .hero-content {
    padding-top: 8rem;
  }
  .hero-portrait {
    top: 1.5rem;
    bottom: auto;
    right: 1.25rem;
    width: 145px;
  }
  .hero-portrait img {
    height: 190px;
  }
  .hero-bottom .meta {
    padding-right: 0;
  }
  .irritants {
    grid-template-columns: 1fr;
  }
  .evidence-note {
    grid-template-columns: 1fr;
  }
  .evidence-note .source {
    text-align: left;
  }
  .control {
    grid-template-columns: 42px minmax(0, 1fr);
  }
  .control:before {
    grid-column: 1;
    grid-row: 1;
  }
  .control h3 {
    grid-column: 2;
    grid-row: 1;
  }
  .control p {
    grid-column: 2;
    grid-row: 2;
  }
  .control-badge {
    grid-column: 2;
    grid-row: 3;
    justify-self: start;
  }
  .proof-conclusion {
    grid-template-columns: 1fr;
  }
  .trust-row {
    grid-template-columns: 1fr;
  }
  .trust-card {
    min-height: 0;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 1.4rem;
    align-items: center;
  }
  .trust-card img {
    height: 95px;
    margin: 0;
  }
  .timeline-item {
    grid-template-columns: 1fr;
  }
  .compact-cta .offer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (max-width: 560px) {
  .hero {
    min-height: 900px;
  }
  .hero .display {
    font-size: 2.75rem;
    line-height: 1.02;
    padding-top: 1rem;
  }
  .hero-portrait {
    width: 108px;
    top: 1rem;
  }
  .hero-portrait img {
    height: 145px;
  }
  .hero-content {
    padding-top: 9.5rem;
  }
  .irritants article {
    min-height: 0;
  }
  .chapter h2 {
    font-size: 2.7rem;
  }
  .chapter-copy p {
    font-size: 1.08rem;
  }
  .trust-card {
    grid-template-columns: 90px 1fr;
    padding: 1rem;
  }
  .trust-card img {
    height: 80px;
  }
  .proof-conclusion .section-title {
    font-size: 2.6rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* V10 — référentiels sans cadres */
.trust-card {
  border: 0;
  background: transparent;
  padding: 0 1.5rem 0 0;
  min-height: 320px;
}
.trust-card + .trust-card {
  border-left: 1px solid #e1e5ea;
  padding-left: 1.5rem;
}
@media (max-width: 900px) {
  .trust-card {
    padding: 1.25rem 0;
    min-height: 0;
  }
  .trust-card + .trust-card {
    border-left: 0;
    border-top: 1px solid #e1e5ea;
    padding-left: 0;
  }
}

/* V11 — passe mobile first */
@media (max-width: 560px) {
  :root {
    --pad: 20px;
  }
  body {
    font-size: 16px;
    overflow-x: hidden;
  }
  .tricolor {
    height: 10px;
  }
  .tricolor:before,
  .tricolor:after {
    height: 3px;
    margin-top: 3px;
  }
  .nav {
    height: 72px;
  }
  .brand {
    width: 150px;
  }
  .nav-links {
    top: 82px;
    padding: 1.5rem var(--pad);
    gap: 1.35rem;
  }
  .nav-links .button {
    width: 100%;
  }
  .section {
    padding: 4.5rem 0;
  }
  .section-title,
  .stats-intro h2 {
    font-size: 2.25rem;
    line-height: 1;
  }
  .lede {
    font-size: 1.08rem;
  }
  .page-hero {
    padding: 6rem 0 4rem;
  }
  .page-hero .display {
    font-size: 2.3rem;
    line-height: 1.02;
    overflow-wrap: anywhere;
  }
  .page-hero:after {
    font-size: 5rem;
  }
  .hero {
    min-height: calc(100svh - 82px);
  }
  .hero-content {
    padding-top: 8.5rem;
    padding-bottom: 2.5rem;
  }
  .hero .display {
    font-size: 2.7rem;
  }
  .hero-bottom {
    margin-top: 2.75rem;
  }
  .hero-copy p {
    font-size: 1rem;
  }
  .hero-portrait {
    width: 108px;
    right: 20px;
  }
  .hero-portrait img {
    height: 145px;
  }
  .hero-bottom .meta {
    font-size: 0.61rem;
  }
  .irritants {
    margin-top: 2.5rem;
  }
  .irritants article {
    padding: 1.4rem 1.25rem;
  }
  .evidence-note strong {
    font-size: 2.6rem;
  }
  .control-grid {
    margin-top: 2.5rem;
  }
  .control {
    gap: 1rem;
    padding: 1.5rem 0;
  }
  .control h3 {
    line-height: 1.15;
  }
  .control p {
    line-height: 1.5;
  }
  .chapter {
    min-height: 720px;
  }
  .chapter-body {
    padding-bottom: 3rem;
  }
  .chapter h2 {
    font-size: 2.35rem;
    line-height: 0.96;
    overflow-wrap: anywhere;
  }
  .chapter-copy p {
    font-size: 1rem;
    line-height: 1.55;
  }
  .facts {
    gap: 0.8rem 1.2rem;
  }
  .about-hero {
    background: #eff3f8;
    padding: 3rem 0 0;
  }
  .profile {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .profile-photo {
    margin: 0 0 3rem;
  }
  .profile-photo:after {
    right: -8px;
    bottom: -12px;
  }
  .profile > * + * {
    margin-top: 0;
  }
  .profile-copy {
    width: calc(100% + 40px);
    margin: 0 -20px;
    background: #102847;
    padding: 3rem 20px 3.5rem;
  }
  .profile h1 {
    font-size: 2.55rem;
    line-height: 0.96;
    margin: 0.7rem 0 1.5rem;
  }
  .profile-copy .lede {
    font-size: 1.08rem;
  }
  .credentials {
    margin-top: 2rem;
  }
  .credential {
    padding: 1.2rem 0;
  }
  .credential strong {
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .credential small {
    display: block;
    margin-top: 0.35rem;
    line-height: 1.45;
  }
  .evidence-band {
    padding: 4rem 0;
  }
  .evidence-title {
    font-size: 2.15rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
  .trust-card {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 1.1rem;
    padding: 1.5rem 0;
  }
  .trust-card img {
    height: 70px;
  }
  .trust-card h3 {
    font-size: 1.05rem;
  }
  .trust-card p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .timeline-item {
    padding: 1.8rem 0;
    gap: 0.65rem;
  }
  .timeline-item h3 {
    font-size: 1.25rem;
    line-height: 1.25;
  }
  .timeline-item p {
    font-size: 0.98rem;
    line-height: 1.6;
  }
  .compact-cta .section-title,
  .proof-conclusion .section-title {
    font-size: 2.25rem;
  }
  .proof-conclusion p {
    font-size: 1.05rem;
  }
  .contact-layout .section-title {
    font-size: 2.25rem;
  }
  .direct a {
    font-size: 1rem;
    overflow-wrap: anywhere;
  }
  .contact-card {
    padding: 1.5rem;
  }
  .footer {
    padding-top: 3rem;
  }
}

/* V12 — SEO, performance et accessibilité */
.light .eyebrow,
.evidence-band .eyebrow {
  color: #315f9f;
}
.specialist-band {
  background: #fff;
  color: var(--ink);
  padding: clamp(4rem, 8vw, 7rem) 0;
  border-top: 4px solid var(--blue);
}
.specialist-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}
.specialist-grid p {
  color: #46525e;
}
.specialist-points {
  border-left: 2px solid var(--red);
  padding-left: 2rem;
}
.specialist-points strong {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.15rem;
}
.specialist-points ul {
  padding-left: 1.2rem;
  color: #46525e;
}
@media (max-width: 700px) {
  .specialist-grid {
    grid-template-columns: 1fr;
  }
  .specialist-points {
    padding-left: 1.25rem;
  }
}

/* V13 — navigation de la spécialisation */
@media (max-width: 1120px) and (min-width: 901px) {
  .menu-toggle {
    display: block;
  }
  .nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: 104px;
    background: #0a1018;
    padding: 2rem var(--pad);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 3px solid var(--red);
  }
  .nav-links.open {
    display: flex;
  }
}

/* =========================================================
   V15.1 — À PROPOS : séparation claire photo / contenu
   Le fond bleu est désormais attaché à la colonne de texte,
   au lieu d'être coupé arbitrairement à 46% du viewport.
   ========================================================= */
@media (min-width: 901px) {
  .about-hero {
    background: #eff3f8;
  }

  .profile-copy {
    position: relative;
    z-index: 1;
  }

  .profile-copy::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -100vh;
    bottom: -100vh;
    left: -2.5rem;
    right: -100vw;
    background: #102847;
  }
}

/* =========================================================
   V19 — PREUVES / VIÀOCCITANIE : RÉGIE TV CRÉDITÉE
   ========================================================= */
.chapter.si-production {
  background: #07111c;
}
.chapter.si-production::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(5, 12, 20, 0.9) 0%,
      rgba(6, 17, 30, 0.72) 48%,
      rgba(5, 12, 20, 0.28) 100%
    ),
    linear-gradient(
      0deg,
      rgba(5, 9, 14, 0.96) 0%,
      rgba(5, 9, 14, 0.5) 44%,
      rgba(5, 9, 14, 0.08) 82%
    );
  pointer-events: none;
}
.chapter.si-production::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(87, 139, 196, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 139, 196, 0.22) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(
    90deg,
    #000 0%,
    rgba(0, 0, 0, 0.65) 48%,
    transparent 88%
  );
  pointer-events: none;
}
.chapter.si-production > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.82) contrast(1.05) brightness(0.86);
}
.chapter.si-production .chapter-body {
  position: relative;
  z-index: 2;
}
.chapter.si-production .chapter-index {
  color: #8fc2ff;
}
.chapter.si-production .facts {
  color: #c1cfdd;
}
.photo-credit {
  margin: 1.25rem 0 0;
  max-width: 880px;
  color: #9cabb9;
  font-size: 0.62rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.photo-credit a {
  color: #c3d4e7;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 560px) {
  .chapter.si-production > img {
    object-position: 58% center;
  }
  .photo-credit {
    font-size: 0.58rem;
  }
}

/* =========================================================
   V20 — CORRECTIONS CONSOLIDÉES
   Cette section doit rester EN FIN DE FICHIER.
   Elle rétablit les corrections validées avant V18/V19 :
   liseré, cohérence des pages intérieures, photo À propos,
   et portrait mobile sans chevauchement.
   ========================================================= */

/* ---------- 1. LISERÉ : BLEU COURT / CENTRE BLANC / ROUGE COURT ---------- */
.tricolor {
  height: 16px;
  background: #fff;
  display: block;
  position: relative;
  z-index: 60;
}
.tricolor::before,
.tricolor::after {
  content: "";
  position: absolute;
  top: 6px;
  height: 4px;
  width: min(28vw, 360px);
  border-radius: 999px;
}
.tricolor::before {
  left: 14px;
  background: var(--blue);
}
.tricolor::after {
  right: 14px;
  background: var(--red);
}

/* ---------- 2. HÉROS DES PAGES INTÉRIEURES : MÊME RYTHME ---------- */
@media (min-width: 1121px) {
  .page-hero {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }

  .page-hero .display {
    max-width: 1000px;
    margin: 0.65rem 0 1.5rem;
    font-size: 5.5rem;
    line-height: 0.92;
    letter-spacing: -0.045em;
  }

  .page-hero .lede {
    max-width: 760px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 901px) and (max-width: 1120px) {
  .page-hero {
    padding-top: 6.5rem;
    padding-bottom: 4.5rem;
  }

  .page-hero .display {
    max-width: 850px;
    margin: 0.65rem 0 1.4rem;
    font-size: 4.4rem;
    line-height: 0.93;
    letter-spacing: -0.045em;
  }

  .page-hero .lede {
    max-width: 700px;
    font-size: 1.18rem;
    line-height: 1.5;
  }
}

/* ---------- 3. À PROPOS : COLONNES STABLES ET PHOTO NON ÉTRIQUÉE ---------- */
@media (min-width: 901px) {
  .about-hero {
    padding: 0;
    background: #eff3f8;
  }

  .profile {
    display: grid;
    grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(3rem, 5vw, 5rem);
    align-items: center;
  }

  .profile-photo {
    width: min(100%, 430px);
    margin: 0;
    justify-self: center;
    position: relative;
  }

  .profile-photo img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: cover;
    object-position: center top;
  }

  .profile-copy {
    min-width: 0;
    padding-top: 7rem;
    padding-bottom: 5rem;
    position: relative;
    z-index: 1;
  }

  .profile-copy::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -100vh;
    bottom: -100vh;
    left: -2.5rem;
    right: -100vw;
    background: #102847;
  }

  .profile h1 {
    max-width: 700px;
    margin: 0.65rem 0 1.5rem;
    font-size: 5.2rem;
    line-height: 0.92;
    letter-spacing: -0.045em;
    text-transform: uppercase;
  }

  .profile-copy .lede {
    max-width: 680px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 901px) and (max-width: 1120px) {
  .profile {
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
    gap: 3rem;
  }

  .profile-photo {
    width: min(100%, 360px);
  }

  .profile-copy {
    padding-top: 6.5rem;
    padding-bottom: 4.5rem;
  }

  .profile h1 {
    max-width: 600px;
    font-size: 4.1rem;
    line-height: 0.93;
  }

  .profile-copy .lede {
    font-size: 1.18rem;
  }
}

/* ---------- 4. CTA FINAL INTERVENTION : ALIGNEMENT PROPRE ---------- */
@media (min-width: 901px) {
  .section.light .offer {
    align-items: start;
  }

  .section.light .offer > div:last-child {
    padding-top: 0.15rem;
  }
}

/* ---------- 5. MOBILE : LISERÉ ET PORTRAIT HERO ---------- */
@media (max-width: 560px) {
  .tricolor {
    height: 10px;
  }

  .tricolor::before,
  .tricolor::after {
    top: 3px;
    height: 3px;
    width: 28vw;
  }

  .tricolor::before {
    left: 8px;
  }

  .tricolor::after {
    right: 8px;
  }

  .hero {
    display: grid;
    grid-template-rows: auto auto;
    align-items: start;
    min-height: auto;
  }

  .hero-portrait {
    position: relative;
    grid-row: 1;
    justify-self: end;
    top: auto;
    right: auto;
    bottom: auto;
    width: 112px;
    margin: 24px 20px 0 0;
    z-index: 3;
  }

  .hero-portrait img {
    width: 112px;
    height: 145px;
    object-fit: cover;
    object-position: center 10%;
  }

  .hero-portrait figcaption {
    display: none;
  }

  .hero-content {
    grid-row: 2;
    position: relative;
    z-index: 2;
    padding-top: 28px;
    padding-bottom: 48px;
  }

  .hero-content .hero-bottom,
  .hero-bottom .meta {
    padding-right: 0;
  }

  .hero .display {
    padding-top: 0;
    margin-top: 18px;
    max-width: 100%;
  }
}
