/* Page « Ressources »
   Système : DM Serif Display + Manrope + Cormorant Garamond
   Palette alignée sur Qui je suis (Séances v3) — ivoire / encre / or / vert sapin
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Manrope:wght@400;500;600;700;800&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap');

:root {
  --b-encre: #0E2540; --b-nuit: #16314F; --b-marine: #1F3F5C; --b-ardoise: #2C4A6B;
  --b-brume: #C8D2DF; --b-pale: #E8EBF0;
  --v-sapin: #26466B; --v-mid: #5A7A9E; --v-pale: #B8CADC; --v-light: #DDE6F1;
  --or: #C9A86C; --or-deep: #A8884B; --or-pale: #E8D7AA;
  --casse: #FBF8F1; --ivoire: #F4ECDC; --ivoire-soft: #FAF4E6; --ivoire-deep: #EBDFC4;
  --gris-1: #E8E5DD; --gris-2: #6B6B6B;
  --noir: #0A0A0A; --blanc: #FFFFFF;
  --f-display: 'DM Serif Display', Georgia, serif;
  --f-sans: 'Manrope', system-ui, sans-serif;
  --f-serif: 'Cormorant Garamond', Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-family: var(--f-sans); color: var(--b-encre); background: var(--ivoire); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }

/* ===== NAV (mêmes règles que Qui je suis) ===== */
.v7__nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; padding: 14px 40px;
  color: var(--b-encre);
  background: rgba(251,248,241,0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--gris-1);
  transition: padding .3s ease, box-shadow .3s ease;
  --prog: 0%;
}
.v7__nav::after {
  content: ""; position: absolute; left: 0; bottom: -1px; height: 2px;
  width: var(--prog); background: var(--or);
  transition: width .12s linear;
}
.v7__nav.is-scrolled { padding: 10px 40px; box-shadow: 0 6px 18px rgba(14,37,64,.06); }
.v7__nav-logo-badge {
  background: #fff; padding: 10px 16px; border-radius: 10px;
  display: inline-flex; align-items: center;
  box-shadow: 0 6px 18px rgba(14,37,64,.12), 0 0 0 1px rgba(217,168,95,.25) inset;
  transition: transform .3s ease, box-shadow .3s ease;
}
.v7__nav-logo-badge:hover { transform: rotate(-2deg) scale(1.05); box-shadow: 0 12px 32px rgba(14,37,64,.28), 0 0 0 1px var(--or) inset; }
.v7__nav-logo img { height: 56px; width: auto; transition: height .3s ease; }
.v7__nav.is-scrolled .v7__nav-logo img { height: 44px; }
.v7__nav-c { display: flex; gap: 26px; justify-content: center; }
.v7__nav-c a { color: inherit; text-decoration: none; font-size: 13px; font-weight: 500; letter-spacing: .04em; padding: 6px 0; position: relative; }
.v7__nav-c a.is-active { color: var(--or-deep); }
.v7__nav-c a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px;
  background: var(--or); transition: right .35s cubic-bezier(.2,.7,.2,1);
}
.v7__nav-c a:hover::after, .v7__nav-c a.is-active::after { right: 0; }
.v7__nav-r { display: flex; justify-content: flex-end; }
.v7__nav-cta {
  background: var(--or); color: var(--b-encre);
  padding: 10px 20px; text-decoration: none;
  font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  border-radius: 999px;
  transition: background .25s, color .25s, transform .25s, box-shadow .25s;
}
.v7__nav-cta:hover { background: var(--b-encre); color: var(--ivoire); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(14,37,64,.25); }

/* ===== HERO ===== */
.res__hero {
  position: relative; background: var(--ivoire); color: var(--b-encre);
  padding: 168px 48px 120px;
  overflow: hidden; isolation: isolate;
}
.res__hero-bg {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  font-family: var(--f-display); font-style: italic;
  color: rgba(168,136,75,.07); letter-spacing: -.04em;
}
.res__hero-bg .word { position: absolute; line-height: .85; white-space: nowrap; }
.res__hero-bg .w1 { font-size: 220px; top: 90px; left: -30px; }
.res__hero-bg .w2 { font-size: 200px; bottom: 60px; right: -20px; color: rgba(38, 70, 107,.08); }
.res__hero::before {
  content: ""; position: absolute; right: -120px; top: 80px;
  width: 320px; height: 320px; border-radius: 50%;
  border: 1px solid rgba(168,136,75,.22); pointer-events: none; z-index: 1;
}
.res__hero::after {
  content: ""; position: absolute; left: 12%; bottom: -90px;
  width: 220px; height: 220px; border-radius: 50%;
  background: rgba(217,168,95,.06); pointer-events: none; z-index: 1;
}

.res__hero-in {
  position: relative; z-index: 2;
  max-width: 1180px; margin: 0 auto;
  text-align: center;
}
.res__hero-crumbs {
  font-family: var(--f-sans); font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase; font-weight: 600; color: var(--gris-2);
  display: inline-flex; gap: 14px; align-items: center; margin-bottom: 28px;
}
.res__hero-crumbs a { color: var(--gris-2); text-decoration: none; transition: color .25s; }
.res__hero-crumbs a:hover { color: var(--or-deep); }
.res__hero-crumbs .cur { color: var(--b-encre); font-weight: 700; }
.res__hero-eb {
  font-family: var(--f-sans); font-size: 12px; font-weight: 700;
  letter-spacing: .26em; text-transform: uppercase; color: var(--or-deep);
  display: inline-flex; align-items: center; gap: 14px; margin-bottom: 22px;
}
.res__hero-eb::before, .res__hero-eb::after { content: ""; width: 36px; height: 1px; background: currentColor; }
.res__hero-pipes {
  font-family: var(--f-display); font-style: italic;
  color: var(--or); font-size: 56px; line-height: 1; letter-spacing: -.04em;
  margin-bottom: 4px;
}
.res__hero h1 {
  font-family: var(--f-display); font-style: italic;
  font-size: clamp(64px, 9vw, 140px);
  line-height: .95; letter-spacing: -0.03em;
  color: var(--b-encre); margin: 0;
  font-weight: 400;
  text-wrap: balance;
}
.res__hero h1 .et {
  font-family: var(--f-serif); font-style: italic; color: var(--or);
  font-weight: 400; letter-spacing: -.02em;
}
.res__hero h1 .dot { color: var(--or); }
.res__hero-sub {
  font-family: var(--f-serif); font-style: italic;
  font-size: clamp(20px, 2vw, 26px); line-height: 1.4;
  color: var(--gris-2); margin: 32px auto 0;
  max-width: 60ch; font-weight: 400; text-wrap: balance;
}

.res__hero-rule {
  display: block; width: 64px; height: 1px;
  background: var(--or); margin: 56px auto 0; border: 0;
}

/* ===== Section header générique ===== */
.res__sec-h { text-align: center; max-width: 760px; margin: 0 auto 64px; padding: 0 32px; }
.res__sec-h .eb {
  font-family: var(--f-sans); font-size: 12px; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase; color: var(--or-deep);
  display: inline-flex; align-items: center; gap: 14px;
}
.res__sec-h.on-dark .eb { color: var(--or); }
.res__sec-h .eb::before, .res__sec-h .eb::after { content: ""; width: 32px; height: 1px; background: currentColor; }
.res__sec-h h2 {
  font-family: var(--f-display); font-style: italic;
  font-size: clamp(44px, 5.6vw, 72px); line-height: .98; color: var(--b-encre);
  margin: 18px 0 0; font-weight: 400; letter-spacing: -0.02em; text-wrap: balance;
}
.res__sec-h.on-dark h2 { color: var(--ivoire); }
.res__sec-h p {
  font-family: var(--f-serif); font-style: italic;
  font-size: 22px; color: var(--gris-2); line-height: 1.4;
  margin: 22px auto 0; max-width: 60ch;
}
.res__sec-h.on-dark p { color: var(--or-pale); }

/* ===== I — OUTILS MOBILISÉS EN SÉANCE ===== */
.res__outils {
  background: var(--ivoire-deep);
  padding: 144px 48px 120px;
  position: relative;
}
.res__outils-in { max-width: 1240px; margin: 0 auto; }

.res__outils-intro {
  max-width: 760px; margin: 0 auto 72px;
  font-family: var(--f-sans); font-size: 17px; line-height: 1.75;
  color: var(--b-encre); text-align: center; text-wrap: pretty;
}

.res__outils-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 0;
  background: var(--blanc);
  border-top: 4px solid var(--or);
  box-shadow: 0 24px 60px rgba(14,37,64,.10);
}
.ocard {
  padding: 44px 44px 40px;
  border-right: 1px solid var(--gris-1);
  border-bottom: 1px solid var(--gris-1);
  display: flex; flex-direction: column; gap: 14px;
  position: relative;
  transition: background .3s ease;
}
.ocard:nth-child(2n) { border-right: 0; }
.ocard:nth-last-child(-n+2) { border-bottom: 0; }
.ocard:hover { background: var(--ivoire-soft); }
.ocard .num {
  font-family: var(--f-display); font-style: italic;
  font-size: 14px; letter-spacing: .04em; color: var(--or-deep);
  font-weight: 400;
}
.ocard .num span {
  display: inline-block; width: 28px; height: 1px;
  background: var(--or); vertical-align: middle;
  margin-right: 12px; transform: translateY(-2px);
}
.ocard h3 {
  font-family: var(--f-display); font-style: italic;
  font-size: 32px; line-height: 1.1; color: var(--b-encre);
  margin: 4px 0 8px; font-weight: 400; letter-spacing: -.01em;
}
.ocard p {
  font-family: var(--f-sans); font-size: 15px; line-height: 1.75;
  color: var(--b-encre); margin: 0; text-wrap: pretty;
  max-width: 50ch;
}
.ocard p em {
  font-family: var(--f-serif); font-style: italic; color: var(--or-deep);
  font-size: 16px;
}

.res__outils-cloture {
  margin-top: 56px;
  text-align: center;
  font-family: var(--f-serif); font-style: italic;
  font-size: 20px; line-height: 1.5; color: var(--gris-2);
  max-width: 64ch; margin-left: auto; margin-right: auto;
  padding: 32px 0 0;
  border-top: 1px solid rgba(168,136,75,.3);
}
.res__outils-cloture b { color: var(--b-encre); font-style: italic; font-weight: 400; }

/* Bridge entre les 4 cadres cliniques (01-04) et les 4 grilles sociologiques (05-08).
   Mise en page : centre, italique, filet doré au-dessus et en-dessous, espacement aere. */
.res__outils-bridge {
  margin: 64px auto;
  padding: 40px 32px;
  text-align: center;
  font-family: var(--f-serif); font-style: italic;
  font-size: 21px; line-height: 1.55; color: var(--b-encre);
  max-width: 60ch;
  border-top: 1px solid rgba(168,136,75,.3);
  border-bottom: 1px solid rgba(168,136,75,.3);
  position: relative;
}
.res__outils-bridge::before {
  content: "—";
  display: block;
  font-family: var(--f-display); font-style: italic;
  font-size: 22px; color: var(--or);
  margin-bottom: 16px;
}

/* ===== II — BIBLIOTHÈQUE ===== */
.res__biblio {
  background: var(--ivoire);
  padding: 144px 48px 120px;
}
.res__biblio-in { max-width: 1240px; margin: 0 auto; }
.res__biblio-intro {
  max-width: 720px; margin: 0 auto 56px;
  font-family: var(--f-sans); font-size: 17px; line-height: 1.75;
  color: var(--b-encre); text-align: center; text-wrap: pretty;
}

/* ancres / chips */
.res__biblio-tabs {
  position: sticky; top: 80px; z-index: 20;
  margin: 0 -48px 48px;
  padding: 18px 48px;
  background: rgba(244,236,220,.92);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--gris-1);
  border-bottom: 1px solid var(--gris-1);
}
.res__biblio-tabs-in {
  max-width: 1240px; margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
  justify-content: center;
}
.res__biblio-tabs .lbl {
  font-family: var(--f-sans); font-size: 10px; letter-spacing: .22em;
  text-transform: uppercase; font-weight: 700; color: var(--or-deep);
  margin-right: 6px;
}
.res__biblio-tabs .chip {
  background: transparent; border: 1px solid rgba(168,136,75,.45);
  color: var(--b-encre);
  padding: 8px 14px;
  font-family: var(--f-sans); font-size: 12.5px; font-weight: 500;
  letter-spacing: .01em;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background .25s, color .25s, border-color .25s, transform .2s;
}
.res__biblio-tabs .chip .n {
  font-family: var(--f-display); font-style: italic;
  color: var(--or-deep); font-weight: 400; font-size: 13px;
}
.res__biblio-tabs .chip:hover { border-color: var(--or-deep); transform: translateY(-1px); }
.res__biblio-tabs .chip.is-active {
  background: var(--b-encre); color: var(--ivoire); border-color: var(--b-encre);
}
.res__biblio-tabs .chip.is-active .n { color: var(--or); }
.res__biblio-tabs .chip .ct {
  font-family: var(--f-sans); font-size: 10px; letter-spacing: .04em;
  color: var(--gris-2);
}
.res__biblio-tabs .chip.is-active .ct { color: var(--or-pale); }

/* warning bandeau (thématique 6) - placé en tête de la thématique */
.res__biblio-warn {
  margin: 0 0 28px;
  padding: 22px 28px;
  background: var(--ivoire-soft);
  border-left: 4px solid var(--or);
  border-radius: 0;
  font-family: var(--f-serif); font-style: italic;
  font-size: 17px; line-height: 1.5; color: var(--b-encre);
  text-wrap: pretty;
  max-width: 760px;
}
.res__biblio-warn b {
  display: block;
  font-family: var(--f-sans); font-style: normal; font-weight: 700;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--or-deep); margin-bottom: 8px;
}

/* en-tête de thématique */
.res__theme-h {
  display: flex; align-items: baseline; gap: 24px;
  margin-bottom: 36px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(168,136,75,.3);
}
.res__theme-h .num {
  font-family: var(--f-display); font-style: italic;
  font-size: 56px; line-height: 1; color: var(--or);
  letter-spacing: -.03em;
}
.res__theme-h .ttl {
  font-family: var(--f-display); font-style: italic;
  font-size: clamp(34px, 4vw, 52px); line-height: 1.05;
  color: var(--b-encre); font-weight: 400; letter-spacing: -.01em;
  margin: 0;
}
.res__theme-h .ct {
  margin-left: auto;
  font-family: var(--f-sans); font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase; font-weight: 600; color: var(--gris-2);
  align-self: center;
}

/* grille des œuvres */
.res__works {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.work {
  display: grid; grid-template-columns: 76px 1fr; gap: 18px;
  padding: 18px 18px 18px 18px;
  background: var(--blanc);
  border: 1px solid var(--gris-1);
  transition: box-shadow .3s ease, transform .3s ease, border-color .3s ease;
}
.work:hover {
  border-color: rgba(168,136,75,.55);
  box-shadow: 0 14px 36px rgba(14,37,64,.08);
  transform: translateY(-2px);
}

/* placeholder cover */
.work .cover {
  position: relative;
  aspect-ratio: 2/3;
  display: flex; align-items: center; justify-content: center;
  background: var(--ivoire-deep);
  overflow: hidden;
}
.work .cover.f-film    { background: linear-gradient(170deg, #1F3F5C 0%, #0E2540 100%); color: var(--or-pale); }
.work .cover.f-roman   { background: linear-gradient(170deg, #EBDFC4 0%, #C9A86C 100%); color: var(--b-encre); }
.work .cover.f-bd      { background: linear-gradient(170deg, #26466B 0%, #16314F 100%); color: var(--or-pale); }
.work .cover.f-podcast { background: linear-gradient(170deg, #A8884B 0%, #6B5028 100%); color: var(--ivoire); }
.work .cover.f-serie   { background: linear-gradient(170deg, #2C4A6B 0%, #15304F 100%); color: var(--or-pale); }

.work .cover .glyph {
  font-family: var(--f-display); font-style: italic;
  font-size: 30px; line-height: 1;
}
.work .cover .fmt {
  position: absolute; left: 6px; bottom: 6px;
  font-family: var(--f-sans); font-size: 8px; letter-spacing: .18em;
  text-transform: uppercase; font-weight: 700;
  padding: 3px 6px; background: rgba(255,255,255,.85); color: var(--b-encre);
  border-radius: 2px;
  z-index: 2;
}
.work .cover.f-roman .fmt { background: rgba(14,37,64,.85); color: var(--ivoire); }

/* Quand une vraie couverture est presente, elle remplace le placeholder gradient */
.work .cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 1;
  transition: transform .4s ease;
}
.work:hover .cover img {
  transform: scale(1.03);
}
/* Quand il y a une img, on cache le glyph pour ne laisser que la vraie couverture + badge format */
.work .cover.has-cover .glyph { display: none; }

.work .meta {
  display: flex; flex-direction: column; gap: 4px;
  padding-top: 4px;
}
.work .meta .ttl {
  font-family: var(--f-display); font-style: italic;
  font-size: 18px; line-height: 1.15;
  color: var(--b-encre); font-weight: 400; letter-spacing: -.005em;
  text-wrap: balance;
}
.work .meta .auth {
  font-family: var(--f-sans); font-size: 12.5px; line-height: 1.4;
  color: var(--gris-2); font-weight: 500;
}
.work .meta .note {
  margin-top: 6px;
  font-family: var(--f-serif); font-style: italic;
  font-size: 14px; line-height: 1.4;
  color: var(--b-encre); text-wrap: pretty;
}

/* enchaînement entre thèmes */
.theme {
  scroll-margin-top: 160px;
  margin-bottom: 96px;
}
.theme:last-of-type { margin-bottom: 0; }

/* ===== III — PODCASTS ===== */
.res__pod {
  background: var(--b-encre); color: var(--ivoire);
  padding: 144px 48px 120px;
  position: relative; overflow: hidden;
}
.res__pod::before {
  content: ""; position: absolute; left: -180px; top: 200px;
  width: 380px; height: 380px; border-radius: 50%;
  border: 1px solid rgba(217,168,95,.16); pointer-events: none;
}
.res__pod::after {
  content: ""; position: absolute; right: -120px; bottom: 120px;
  width: 280px; height: 280px; border-radius: 50%;
  border: 1px solid rgba(217,168,95,.10); pointer-events: none;
}
.res__pod-in { max-width: 1180px; margin: 0 auto; position: relative; z-index: 1; }

.res__pod-blocs {
  display: grid; grid-template-columns: 1fr 1.6fr; gap: 56px;
  align-items: start;
}

.pbloc h3 {
  font-family: var(--f-display); font-style: italic;
  font-size: 30px; line-height: 1.1; color: var(--ivoire);
  margin: 0 0 12px; font-weight: 400; letter-spacing: -.01em;
}
.pbloc .pintro {
  font-family: var(--f-serif); font-style: italic;
  font-size: 16px; line-height: 1.45; color: var(--or-pale);
  margin: 0 0 28px; max-width: 50ch;
}
.pbloc .pintro a { color: var(--or); border-bottom: 1px solid var(--or-deep); text-decoration: none; }
.pbloc .pintro a:hover { color: var(--or-pale); border-bottom-color: var(--or-pale); }

.plist { display: flex; flex-direction: column; gap: 0; }
.pitem {
  display: grid; grid-template-columns: 36px 1fr; gap: 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(217,168,95,.18);
  align-items: baseline;
}
.pitem:first-child { border-top: 1px solid rgba(217,168,95,.45); }
.pitem .n {
  font-family: var(--f-display); font-style: italic;
  color: var(--or); font-size: 18px; font-weight: 400;
  letter-spacing: -.01em;
}
.pitem .ttl {
  font-family: var(--f-display); font-style: italic;
  font-size: 21px; line-height: 1.2; color: var(--ivoire);
  font-weight: 400; letter-spacing: -.005em; display: block;
}
.pitem .producer {
  font-family: var(--f-sans); font-size: 12px; letter-spacing: .04em;
  color: var(--or-pale); margin-top: 4px;
  text-transform: uppercase; font-weight: 600;
}
.pitem .desc {
  font-family: var(--f-sans); font-size: 14px; line-height: 1.55;
  color: var(--b-pale); margin-top: 8px; max-width: 56ch;
}

/* Sous-liste d'épisodes par podcast (interventions Rebecca) */
.pitem .peps {
  list-style: none;
  padding: 10px 0 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pitem .peps li {
  padding: 0;
}
.pitem .peps a {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font-family: var(--f-sans);
  font-size: 14.5px;
  line-height: 1.45;
  color: var(--ivoire);
  text-decoration: none;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: color .25s, border-color .25s, gap .25s;
}
.pitem .peps a em {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 1.02em;
}
.pitem .peps a .arrow {
  color: var(--or);
  font-size: 13px;
  transition: transform .25s;
  margin-left: 2px;
}
.pitem .peps a:hover {
  color: var(--or-pale);
  gap: 14px;
}
.pitem .peps a:hover .arrow {
  color: var(--or-pale);
  transform: translateX(2px);
}

/* mini-block "intervention" mis en valeur */
.pbloc.pbloc--featured {
  background: rgba(217,168,95,.05);
  border-left: 3px solid var(--or);
  padding: 28px 28px 24px;
}
.pbloc.pbloc--featured h3 { color: var(--or-pale); }
.pbloc.pbloc--featured .pitem { border-color: rgba(217,168,95,.25); }

/* ===== IV — ENCART LIVRE ===== */
.res__livre {
  background: var(--ivoire);
  padding: 144px 48px 120px;
  position: relative;
}
.res__livre::before {
  content: ""; position: absolute; right: -120px; top: 80px;
  width: 320px; height: 320px; border-radius: 50%;
  border: 1px solid rgba(168,136,75,.15); pointer-events: none;
}
.res__livre-in {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px;
  align-items: center; position: relative;
}

/* couverture mockée */
.res__livre-cover {
  position: relative;
  aspect-ratio: 2/3;
  background: linear-gradient(170deg, var(--ivoire-deep) 0%, var(--or) 100%);
  box-shadow: 0 28px 64px rgba(14,37,64,.18), 0 0 0 1px rgba(168,136,75,.4) inset;
  padding: 36px 32px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.res__livre-cover::after {
  content: ""; position: absolute; left: 16px; top: 16px;
  right: 16px; bottom: 16px; border: 1px solid rgba(14,37,64,.3);
  pointer-events: none;
}
.res__livre-cover .pp {
  font-family: var(--f-display); font-style: italic;
  font-size: 36px; line-height: 1; color: var(--b-encre); letter-spacing: -.04em;
}
.res__livre-cover .ttl {
  font-family: var(--f-display); font-style: italic;
  font-size: clamp(28px, 3vw, 40px); line-height: 1.05;
  color: var(--b-encre); font-weight: 400; letter-spacing: -.02em;
  text-wrap: balance;
}
.res__livre-cover .sub {
  font-family: var(--f-serif); font-style: italic;
  font-size: 16px; line-height: 1.3; color: var(--b-encre); opacity: .8;
  margin-top: 8px;
}
.res__livre-cover .auth {
  font-family: var(--f-sans); font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase; font-weight: 700; color: var(--b-encre);
}
.res__livre-cover .badge {
  position: absolute; right: -18px; top: 24px;
  background: var(--b-encre); color: var(--or);
  padding: 8px 14px;
  font-family: var(--f-sans); font-size: 10px; letter-spacing: .22em;
  text-transform: uppercase; font-weight: 700;
  box-shadow: 0 12px 28px rgba(14,37,64,.22);
}

.res__livre-content { padding-left: 8px; }
.res__livre-content .eb {
  font-family: var(--f-sans); font-size: 12px; font-weight: 700;
  letter-spacing: .26em; text-transform: uppercase; color: var(--or-deep);
  display: inline-flex; align-items: center; gap: 14px; margin-bottom: 18px;
}
.res__livre-content .eb::before { content: ""; width: 36px; height: 1px; background: currentColor; }
.res__livre-content h2 {
  font-family: var(--f-display); font-style: italic;
  font-size: clamp(40px, 4.6vw, 60px); line-height: 1; color: var(--b-encre);
  margin: 0 0 16px; font-weight: 400; letter-spacing: -.02em; text-wrap: balance;
}
.res__livre-content .pitch {
  font-family: var(--f-serif); font-style: italic;
  font-size: 22px; line-height: 1.4; color: var(--b-encre);
  margin: 0 0 20px; max-width: 54ch; text-wrap: balance;
  padding-left: 18px; border-left: 3px solid var(--or);
}
.res__livre-content p {
  font-family: var(--f-sans); font-size: 15.5px; line-height: 1.75;
  color: var(--b-encre); margin: 0 0 24px; max-width: 60ch; text-wrap: pretty;
}
.res__livre-content p em { font-family: var(--f-serif); font-style: italic; color: var(--or-deep); font-size: 17px; }
.res__livre-content p strong { font-weight: 700; }

/* capture email */
.res__capture {
  margin-top: 12px;
  background: var(--blanc);
  padding: 24px 24px 22px;
  border-top: 3px solid var(--or);
  box-shadow: 0 12px 32px rgba(14,37,64,.06);
  max-width: 560px;
}
.res__capture .lab {
  font-family: var(--f-sans); font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase; font-weight: 700; color: var(--or-deep);
  margin-bottom: 12px;
}
.res__capture .row {
  display: grid; grid-template-columns: 1fr auto; gap: 0;
  border: 1px solid rgba(168,136,75,.4);
}
.res__capture input {
  border: 0; padding: 12px 16px;
  font-family: var(--f-sans); font-size: 14px; color: var(--b-encre);
  background: transparent;
  outline: none;
}
.res__capture input::placeholder { color: var(--gris-2); }
.res__capture input:focus { background: var(--ivoire-soft); }
.res__capture button {
  border: 0; cursor: pointer;
  background: var(--or); color: var(--b-encre);
  padding: 12px 20px;
  font-family: var(--f-sans); font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; font-weight: 700;
  transition: background .25s, color .25s;
}
.res__capture button:hover { background: var(--b-encre); color: var(--or); }
.res__capture .fine {
  margin-top: 12px;
  font-family: var(--f-sans); font-size: 12px; line-height: 1.4;
  color: var(--gris-2);
}

/* ===== V — CTA ===== */
.res__cta {
  position: relative; overflow: hidden;
  background: var(--v-sapin); color: var(--ivoire);
  padding: 132px 48px 124px;
  text-align: center;
}
.res__cta-orb {
  position: absolute; left: 50%; top: 50%;
  width: 720px; height: 720px;
  border-radius: 50%;
  border: 1px solid rgba(217,168,95,.20);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.res__cta-orb::before {
  content: ""; position: absolute; left: 50%; top: 50%;
  width: 480px; height: 480px;
  border-radius: 50%;
  border: 1px solid rgba(217,168,95,.12);
  transform: translate(-50%, -50%);
}
.res__cta-in { max-width: 760px; margin: 0 auto; position: relative; z-index: 1; }
.res__cta-pp {
  font-family: var(--f-display); font-style: italic;
  color: var(--or); font-size: 56px; line-height: 1; letter-spacing: -.04em;
  margin-bottom: 4px;
}
.res__cta-eb {
  font-family: var(--f-sans); font-size: 12px; font-weight: 700;
  letter-spacing: .26em; text-transform: uppercase; color: var(--or);
  display: inline-flex; gap: 14px; align-items: center; margin-bottom: 22px;
}
.res__cta-eb::before, .res__cta-eb::after { content: ""; width: 32px; height: 1px; background: currentColor; }
.res__cta h2 {
  font-family: var(--f-display); font-style: italic;
  font-size: clamp(48px, 6vw, 84px); line-height: 1; color: var(--ivoire);
  margin: 0; font-weight: 400; letter-spacing: -.02em; text-wrap: balance;
}
.res__cta-lede {
  font-family: var(--f-serif); font-style: italic;
  font-size: 21px; line-height: 1.45; color: var(--or-pale);
  margin: 28px auto 36px; max-width: 60ch; text-wrap: pretty;
}
.res__cta-row {
  display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center;
}
.res__btn-primary, .res__btn-secondary {
  text-decoration: none; font-family: var(--f-sans);
  font-size: 12px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase;
  padding: 16px 28px;
  display: inline-flex; align-items: center; gap: 12px;
  transition: transform .25s, background .25s, color .25s, box-shadow .25s, border-color .25s;
}
.res__btn-primary {
  background: var(--or); color: var(--b-encre);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(14,37,64,.25);
}
.res__btn-primary:hover {
  background: var(--ivoire); color: var(--b-encre);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(14,37,64,.35);
}
.res__btn-primary .arr { transition: transform .25s; }
.res__btn-primary:hover .arr { transform: translateX(4px); }
.res__btn-secondary {
  color: var(--ivoire);
  border: 1px solid rgba(244,236,220,.55);
  border-radius: 999px;
}
.res__btn-secondary:hover { border-color: var(--or); color: var(--or); }

/* ===== MENTIONS ===== */
.res__mentions { background: var(--ivoire); padding: 80px 48px 88px; }
.res__mentions-in { max-width: 760px; margin: 0 auto; text-align: center; }
.res__mentions h3 {
  font-family: var(--f-sans); font-size: 11px; font-weight: 700;
  letter-spacing: .26em; text-transform: uppercase; color: var(--or-deep);
  margin: 0 0 16px;
}
.res__mentions p {
  font-family: var(--f-serif); font-style: italic;
  font-size: 15px; line-height: 1.55; color: var(--gris-2);
  margin: 0; text-wrap: pretty;
}

/* ===== FOOTER ===== */
.res__foot {
  background: var(--b-encre); color: var(--ivoire);
  padding: 80px 48px 32px;
}
.res__foot-in {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px;
}
.res__foot-logo {
  background: #fff; padding: 10px 16px; border-radius: 10px;
  display: inline-flex; align-items: center;
  box-shadow: 0 8px 22px rgba(0,0,0,.25);
}
.res__foot-logo img { height: 56px; }
.res__foot-tag {
  margin: 18px 0 0;
  font-family: var(--f-display); font-style: italic;
  font-size: 22px; line-height: 1.2; color: var(--ivoire);
  letter-spacing: -.01em;
}
.res__foot-in h4 {
  font-family: var(--f-sans); font-size: 11px; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase; color: var(--or);
  margin: 0 0 14px;
}
.res__foot-in p, .res__foot-in a {
  margin: 0 0 8px; display: block;
  font-family: var(--f-sans); font-size: 14px; line-height: 1.5;
  color: var(--b-pale); text-decoration: none;
  transition: color .25s;
}
.res__foot-in a:hover { color: var(--or); }
.res__foot-bottom {
  max-width: 1180px; margin: 56px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-family: var(--f-sans); font-size: 12px; color: var(--gris-2);
  letter-spacing: .04em;
}

/* ===== Reveal ===== */
.res-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.res-reveal.is-in { opacity: 1; transform: none; }

/* ===== Responsive ===== */
@media (max-width: 1080px) {
  .res__works { grid-template-columns: repeat(2, 1fr); }
  .res__pod-blocs { grid-template-columns: 1fr; gap: 40px; }
  .res__livre-in { grid-template-columns: 1fr; gap: 48px; }
  .res__livre-content { padding-left: 0; }
}
@media (max-width: 760px) {
  .v7__nav { grid-template-columns: 1fr auto; padding: 12px 20px; }
  .v7__nav-c { display: none; }
  .res__hero { padding: 130px 24px 80px; }
  .res__outils, .res__biblio, .res__pod, .res__livre, .res__cta { padding-left: 24px; padding-right: 24px; }
  .res__outils-grid { grid-template-columns: 1fr; }
  .ocard { border-right: 0; }
  .ocard:nth-last-child(-n+2) { border-bottom: 1px solid var(--gris-1); }
  .ocard:last-child { border-bottom: 0; }
  .res__works { grid-template-columns: 1fr; }
  .res__biblio-tabs { margin: 0 -24px 32px; padding: 14px 20px; }
  .res__theme-h { flex-wrap: wrap; gap: 12px; }
  .res__theme-h .ttl { font-size: 30px; }
  .res__foot-in { grid-template-columns: 1fr 1fr; }
}
