.skip-link {
  position:absolute;
  top:-48px;
  left:10px;
  z-index:1000;
  padding:8px 12px;
  border:1px solid rgba(15,23,42,.3);
  border-radius:8px;
  color:#0b1220;
  background:#fff;
  text-decoration:none;
}
.skip-link:focus { top:10px; }
.methodology-page {
  padding:34px 0 72px;
  background:radial-gradient(circle at 8% 4%,rgba(201,164,93,.09),transparent 24rem),linear-gradient(180deg,#fbfaf7 0,#fff 32rem);
}
.methodology-page * { box-sizing:border-box; }
.methodology-container {
  width:calc(100% - 32px);
  max-width:1100px;
  margin-inline:auto;
}
.methodology-article {
  overflow:hidden;
  border:1px solid rgba(201,164,93,.26);
  border-radius:28px;
  background:#fff;
  box-shadow:var(--shadowA),0 24px 64px rgba(31,44,61,.09);
}

/* Hero */
.methodology-header {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,340px);
  gap:34px 48px;
  padding:clamp(30px,5vw,64px) clamp(24px,6vw,72px) 0;
  background:linear-gradient(145deg,#fff 18%,#fbf7ef 100%);
}
.methodology-hero-copy { align-self:center; }
.methodology-eyebrow,
.methodology-kicker {
  color:#2e7d5a;
  font-family:var(--sans);
  font-size:12px!important;
  font-weight:850;
  letter-spacing:.13em;
  line-height:1.4!important;
  text-transform:uppercase;
}
.methodology-eyebrow {
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-bottom:15px;
}
.methodology-eyebrow::before {
  width:26px;
  height:2px;
  border-radius:999px;
  background:#c9a45d;
  content:"";
}
.methodology-header h1 {
  max-width:720px;
  margin:0;
  color:#243648;
  font-family:var(--serif);
  font-size:clamp(2.45rem,5vw,4.65rem);
  font-weight:800;
  letter-spacing:-.04em;
  line-height:1.01;
  text-wrap:balance;
}
.methodology-deck {
  max-width:640px;
  margin:21px 0 24px!important;
  color:#536170!important;
  font-family:"Lora",Georgia,serif;
  font-size:clamp(1.06rem,1.7vw,1.25rem)!important;
  line-height:1.67!important;
}
.methodology-start-link,
.methodology-back {
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:44px;
  padding:10px 18px;
  border:1px solid #2e7d5a;
  border-radius:999px;
  color:#fff;
  background:#2e7d5a;
  font-family:var(--sans);
  font-size:14px;
  font-weight:800;
  text-decoration:none;
}
.methodology-start-link:hover,
.methodology-back:hover {
  border-color:#256749;
  color:#fff;
  background:#256749;
}
.methodology-at-a-glance {
  align-self:center;
  padding:22px;
  border:1px solid rgba(46,125,90,.18);
  border-radius:20px;
  background:rgba(255,255,255,.82);
  box-shadow:0 12px 32px rgba(31,44,61,.08);
}
.methodology-at-a-glance-title {
  margin:0 0 16px!important;
  color:#243648!important;
  font-family:var(--sans)!important;
  font-size:13px!important;
  font-weight:850;
  letter-spacing:.08em;
  line-height:1.4!important;
  text-transform:uppercase;
}
.methodology-at-a-glance ol {
  display:grid;
  gap:14px;
  margin:0;
  padding:0;
  list-style:none;
}
.methodology-at-a-glance li {
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  gap:8px;
  align-items:center;
  color:#536170;
  font-family:var(--sans);
  font-size:13px;
  line-height:1.45;
}
.methodology-at-a-glance .methodology-glance-index {
  display:grid;
  width:30px;
  height:30px;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:#2e7d5a;
  font-weight:850;
}
.methodology-glance-copy { color:#536170; }
.methodology-at-a-glance li strong {
  margin-right:4px;
  color:#243648;
}
.methodology-portrait-wrap {
  grid-column:1 / -1;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(201,164,93,.22);
  border-radius:20px 20px 0 0;
  box-shadow:0 16px 40px rgba(31,44,61,.12);
}
.methodology-portrait {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:2029 / 775;
  object-fit:cover;
  background:#f6f3ee;
}

/* Sommaire */
.methodology-summary-nav {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  padding:18px clamp(24px,6vw,72px);
  border-bottom:1px solid #e8e2d8;
  background:#fff;
}
.methodology-summary-nav > span {
  margin-right:8px;
  color:#536170;
  font-family:var(--sans);
  font-size:12px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.methodology-summary-nav a {
  padding:7px 11px;
  border:1px solid #e1ddd5;
  border-radius:999px;
  color:#33485c;
  background:#fcfbf8;
  font-family:var(--sans);
  font-size:13px;
  font-weight:700;
  text-decoration:none;
}
.methodology-summary-nav a:hover {
  border-color:rgba(46,125,90,.35);
  color:#256749;
  background:#f5faf7;
}

/* Structure éditoriale */
.methodology-body { padding:0 clamp(24px,7vw,86px) clamp(42px,7vw,78px); }
.methodology-section {
  padding-top:clamp(42px,6vw,68px);
  scroll-margin-top:86px;
}
.methodology-section + .methodology-section {
  margin-top:clamp(42px,6vw,72px);
  border-top:1px solid #e7e2dc;
}
.methodology-section-heading {
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  gap:18px;
  align-items:start;
  margin-bottom:26px;
}
.methodology-section-number {
  display:grid;
  width:58px;
  height:58px;
  place-items:center;
  border:1px solid rgba(201,164,93,.5);
  border-radius:18px;
  color:#8b6626;
  background:#fcf7ef;
  font-family:var(--sans);
  font-size:14px;
  font-weight:850;
  letter-spacing:.08em;
}
.methodology-kicker { margin:0 0 8px!important; }
.methodology-page h2,
.methodology-page h3 {
  color:#243648;
  font-family:"Playfair Display",Georgia,serif;
  text-wrap:balance;
}
.methodology-page h2 {
  max-width:780px;
  margin:0 0 16px;
  font-size:clamp(1.85rem,3.4vw,2.7rem);
  letter-spacing:-.025em;
  line-height:1.12;
}
.methodology-page h3 {
  margin:34px 0 13px;
  font-size:clamp(1.3rem,2.2vw,1.72rem);
  letter-spacing:-.012em;
  line-height:1.22;
}
.methodology-page p,
.methodology-page li {
  color:#33485c;
  font-family:"Lora",Georgia,serif;
  font-size:16px;
  line-height:1.78;
}
.methodology-page p {
  max-width:72ch;
  margin:0 0 18px;
}
.methodology-lead {
  margin-bottom:0!important;
  color:#536170!important;
  font-size:17.5px!important;
  line-height:1.72!important;
}

/* Parcours en quatre étapes */
.methodology-process {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
}
.methodology-process li {
  position:relative;
  display:flex;
  min-height:210px;
  flex-direction:column;
  padding:22px 20px;
  overflow:hidden;
  border:1px solid #e6e1d9;
  border-radius:18px;
  background:#fcfbf8;
}
.methodology-process li::after {
  position:absolute;
  right:-12px;
  bottom:-32px;
  color:rgba(46,125,90,.055);
  font-family:var(--sans);
  font-size:120px;
  font-weight:900;
  line-height:1;
  content:counter(list-item);
}
.methodology-process-index {
  display:grid;
  z-index:1;
  width:36px;
  height:36px;
  margin-bottom:22px;
  place-items:center;
  border-radius:12px;
  color:#fff;
  background:#2e7d5a;
  font-family:var(--sans);
  font-size:13px;
  font-weight:850;
}
.methodology-process strong {
  z-index:1;
  margin-bottom:7px;
  color:#243648;
  font-family:var(--sans);
  font-size:16px;
}
.methodology-process li > span:last-child {
  z-index:1;
  color:#536170;
  font-size:14px;
  line-height:1.6;
}

/* Trois repères */
.methodology-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:0 0 30px;
}
.methodology-card {
  position:relative;
  min-height:245px;
  padding:24px 22px;
  overflow:hidden;
  border:1px solid #e7e2dc;
  border-radius:18px;
  background:#fcfbf8;
}
.methodology-card::after {
  position:absolute;
  right:0;
  bottom:0;
  width:78px;
  height:5px;
  border-radius:5px 0 0;
  background:#c9a45d;
  content:"";
}
.methodology-card--score::after { background:#2e7d5a; }
.methodology-card-icon {
  display:grid;
  width:52px;
  height:52px;
  margin-bottom:18px;
  place-items:center;
  border-radius:16px;
  color:#256749;
  background:#eaf4ef;
  font-family:var(--sans);
  font-size:15px;
  font-weight:900;
}
.methodology-card h3 {
  margin:0 0 11px;
  font-family:var(--sans);
  font-size:15px;
  font-weight:850;
  letter-spacing:.045em;
  line-height:1.35;
  text-transform:uppercase;
}
.methodology-card p {
  margin-bottom:10px;
  font-size:14.5px;
  line-height:1.62;
}
.methodology-card p:last-child { margin-bottom:0; }
.methodology-question { color:#243648!important; font-weight:700; }
.methodology-values { color:#536170!important; }

/* Score */
.methodology-score-explainer {
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
  gap:28px;
  align-items:center;
  margin:30px 0;
  padding:28px;
  border:1px solid rgba(46,125,90,.2);
  border-radius:20px;
  background:linear-gradient(135deg,#f5faf7,#fff);
}
.methodology-score-sample {
  display:grid;
  grid-template-columns:auto auto;
  align-items:baseline;
  justify-content:center;
  padding:26px 16px;
  border-radius:18px;
  color:#fff;
  background:#2e7d5a;
  box-shadow:0 12px 26px rgba(46,125,90,.2);
  font-family:var(--sans);
}
.methodology-score-sample strong { font-size:48px; line-height:1; }
.methodology-score-sample span { font-size:17px; font-weight:800; }
.methodology-score-explainer h3 {
  margin:0 0 10px;
  font-size:clamp(1.35rem,2.2vw,1.75rem);
}
.methodology-score-explainer p {
  margin-bottom:10px;
  font-size:14.5px;
  line-height:1.68;
}
.methodology-score-explainer p:last-child { margin-bottom:0; }
.methodology-subtitle { margin-top:34px!important; }
.methodology-scale {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  margin:18px 0 22px;
  overflow:hidden;
  border:1px solid #ded9d1;
  border-radius:17px;
}
.methodology-scale-band {
  display:flex;
  min-height:112px;
  flex-direction:column;
  justify-content:center;
  padding:18px 14px;
  color:#243648;
  background:#f4f2ed;
}
.methodology-scale-band + .methodology-scale-band { border-left:1px solid rgba(255,255,255,.8); }
.methodology-scale-band strong {
  margin-bottom:5px;
  font-family:var(--sans);
  font-size:18px;
}
.methodology-scale-band span {
  font-family:var(--sans);
  font-size:12px;
  font-weight:700;
  line-height:1.4;
}
.methodology-scale-band.is-very-strong { background:#dcefe5; }
.methodology-scale-band.is-probable { background:#e9f2de; }
.methodology-scale-band.is-uncertain { background:#faf1cf; }
.methodology-scale-band.is-fragile { background:#f8e4d2; }
.methodology-scale-band.is-refuted { background:#f1d9d7; }
.methodology-details {
  margin-top:20px;
  border:1px solid #e3ded7;
  border-radius:17px;
  background:#fff;
}
.methodology-details summary {
  display:flex;
  min-height:58px;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 18px;
  color:#243648;
  cursor:pointer;
  font-family:var(--sans);
  font-size:14px;
  font-weight:850;
  list-style:none;
}
.methodology-details summary::-webkit-details-marker { display:none; }
.methodology-details-icon {
  display:grid;
  width:30px;
  height:30px;
  flex:0 0 auto;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:#2e7d5a;
  font-size:20px;
  line-height:1;
  transition:transform .2s ease;
}
.methodology-details[open] .methodology-details-icon { transform:rotate(45deg); }
.methodology-table-wrap {
  margin:0;
  overflow-x:auto;
  border-top:1px solid #e3ded7;
  -webkit-overflow-scrolling:touch;
}
.methodology-table { width:100%; border-collapse:collapse; }
.methodology-table th,
.methodology-table td {
  padding:14px 18px;
  border-bottom:1px solid #ece8e2;
  text-align:left;
  vertical-align:top;
}
.methodology-table tr:last-child td { border-bottom:0; }
.methodology-table th {
  color:#243648;
  background:#f5f2ec;
  font-family:var(--sans);
  font-size:12px;
  font-weight:850;
  letter-spacing:.045em;
  line-height:1.4;
  text-transform:uppercase;
}
.methodology-table td {
  color:#33485c;
  font-family:"Lora",Georgia,serif;
  font-size:14px;
  line-height:1.58;
}
.methodology-table td:first-child {
  width:145px;
  color:#243648;
  font-family:var(--sans);
  font-size:15px;
  font-weight:850;
  white-space:nowrap;
}
.methodology-table.is-score-table tr.score-very-strong td { background:#dcefe5; }
.methodology-table.is-score-table tr.score-probable td { background:#e9f2de; }
.methodology-table.is-score-table tr.score-uncertain td { background:#faf1cf; }
.methodology-table.is-score-table tr.score-fragile td { background:#f8e4d2; }
.methodology-table.is-score-table tr.score-refuted td { background:#f1d9d7; }
.methodology-note {
  max-width:none!important;
  margin:16px 0 0!important;
  padding:17px 19px;
  border-left:4px solid #c9a45d;
  border-radius:0 13px 13px 0;
  background:#fcf7ef;
  font-size:14.5px!important;
  line-height:1.68!important;
}

/* Statuts et formulations */
.methodology-status-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.methodology-status {
  position:relative;
  padding:19px 20px 19px 24px;
  overflow:hidden;
  border:1px solid #e7e2dc;
  border-radius:15px;
  background:#fcfbf8;
}
.methodology-status::before {
  position:absolute;
  inset:0 auto 0 0;
  width:5px;
  background:#8793a0;
  content:"";
}
.methodology-status.is-confirmed::before { background:#2e7d5a; }
.methodology-status.is-probable::before { background:#75a05b; }
.methodology-status.is-uncertain::before { background:#d1a43e; }
.methodology-status.is-incorrect::before { background:#a6534d; }
.methodology-status.is-collective::before { background:#567994; }
.methodology-status h3 {
  margin:0 0 6px;
  font-family:var(--sans);
  font-size:14.5px;
  font-weight:850;
}
.methodology-status p { margin:0; font-size:14px; line-height:1.58; }
.methodology-formulation {
  margin-top:30px;
  padding:28px;
  border-radius:20px;
  background:#f6f4ef;
}
.methodology-formulation-heading { max-width:720px; }
.methodology-formulation-heading h3 { margin:0 0 20px; }
.methodology-list {
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}
.methodology-list--formulation { grid-template-columns:repeat(2,minmax(0,1fr)); }
.methodology-list li {
  padding:16px 18px;
  border:1px solid #e2ddd5;
  border-radius:13px;
  background:#fff;
}
.methodology-list strong,
.methodology-list span { display:block; }
.methodology-list strong {
  margin-bottom:5px;
  color:#2e7d5a;
  font-family:var(--sans);
  font-size:13.5px;
  font-weight:850;
  line-height:1.35;
}
.methodology-list span { color:#536170; font-size:14px; line-height:1.58; }

/* Hiérarchie des sources */
.methodology-source-ladder {
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}
.methodology-source-ladder li {
  display:grid;
  grid-template-columns:46px minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
  min-height:88px;
  padding:15px 18px;
  border:1px solid #e4e0d8;
  border-radius:16px;
  background:#fff;
}
.methodology-source-ladder li:nth-child(1) { margin-right:0; background:#f1f9f5; border-color:rgba(46,125,90,.24); }
.methodology-source-ladder li:nth-child(2) { margin-right:3%; }
.methodology-source-ladder li:nth-child(3) { margin-right:6%; }
.methodology-source-ladder li:nth-child(4) { margin-right:9%; }
.methodology-source-ladder li:nth-child(5) { margin-right:12%; }
.methodology-source-rank {
  display:grid;
  width:42px;
  height:42px;
  place-items:center;
  border-radius:13px;
  color:#fff;
  background:#2e7d5a;
  font-family:var(--sans);
  font-size:14px;
  font-weight:900;
}
.methodology-source-ladder li:not(:first-child) .methodology-source-rank { background:#637586; }
.methodology-source-ladder .is-unusable .methodology-source-rank { background:#9b625d; }
.methodology-source-ladder strong,
.methodology-source-ladder div > span { display:block; }
.methodology-source-ladder strong {
  margin-bottom:3px;
  color:#243648;
  font-family:var(--sans);
  font-size:14.5px;
}
.methodology-source-ladder div > span { color:#536170; font-size:14px; line-height:1.55; }
.methodology-source-ladder em {
  padding:6px 9px;
  border-radius:999px;
  color:#256749;
  background:#dcefe5;
  font-family:var(--sans);
  font-size:11px;
  font-style:normal;
  font-weight:850;
  white-space:nowrap;
}
.methodology-principle {
  display:grid;
  grid-template-columns:52px minmax(0,1fr);
  gap:16px;
  align-items:center;
  max-width:none!important;
  margin:24px 0 0!important;
  padding:20px 22px;
  border:1px solid rgba(201,164,93,.38);
  border-radius:16px;
  color:#243648!important;
  background:#fcf7ef;
  font-weight:700;
}
.methodology-principle > span {
  color:#b8862f;
  font-family:Georgia,serif;
  font-size:64px;
  font-weight:400;
  line-height:.7;
}

/* Conclusion */
.methodology-highlight {
  display:grid;
  grid-template-columns:82px minmax(0,1fr);
  gap:24px;
  padding:clamp(24px,4vw,38px);
  border:1px solid rgba(201,164,93,.42)!important;
  border-radius:20px;
  background:linear-gradient(135deg,#fcf7ef,#fff);
}
.methodology-highlight-mark {
  display:grid;
  width:76px;
  height:76px;
  place-items:center;
  border-radius:22px;
  color:#fff;
  background:#243648;
  font-family:var(--serif);
  font-size:40px;
  font-weight:800;
}
.methodology-highlight h2 { font-size:clamp(1.6rem,2.8vw,2.1rem); }
.methodology-highlight p { font-size:15px; line-height:1.7; }
.methodology-back { margin-top:5px; }
.methodology-page :focus-visible {
  outline:3px solid rgba(46,125,90,.48);
  outline-offset:3px;
}

/* Pied de page */
.methodology-footer {
  margin-top:24px;
  padding:18px 0 26px;
  color:#33485c;
}
.methodology-footer-inner {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.methodology-footer a {
  color:var(--titleAccent);
  font-weight:600;
  text-decoration:none;
}
.methodology-footer a:hover { text-decoration:underline; }

@media (max-width:860px) {
  .methodology-header { grid-template-columns:1fr; }
  .methodology-at-a-glance { max-width:620px; }
  .methodology-process { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .methodology-grid { grid-template-columns:1fr; }
  .methodology-card { min-height:0; }
  .methodology-scale { grid-template-columns:1fr; }
  .methodology-scale-band {
    min-height:0;
    flex-direction:row;
    gap:12px;
    align-items:center;
    justify-content:flex-start;
  }
  .methodology-scale-band + .methodology-scale-band {
    border-top:1px solid rgba(255,255,255,.9);
    border-left:0;
  }
  .methodology-scale-band strong { width:68px; margin:0; }
}

@media (max-width:640px) {
  .methodology-page { padding:14px 0 46px; }
  .methodology-container { width:calc(100% - 20px); }
  .methodology-article { border-radius:19px; }
  .methodology-header { gap:24px; padding:28px 18px 0; }
  .methodology-header h1 { font-size:clamp(2.2rem,12vw,3.15rem); }
  .methodology-at-a-glance { padding:18px; }
  .methodology-glance-copy strong { display:block; margin-right:0; }
  .methodology-portrait-wrap { border-radius:14px 14px 0 0; }
  .methodology-portrait { min-height:180px; object-position:center; }
  .methodology-summary-nav { gap:7px; padding:15px 18px; }
  .methodology-summary-nav > span { width:100%; margin:0 0 2px; }
  .methodology-summary-nav a { font-size:12px; }
  .methodology-body { padding:0 18px 38px; }
  .methodology-section-heading { grid-template-columns:44px minmax(0,1fr); gap:13px; }
  .methodology-section-number {
    width:44px;
    height:44px;
    border-radius:14px;
    font-size:12px;
  }
  .methodology-process { grid-template-columns:1fr; }
  .methodology-process li { min-height:0; }
  .methodology-score-explainer { grid-template-columns:1fr; gap:20px; padding:20px; }
  .methodology-score-sample { max-width:170px; }
  .methodology-table-wrap { overflow:visible; }
  .methodology-table,
  .methodology-table tbody,
  .methodology-table tr,
  .methodology-table td {
    display:block;
    width:100%;
  }
  .methodology-table thead {
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(0 0 0 0);
    clip-path:inset(50%);
    white-space:nowrap;
  }
  .methodology-table tr { border-bottom:1px solid #e3ded7; }
  .methodology-table td,
  .methodology-table td:first-child {
    width:100%;
    border-bottom:0;
    white-space:normal;
  }
  .methodology-table td:first-child { padding-bottom:4px; background:#f5f2ec; }
  .methodology-table td + td { padding-top:10px; }
  .methodology-status-grid,
  .methodology-list--formulation { grid-template-columns:1fr; }
  .methodology-formulation { padding:20px; }
  .methodology-source-ladder li,
  .methodology-source-ladder li:nth-child(n) {
    grid-template-columns:42px minmax(0,1fr);
    gap:13px;
    margin-right:0;
    padding:15px;
  }
  .methodology-source-ladder em { grid-column:2; justify-self:start; }
  .methodology-principle { grid-template-columns:34px minmax(0,1fr); padding:18px; }
  .methodology-principle > span { font-size:48px; }
  .methodology-highlight { grid-template-columns:1fr; gap:18px; padding:22px; }
  .methodology-highlight-mark {
    width:58px;
    height:58px;
    border-radius:17px;
    font-size:30px;
  }
}

@media (prefers-reduced-motion:reduce) {
  .methodology-details-icon { transition:none; }
}
