:root {
  --ink: #17202a;
  --ink-2: #24303d;
  --wine: #751f35;
  --wine-dark: #531425;
  --wine-soft: #f2e6e8;
  --sand: #f5f1ea;
  --sand-2: #ebe4da;
  --white: #ffffff;
  --text: #28313b;
  --muted: #66717c;
  --line: #d9d5cf;
  --line-dark: rgba(255,255,255,.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, monospace;
  --frame: 1440px;
  --gutter: clamp(24px,4.5vw,72px);
  --section: clamp(80px,8vw,126px);
  --radius: 18px;
  --shadow: 0 24px 70px rgba(23,32,42,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #d9d5cf; }
body { margin: 0; color: var(--text); background: var(--white); font-family: var(--sans); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
::selection { color: #fff; background: var(--wine); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
section[id] { scroll-margin-top: 112px; }
.skip-link { position: fixed; z-index: 999; top: -80px; left: 20px; padding: 13px 18px; color: var(--ink); background: #fff; box-shadow: var(--shadow); }
.skip-link:focus { top: 18px; }

/* En-tête de portail */
.utility-bar { height: 34px; color: #d8dce0; background: var(--ink); font-size: 10px; }
.utility-bar > div { max-width: var(--frame); height: 100%; margin: auto; padding: 0 var(--gutter); display: flex; align-items: center; gap: 22px; }
.utility-bar span:first-child { margin-right: auto; }
.utility-bar a { color: #fff; }
.utility-bar a:hover { text-decoration: underline; }
.site-header { height: 86px; position: relative; z-index: 80; color: var(--ink); background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); }
.header-frame { max-width: var(--frame); height: 100%; margin: auto; padding: 0 var(--gutter); display: flex; align-items: center; gap: clamp(20px,3vw,46px); }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-seal { width: 46px; height: 46px; display: grid; place-items: center; color: #fff; background: var(--wine); border-radius: 50%; font: 700 25px/1 var(--serif); }
.brand-name { margin-left: 11px; display: flex; flex-direction: column; color: var(--ink); font: 700 23px/.92 var(--serif); letter-spacing: -.035em; }
.brand-name em { color: var(--wine); font-style: normal; }
.brand-name small { margin-top: 6px; color: #777f87; font: 700 7px/1 var(--sans); letter-spacing: .13em; text-transform: uppercase; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(16px,2vw,29px); }
.main-nav a { min-height: 86px; display: flex; align-items: center; position: relative; color: #4d5761; font-size: 12px; font-weight: 600; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; right: 100%; bottom: -1px; left: 0; height: 3px; background: var(--wine); transition: right .2s ease; }
.main-nav a:hover { color: var(--wine); }
.main-nav a:hover::after { right: 0; }
.header-cta { min-height: 44px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--wine); border-radius: 8px; font-size: 11px; font-weight: 750; white-space: nowrap; }
.header-cta:hover { background: var(--wine-dark); }
.menu-toggle { display: none; margin-left: auto; align-items: center; gap: 12px; color: var(--ink); background: transparent; border: 0; cursor: pointer; }
.menu-toggle i, .menu-toggle i::after { width: 23px; height: 2px; display: block; content: ""; background: currentColor; }
.menu-toggle i::after { transform: translateY(7px); }

/* Composants communs */
.overline, .section-kicker, .section-header span, .decision-statement > span,
.change-section > div > span, .authority-section > div > span, .brief-title > span,
.hub-intro > span, .sources-section > div > span, .tool-page-intro > span,
.editorial-document aside > span, .cost-anatomy > div > span, .delay-timeline header > span,
.tool-lead > div > span, .article-intro > span, .v4-article section > span,
.contact-manifesto > span, .contact-access span, .agreement-clause > span,
.procedure-file > div > span, .procedure-warning > span, .cost-questions > div > span,
.cost-rule > span, .delay-forces span, .delay-rule > span, .dossier-audit > div > span,
.dossier-rule > span, .tool-contract span, .tool-rules span {
  color: var(--wine); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 9px; font-size: 12px; font-weight: 750; transition: .2s ease; }
.button-primary { color: #fff; background: var(--wine); box-shadow: 0 12px 30px rgba(117,31,53,.2); }
.button-primary:hover { background: var(--wine-dark); transform: translateY(-1px); }
.button-ghost { color: var(--ink); background: rgba(255,255,255,.72); border-color: #c9c4bd; }
.button-ghost:hover { background: #fff; border-color: var(--wine); }
.button-light { color: var(--ink); background: #fff; }
.button-line { color: #fff; border-color: rgba(255,255,255,.4); }
.button-dark { color: #fff; background: var(--ink); }
.button-secondary { color: var(--ink); background: transparent; border-color: #a7a099; cursor: pointer; }
.text-link { display: inline-flex; align-items: center; gap: 17px; padding-bottom: 5px; color: var(--wine); border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 750; }
.text-link-light { color: #f1b9c4; }
.section-header { margin-bottom: 54px; display: grid; grid-template-columns: 1fr minmax(280px,.38fr); gap: clamp(50px,8vw,130px); align-items: end; }
.section-header h2 { max-width: 870px; margin: 14px 0 0; color: var(--ink); font: 700 clamp(39px,4.3vw,66px)/1.04 var(--sans); letter-spacing: -.048em; }
.section-header h2 em { color: var(--wine); font: italic 400 1em/1.04 var(--serif); }
.section-header > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

/* Accueil */
.home-hero { max-width: var(--frame); min-height: 650px; margin: auto; display: grid; grid-template-columns: 1.04fr .96fr; position: relative; overflow: hidden; background: var(--sand); }
.hero-copy { z-index: 2; padding: clamp(72px,8vw,122px) clamp(40px,6vw,92px); align-self: center; }
.hero-copy .overline { display: flex; align-items: center; gap: 12px; }
.hero-copy .overline > span { width: 38px; height: 2px; display: block; background: var(--wine); }
.hero-copy h1 { max-width: 760px; margin: 24px 0 27px; color: var(--ink); font: 750 clamp(49px,5.2vw,78px)/1.02 var(--sans); letter-spacing: -.058em; }
.hero-copy h1 em { color: var(--wine); font: italic 400 1.03em/1 var(--serif); }
.hero-lead { max-width: 670px; margin: 0; color: #56616b; font-size: 17px; line-height: 1.7; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-reassurance { margin-top: 46px; padding-top: 25px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; border-top: 1px solid #d5cfc6; }
.hero-reassurance span { color: #757e86; font-size: 10px; text-transform: uppercase; letter-spacing: .045em; }
.hero-reassurance strong { display: block; margin-bottom: 5px; color: var(--ink); font: 700 25px/1 var(--serif); }
.hero-visual { min-width: 0; min-height: 650px; margin: 0; position: relative; overflow: hidden; background: var(--ink); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(23,32,42,.08),transparent 45%),linear-gradient(0deg,rgba(23,32,42,.42),transparent 48%); }
.hero-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }
.hero-visual figcaption { z-index: 2; position: absolute; right: 32px; bottom: 28px; left: 32px; padding-top: 18px; display: flex; justify-content: space-between; color: #fff; border-top: 1px solid rgba(255,255,255,.45); font-size: 11px; }
.hero-visual figcaption span { font-weight: 800; }

.trust-line { max-width: var(--frame); min-height: 78px; margin: auto; padding: 0 var(--gutter); display: grid; grid-template-columns: repeat(4,1fr); color: #59636c; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-line span { display: flex; align-items: center; justify-content: center; gap: 11px; padding: 0 18px; border-right: 1px solid var(--line); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .055em; }
.trust-line span:first-child { border-left: 1px solid var(--line); }
.trust-line i { width: 25px; height: 25px; display: grid; place-items: center; color: var(--wine); background: var(--wine-soft); border-radius: 50%; font-style: normal; font-size: 8px; }
.trust-line .trust-alert { color: var(--wine); }

.orientation-section { max-width: var(--frame); margin: auto; padding: var(--section) var(--gutter); display: grid; grid-template-columns: .64fr 1.36fr; gap: clamp(55px,8vw,120px); background: var(--ink); }
.orientation-intro { align-self: center; color: #fff; }
.orientation-intro .section-kicker { color: #e9aab7; }
.orientation-intro h2 { max-width: 470px; margin: 17px 0 22px; font: 730 clamp(39px,4.3vw,64px)/1.03 var(--sans); letter-spacing: -.05em; }
.orientation-intro > p { max-width: 490px; color: #bdc3c9; font-size: 14px; line-height: 1.75; }
.orientation-privacy { margin-top: 36px; padding-top: 24px; display: flex; gap: 13px; align-items: center; color: #d7dce0; border-top: 1px solid var(--line-dark); font-size: 11px; line-height: 1.45; }
.orientation-privacy i { width: 35px; height: 35px; display: grid; place-items: center; color: #fff; background: var(--wine); border-radius: 50%; font-style: normal; }
.orientation-card, .tool-widget { color: var(--text); background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.orientation-card { min-height: 540px; padding: clamp(26px,4vw,46px); }
.orientation-head { padding-bottom: 19px; display: flex; justify-content: space-between; color: #77818a; border-bottom: 1px solid var(--line); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.orientation-card h2, .orientation-inline h2 { margin: 28px 0 25px; color: var(--ink); font: 720 34px/1.08 var(--sans); letter-spacing: -.035em; }
.orientation-card > p, .orientation-inline > p { margin: 22px 0 0; color: #7a838b; font-size: 10px; line-height: 1.55; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.choice-grid button { min-height: 56px; padding: 10px 14px; display: grid; grid-template-columns: 27px 1fr; align-items: center; gap: 8px; color: #38434d; background: var(--sand); border: 1px solid transparent; border-radius: 8px; text-align: left; font-size: 12px; cursor: pointer; }
.choice-grid button span { color: var(--wine); font-size: 8px; font-weight: 800; }
.choice-grid button:hover { color: var(--wine); background: var(--wine-soft); border-color: #dfbfc6; }
.choice-list { display: grid; gap: 9px; }
.choice-list button { width: 100%; min-height: 61px; padding: 10px 15px; display: grid; grid-template-columns: 17px 1fr auto; align-items: center; gap: 13px; color: #38434d; background: var(--sand); border: 1px solid transparent; border-radius: 8px; text-align: left; font-size: 12px; cursor: pointer; }
.choice-list button i { width: 9px; height: 9px; border: 2px solid var(--wine); border-radius: 50%; }
.choice-list button:hover { color: var(--wine); border-color: #dfbfc6; }
.back-button, .text-button { padding: 18px 0 0; color: var(--wine); background: transparent; border: 0; font-size: 11px; font-weight: 750; cursor: pointer; }
.orientation-result { display: grid; gap: 10px; }
.result-block { padding: 15px 17px; background: var(--sand); border-radius: 8px; }
.result-block span { color: var(--wine); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.result-block p { margin: 7px 0 0; color: #4b5660; font-size: 12px; line-height: 1.55; }
.urgent-note { padding: 14px 16px; color: #5c2332; background: var(--wine-soft); border-left: 3px solid var(--wine); border-radius: 6px; font-size: 11px; }
.result-actions { margin-top: 8px; display: flex; align-items: center; gap: 18px; }

.home-principle { max-width: var(--frame); margin: auto; padding: var(--section) var(--gutter); display: grid; grid-template-columns: 150px 1fr .8fr; gap: clamp(44px,7vw,100px); align-items: start; background: var(--white); }
.principle-label { min-height: 125px; padding-left: 18px; display: flex; flex-direction: column; justify-content: space-between; border-left: 3px solid var(--wine); }
.principle-label span { color: var(--wine); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.principle-label strong { color: #d9d3cb; font: 700 55px/1 var(--serif); }
.home-principle h2 { max-width: 710px; margin: 0 0 22px; color: var(--ink); font: 700 clamp(39px,4.4vw,65px)/1.05 var(--sans); letter-spacing: -.05em; }
.home-principle > div > p { max-width: 720px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.home-principle ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.home-principle li { min-height: 78px; padding: 16px 0; display: grid; grid-template-columns: 40px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.home-principle li > span { color: var(--wine); font-size: 9px; font-weight: 800; }
.home-principle li strong { color: var(--ink); font-size: 15px; }
.home-principle li small { grid-column: 2; color: #7b848c; font-size: 11px; }

.universes-section, .pathways-section, .featured-section, .index-section, .related-section { max-width: var(--frame); margin: auto; padding: var(--section) var(--gutter); }
.universes-section { background: var(--sand); }
.universe-directory { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.universe-directory > a { min-height: 142px; padding: 24px 24px 22px; display: grid; grid-template-columns: 52px 1fr 24px; gap: 17px; align-items: center; background: #fff; border: 1px solid #e1dcd5; border-radius: 12px; transition: .2s ease; }
.universe-directory > a:hover { border-color: #c797a2; box-shadow: 0 14px 35px rgba(23,32,42,.08); transform: translateY(-2px); }
.universe-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--wine); background: var(--wine-soft); border-radius: 50%; font: 500 20px/1 var(--serif); }
.universe-directory small { color: #818991; font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.universe-directory h3 { margin: 8px 0 7px; color: var(--ink); font: 700 21px/1.12 var(--sans); letter-spacing: -.025em; }
.universe-directory p { margin: 0; color: #6d767e; font-size: 11px; line-height: 1.5; }
.universe-directory b { color: var(--wine); font-size: 18px; }

.pathways-section { background: #fff; }
.pathway-grid { display: grid; grid-template-columns: 1.1fr .95fr .95fr; gap: 18px; }
.pathway { min-height: 510px; padding: 0 30px 31px; display: flex; flex-direction: column; position: relative; overflow: hidden; color: #fff; background: var(--ink); border-radius: 14px; }
.pathway img { width: calc(100% + 60px); height: 255px; margin: 0 -30px 29px; object-fit: cover; opacity: .88; }
.pathway::after { content: ""; position: absolute; inset: 0; pointer-events: none; border: 1px solid rgba(255,255,255,.16); border-radius: inherit; }
.pathway > span { color: #edb6c0; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pathway h3 { margin: 15px 0 13px; font: 680 29px/1.08 var(--sans); letter-spacing: -.035em; }
.pathway p { margin: 0 0 24px; color: #c1c7cc; font-size: 12px; line-height: 1.6; }
.pathway b { margin-top: auto; color: #fff; font-size: 11px; }
.pathway:hover img { opacity: 1; transform: scale(1.015); }
.pathway-file { color: var(--ink); background: var(--sand); }
.pathway-file > span, .pathway-file b { color: var(--wine); }
.pathway-file p { color: #66717b; }

.featured-section { background: var(--sand); }
.page-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; }
.page-card { min-height: 245px; padding: 23px; display: grid; grid-template-columns: 28px 1fr 18px; gap: 11px; position: relative; background: #fff; border: 1px solid #dfdad3; border-radius: 11px; transition: .2s ease; }
.page-card:hover { border-color: #c797a2; box-shadow: 0 13px 34px rgba(23,32,42,.08); transform: translateY(-2px); }
.page-card > span { color: var(--wine); font-size: 8px; font-weight: 800; }
.page-card small { color: var(--wine); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.page-card h3 { margin: 20px 0 12px; color: var(--ink); font: 700 20px/1.13 var(--sans); letter-spacing: -.025em; }
.page-card p { margin: 0; color: #6b757e; font-size: 11px; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.page-card b { color: var(--wine); font-weight: 600; }

.decision-section { max-width: var(--frame); margin: auto; display: grid; grid-template-columns: .7fr 1.3fr; color: #fff; background: var(--ink); }
.decision-statement { padding: 90px var(--gutter); background: linear-gradient(145deg,var(--wine-dark),var(--wine)); }
.decision-statement > span { color: #efbdc6; }
.decision-statement h2 { margin: 18px 0 22px; font: 700 clamp(39px,4.2vw,61px)/1.04 var(--sans); letter-spacing: -.05em; }
.decision-statement p { color: #f0d9de; font-size: 14px; line-height: 1.72; }
.decision-statement .button { margin-top: 24px; }
.decision-table { align-self: center; padding: 62px var(--gutter); }
.decision-table > div { min-height: 66px; display: grid; grid-template-columns: 1.1fr .85fr .9fr 1.3fr; gap: 16px; align-items: center; border-bottom: 1px solid var(--line-dark); }
.decision-table > div:first-child { min-height: 38px; color: #8f989f; font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.decision-table strong { font-size: 13px; }
.decision-table span { color: #bdc4c9; font-size: 11px; }

.change-section { max-width: var(--frame); margin: auto; padding: 92px var(--gutter); display: grid; grid-template-columns: 220px 1fr 235px; gap: clamp(42px,6vw,82px); align-items: center; background: #fff; }
.change-mark { width: 190px; height: 190px; padding: 36px; display: grid; grid-template-columns: 1fr auto; place-content: center; color: var(--wine); background: var(--wine-soft); border-radius: 50%; }
.change-mark strong { font: 700 67px/.8 var(--serif); letter-spacing: -.07em; }
.change-mark > span { font: 700 25px/1 var(--serif); }
.change-mark small { grid-column: 1/-1; margin-top: 17px; font-size: 8px; font-weight: 800; line-height: 1.45; text-transform: uppercase; }
.change-section h2 { max-width: 760px; margin: 15px 0 18px; color: var(--ink); font: 700 clamp(34px,3.6vw,54px)/1.05 var(--sans); letter-spacing: -.045em; }
.change-section p { color: var(--muted); font-size: 14px; line-height: 1.72; }
.change-section aside { padding: 23px; display: grid; gap: 11px; background: var(--sand); border-left: 3px solid var(--wine); border-radius: 8px; }
.change-section aside strong { color: var(--ink); font-size: 11px; }
.change-section aside span, .change-section aside small { color: #727b83; font-size: 9px; }
.change-section aside a { color: var(--wine); font-size: 11px; font-weight: 750; }

/* Héros des pages intérieures */
.page-hero { max-width: var(--frame); min-height: 610px; margin: auto; padding: 28px var(--gutter) 78px; display: grid; grid-template-columns: 1.03fr .97fr; grid-template-rows: 45px 1fr auto; gap: 32px clamp(45px,6vw,86px); position: relative; background: var(--sand); }
.breadcrumbs { grid-column: 1/-1; display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: #7a838b; font-size: 9px; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--wine); }
.page-hero-copy { align-self: center; }
.page-kind { margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.page-kind span { min-height: 29px; padding: 0 11px; display: inline-flex; align-items: center; color: #fff; background: var(--wine); border-radius: 5px; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.page-kind small { color: #777f87; font-size: 9px; }
.page-hero-copy .overline { color: var(--wine); }
.page-hero-copy h1 { max-width: 760px; margin: 13px 0 24px; color: var(--ink); font: 750 clamp(45px,5.1vw,76px)/1.01 var(--sans); letter-spacing: -.058em; }
.page-hero-copy > p:not(.overline) { max-width: 690px; margin: 0; color: #5b6670; font-size: 16px; line-height: 1.72; }
.page-hero-meta { margin-top: 30px; display: flex; align-items: center; gap: 22px; color: #7b848c; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.page-hero-meta a { padding-left: 22px; color: var(--wine); border-left: 1px solid var(--line); }
.page-hero-visual { min-width: 0; min-height: 410px; margin: 0; align-self: center; position: relative; overflow: hidden; background: var(--ink); border-radius: 14px; box-shadow: var(--shadow); }
.page-hero-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.page-hero-visual figcaption { position: absolute; right: 18px; bottom: 16px; padding: 8px 11px; color: #fff; background: rgba(23,32,42,.72); border-radius: 5px; font-size: 8px; font-weight: 700; text-transform: uppercase; }
.essential-answer { grid-column: 1/-1; margin: -12px 34px 0; padding: 28px 32px; display: grid; grid-template-columns: 140px 1fr auto; gap: 28px; align-items: center; position: relative; z-index: 3; color: #fff; background: var(--ink); border-radius: 12px; box-shadow: var(--shadow); }
.essential-answer > span { color: #efb8c3; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.essential-answer p { margin: 0; font: 500 19px/1.45 var(--serif); }
.essential-answer a { min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; gap: 14px; color: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 7px; font-size: 10px; font-weight: 750; white-space: nowrap; }
.essential-answer a:hover { background: var(--wine); border-color: var(--wine); }

.document-nav { max-width: var(--frame); min-height: 70px; margin: auto; padding: 0 var(--gutter); display: grid; grid-template-columns: 105px 1fr; align-items: center; gap: 22px; background: #fff; border-bottom: 1px solid var(--line); }
.document-nav > span { color: var(--wine); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.document-nav > div { display: flex; overflow-x: auto; scrollbar-width: none; }
.document-nav > div::-webkit-scrollbar { display: none; }
.document-nav a { min-height: 69px; padding: 0 16px; display: flex; align-items: center; gap: 7px; color: #626d76; border-left: 1px solid var(--line); white-space: nowrap; font-size: 10px; }
.document-nav a:last-child { border-right: 1px solid var(--line); }
.document-nav a:hover { color: var(--wine); background: var(--sand); }
.document-nav i { color: #9aa1a7; font-size: 8px; font-style: normal; }

/* Hubs et pages transversales */
.decision-brief, .sequence-section, .matrix-section, .evidence-panel, .hub-intro,
.reference-article, .cost-anatomy, .delay-timeline, .tool-lead, .tool-page,
.tool-limits, .editorial-document, .sources-section, .authority-section { max-width: var(--frame); margin: auto; }
.decision-brief { padding: var(--section) var(--gutter); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px,8vw,115px); background: #fff; }
.brief-title h2, .reference-article > header h2, .hub-intro h2, .tool-page-intro h2, .tool-lead h2 { margin: 15px 0 20px; color: var(--ink); font: 720 clamp(40px,4.4vw,65px)/1.04 var(--sans); letter-spacing: -.05em; }
.brief-title h2 em, .sequence-section h2 em, .matrix-section h2 em, .evidence-panel h2 em,
.reference-article h2 em, .cost-anatomy h2 em, .delay-timeline h2 em, .tool-page-intro h2 em,
.tool-lead h2 em { color: var(--wine); font: italic 400 1em/1.03 var(--serif); }
.brief-title > p, .hub-intro p, .tool-page-intro p, .tool-lead > div:first-child p { color: var(--muted); font-size: 14px; line-height: 1.76; }
.brief-rows { border-top: 1px solid var(--line); }
.brief-rows article { min-height: 106px; padding: 23px 0; display: grid; grid-template-columns: 48px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.brief-rows article > span { width: 29px; height: 29px; display: grid; place-items: center; color: var(--wine); background: var(--wine-soft); border-radius: 50%; font-size: 8px; font-weight: 800; }
.brief-rows h3 { margin: 1px 0 8px; color: var(--ink); font-size: 17px; }
.brief-rows p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.62; }
.avoid-note { grid-column: 1/-1; padding: 24px 28px; display: grid; grid-template-columns: 170px 1fr; gap: 32px; color: #5b2c38; background: var(--wine-soft); border-left: 4px solid var(--wine); border-radius: 8px; }
.avoid-note strong { color: var(--wine); font-size: 11px; }
.avoid-note p { margin: 0; font-size: 12px; line-height: 1.65; }
.hub-intro { padding: 100px max(var(--gutter),calc((100% - 1040px)/2)); text-align: center; background: #fff; }
.hub-intro h2 { max-width: 920px; margin-left: auto; margin-right: auto; }
.hub-intro p { max-width: 760px; margin: auto; font-size: 16px; }
.index-section, .related-section { background: var(--sand); }

.sequence-section { padding: var(--section) var(--gutter); display: grid; grid-template-columns: .56fr 1.44fr; gap: clamp(55px,8vw,112px); background: var(--sand); }
.sequence-section header { position: sticky; top: 30px; align-self: start; }
.sequence-section header > span { color: var(--wine); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.sequence-section h2 { color: var(--ink); font: 720 clamp(40px,4.3vw,64px)/1.04 var(--sans); letter-spacing: -.05em; }
.sequence-section ol { margin: 0; padding: 0; list-style: none; }
.sequence-section li { min-height: 112px; margin-bottom: 10px; padding: 22px 24px; display: grid; grid-template-columns: 42px .68fr 1.32fr; gap: 20px; background: #fff; border: 1px solid #dfdad3; border-radius: 9px; }
.sequence-section li > span { width: 27px; height: 27px; display: grid; place-items: center; color: #fff; background: var(--wine); border-radius: 50%; font-size: 8px; font-weight: 800; }
.sequence-section h3 { margin: 2px 0 0; color: var(--ink); font-size: 17px; }
.sequence-section li p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.66; }
.matrix-section { padding: var(--section) var(--gutter); background: #fff; }
.matrix-table { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; }
.matrix-table > div { min-height: 68px; padding: 0 20px; display: grid; grid-template-columns: 1.1fr 1fr .8fr 1.2fr; gap: 16px; align-items: center; border-bottom: 1px solid var(--line); }
.matrix-table > div:last-child { border-bottom: 0; }
.matrix-table > div:first-child { min-height: 43px; color: #fff; background: var(--ink); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.matrix-table strong { color: var(--ink); font-size: 13px; }
.matrix-table span { color: #64707a; font-size: 11px; }
.matrix-note { margin: 20px 0 0; color: #78818a; font-size: 11px; }
.evidence-panel { padding: var(--section) var(--gutter); display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(55px,8vw,110px); color: #fff; background: var(--ink); }
.evidence-panel h2 { margin: 16px 0 20px; font: 720 clamp(40px,4.3vw,64px)/1.04 var(--sans); letter-spacing: -.05em; }
.evidence-panel > div p { color: #bdc4c9; line-height: 1.75; }
.evidence-panel ul { margin: 0; padding: 0; list-style: none; }
.evidence-panel li { min-height: 66px; margin-bottom: 9px; padding: 0 18px; display: grid; grid-template-columns: 42px 1fr 20px; align-items: center; color: #e1e5e8; background: rgba(255,255,255,.06); border: 1px solid var(--line-dark); border-radius: 8px; font-size: 12px; }
.evidence-panel li span, .evidence-panel li i { color: #efb5c0; font-size: 8px; font-style: normal; font-weight: 800; }

.reference-article { padding: var(--section) var(--gutter); display: grid; grid-template-columns: .52fr 1.48fr; gap: 100px; background: #fff; }
.reference-article > header { position: sticky; top: 30px; align-self: start; }
.reference-cards { display: grid; gap: 11px; }
.reference-cards article { min-height: 106px; padding: 22px; display: grid; grid-template-columns: 38px .7fr 1.3fr; gap: 18px; background: var(--sand); border-radius: 9px; }
.reference-cards article > span { color: var(--wine); font-size: 8px; font-weight: 800; }
.reference-cards h3 { margin: 0; color: var(--ink); font-size: 16px; }
.reference-cards p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.62; }
.cost-anatomy, .delay-timeline { padding: var(--section) var(--gutter); background: var(--sand); }
.cost-anatomy { display: grid; grid-template-columns: .66fr 1.34fr; gap: 95px; }
.cost-anatomy h2, .delay-timeline h2 { margin: 15px 0; color: var(--ink); font: 720 clamp(40px,4.3vw,64px)/1.04 var(--sans); letter-spacing: -.05em; }
.cost-anatomy ol { margin: 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.cost-anatomy li { min-height: 90px; padding: 20px; display: grid; grid-template-columns: 38px .72fr 1.28fr; gap: 18px; background: #fff; border-radius: 8px; }
.cost-anatomy li > span { color: var(--wine); font-size: 8px; font-weight: 800; }
.cost-anatomy strong { color: var(--ink); font-size: 15px; }
.cost-anatomy li p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.58; }
.delay-timeline header { max-width: 800px; }
.delay-timeline > div { margin-top: 50px; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.delay-timeline article { min-height: 210px; padding: 24px; background: #fff; border-radius: 9px; }
.delay-timeline article > span { color: var(--wine); font-size: 8px; font-weight: 800; }
.delay-timeline h3 { margin: 45px 0 12px; color: var(--ink); font-size: 20px; }
.delay-timeline p { color: var(--muted); font-size: 11px; line-height: 1.62; }

/* Articles : une grammaire lisible, non mécanique */
.v4-article { max-width: var(--frame); margin: auto; background: #fff; overflow: hidden; }
.v4-article > section { padding: var(--section) var(--gutter); border-bottom: 1px solid var(--line); }
.article-intro { margin-bottom: 48px; display: grid; grid-template-columns: 78px minmax(0,1fr) minmax(280px,.44fr); gap: clamp(28px,5vw,72px); align-items: end; }
.article-intro > span { width: 52px; height: 52px; display: grid; place-items: center; color: var(--wine); background: var(--wine-soft); border-radius: 50%; }
.article-intro h2 { max-width: 790px; margin: 0; color: var(--ink); font: 720 clamp(40px,4.4vw,66px)/1.03 var(--sans); letter-spacing: -.05em; }
.article-intro > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.72; }
.v4-article h3 { letter-spacing: -.02em; }
.v4-article p { text-wrap: pretty; }

.v4-decision { background: #fff; }
.decision-mosaic { display: grid; grid-template-columns: 1.2fr .8fr; gap: 13px; }
.decision-tile { min-height: 140px; padding: 23px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 20px; background: var(--sand); border: 1px solid #dfdad3; border-radius: 10px; }
.decision-tile + .decision-tile { grid-column: 2; }
.decision-tile-1 { grid-column: 1; grid-row: 1/4; min-height: 446px; padding: 38px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: linear-gradient(145deg,var(--ink),#293747); border: 0; }
.decision-tile small { color: var(--wine); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.decision-tile-1 small { color: #efb5c0; }
.decision-tile h3 { margin: 0; color: var(--ink); font-size: 20px; line-height: 1.1; }
.decision-tile-1 h3 { margin: auto 0 22px; color: #fff; font: 700 clamp(37px,3.7vw,56px)/1.04 var(--sans); letter-spacing: -.045em; }
.decision-tile p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.62; }
.decision-tile-1 p { color: #c6cdd2; font-size: 14px; line-height: 1.7; }

.v4-scenarios { background: var(--sand); }
.scenario-rail { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.scenario-rail article { min-height: 255px; padding: 25px; background: #fff; border: 1px solid #dfdad3; border-radius: 10px; }
.scenario-rail span { width: 36px; height: 36px; display: grid; place-items: center; color: var(--wine); background: var(--wine-soft); border-radius: 50%; font-size: 9px; font-weight: 800; }
.scenario-rail h3 { margin: 47px 0 13px; color: var(--ink); font-size: 21px; line-height: 1.1; }
.scenario-rail p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.66; }

.v4-action-plan { background: #fff; }
.v4-action-plan ol, .contact-brief ol, .procedure-track ol { max-width: 980px; margin: 0 auto; padding: 0; list-style: none; position: relative; }
.v4-action-plan ol::before, .contact-brief ol::before, .procedure-track ol::before { content: ""; position: absolute; top: 22px; bottom: 22px; left: 25px; width: 2px; background: #ddc4ca; }
.v4-action-plan li, .contact-brief li, .procedure-track li { min-height: 112px; margin-bottom: 13px; padding: 24px 25px 24px 76px; display: grid; grid-template-columns: .58fr 1.42fr; gap: 26px; position: relative; background: var(--sand); border-radius: 10px; }
.v4-action-plan li > span, .contact-brief li > span, .procedure-track li > span { width: 38px; height: 38px; position: absolute; top: 22px; left: 7px; display: grid; place-items: center; z-index: 2; color: #fff; background: var(--wine); border: 5px solid #fff; border-radius: 50%; font-size: 8px; font-weight: 800; }
.v4-action-plan h3, .contact-brief h3, .procedure-track h3 { margin: 0; color: var(--ink); font-size: 19px; }
.v4-action-plan li p, .contact-brief li p, .procedure-track li p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.v4-routes { background: var(--sand); }
.route-board { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.route-board article { min-height: 330px; padding: 28px; display: flex; flex-direction: column; color: var(--text); background: #fff; border: 1px solid #dfdad3; border-radius: 11px; }
.route-board article:nth-child(2) { color: #fff; background: var(--wine); border-color: var(--wine); }
.route-board article > span { color: var(--wine); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.route-board article:nth-child(2) > span { color: #f1bdc7; }
.route-board h3 { margin: 65px 0 18px; color: var(--ink); font-size: 27px; }
.route-board article:nth-child(2) h3 { color: #fff; }
.route-board p { margin: 0 0 24px; color: var(--muted); font-size: 12px; line-height: 1.68; }
.route-board article:nth-child(2) p { color: #f0d6dc; }
.route-board small { margin-top: auto; padding-top: 17px; color: #757f87; border-top: 1px solid var(--line); font-size: 10px; line-height: 1.55; }
.route-board article:nth-child(2) small { color: #f0d6dc; border-color: rgba(255,255,255,.3); }

.v4-evidence { background: #fff; }
.evidence-ledger { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.evidence-ledger article { min-height: 130px; padding: 22px; display: grid; grid-template-columns: 48px 1fr 22px; gap: 17px; align-items: center; background: var(--sand); border-radius: 9px; }
.evidence-ledger article > span { width: 35px; height: 35px; display: grid; place-items: center; color: var(--wine); background: #fff; border-radius: 50%; font-size: 8px; font-weight: 800; }
.evidence-ledger small { color: #858d94; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.evidence-ledger h3 { margin: 7px 0 5px; color: var(--ink); font-size: 17px; }
.evidence-ledger p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.58; }
.evidence-ledger i { color: var(--wine); font-style: normal; }

.v4-pitfalls { background: var(--wine-soft); }
.pitfall-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.pitfall-grid article { min-height: 245px; padding: 27px; background: #fff; border-radius: 10px; }
.pitfall-grid article:first-child { color: #fff; background: var(--wine); }
.pitfall-grid span { color: var(--wine); font-size: 8px; font-weight: 800; }
.pitfall-grid article:first-child span { color: #f1bdc7; }
.pitfall-grid h3 { margin: 58px 0 14px; color: var(--ink); font-size: 22px; line-height: 1.1; }
.pitfall-grid article:first-child h3 { color: #fff; }
.pitfall-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.66; }
.pitfall-grid article:first-child p { color: #f0d7dc; }

.v4-practical { padding: 0 !important; display: grid; grid-template-columns: 1fr 1fr; }
.v4-practical > article { padding: 72px var(--gutter); background: #fff; border-top: 5px solid var(--wine); }
.v4-practical > article + article { background: var(--sand); border-left: 1px solid var(--line); }
.v4-practical span { color: var(--wine); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.v4-practical h2 { margin: 20px 0 17px; color: var(--ink); font: 700 36px/1.05 var(--sans); letter-spacing: -.04em; }
.v4-practical p { color: var(--muted); line-height: 1.7; }
.v4-practical ul { margin: 25px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.v4-practical li { padding: 13px 0 13px 21px; position: relative; color: #626d76; border-bottom: 1px solid var(--line); font-size: 11px; }
.v4-practical li::before { content: "✓"; position: absolute; left: 0; color: var(--wine); font-weight: 800; }
.v4-practical a { color: var(--wine); font-size: 11px; font-weight: 750; }

.v4-faq { background: #fff !important; }
.v4-faq-list { max-width: 1000px; margin-left: auto; }
.v4-faq details { margin-bottom: 9px; background: var(--sand); border-radius: 8px; }
.v4-faq summary { min-height: 78px; padding: 0 21px; display: grid; grid-template-columns: 43px 1fr 25px; gap: 17px; align-items: center; cursor: pointer; list-style: none; color: var(--ink); font-size: 16px; font-weight: 700; }
.v4-faq summary::-webkit-details-marker { display: none; }
.v4-faq summary span { color: var(--wine); font-size: 8px; }
.v4-faq summary i { color: var(--wine); font-size: 20px; font-style: normal; text-align: center; transition: transform .2s; }
.v4-faq details[open] summary i { transform: rotate(45deg); }
.v4-faq details > div { padding: 0 55px 24px 64px; }
.v4-faq details p { max-width: 780px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.72; }

/* Interlocuteurs : rôle, moment et passage de relais */
.contact-manifesto { color: #fff; background: linear-gradient(135deg,var(--ink),#293746) !important; }
.contact-manifesto > span { color: #efb6c1; }
.contact-manifesto > h2 { max-width: 980px; margin: 20px 0 54px; font: 720 clamp(42px,4.8vw,72px)/1.03 var(--sans); letter-spacing: -.052em; }
.contact-can-cannot { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; background: rgba(255,255,255,.2); border-radius: 12px; }
.contact-can-cannot article { min-height: 310px; padding: 36px; background: rgba(255,255,255,.07); }
.contact-can-cannot article + article { background: rgba(0,0,0,.15); }
.contact-can-cannot small { display: block; margin-bottom: 28px; color: #efb6c1; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-can-cannot ul, .delay-forces ul, .tool-rules ul { margin: 0; padding: 0; list-style: none; }
.contact-can-cannot li { padding: 17px 0 17px 28px; position: relative; color: #e0e5e8; border-top: 1px solid rgba(255,255,255,.14); font-size: 15px; line-height: 1.5; }
.contact-can-cannot li::before { content: "✓"; position: absolute; left: 0; color: #efb6c1; font-weight: 900; }
.contact-can-cannot article + article li::before { content: "—"; }
.contact-moments { background: var(--sand) !important; }
.contact-moments > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border-top: 1px solid #cec7be; border-bottom: 1px solid #cec7be; }
.contact-moments article { min-height: 300px; padding: 34px; border-right: 1px solid #cec7be; }
.contact-moments article:last-child { border-right: 0; }
.contact-moments article > span, .solution-fit article > span, .procedure-gates article > span, .cost-ledger article > span, .delay-clocks article > span, .dossier-method article > span { color: var(--wine); font-size: 10px; font-weight: 800; }
.contact-moments h3 { margin: 76px 0 16px; color: var(--ink); font-size: 26px; line-height: 1.08; letter-spacing: -.03em; }
.contact-moments p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.contact-brief { background: #fff !important; }
.contact-access { padding: 0 !important; display: grid; grid-template-columns: 1fr 1fr; }
.contact-access > div { min-height: 350px; padding: 74px var(--gutter); color: #fff; background: var(--wine); }
.contact-access > div + div { color: var(--text); background: var(--sand); }
.contact-access > div > span { color: #f2bdc7; }
.contact-access > div + div > span { color: var(--wine); }
.contact-access h2 { max-width: 560px; margin: 24px 0 18px; font: 700 clamp(33px,3.3vw,49px)/1.06 var(--sans); letter-spacing: -.045em; }
.contact-access p { max-width: 620px; margin: 0; color: #f1dce0; font-size: 15px; line-height: 1.74; }
.contact-access > div + div p { color: var(--muted); }

/* Solutions amiables : adéquation et accord */
.solution-fit { background: #fff !important; }
.solution-fit > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.solution-fit article { min-height: 285px; padding: 31px; display: flex; flex-direction: column; background: var(--sand); border-top: 4px solid var(--wine); border-radius: 0 0 12px 12px; }
.solution-fit h3 { margin: auto 0 15px; color: var(--ink); font-size: 25px; line-height: 1.1; letter-spacing: -.03em; }
.solution-fit p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.68; }
.solution-flow { color: #fff; background: var(--ink) !important; }
.solution-flow .article-intro span { color: #efb6c1; }
.solution-flow .article-intro h2 { color: #fff; }
.solution-flow .article-intro p { color: #bcc4ca; }
.solution-flow ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5,1fr); list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.solution-flow li { min-height: 315px; padding: 31px 25px; border-right: 1px solid rgba(255,255,255,.18); }
.solution-flow li:last-child { border-right: 0; }
.solution-flow li > span { color: #efb6c1; font-size: 10px; font-weight: 800; }
.solution-flow h3 { margin: 94px 0 15px; color: #fff; font-size: 21px; line-height: 1.1; }
.solution-flow p { margin: 0; color: #bfc6cb; font-size: 13px; line-height: 1.67; }
.agreement-clause { background: var(--wine-soft) !important; }
.agreement-clause blockquote { max-width: 1040px; margin: 25px 0 32px; color: var(--ink); font: italic 400 clamp(36px,4vw,60px)/1.14 var(--serif); letter-spacing: -.03em; }
.agreement-clause > p { max-width: 900px; margin: 0 0 0 auto; padding: 24px 0 0 34px; color: #5f6972; border-left: 3px solid var(--wine); font-size: 15px; line-height: 1.75; }
.solution-exit { padding: 0 !important; display: grid; grid-template-columns: 1fr 1fr; }
.solution-exit > div { min-height: 360px; padding: 74px var(--gutter); background: #fff; }
.solution-exit > div + div { color: #fff; background: var(--wine); }
.solution-exit span { color: var(--wine); font-size: 10px; font-weight: 800; }
.solution-exit > div + div span { color: #efb6c1; }
.solution-exit h2 { margin: 55px 0 18px; color: var(--ink); font-size: 42px; letter-spacing: -.045em; }
.solution-exit > div + div h2 { color: #fff; }
.solution-exit p { max-width: 620px; color: var(--muted); font-size: 15px; line-height: 1.72; }
.solution-exit > div + div p { color: #f0d9de; }

/* Procédures : portes, trajet et dossier minimal */
.procedure-gates { background: var(--sand) !important; }
.procedure-gates > div { display: grid; grid-template-columns: repeat(4,1fr); background: #fff; border: 1px solid #d9d3cb; }
.procedure-gates article { min-height: 320px; padding: 32px; border-right: 1px solid #d9d3cb; }
.procedure-gates article:last-child { border-right: 0; }
.procedure-gates h3 { margin: 93px 0 16px; color: var(--ink); font-size: 24px; line-height: 1.08; letter-spacing: -.03em; }
.procedure-gates p { color: var(--muted); font-size: 14px; line-height: 1.68; }
.procedure-track { background: #fff !important; }
.procedure-file { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px,8vw,125px); color: #fff; background: var(--ink) !important; }
.procedure-file > div > span { color: #efb6c1; }
.procedure-file h2 { margin: 20px 0; font: 700 clamp(39px,4vw,60px)/1.04 var(--sans); letter-spacing: -.05em; }
.procedure-file > div p { color: #c0c7cc; font-size: 15px; line-height: 1.75; }
.procedure-file ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.procedure-file li { min-height: 72px; padding: 0 8px; display: grid; grid-template-columns: 50px 1fr 24px; align-items: center; color: #e1e5e8; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 14px; }
.procedure-file li > span, .procedure-file li i { color: #efb6c1; font-size: 10px; font-style: normal; }
.procedure-warning, .cost-rule, .delay-rule, .dossier-rule { background: var(--wine-soft) !important; border-top: 1px solid #dec3c8; border-bottom: 1px solid #dec3c8; }
.procedure-warning p, .cost-rule p, .delay-rule p, .dossier-rule p { max-width: 1060px; margin: 23px 0 0; color: var(--ink); font: 650 clamp(25px,2.7vw,40px)/1.28 var(--sans); letter-spacing: -.03em; }

/* Coûts : rendre la lecture budgétaire immédiatement comparable */
.cost-ledger { background: #fff !important; }
.cost-ledger > div { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.cost-ledger article { min-height: 310px; padding: 30px; display: flex; flex-direction: column; color: #fff; background: var(--ink); border-radius: 11px; }
.cost-ledger article:nth-child(even) { color: var(--text); background: var(--sand); }
.cost-ledger article:nth-child(even) > span { color: var(--wine); }
.cost-ledger h3 { margin: auto 0 16px; color: inherit; font-size: 25px; letter-spacing: -.03em; }
.cost-ledger p { margin: 0; color: #c4cbd0; font-size: 14px; line-height: 1.68; }
.cost-ledger article:nth-child(even) p { color: var(--muted); }
.cost-scenarios { background: var(--sand) !important; }
.cost-scenarios > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.cost-scenarios article { min-height: 290px; padding: 32px; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(23,32,42,.06); }
.cost-scenarios small { color: var(--wine); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.cost-scenarios h3 { margin: 75px 0 16px; color: var(--ink); font-size: 27px; letter-spacing: -.035em; }
.cost-scenarios p { color: var(--muted); font-size: 14px; line-height: 1.68; }
.cost-questions { display: grid; grid-template-columns: .74fr 1.26fr; gap: clamp(55px,8vw,125px); background: #fff !important; }
.cost-questions h2 { margin: 20px 0; color: var(--ink); font: 700 clamp(38px,4vw,58px)/1.05 var(--sans); letter-spacing: -.05em; }
.cost-questions > div p { color: var(--muted); font-size: 15px; line-height: 1.74; }
.cost-questions ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.cost-questions li { min-height: 79px; padding: 18px 0; display: grid; grid-template-columns: 55px 1fr; align-items: center; color: #4f5a64; border-bottom: 1px solid var(--line); font-size: 15px; line-height: 1.45; }
.cost-questions li span { color: var(--wine); font-size: 10px; font-weight: 800; }

/* Délais : quatre horloges et facteurs de variation */
.delay-clocks { background: #fff !important; }
.delay-clocks > div { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.delay-clocks article { min-height: 320px; padding: 31px; border-right: 1px solid var(--line); }
.delay-clocks article:last-child { border-right: 0; }
.delay-clocks h3 { margin: 100px 0 16px; color: var(--ink); font-size: 25px; line-height: 1.08; letter-spacing: -.035em; }
.delay-clocks p { color: var(--muted); font-size: 14px; line-height: 1.68; }
.delay-track { color: #fff; background: var(--ink) !important; }
.delay-track .article-intro span { color: #efb6c1; }
.delay-track .article-intro h2 { color: #fff; }
.delay-track .article-intro p { color: #bdc4c9; }
.delay-track > div { display: grid; grid-template-columns: repeat(4,1fr); position: relative; }
.delay-track > div::before { content: ""; position: absolute; top: 23px; right: 12%; left: 12%; height: 2px; background: #8d3b50; }
.delay-track article { padding: 0 27px; position: relative; }
.delay-track article > span { min-height: 48px; display: flex; align-items: flex-start; position: relative; z-index: 2; color: #efb6c1; font-size: 11px; font-weight: 800; }
.delay-track article > span::before { width: 13px; height: 13px; margin: 0 13px 0 0; content: ""; background: var(--wine); border: 5px solid var(--ink); border-radius: 50%; box-shadow: 0 0 0 1px #b87585; }
.delay-track p { color: #c1c7cc; font-size: 14px; line-height: 1.68; }
.delay-forces { padding: 0 !important; display: grid; grid-template-columns: 1fr 1fr; }
.delay-forces article { min-height: 420px; padding: 74px var(--gutter); background: var(--sand); }
.delay-forces article + article { color: #fff; background: var(--wine); }
.delay-forces article + article span { color: #efb6c1; }
.delay-forces h2 { max-width: 540px; margin: 23px 0 35px; color: var(--ink); font: 700 40px/1.06 var(--sans); letter-spacing: -.045em; }
.delay-forces article + article h2 { color: #fff; }
.delay-forces li, .tool-rules li { padding: 15px 0 15px 24px; position: relative; color: var(--muted); border-top: 1px solid #d5cec5; font-size: 14px; line-height: 1.5; }
.delay-forces li::before, .tool-rules li::before { content: "✓"; position: absolute; left: 0; color: var(--wine); font-weight: 900; }
.delay-forces article + article li { color: #f0dbe0; border-color: rgba(255,255,255,.2); }
.delay-forces article + article li::before { content: "—"; color: #f1b6c2; }

/* Dossier : chaîne de preuve et audit */
.dossier-method { background: var(--sand) !important; }
.dossier-method > div { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; }
.dossier-method article { min-height: 310px; padding: 30px; display: flex; flex-direction: column; background: #fff; border-bottom: 4px solid var(--wine); border-radius: 11px 11px 0 0; }
.dossier-method h3 { margin: auto 0 15px; color: var(--ink); font-size: 25px; letter-spacing: -.035em; }
.dossier-method p { color: var(--muted); font-size: 14px; line-height: 1.68; }
.dossier-audit { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(55px,8vw,125px); background: #fff !important; }
.dossier-audit h2 { margin: 20px 0; color: var(--ink); font: 700 clamp(39px,4vw,59px)/1.05 var(--sans); letter-spacing: -.05em; }
.dossier-audit > div p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.dossier-audit ol { margin: 0; padding: 0; list-style: none; }
.dossier-audit li { min-height: 105px; padding: 20px; display: grid; grid-template-columns: 48px 1fr 25px; align-items: center; gap: 15px; border-top: 1px solid var(--line); }
.dossier-audit li > span { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--wine); border-radius: 50%; font-size: 9px; }
.dossier-audit h3 { margin: 0 0 7px; color: var(--ink); font-size: 18px; }
.dossier-audit p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.dossier-audit i { color: var(--wine); font-style: normal; }

/* Outils interactifs */
.tool-lead { max-width: var(--frame); margin: auto; padding: var(--section) var(--gutter); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px,8vw,110px); color: #fff; background: var(--ink); }
.tool-lead > div:first-child { align-self: center; }
.tool-lead > div:first-child > span { color: #efb6c1; }
.tool-lead h2 { margin: 20px 0; font: 700 clamp(43px,4.5vw,68px)/1.03 var(--sans); letter-spacing: -.052em; }
.tool-lead h2 em { color: #efb6c1; font: italic 400 1em/1 var(--serif); }
.tool-lead > div:first-child p { color: #c0c7cc; font-size: 15px; line-height: 1.75; }
.orientation-inline { min-height: 500px; padding: clamp(27px,4vw,44px); }
.tool-page { max-width: var(--frame); margin: auto; padding: var(--section) var(--gutter); display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(55px,8vw,110px); background: var(--sand); }
.tool-page-intro h2 { margin: 20px 0; color: var(--ink); font: 700 clamp(40px,4.2vw,63px)/1.04 var(--sans); letter-spacing: -.052em; }
.tool-page-intro h2 em { color: var(--wine); font: italic 400 1em/1 var(--serif); }
.tool-page-intro p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.tool-widget { min-height: 360px; padding: clamp(26px,4vw,46px); }
.tool-limits { max-width: var(--frame); margin: auto; padding: 0 var(--gutter) var(--section); display: grid; grid-template-columns: repeat(3,1fr); background: var(--sand); }
.tool-limits article { min-height: 250px; padding: 32px; background: #fff; border: 1px solid var(--line); border-right: 0; }
.tool-limits article:last-child { border-right: 1px solid var(--line); }
.tool-limits span { color: var(--wine); font-size: 10px; font-weight: 800; }
.tool-limits h3 { margin: 64px 0 14px; color: var(--ink); font-size: 23px; }
.tool-limits p { color: var(--muted); font-size: 14px; line-height: 1.67; }
.tool-contract { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; background: #fff !important; }
.tool-contract h2 { max-width: 850px; margin: 22px 0 18px; color: var(--ink); font: 700 clamp(39px,4vw,60px)/1.05 var(--sans); letter-spacing: -.05em; }
.tool-contract > div p, .tool-contract aside p { color: var(--muted); font-size: 15px; line-height: 1.72; }
.tool-contract aside { padding: 30px; align-self: center; background: var(--wine-soft); border-left: 4px solid var(--wine); border-radius: 8px; }
.tool-contract aside strong { color: var(--wine); font-size: 11px; text-transform: uppercase; }
.tool-workbench { background: var(--sand) !important; }
.tool-rules { padding: 0 !important; display: grid; grid-template-columns: 1fr 1fr; }
.tool-rules article { padding: 74px var(--gutter); background: #fff; }
.tool-rules article + article { background: var(--wine-soft); }
.tool-rules h2 { margin: 22px 0 34px; color: var(--ink); font-size: 38px; letter-spacing: -.04em; }
.tool-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.tool-field { padding: 18px; display: grid; gap: 12px; color: #5a6570; background: var(--sand); border-radius: 8px; font-size: 12px; }
.input-wrap { height: 48px; display: grid; grid-template-columns: 1fr 38px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 7px; }
.input-wrap input { width: 100%; height: 100%; padding: 0 13px; border: 0; outline: 0; background: transparent; }
.input-wrap b { color: var(--wine); text-align: center; }
.tool-result-card { margin-top: 16px; padding: 27px; display: grid; gap: 9px; color: #fff; background: var(--ink); border-radius: 10px; }
.split-tool .tool-result-card { margin-top: 0; }
.tool-result-card > span, .mini-label { color: #efb6c1; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.tool-result-card strong { font: 700 45px/1 var(--serif); }
.tool-result-card .result-sentence { font: 700 25px/1.16 var(--sans); letter-spacing: -.025em; }
.tool-result-card p, .tool-privacy { color: #c5ccd1; font-size: 11px; line-height: 1.6; }
.split-tool { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; }
.toggle-list { display: grid; gap: 9px; }
.toggle { min-height: 62px; padding: 12px 15px; display: grid; grid-template-columns: 34px 1fr; align-items: center; color: #4c5761; background: var(--sand); border: 1px solid var(--line); border-radius: 8px; text-align: left; cursor: pointer; }
.toggle i { width: 31px; height: 18px; padding: 3px; display: block; background: #b8bec3; border-radius: 20px; }
.toggle i::after { width: 12px; height: 12px; display: block; content: ""; background: #fff; border-radius: 50%; transition: transform .2s; }
.toggle.is-on { color: var(--wine); border-color: #c997a3; }
.toggle.is-on i { background: var(--wine); }
.toggle.is-on i::after { transform: translateX(13px); }
.phase-list { margin: 0; padding: 0; list-style: none; }
.phase-list li { min-height: 76px; padding: 14px 0; display: grid; grid-template-columns: 45px 1fr; border-bottom: 1px solid var(--line); }
.phase-list li > span { color: var(--wine); font-size: 9px; font-weight: 800; }
.phase-list strong { color: var(--ink); font-size: 14px; }
.phase-list p { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.timeline-builder { margin-bottom: 20px; }
.timeline-row { min-height: 65px; display: grid; grid-template-columns: 38px 150px 1fr; gap: 10px; align-items: center; border-bottom: 1px solid var(--line); }
.timeline-row > span { color: var(--wine); font-size: 9px; font-weight: 800; }
.timeline-row input { min-height: 43px; padding: 0 12px; background: var(--sand); border: 1px solid #d7d1c9; border-radius: 6px; }
.checklist-tool { display: grid; gap: 8px; }
.checklist-tool label { min-height: 61px; padding: 0 16px; display: grid; grid-template-columns: 22px 1fr auto; gap: 12px; align-items: center; background: var(--sand); border-radius: 7px; cursor: pointer; }
.checklist-tool label span { color: #4b5660; font-size: 13px; }
.checklist-tool label b { color: var(--wine); font-size: 9px; text-transform: uppercase; }
.check-progress { height: 47px; margin-top: 12px; position: relative; overflow: hidden; background: #e4ddd4; border-radius: 7px; }
.check-progress i { height: 100%; display: block; background: var(--wine); transition: width .2s; }
.check-progress span { position: absolute; inset: 0; display: grid; place-items: center; color: var(--ink); font-size: 10px; font-weight: 800; }
.decision-tool { display: grid; grid-template-columns: .65fr 1.35fr; gap: 40px; }
.decision-tool h3 { margin: 18px 0 0; color: var(--ink); font-size: 31px; line-height: 1.08; }
.decision-options { display: grid; gap: 8px; }
.decision-options button { min-height: 57px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; color: #4e5963; background: var(--sand); border: 1px solid transparent; border-radius: 7px; text-align: left; cursor: pointer; }
.decision-options button.is-selected { color: #fff; background: var(--wine); }
.decision-tool > p { grid-column: 2; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

/* Documents éditoriaux, sources, autorité */
.editorial-document { max-width: var(--frame); margin: auto; padding: var(--section) var(--gutter); display: grid; grid-template-columns: 280px 1fr; gap: clamp(55px,8vw,120px); background: #fff; }
.editorial-document aside { align-self: start; position: sticky; top: 110px; display: grid; border-top: 3px solid var(--wine); }
.editorial-document aside > span { padding: 22px 0; }
.editorial-document aside a { padding: 15px 0; color: #5e6973; border-top: 1px solid var(--line); font-size: 12px; line-height: 1.45; }
.editorial-document aside small { margin-top: 26px; color: #7b848c; font-size: 10px; line-height: 1.6; }
.editorial-document > div > section { padding: 0 0 75px; }
.editorial-document > div > section + section { padding-top: 72px; border-top: 1px solid var(--line); }
.editorial-document section > span { color: var(--wine); font-size: 10px; font-weight: 800; }
.editorial-document h2 { max-width: 880px; margin: 20px 0 28px; color: var(--ink); font: 700 clamp(38px,4vw,59px)/1.05 var(--sans); letter-spacing: -.05em; }
.editorial-document section p { max-width: 820px; margin: 0; color: #55616b; font-size: 17px; line-height: 1.82; }
.sources-section { max-width: var(--frame); margin: auto; padding: var(--section) var(--gutter); display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(55px,8vw,125px); background: var(--sand); }
.sources-section h2 { margin: 20px 0; color: var(--ink); font: 700 clamp(39px,4vw,60px)/1.05 var(--sans); letter-spacing: -.05em; }
.sources-section h2 em { color: var(--wine); font: italic 400 1em/1 var(--serif); }
.sources-section > div > p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.sources-section > div > small { color: #7a838b; font-size: 10px; }
.source-list { border-top: 1px solid #cfc8bf; }
.source-list a { min-height: 105px; padding: 20px 0; display: grid; grid-template-columns: 44px 1fr 26px; grid-template-rows: auto auto; gap: 6px 15px; border-bottom: 1px solid #cfc8bf; }
.source-list a > span { grid-row: 1/3; color: var(--wine); font-size: 9px; font-weight: 800; }
.source-list strong { color: var(--ink); font-size: 16px; }
.source-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.source-list b { grid-column: 3; grid-row: 1/3; align-self: center; color: var(--wine); }
.authority-section { max-width: var(--frame); margin: auto; padding: 90px var(--gutter); display: grid; grid-template-columns: .8fr 1fr .55fr; gap: clamp(50px,7vw,105px); color: #fff; background: var(--ink); }
.authority-title > span { color: #efb6c1; }
.authority-title h2 { margin: 18px 0 0; font: 700 clamp(39px,4vw,60px)/1.04 var(--sans); letter-spacing: -.05em; }
.authority-title h2 em { color: #efb6c1; font: italic 400 1em/1 var(--serif); }
.authority-copy > p { margin: 0; color: #c3c9ce; font-size: 14px; line-height: 1.76; }
.authority-facts { margin: 35px 0; padding: 24px 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.authority-facts span { color: #bfc5ca; font-size: 9px; text-transform: uppercase; }
.authority-facts strong { display: block; margin-bottom: 7px; color: #fff; font: 700 29px/1 var(--serif); }
.authority-source { align-self: start; display: grid; border-top: 3px solid var(--wine); }
.authority-source small { padding: 19px 0; color: #efb6c1; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.authority-source a { padding: 14px 0; color: #dce0e3; border-top: 1px solid var(--line-dark); font-size: 12px; }

/* Pied de page */
.site-footer { max-width: var(--frame); margin: auto; color: #fff; background: #111820; }
.footer-manifesto { padding: 76px var(--gutter); display: flex; justify-content: space-between; gap: 50px; align-items: flex-end; border-bottom: 1px solid var(--line-dark); }
.footer-manifesto p { margin: 0; font: 700 clamp(39px,4vw,59px)/1.06 var(--sans); letter-spacing: -.05em; }
.footer-manifesto p em { color: #efb6c1; font: italic 400 1em/1 var(--serif); }
.footer-manifesto > a { flex: 0 0 auto; padding-bottom: 7px; color: #efb6c1; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; }
.footer-grid { padding: 64px var(--gutter); display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: clamp(40px,6vw,90px); }
.footer-signature .brand { color: #fff; font: 700 24px/1 var(--serif); }
.footer-signature .brand span { color: #efb6c1; }
.footer-signature p { margin: 18px 0; color: #fff; font-size: 13px; }
.footer-signature small { max-width: 310px; display: block; color: #8e989f; font-size: 10px; line-height: 1.6; }
.footer-grid > div:not(.footer-signature) { display: grid; align-content: start; gap: 14px; }
.footer-grid strong { margin-bottom: 7px; color: #efb6c1; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div > a { color: #c6cdd1; font-size: 12px; }
.footer-grid > div > a:hover { color: #fff; }
.footer-bottom { min-height: 65px; padding: 0 var(--gutter); display: flex; align-items: center; gap: 25px; color: #828d95; border-top: 1px solid var(--line-dark); font-size: 9px; }
.footer-bottom span { margin-right: auto; }
.not-found { max-width: var(--frame); min-height: 620px; margin: auto; padding: 120px var(--gutter); color: #fff; background: var(--ink); }
.not-found > span { color: #efb6c1; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.not-found h1 { max-width: 950px; margin: 26px 0; font: 700 clamp(50px,6vw,90px)/1 var(--sans); letter-spacing: -.06em; }
.not-found p { color: #bdc4ca; font-size: 16px; }
.not-found > div { margin-top: 35px; display: flex; gap: 12px; }

/* Lisibilité : le contenu n'est jamais traité en micro-texte */
.page-grid-three { grid-template-columns: repeat(3,1fr); }
.page-card p, .universe-directory p, .pathway p, .scenario-rail p,
.decision-tile p, .route-board p, .evidence-ledger p, .pitfall-grid p,
.v4-action-plan li p, .contact-brief li p, .procedure-track li p { font-size: 13px; }

@media (max-width: 1180px) {
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 10px; }
  .home-hero { grid-template-columns: 1.1fr .9fr; }
  .hero-copy { padding-right: 44px; padding-left: var(--gutter); }
  .pathway-grid { grid-template-columns: 1fr 1fr; }
  .pathway:first-child { grid-column: 1/-1; }
  .page-grid { grid-template-columns: repeat(2,1fr); }
  .procedure-gates > div, .cost-ledger > div, .delay-clocks > div, .dossier-method > div { grid-template-columns: 1fr 1fr; }
  .procedure-gates article:nth-child(2), .delay-clocks article:nth-child(2) { border-right: 0; }
  .procedure-gates article, .delay-clocks article { border-bottom: 1px solid var(--line); }
  .solution-flow ol { grid-template-columns: repeat(3,1fr); }
  .solution-flow li { border-bottom: 1px solid rgba(255,255,255,.18); }
  .authority-section { grid-template-columns: 1fr 1fr; }
  .authority-source { grid-column: 1/-1; grid-template-columns: 1fr repeat(4,1fr); align-items: center; }
  .authority-source small, .authority-source a { padding: 16px; border-top: 0; border-right: 1px solid var(--line-dark); }
}

@media (max-width: 920px) {
  :root { --gutter: 28px; --section: 80px; }
  .utility-bar span:nth-child(2), .utility-bar span:last-child { display: none; }
  .site-header { height: 74px; }
  .main-nav, .header-cta { display: none; }
  .main-nav.is-open { width: 100%; padding: 12px 28px 24px; display: grid; position: absolute; top: 74px; right: 0; left: 0; gap: 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 40px rgba(23,32,42,.12); }
  .main-nav.is-open a { min-height: 48px; border-bottom: 1px solid var(--line); font-size: 13px; }
  .menu-toggle { display: flex; }
  .home-hero, .page-hero { grid-template-columns: 1fr; }
  .home-hero { min-height: 0; }
  .hero-copy { padding: 75px var(--gutter); }
  .hero-visual { min-height: 500px; }
  .page-hero { padding-bottom: 0; grid-template-rows: auto auto 440px auto; }
  .breadcrumbs { grid-row: 1; }
  .page-hero-copy { grid-row: 2; }
  .page-hero-visual { grid-column: 1; grid-row: 3; margin: 0 calc(var(--gutter) * -1); }
  .essential-answer { grid-column: 1; grid-row: 4; margin: 0 calc(var(--gutter) * -1); }
  .trust-line { grid-template-columns: 1fr 1fr; padding: 0; }
  .trust-line span { min-height: 62px; border-bottom: 1px solid var(--line); }
  .orientation-section, .home-principle, .tool-lead, .tool-page, .sources-section,
  .procedure-file, .cost-questions, .dossier-audit, .tool-contract, .editorial-document { grid-template-columns: 1fr; }
  .home-principle { gap: 38px; }
  .principle-label { min-height: 70px; }
  .section-header { grid-template-columns: 1fr; gap: 25px; }
  .universe-directory { grid-template-columns: 1fr; }
  .decision-section, .change-section { grid-template-columns: 1fr; }
  .change-section { padding-top: 75px; padding-bottom: 75px; }
  .change-mark { width: 150px; height: 150px; }
  .article-intro { grid-template-columns: 1fr; gap: 16px; }
  .article-intro > p { max-width: 720px; }
  .decision-mosaic { grid-template-columns: 1fr; }
  .decision-tile, .decision-tile + .decision-tile, .decision-tile-1 { grid-column: 1; grid-row: auto; min-height: 210px; }
  .scenario-rail, .route-board, .pitfall-grid, .contact-moments > div, .solution-fit > div,
  .cost-scenarios > div, .tool-limits { grid-template-columns: 1fr; }
  .contact-moments article { min-height: 230px; border-right: 0; border-bottom: 1px solid #cec7be; }
  .contact-moments h3 { margin-top: 40px; }
  .solution-flow ol { grid-template-columns: 1fr 1fr; }
  .delay-track > div { grid-template-columns: 1fr 1fr; gap: 35px 0; }
  .delay-track > div::before { display: none; }
  .authority-section { grid-template-columns: 1fr; }
  .authority-source { grid-column: auto; display: grid; grid-template-columns: 1fr 1fr; }
  .authority-source small { grid-column: 1/-1; }
  .footer-manifesto { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .editorial-document aside { position: static; }
}

@media (max-width: 650px) {
  :root { --gutter: 19px; --section: 64px; }
  .utility-bar { height: 31px; }
  .utility-bar > div { gap: 10px; font-size: 8px; }
  .utility-bar a { margin-left: auto; }
  .brand-seal { width: 39px; height: 39px; font-size: 21px; }
  .brand-name { font-size: 20px; }
  .brand-name small { display: none; }
  .hero-copy { padding-top: 58px; padding-bottom: 58px; }
  .hero-copy h1 { font-size: clamp(43px,13vw,61px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { display: grid; }
  .hero-reassurance { grid-template-columns: 1fr; }
  .hero-visual { min-height: 390px; }
  .trust-line { display: none; }
  .orientation-card { padding: 22px 17px; }
  .choice-grid { grid-template-columns: 1fr; }
  .home-principle { grid-template-columns: 1fr; }
  .universe-directory > a { grid-template-columns: 44px 1fr 18px; padding: 18px 15px; }
  .universe-icon { width: 42px; height: 42px; }
  .pathway-grid, .page-grid { grid-template-columns: 1fr; }
  .pathway:first-child { grid-column: auto; }
  .pathway { min-height: 475px; }
  .decision-table { padding: 45px var(--gutter); overflow-x: auto; }
  .decision-table > div { min-width: 620px; }
  .change-section { padding-top: 60px; padding-bottom: 60px; }
  .page-hero { min-height: 0; padding-top: 20px; gap: 22px; }
  .page-hero h1 { font-size: clamp(43px,13vw,61px); }
  .page-hero-visual { min-height: 320px; }
  .essential-answer { grid-template-columns: 1fr; gap: 13px; padding: 24px var(--gutter); }
  .document-nav { overflow-x: auto; justify-content: flex-start; }
  .document-nav a { flex: 0 0 auto; }
  .v4-article > section { padding-top: 62px; padding-bottom: 62px; }
  .article-intro h2 { font-size: 37px; }
  .decision-tile { grid-template-columns: 1fr; }
  .scenario-rail, .route-board, .evidence-ledger, .pitfall-grid { grid-template-columns: 1fr; }
  .v4-action-plan li, .contact-brief li, .procedure-track li { padding-left: 65px; grid-template-columns: 1fr; }
  .v4-practical, .contact-access, .solution-exit, .delay-forces, .tool-rules { grid-template-columns: 1fr; }
  .contact-can-cannot, .solution-flow ol, .procedure-gates > div, .cost-ledger > div,
  .delay-clocks > div, .dossier-method > div, .delay-track > div { grid-template-columns: 1fr; }
  .solution-flow li { min-height: 230px; }
  .solution-flow h3 { margin-top: 50px; }
  .procedure-gates article, .delay-clocks article { min-height: 240px; border-right: 0; }
  .procedure-gates h3, .delay-clocks h3 { margin-top: 48px; }
  .cost-ledger article, .dossier-method article { min-height: 240px; }
  .procedure-file, .cost-questions, .dossier-audit { gap: 42px; }
  .split-tool, .decision-tool { grid-template-columns: 1fr; }
  .decision-tool > p { grid-column: 1; }
  .tool-form-grid { grid-template-columns: 1fr; }
  .timeline-row { grid-template-columns: 30px 1fr; padding: 11px 0; }
  .timeline-row input:last-child { grid-column: 2; }
  .authority-facts { grid-template-columns: 1fr; gap: 18px; }
  .authority-source { grid-template-columns: 1fr; }
  .authority-source small { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { padding: 24px var(--gutter); flex-wrap: wrap; }
  .footer-bottom span { width: 100%; }
  .not-found > div { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
