/*
Theme Name: Le Pas de Côté
Theme URI: https://lepasdecote.net/
Author: Le Pas de Côté
Description: Thème éditorial sur mesure pour Le Pas de Côté — TSA, TDAH, vie adulte, recherche et réflexion. Léger, accessible et conçu pour une architecture Hub & Spoke.
Version: 0.8.2
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: le-pas-de-cote
*/

:root {
  --lpdc-cream: #F3EBDD;
  --lpdc-cream-2: #FBF7F0;
  --lpdc-petrol: #173F43;
  --lpdc-petrol-2: #0F3034;
  --lpdc-terracotta: #C66F4E;
  --lpdc-sage: #9EAD98;
  --lpdc-ink: #152022;
  --lpdc-muted: #5C6869;
  --lpdc-line: rgba(23, 63, 67, .16);
  --lpdc-shadow: 0 18px 55px rgba(22, 34, 35, .08);
  --lpdc-radius: 22px;
  --lpdc-radius-sm: 14px;
  --lpdc-content: 760px;
  --lpdc-wide: 1180px;
  --lpdc-font-sans: "Aptos", "Segoe UI Variable", "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --lpdc-font-display: "Aptos Display", "Segoe UI Variable Display", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--lpdc-cream-2);
  color: var(--lpdc-ink);
  font-family: var(--lpdc-font-sans);
  font-size: 18px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--lpdc-petrol); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--lpdc-terracotta); }
button, input, textarea, select { font: inherit; }
button, .button, input[type="submit"] { cursor: pointer; }

::selection { background: var(--lpdc-sage); color: var(--lpdc-ink); }

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 9999;
  transform: translateY(-180%);
  background: var(--lpdc-petrol-2);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
}
.skip-link:focus { transform: none; }

.lpdc-shell { width: min(calc(100% - 40px), var(--lpdc-wide)); margin-inline: auto; }
.lpdc-reading { width: min(calc(100% - 40px), var(--lpdc-content)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: color-mix(in srgb, var(--lpdc-cream-2) 94%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--lpdc-line);
}
.admin-bar .site-header { top: 32px; }
.site-header__inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}
.site-branding { display: flex; align-items: center; gap: 14px; min-width: 0; }
.custom-logo-link { display: inline-flex; }
.custom-logo { max-height: 48px; width: auto; }
.site-title {
  margin: 0;
  font: 800 clamp(1.08rem, 1.7vw, 1.34rem)/1 var(--lpdc-font-display);
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.site-title a { text-decoration: none; color: var(--lpdc-petrol-2); }
.site-description { margin: 3px 0 0; font-size: .72rem; color: var(--lpdc-muted); letter-spacing: .04em; }

.primary-navigation { justify-self: end; }
.primary-navigation ul { list-style: none; display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; }
.primary-navigation a {
  display: block;
  padding: 9px 11px;
  color: var(--lpdc-ink);
  text-decoration: none;
  font-size: .84rem;
  font-weight: 650;
  border-radius: 10px;
}
.primary-navigation a:hover, .primary-navigation .current-menu-item > a, .primary-navigation .current-menu-ancestor > a {
  background: var(--lpdc-cream);
  color: var(--lpdc-petrol);
}
.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 9px;
  border-radius: 10px;
  color: var(--lpdc-petrol);
}
.nav-toggle svg { display: block; }

.reading-progress {
  position: absolute;
  left: 0; bottom: -1px;
  height: 2px;
  width: 0;
  background: var(--lpdc-terracotta);
  transition: width .08s linear;
}

.site-main { min-height: 60vh; }

/* Homepage */
.home-hero--v2 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 18%, rgba(198,111,78,.18) 0 1px, transparent 2px),
    linear-gradient(135deg, var(--lpdc-petrol-2), #12383c 62%, #17464a);
  background-size: 22px 22px, auto;
  color: var(--lpdc-cream-2);
  padding: clamp(66px, 8vw, 104px) 0 clamp(58px, 7vw, 92px);
}
.home-hero--v2::before {
  content:"";
  position:absolute;
  inset:auto -140px -250px auto;
  width:560px;
  height:560px;
  border:1px solid rgba(243,235,221,.16);
  border-radius:50%;
  box-shadow: 0 0 0 72px rgba(243,235,221,.025), 0 0 0 144px rgba(243,235,221,.018);
}
.home-hero-v2__grid {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);
  gap:clamp(48px,7vw,96px);
  align-items:center;
}
.home-hero-v2__copy { max-width:780px; }
.eyebrow {
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 22px;
  color:#c6d0c0;
  font-size:.72rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.14em;
}
.eyebrow::before { content:""; width:26px; height:2px; background:var(--lpdc-terracotta); }
.home-hero-v2__copy h1 {
  max-width:760px;
  margin:0;
  font:820 clamp(2.55rem,5.5vw,5.15rem)/.98 var(--lpdc-font-display);
  letter-spacing:-.062em;
  text-wrap:balance;
}
.home-hero-v2__lead {
  max-width:710px;
  margin:26px 0 0;
  color:rgba(251,247,240,.79);
  font-size:clamp(1.02rem,1.35vw,1.18rem);
  line-height:1.65;
}
.home-hero-v2__actions { display:flex; align-items:center; flex-wrap:wrap; gap:18px 24px; margin-top:34px; }
.lpdc-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:11px 18px;
  border-radius:999px;
  font-size:.82rem;
  font-weight:800;
  text-decoration:none;
  transition:transform .2s ease, background .2s ease;
}
.lpdc-button:hover { transform:translateY(-1px); }
.lpdc-button--light { background:var(--lpdc-cream-2); color:var(--lpdc-petrol-2); }
.lpdc-button--light:hover { background:var(--lpdc-cream); color:var(--lpdc-petrol-2); }
.lpdc-text-link { color:var(--lpdc-cream-2); text-decoration:none; font-size:.83rem; font-weight:750; }
.lpdc-text-link:hover { color:#fff; }
.home-orientation {
  border:1px solid rgba(251,247,240,.19);
  border-radius:24px;
  background:rgba(251,247,240,.065);
  backdrop-filter:blur(10px);
  overflow:hidden;
  box-shadow:0 24px 72px rgba(0,0,0,.14);
}
.home-orientation__topline {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:17px 20px;
  border-bottom:1px solid rgba(251,247,240,.15);
  color:#dce3d9;
  font-size:.72rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.11em;
}
.home-orientation > a {
  display:grid;
  grid-template-columns:32px 1fr;
  gap:4px 12px;
  padding:17px 20px;
  border-bottom:1px solid rgba(251,247,240,.11);
  color:var(--lpdc-cream-2);
  text-decoration:none;
  transition:background .2s ease;
}
.home-orientation > a:last-child { border-bottom:0; }
.home-orientation > a:hover { background:rgba(251,247,240,.08); color:#fff; }
.home-orientation > a > span { grid-row:1 / span 2; color:var(--lpdc-terracotta); font-size:.72rem; font-weight:850; padding-top:3px; }
.home-orientation strong { font-size:.92rem; line-height:1.25; }
.home-orientation small { color:rgba(251,247,240,.63); font-size:.72rem; line-height:1.45; }

.trust-ribbon { background:var(--lpdc-cream); border-bottom:1px solid var(--lpdc-line); }
.trust-ribbon__inner { min-height:58px; display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:10px 28px; }
.trust-ribbon span { position:relative; color:#344244; font-size:.72rem; font-weight:700; }
.trust-ribbon span + span::before { content:""; position:absolute; left:-15px; top:50%; width:4px; height:4px; border-radius:50%; background:var(--lpdc-terracotta); transform:translateY(-50%); }

.section { padding:clamp(68px,8vw,108px) 0; }
.section--cream { background:var(--lpdc-cream); }
.section--petrol { background:var(--lpdc-petrol); color:var(--lpdc-cream-2); }
.section--sage { background:color-mix(in srgb, var(--lpdc-sage) 45%, var(--lpdc-cream-2)); }
.section-kicker { margin:0; color:var(--lpdc-terracotta); font-size:.7rem; font-weight:850; text-transform:uppercase; letter-spacing:.14em; }
.home-section-heading { max-width:860px; margin-bottom:38px; }
.home-section-heading h2,
.home-method__intro h2,
.reflection-section__copy h2,
.faq-section__heading h2,
.myth-section h2 {
  margin:9px 0 0;
  font:790 clamp(2rem,4vw,3.55rem)/1.03 var(--lpdc-font-display);
  letter-spacing:-.052em;
  text-wrap:balance;
}
.home-section-heading > p:last-child,
.home-section-heading--split > p,
.home-method__intro > p:last-child,
.reflection-section__copy > p:last-of-type,
.faq-section__heading > p:last-child,
.myth-section__grid > div:first-child > p:last-child {
  color:var(--lpdc-muted);
  font-size:.96rem;
  line-height:1.65;
}
.home-section-heading--split {
  max-width:none;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(300px,.65fr);
  gap:clamp(34px,7vw,90px);
  align-items:end;
}
.home-section-heading--split > p { margin:0; }
.home-section-heading--light { color:var(--lpdc-cream-2); }
.home-section-heading--light > p:last-child { color:rgba(251,247,240,.72); max-width:760px; }

.question-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); border-top:1px solid var(--lpdc-line); border-left:1px solid var(--lpdc-line); }
.question-grid a {
  min-height:155px;
  display:grid;
  grid-template-columns:32px 1fr;
  gap:16px;
  align-content:start;
  padding:24px;
  border-right:1px solid var(--lpdc-line);
  border-bottom:1px solid var(--lpdc-line);
  color:var(--lpdc-ink);
  text-decoration:none;
  background:rgba(255,255,255,.28);
  transition:background .2s ease, transform .2s ease;
}
.question-grid a:hover { background:#fff; color:var(--lpdc-ink); }
.question-grid__mark { width:28px; height:28px; display:grid; place-items:center; border-radius:50%; background:var(--lpdc-petrol); color:#fff; font-size:.8rem; font-weight:850; }
.question-grid a > span:last-child { font:720 1rem/1.42 var(--lpdc-font-display); letter-spacing:-.018em; }

.path-list { border-top:1px solid rgba(23,63,67,.22); }
.path-row {
  display:grid;
  grid-template-columns:70px minmax(170px,.7fr) minmax(280px,1.5fr) 34px;
  gap:20px;
  align-items:center;
  min-height:128px;
  padding:22px 18px;
  border-bottom:1px solid rgba(23,63,67,.22);
  color:var(--lpdc-ink);
  text-decoration:none;
  transition:padding-left .2s ease, background .2s ease;
}
.path-row:hover { padding-left:26px; color:var(--lpdc-ink); }
.path-row__number { font-size:.68rem; font-weight:850; letter-spacing:.08em; }
.path-row__title { font:760 clamp(1.4rem,2.4vw,2rem)/1 var(--lpdc-font-display); letter-spacing:-.035em; }
.path-row__text { color:#455355; font-size:.86rem; line-height:1.55; }
.path-row__arrow { justify-self:end; width:32px; height:32px; display:grid; place-items:center; border:1px solid currentColor; border-radius:50%; }
.path-row--petrol:hover { background:rgba(23,63,67,.07); }
.path-row--sage:hover { background:rgba(158,173,152,.18); }
.path-row--terracotta:hover { background:rgba(198,111,78,.12); }
.path-row--ink:hover { background:rgba(21,32,34,.06); }

.diagnosis-hubs { background:var(--lpdc-cream-2); }
.hub-duo { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.hub-panel {
  position:relative;
  min-height:390px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:clamp(30px,4vw,48px);
  border-radius:24px;
  overflow:hidden;
  color:var(--lpdc-ink);
  text-decoration:none;
  isolation:isolate;
}
.hub-panel::before,
.hub-panel::after { content:""; position:absolute; z-index:-1; border-radius:50%; }
.hub-panel::before { width:330px; height:330px; right:-100px; top:-110px; border:1px solid rgba(21,32,34,.17); }
.hub-panel::after { width:190px; height:190px; right:-30px; top:-38px; background:rgba(255,255,255,.27); }
.hub-panel--tdah { background:#d5decf; }
.hub-panel--tsa { background:#efd6c8; }
.hub-panel:hover { color:var(--lpdc-ink); }
.hub-panel__label { margin-bottom:auto; font-size:.68rem; font-weight:850; text-transform:uppercase; letter-spacing:.12em; }
.hub-panel strong { max-width:420px; font:790 clamp(2rem,4vw,3.35rem)/1 var(--lpdc-font-display); letter-spacing:-.055em; }
.hub-panel p { max-width:520px; margin:18px 0 22px; color:#435052; font-size:.91rem; line-height:1.62; }
.hub-panel__cta { font-size:.78rem; font-weight:850; }

.home-method { background:#142527; color:var(--lpdc-cream-2); }
.home-method__grid { display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr); gap:clamp(48px,8vw,110px); align-items:start; }
.home-method__intro { position:sticky; top:120px; }
.home-method__intro > p:last-child { color:rgba(251,247,240,.69); }
.method-steps { list-style:none; margin:0; padding:0; border-top:1px solid rgba(251,247,240,.17); }
.method-steps li { display:grid; grid-template-columns:54px 1fr; gap:18px; padding:25px 0; border-bottom:1px solid rgba(251,247,240,.14); }
.method-steps li > span { color:var(--lpdc-terracotta); font-size:.7rem; font-weight:850; }
.method-steps strong { display:block; margin-bottom:7px; font:730 1.12rem/1.2 var(--lpdc-font-display); }
.method-steps p { margin:0; color:rgba(251,247,240,.67); font-size:.85rem; line-height:1.6; }

.home-living { background:var(--lpdc-petrol); }
.living-topics { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1px; background:rgba(251,247,240,.18); border:1px solid rgba(251,247,240,.18); }
.living-topics > div { min-height:220px; padding:28px 24px; background:var(--lpdc-petrol); }
.living-topics span { display:inline-block; color:#d7e0d3; font:730 1.12rem/1.2 var(--lpdc-font-display); }
.living-topics p { margin:62px 0 0; color:rgba(251,247,240,.64); font-size:.82rem; line-height:1.58; }

.reflection-section { background:#f7f1e8; }
.reflection-section__grid { display:grid; grid-template-columns:minmax(340px,.85fr) minmax(0,1.15fr); gap:clamp(50px,8vw,110px); align-items:center; }
.reflection-section__visual { position:relative; min-height:430px; border-radius:24px; overflow:hidden; background:var(--lpdc-terracotta); }
.reflection-orbit { position:absolute; border:1px solid rgba(255,255,255,.52); border-radius:50%; }
.reflection-orbit--1 { width:330px; height:330px; left:-70px; top:48px; }
.reflection-orbit--2 { width:220px; height:220px; right:-42px; bottom:-22px; }
.reflection-dot { position:absolute; width:28px; height:28px; right:25%; top:29%; border-radius:50%; background:var(--lpdc-cream); }
.reflection-word { position:absolute; left:34px; bottom:26px; color:#fff8ef; font:800 clamp(3rem,6vw,5.2rem)/.9 var(--lpdc-font-display); letter-spacing:-.06em; }
.reflection-section__copy > p:last-of-type { font-size:1rem; }
.reflection-links { display:flex; flex-wrap:wrap; gap:9px; margin-top:28px; }
.reflection-links span { padding:8px 11px; border:1px solid var(--lpdc-line); border-radius:999px; background:#fffaf3; color:#3b484a; font-size:.72rem; font-weight:700; }

.myth-section__grid { display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr); gap:clamp(48px,8vw,110px); align-items:start; }
.myth-examples { border-top:1px solid var(--lpdc-line); }
.myth-examples > div { display:grid; grid-template-columns:46px 1fr; gap:12px; padding:22px 0; border-bottom:1px solid var(--lpdc-line); }
.myth-examples span { color:var(--lpdc-terracotta); font:800 2.4rem/.8 Georgia,serif; }
.myth-examples p { margin:0; font:700 clamp(1.05rem,1.8vw,1.35rem)/1.35 var(--lpdc-font-display); letter-spacing:-.025em; }

.research-home { background:#f9f6f0; }
.research-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.research-card { padding:28px; border:1px solid var(--lpdc-line); border-radius:18px; background:#fff; }
.research-card__meta { display:flex; justify-content:space-between; gap:16px; color:var(--lpdc-muted); font-size:.67rem; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.research-card__meta span { color:var(--lpdc-terracotta); }
.research-card h3 { margin:26px 0 12px; font:760 clamp(1.35rem,2.2vw,1.8rem)/1.13 var(--lpdc-font-display); letter-spacing:-.035em; }
.research-card h3 a { color:var(--lpdc-ink); text-decoration:none; }
.research-card p { margin:0 0 22px; color:var(--lpdc-muted); font-size:.84rem; line-height:1.55; }
.research-card__link { font-size:.76rem; font-weight:850; text-decoration:none; }
.research-empty { display:grid; grid-template-columns:160px 1fr; gap:34px; align-items:center; padding:34px; border:1px solid var(--lpdc-line); border-radius:20px; background:#fff; }
.research-empty__signal { min-height:110px; display:flex; align-items:flex-end; justify-content:center; gap:8px; padding:18px; border-radius:14px; background:var(--lpdc-petrol); }
.research-empty__signal span { width:13px; border-radius:8px 8px 2px 2px; background:var(--lpdc-terracotta); }
.research-empty__signal span:nth-child(1){height:32px}.research-empty__signal span:nth-child(2){height:68px}.research-empty__signal span:nth-child(3){height:48px}
.research-empty strong { display:block; margin-bottom:7px; font:750 1.35rem/1.2 var(--lpdc-font-display); letter-spacing:-.025em; }
.research-empty p { margin:0; color:var(--lpdc-muted); font-size:.87rem; }

.faq-section { background:var(--lpdc-cream-2); }
.faq-section__grid { display:grid; grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr); gap:clamp(46px,8vw,110px); align-items:start; }
.faq-section__heading { position:sticky; top:120px; }
.faq-list { border-top:1px solid var(--lpdc-line); }
.faq-list details { border-bottom:1px solid var(--lpdc-line); }
.faq-list summary { position:relative; list-style:none; cursor:pointer; padding:22px 44px 22px 0; font:710 1.08rem/1.35 var(--lpdc-font-display); letter-spacing:-.018em; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:"+"; position:absolute; right:4px; top:17px; width:30px; height:30px; display:grid; place-items:center; border:1px solid var(--lpdc-line); border-radius:50%; color:var(--lpdc-petrol); font-size:1.1rem; }
.faq-list details[open] summary::after { content:"−"; }
.faq-list details p { margin:-5px 44px 22px 0; color:var(--lpdc-muted); font-size:.88rem; line-height:1.65; }

.custom-home-content { border-top:1px solid rgba(23,63,67,.12); }
.editorial-statement { display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(30px,7vw,110px); align-items:start; }
.editorial-statement__mark { position:sticky; top:120px; font:850 clamp(4rem,10vw,8.5rem)/.78 var(--lpdc-font-display); letter-spacing:-.08em; color:var(--lpdc-terracotta); }
.editorial-statement__content { font-size:clamp(1.15rem,2.1vw,1.6rem); line-height:1.5; }
.editorial-statement__content > *:first-child { margin-top:0; }

/* Articles */
.article-header { padding: clamp(66px,9vw,118px) 0 48px; background: var(--lpdc-cream); border-bottom:1px solid var(--lpdc-line); }
.article-header__inner { width:min(calc(100% - 40px), 1000px); margin:auto; }
.article-labels { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:24px; }
.article-label { display:inline-flex; align-items:center; padding:7px 10px; border-radius:999px; background:var(--lpdc-cream-2); color:var(--lpdc-petrol); font-size:.72rem; font-weight:800; text-decoration:none; border:1px solid var(--lpdc-line); }
.article-header h1 { max-width:920px; margin:0; font:840 clamp(2.5rem,6.5vw,5.4rem)/.96 var(--lpdc-font-display); letter-spacing:-.065em; }
.article-deck { max-width:800px; margin:24px 0 0; color:var(--lpdc-muted); font-size:clamp(1.04rem,1.7vw,1.3rem); line-height:1.55; }
.article-meta { display:flex; flex-wrap:wrap; gap:10px 22px; margin-top:28px; color:var(--lpdc-muted); font-size:.78rem; font-weight:650; }
.article-featured { width:min(calc(100% - 40px), 1180px); margin: 42px auto 0; }
.article-featured img { width:100%; max-height:680px; object-fit:cover; border-radius:24px; display:block; }

.article-body { padding: clamp(54px,7vw,92px) 0 90px; }
.entry-content { width:min(calc(100% - 40px), var(--lpdc-content)); margin:auto; }
.entry-content > * { margin-block: 0 1.35em; }
.entry-content h2, .entry-content h3, .entry-content h4 { font-family:var(--lpdc-font-display); color:var(--lpdc-petrol-2); letter-spacing:-.035em; scroll-margin-top:110px; }
.entry-content h2 { margin-top:2.15em; font-size:clamp(1.75rem,3vw,2.5rem); line-height:1.1; }
.entry-content h3 { margin-top:1.8em; font-size:clamp(1.35rem,2.3vw,1.75rem); line-height:1.15; }
.entry-content p, .entry-content li { color:#243234; }
.entry-content strong { color:var(--lpdc-ink); }
.entry-content blockquote { margin:2.2em 0; padding:10px 0 10px 28px; border-left:4px solid var(--lpdc-terracotta); font-size:1.18em; color:var(--lpdc-petrol); }
.entry-content blockquote p:last-child { margin-bottom:0; }
.entry-content .wp-block-quote cite { color:var(--lpdc-muted); font-size:.78rem; }
.entry-content .wp-block-pullquote { width:min(100vw - 40px, 980px); margin-left:50%; transform:translateX(-50%); padding:42px; border:0; background:var(--lpdc-petrol); color:var(--lpdc-cream-2); border-radius:22px; }
.entry-content .wp-block-pullquote p { color:inherit; font-size:1.35em; }
.entry-content figure { margin-block:2em; }
.entry-content figcaption { color:var(--lpdc-muted); font-size:.75rem; text-align:left; }
.entry-content table { width:100%; border-collapse:collapse; font-size:.88rem; }
.entry-content th, .entry-content td { padding:13px 12px; border-bottom:1px solid var(--lpdc-line); text-align:left; vertical-align:top; }
.entry-content th { color:var(--lpdc-petrol); background:var(--lpdc-cream); }
.entry-content .wp-block-group.is-style-lpdc-note, .lpdc-note { padding:24px 26px; background:var(--lpdc-cream); border-radius:16px; border-left:4px solid var(--lpdc-sage); }
.entry-content .wp-block-separator { border-color:var(--lpdc-line); margin-block:3em; }
.entry-content .alignwide { width:min(100vw - 40px, 1050px); margin-left:50%; transform:translateX(-50%); }
.entry-content .alignfull { width:100vw; margin-left:50%; transform:translateX(-50%); }

.article-footer { width:min(calc(100% - 40px), var(--lpdc-content)); margin:0 auto 84px; padding-top:28px; border-top:1px solid var(--lpdc-line); }
.article-tags { display:flex; flex-wrap:wrap; gap:8px; }
.article-tags a { display:inline-block; padding:7px 10px; background:var(--lpdc-cream); border-radius:999px; text-decoration:none; font-size:.74rem; }
.post-navigation { width:min(calc(100% - 40px), 980px); margin: 0 auto 90px; }
.post-navigation .nav-links { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.post-navigation a { display:block; height:100%; padding:22px 24px; background:var(--lpdc-cream); border-radius:16px; text-decoration:none; color:var(--lpdc-ink); }
.post-navigation .nav-subtitle { display:block; color:var(--lpdc-muted); font-size:.7rem; text-transform:uppercase; letter-spacing:.08em; margin-bottom:5px; }
.post-navigation .nav-title { font-weight:780; line-height:1.25; }

/* Archives / search */
.archive-hero { padding: clamp(66px,8vw,105px) 0 58px; background:var(--lpdc-petrol); color:var(--lpdc-cream-2); }
.archive-hero h1 { margin:0; font:840 clamp(2.7rem,6vw,5.5rem)/.96 var(--lpdc-font-display); letter-spacing:-.065em; }
.archive-description { max-width:720px; margin-top:18px; color:rgba(251,247,240,.74); }
.archive-content { padding:70px 0 100px; }
.pagination { margin-top:50px; }
.pagination .nav-links { display:flex; flex-wrap:wrap; gap:8px; }
.pagination a, .pagination span { min-width:40px; min-height:40px; display:grid; place-items:center; padding:6px 11px; border:1px solid var(--lpdc-line); border-radius:10px; text-decoration:none; }
.pagination .current { background:var(--lpdc-petrol); color:#fff; border-color:var(--lpdc-petrol); }

/* Hub template */
.hub-hero { padding: clamp(72px,10vw,130px) 0 70px; background: linear-gradient(135deg, var(--lpdc-petrol-2), var(--lpdc-petrol)); color:var(--lpdc-cream-2); }
.hub-hero h1 { max-width:950px; margin:0; font:850 clamp(3rem,7vw,6.5rem)/.92 var(--lpdc-font-display); letter-spacing:-.07em; }
.hub-hero__intro { max-width:760px; margin:24px 0 0; color:rgba(251,247,240,.77); font-size:1.12rem; }
.hub-spokes { padding:70px 0; background:var(--lpdc-cream); }
.spoke-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.spoke-card { display:block; padding:26px; min-height:185px; border:1px solid var(--lpdc-line); border-radius:18px; background:var(--lpdc-cream-2); text-decoration:none; color:var(--lpdc-ink); transition:.25s ease; }
.spoke-card:hover { transform:translateY(-3px); box-shadow:var(--lpdc-shadow); color:var(--lpdc-ink); }
.spoke-card h3 { margin:0 0 8px; font:770 1.28rem/1.15 var(--lpdc-font-display); letter-spacing:-.03em; }
.spoke-card p { margin:0; color:var(--lpdc-muted); font-size:.84rem; line-height:1.5; }
.hub-posts { padding:70px 0 100px; }

/* Pages */
.page-header { padding:70px 0 42px; background:var(--lpdc-cream); }
.page-header h1 { margin:0; font:830 clamp(2.5rem,6vw,5rem)/.98 var(--lpdc-font-display); letter-spacing:-.06em; }
.page-body { padding:54px 0 90px; }

/* Search */
.search-form { display:flex; gap:8px; max-width:640px; margin-top:26px; }
.search-field { flex:1; min-width:0; padding:13px 15px; border:1px solid var(--lpdc-line); border-radius:12px; background:#fff; color:var(--lpdc-ink); }
.search-submit { border:0; border-radius:12px; padding:12px 18px; background:var(--lpdc-terracotta); color:#fff; font-weight:800; }

/* 404 */
.error-404 { padding:110px 0; text-align:center; }
.error-404__code { margin:0; color:var(--lpdc-terracotta); font:900 clamp(6rem,18vw,14rem)/.7 var(--lpdc-font-display); letter-spacing:-.08em; }
.error-404 h1 { margin:28px 0 10px; font:800 clamp(2rem,5vw,4rem)/1 var(--lpdc-font-display); letter-spacing:-.05em; }
.error-404 p { max-width:620px; margin:0 auto 24px; color:var(--lpdc-muted); }

/* Footer */
.site-footer { background:var(--lpdc-petrol-2); color:var(--lpdc-cream-2); padding:68px 0 26px; }
.site-footer a { color:var(--lpdc-cream-2); }
.site-footer__grid { display:grid; grid-template-columns:1.3fr .7fr .7fr; gap:50px; }
.site-footer__brand { max-width:520px; }
.site-footer__title { margin:0 0 12px; font:830 clamp(2rem,4vw,3.5rem)/.95 var(--lpdc-font-display); letter-spacing:-.055em; }
.site-footer__text { color:rgba(251,247,240,.7); font-size:.88rem; }
.footer-menu { list-style:none; margin:0; padding:0; }
.footer-menu li + li { margin-top:7px; }
.footer-menu a { text-decoration:none; color:rgba(251,247,240,.78); font-size:.84rem; }
.footer-menu a:hover { color:#fff; }
.footer-label { margin-bottom:12px; color:var(--lpdc-sage); font-size:.7rem; text-transform:uppercase; letter-spacing:.11em; font-weight:850; }
.site-info { display:flex; justify-content:space-between; gap:20px; margin-top:52px; padding-top:20px; border-top:1px solid rgba(251,247,240,.15); color:rgba(251,247,240,.55); font-size:.7rem; }

/* WordPress basics */
.screen-reader-text { border:0; clip:rect(1px,1px,1px,1px); clip-path:inset(50%); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute!important; width:1px; word-wrap:normal!important; }
.screen-reader-text:focus { background:#fff; clip:auto!important; clip-path:none; color:#000; display:block; font-size:14px; height:auto; left:5px; padding:15px 23px 14px; top:5px; width:auto; z-index:100000; }
.wp-caption, .gallery-caption { color:var(--lpdc-muted); font-size:.8rem; }
.sticky { }
.bypostauthor { }

@media (max-width: 980px) {
  .site-header__inner { min-height:70px; grid-template-columns:1fr auto; }
  .site-description { display:none; }
  .nav-toggle { display:block; }
  .primary-navigation {
    position:absolute;
    left:20px; right:20px; top:calc(100% + 8px);
    background:var(--lpdc-cream-2);
    border:1px solid var(--lpdc-line);
    border-radius:16px;
    box-shadow:var(--lpdc-shadow);
    padding:10px;
    display:none;
  }
  .primary-navigation.is-open { display:block; }
  .primary-navigation ul { display:block; }
  .primary-navigation a { padding:12px 13px; }
  .home-hero__grid { grid-template-columns:1fr; }
  .hero-feature { max-width:680px; transform:none; }
  .post-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .news-list { grid-template-columns:1fr; }
  .spoke-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .site-footer__grid { grid-template-columns:1fr 1fr; }
  .site-footer__brand { grid-column:1/-1; }
  .editorial-statement { grid-template-columns:1fr; }
  .editorial-statement__mark { position:static; }
}

@media (max-width: 680px) {
  body { font-size:17px; }
  .lpdc-shell, .lpdc-reading, .entry-content, .article-header__inner, .article-featured, .article-footer, .post-navigation { width:min(calc(100% - 28px), var(--lpdc-wide)); }
  .home-hero { padding-top:62px; }
  .home-hero h1 { font-size:clamp(3rem,18vw,5rem); }
  .home-hero::after { width:110px; height:110px; right:-18px; bottom:-48px; }
  .topic-grid, .post-grid, .spoke-grid { grid-template-columns:1fr; }
  .topic-card { min-height:230px; }
  .topic-card h3 { margin-top:38px; }
  .section-head { display:block; }
  .section-link { display:inline-block; margin-top:16px; }
  .article-header h1 { font-size:clamp(2.5rem,13vw,4rem); }
  .article-featured img { border-radius:16px; }
  .entry-content .alignwide, .entry-content .alignfull { width:calc(100vw - 28px); }
  .entry-content .wp-block-pullquote { width:calc(100vw - 28px); padding:28px 22px; }
  .post-navigation .nav-links { grid-template-columns:1fr; }
  .site-footer__grid { grid-template-columns:1fr; gap:30px; }
  .site-footer__brand { grid-column:auto; }
  .site-info { display:block; }
  .site-info span { display:block; margin-top:6px; }
}

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

/* V0.2 responsive refinements */
@media (max-width: 980px) {
  .home-hero-v2__grid,
  .home-section-heading--split,
  .home-method__grid,
  .reflection-section__grid,
  .myth-section__grid,
  .faq-section__grid { grid-template-columns:1fr; }
  .home-orientation { max-width:680px; }
  .home-method__intro,
  .faq-section__heading { position:static; }
  .question-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .path-row { grid-template-columns:52px minmax(160px,.7fr) minmax(220px,1.3fr) 34px; }
  .living-topics { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .hub-panel { min-height:330px; }
  .reflection-section__visual { max-width:680px; width:100%; min-height:360px; }
}

@media (max-width: 760px) {
  body { font-size:17px; }
  .lpdc-shell { width:min(calc(100% - 28px), var(--lpdc-wide)); }
  .site-header__inner { min-height:68px; grid-template-columns:1fr auto; }
  .site-description { display:none; }
  .primary-navigation { position:absolute; left:14px; right:14px; top:calc(100% + 8px); background:var(--lpdc-cream-2); border:1px solid var(--lpdc-line); border-radius:16px; box-shadow:var(--lpdc-shadow); padding:8px; display:none; }
  .primary-navigation.is-open { display:block; }
  .primary-navigation ul { display:block; }
  .primary-navigation a { padding:12px 13px; }
  .nav-toggle { display:block; justify-self:end; }
  .home-hero--v2 { padding:54px 0 48px; }
  .home-hero-v2__grid { gap:34px; }
  .home-hero-v2__copy h1 { font-size:clamp(2.35rem,12vw,3.5rem); letter-spacing:-.055em; }
  .home-hero-v2__lead { font-size:.98rem; }
  .home-hero-v2__actions { margin-top:26px; }
  .trust-ribbon__inner { justify-content:flex-start; padding:14px 0; gap:8px 22px; }
  .trust-ribbon span + span::before { left:-12px; }
  .section { padding:58px 0; }
  .home-section-heading { margin-bottom:28px; }
  .home-section-heading h2,
  .home-method__intro h2,
  .reflection-section__copy h2,
  .faq-section__heading h2,
  .myth-section h2 { font-size:clamp(1.85rem,8.5vw,2.7rem); }
  .question-grid { grid-template-columns:1fr; }
  .question-grid a { min-height:auto; padding:20px; }
  .path-row { grid-template-columns:42px 1fr 32px; gap:11px 12px; padding:19px 8px; }
  .path-row__text { grid-column:2 / -1; padding-right:8px; }
  .path-row__arrow { grid-column:3; grid-row:1; }
  .hub-duo { grid-template-columns:1fr; }
  .hub-panel { min-height:315px; padding:28px; }
  .method-steps li { grid-template-columns:42px 1fr; }
  .living-topics { grid-template-columns:1fr; }
  .living-topics > div { min-height:auto; padding:24px; }
  .living-topics p { margin:24px 0 0; }
  .reflection-section__visual { min-height:300px; }
  .reflection-word { left:24px; bottom:20px; }
  .research-grid { grid-template-columns:1fr; }
  .research-empty { grid-template-columns:1fr; padding:24px; }
  .research-empty__signal { min-height:88px; }
  .faq-list details p { margin-right:0; }
  .editorial-statement { grid-template-columns:1fr; }
  .editorial-statement__mark { display:none; }
}


/* ==========================================================
   V0.3 — identity, contrast, editorial polish and responsive
   ========================================================== */

/* Built-in logo */
.site-branding { min-width: 210px; }
.lpdc-logo {
  display: inline-grid;
  grid-template-columns: 38px minmax(0, auto);
  align-items: center;
  gap: 11px;
  color: var(--lpdc-petrol-2);
  text-decoration: none;
  line-height: 1;
}
.lpdc-logo:hover { color: var(--lpdc-petrol-2); }
.lpdc-logo__symbol { width: 38px; height: 38px; display: block; flex: 0 0 auto; }
.lpdc-logo__symbol svg { width: 100%; height: 100%; display: block; overflow: visible; }
.lpdc-logo__path { fill: none; stroke: currentColor; stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.lpdc-logo__dot { fill: var(--lpdc-terracotta); }
.lpdc-logo__copy { display: block; min-width: 0; }
.lpdc-logo__name {
  display: block;
  white-space: nowrap;
  font: 700 1.24rem/1 Georgia, "Times New Roman", serif;
  letter-spacing: -.035em;
}
.lpdc-logo__name em { color: var(--lpdc-terracotta); font-style: normal; }
.lpdc-logo__tagline {
  display: block;
  margin-top: 5px;
  white-space: nowrap;
  color: var(--lpdc-muted);
  font-size: .57rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .115em;
}
.custom-logo-link + .lpdc-logo { display:none; }

/* Header refinement */
.site-header__inner { min-height: 74px; }
.primary-navigation a { font-size: .81rem; padding: 9px 10px; }

/* Hero: explicit contrast prevents any inherited/global heading colour issue */
.home-hero--v2 { padding: clamp(54px, 6.3vw, 78px) 0 clamp(54px, 6.5vw, 76px); }
.home-hero--v2::before { opacity: .72; }
.home-hero-v2__grid { gap: clamp(42px, 6vw, 78px); grid-template-columns: minmax(0,1.22fr) minmax(330px,.66fr); }
.home-hero-v2__copy h1 {
  color: #FBF7F0 !important;
  max-width: 700px;
  font-size: clamp(2.45rem, 4.5vw, 4.25rem);
  line-height: 1.01;
  letter-spacing: -.052em;
}
.home-hero-v2__lead { color: rgba(251,247,240,.84); max-width: 680px; margin-top: 22px; }
.home-hero-v2__actions { margin-top: 28px; }
.home-orientation { border-radius: 20px; background: rgba(251,247,240,.075); }
.home-orientation > a { padding-block: 15px; }

/* Section titles: force readable colour on dark sections */
.home-section-heading--light h2 { color: #FBF7F0 !important; }
.home-section-heading--light .section-kicker { color: #E08A68; }
.home-section-heading--light > p:last-child { color: rgba(251,247,240,.78); }

/* Reduce overly airy gaps while preserving breathing room */
.section { padding: clamp(62px, 7vw, 92px) 0; }
.home-section-heading { margin-bottom: 32px; }
.home-section-heading h2,
.home-method__intro h2,
.reflection-section__copy h2,
.faq-section__heading h2,
.myth-section h2 { font-size: clamp(1.95rem, 3.45vw, 3.15rem); }

/* Daily life cards */
.home-living { background: linear-gradient(145deg, var(--lpdc-petrol-2), var(--lpdc-petrol)); }
.living-topics {
  gap: 12px;
  background: transparent;
  border: 0;
}
.living-topics > div {
  position: relative;
  min-height: 178px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px 22px 21px;
  border: 1px solid rgba(251,247,240,.16);
  border-radius: 17px;
  background: rgba(251,247,240,.045);
}
.living-topics > div::before {
  content: "";
  width: 28px;
  height: 3px;
  margin-bottom: 32px;
  border-radius: 999px;
  background: var(--lpdc-terracotta);
}
.living-topics span { color: #F4EFE5; font-size: 1.08rem; }
.living-topics p { margin: 20px 0 0; color: rgba(251,247,240,.72); }

/* Research section: denser and more useful even before first publication */
.research-home { background: #F8F3EB; }
.research-empty { grid-template-columns: 132px 1fr; gap: 28px; padding: 28px 30px; }
.research-empty__signal { min-height: 98px; }
.research-empty__topics { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.research-empty__topics span {
  padding: 6px 9px;
  border: 1px solid var(--lpdc-line);
  border-radius: 999px;
  background: var(--lpdc-cream-2);
  color: #465355;
  font-size: .68rem;
  font-weight: 750;
}

/* Footer identity + agency credit */
.site-footer .lpdc-logo { color: var(--lpdc-cream-2); }
.site-footer .lpdc-logo__tagline { color: rgba(251,247,240,.62); }
.site-footer__text { max-width: 470px; margin-top: 20px; }
.site-info__copyright { display:flex; align-items:center; flex-wrap:wrap; gap:6px; }
.site-info a { color: rgba(251,247,240,.82); font-weight: 700; text-decoration-thickness: .06em; }
.site-info a:hover { color: #fff; }
.site-info__separator { color: var(--lpdc-terracotta); }

/* Long strings and embedded content should never break the viewport */
.site-main, .entry-content, .research-card, .spoke-card, .hub-panel { min-width: 0; }
.entry-content, .site-footer, .home-section-heading { overflow-wrap: break-word; }
iframe, video, embed, object { max-width: 100%; }

@media (max-width: 980px) {
  .site-branding { min-width: 0; }
  .home-hero-v2__grid { grid-template-columns: 1fr; }
  .home-hero-v2__copy { max-width: 760px; }
  .home-orientation { max-width: 760px; width: 100%; }
  .living-topics { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .site-header__inner { min-height: 66px; gap: 12px; }
  .lpdc-logo { grid-template-columns: 32px minmax(0,auto); gap: 8px; }
  .lpdc-logo__symbol { width: 32px; height: 32px; }
  .lpdc-logo__name { font-size: 1.08rem; }
  .lpdc-logo__tagline { font-size: .51rem; letter-spacing: .09em; }
  .home-hero--v2 { padding: 44px 0 46px; }
  .home-hero-v2__copy h1 { font-size: clamp(2.15rem, 10.2vw, 3.15rem); line-height: 1.02; }
  .home-hero-v2__lead { margin-top: 18px; }
  .home-orientation > a { grid-template-columns: 28px 1fr; padding: 14px 16px; }
  .section { padding: 52px 0; }
  .living-topics { grid-template-columns: 1fr; }
  .living-topics > div { min-height: 150px; }
  .living-topics > div::before { margin-bottom: 18px; }
  .research-empty { grid-template-columns: 1fr; gap: 18px; padding: 22px; }
  .research-empty__signal { min-height: 76px; max-width: 120px; width: 100%; }
  .site-info { gap: 12px; }
  .site-info__copyright { align-items:flex-start; }
}

@media (max-width: 430px) {
  .lpdc-shell, .lpdc-reading, .entry-content, .article-header__inner, .article-featured, .article-footer, .post-navigation { width: min(calc(100% - 24px), var(--lpdc-wide)); }
  .lpdc-logo__tagline { display: none; }
  .lpdc-logo__name { font-size: 1.03rem; }
  .nav-toggle { padding: 7px; }
  .home-hero-v2__actions { align-items: stretch; gap: 12px; }
  .lpdc-button { width: 100%; }
  .lpdc-text-link { padding: 7px 2px; }
  .trust-ribbon__inner { gap: 7px 18px; }
  .trust-ribbon span { font-size: .66rem; }
  .path-row { padding-inline: 4px; }
}


/* ==========================================================
   V0.4 — editorial language, hierarchy and visual refinement
   ========================================================== */

/* Anchored sections should clear the sticky header. */
#commencer, #explorer, #methode, #quotidien, #recul, #idees-recues, #recherche, #faq {
  scroll-margin-top: 92px;
}

/* Slightly calmer hierarchy on the homepage. */
.home-section-heading h2,
.home-method__intro h2,
.reflection-section__copy h2,
.faq-section__heading h2,
.myth-section h2 {
  max-width: 720px;
  line-height: 1.06;
  letter-spacing: -.045em;
}
.home-section-heading--split { align-items: start; }
.home-section-heading--split > p { padding-top: 24px; }

/* Method section: strong contrast and clearer reading rhythm. */
.home-method {
  background:
    radial-gradient(circle at 11% 18%, rgba(198,111,78,.08), transparent 26%),
    linear-gradient(145deg, #112628, #142F32 62%, #173B3F);
}
.home-method__intro h2 { color: #FBF7F0 !important; }
.home-method__intro > p:last-child { color: rgba(251,247,240,.76); max-width: 590px; }
.method-steps li { padding: 28px 0; }
.method-steps strong { color: #FBF7F0; }
.method-steps p { color: rgba(251,247,240,.73); max-width: 650px; }

/* First choices: cards instead of a rigid spreadsheet-like grid. */
.home-entry { background: #FCF9F4; }
.question-grid {
  gap: 12px;
  border: 0;
}
.question-grid a {
  min-height: 138px;
  border: 1px solid rgba(23,63,67,.13);
  border-radius: 16px;
  background: rgba(255,255,255,.64);
  box-shadow: 0 1px 0 rgba(255,255,255,.7) inset;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.question-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(23,63,67,.23);
  box-shadow: 0 12px 28px rgba(22,34,35,.07);
  background: #fff;
}
.question-grid__mark {
  background: rgba(23,63,67,.09);
  color: var(--lpdc-petrol);
  border: 1px solid rgba(23,63,67,.18);
}

/* Rubric rows feel more editorial and less like controls. */
.path-list { border-top-color: rgba(23,63,67,.15); }
.path-row {
  padding-block: 25px;
  border-bottom-color: rgba(23,63,67,.13);
}
.path-row__number { color: var(--lpdc-terracotta); }
.path-row__arrow { border-color: rgba(23,63,67,.32); }

/* Hub panels: a little more depth without visual noise. */
.hub-panel {
  box-shadow: 0 1px 0 rgba(255,255,255,.7) inset;
}
.hub-panel:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(22,34,35,.09);
}

/* Daily-life cards: denser, with a stronger text rhythm. */
.home-living .home-section-heading { max-width: 820px; }
.living-topics > div { min-height: 164px; }
.living-topics > div::before { margin-bottom: 22px; }
.living-topics p { font-size: .85rem; line-height: 1.55; }

/* Reflection: make the visual a supporting element rather than an empty block. */
.reflection-section__visual {
  min-height: 380px;
  box-shadow: 0 24px 55px rgba(84,50,38,.12);
}
.reflection-section__copy > p:last-of-type { max-width: 670px; }

/* FAQ: individual questions read as compact editorial modules. */
.faq-list {
  display: grid;
  gap: 9px;
  border-top: 0;
}
.faq-list details {
  border: 1px solid rgba(23,63,67,.13);
  border-radius: 14px;
  background: rgba(255,255,255,.58);
  padding: 0 18px;
}
.faq-list summary { padding: 19px 42px 19px 0; }
.faq-list summary::after { right: 0; top: 14px; }
.faq-list details p { margin: -2px 42px 19px 0; }

/* Keyboard navigation. */
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible {
  outline: 3px solid rgba(198,111,78,.55);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .home-section-heading--split > p { padding-top: 0; }
  .home-method__intro > p:last-child { max-width: 720px; }
}

@media (max-width: 760px) {
  #commencer, #explorer, #methode, #quotidien, #recul, #idees-recues, #recherche, #faq { scroll-margin-top: 76px; }
  .question-grid { gap: 9px; }
  .question-grid a { min-height: auto; border-radius: 14px; }
  .home-section-heading h2,
  .home-method__intro h2,
  .reflection-section__copy h2,
  .faq-section__heading h2,
  .myth-section h2 { max-width: none; letter-spacing: -.035em; }
  .reflection-section__visual { min-height: 270px; }
  .faq-list details { padding-inline: 15px; }
  .faq-list details p { margin-right: 32px; }
}

@media (max-width: 430px) {
  .home-hero-v2__copy h1 { font-size: clamp(2.05rem, 10vw, 2.75rem); }
  .question-grid a > span:last-child { font-size: .96rem; }
  .faq-list details p { margin-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .question-grid a:hover,
  .hub-panel:hover { transform: none; }
}

/* ==========================================================
   V0.4 — editorial tone, hierarchy and timeless homepage
   ========================================================== */

/* Give the dark editorial-method section the same level of legibility as the hero. */
.home-method__intro h2 {
  color: #FBF7F0 !important;
  max-width: 560px;
}
.home-method__intro .section-kicker { color: #E08A68; }
.home-method__intro > p:last-child {
  max-width: 610px;
  color: rgba(251,247,240,.76);
  font-size: .96rem;
  line-height: 1.68;
}
.method-steps li {
  position: relative;
  padding: 27px 0;
}
.method-steps li > span {
  width: 32px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(224,138,104,.4);
  border-radius: 999px;
  font-size: .62rem;
}
.method-steps strong { color: #FBF7F0; }
.method-steps p { color: rgba(251,247,240,.72); }

/* Less "card UI", more editorial rhythm in the orientation and entry blocks. */
.home-orientation__topline {
  letter-spacing: .095em;
  text-transform: uppercase;
  font-weight: 800;
}
.home-orientation > a strong { letter-spacing: -.015em; }
.question-grid a {
  border-radius: 17px;
  box-shadow: 0 1px 0 rgba(23,63,67,.02);
}
.question-grid a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 34px rgba(23,63,67,.07);
}
.question-grid__mark {
  background: transparent;
  color: var(--lpdc-terracotta);
  border: 1px solid rgba(198,111,78,.36);
  font-family: Georgia, "Times New Roman", serif;
  font-size: .94rem;
}

/* Better separation between long homepage chapters without adding visual noise. */
.home-entry { background: #fffaf3; }
.home-paths { border-top: 1px solid rgba(23,63,67,.08); }
.diagnosis-hubs { border-top: 1px solid rgba(23,63,67,.07); }
.reflection-section { border-top: 1px solid rgba(23,63,67,.07); }
.myth-section { border-top: 1px solid rgba(23,63,67,.07); }
.research-home { border-top: 1px solid rgba(23,63,67,.07); }
.faq-section { border-top: 1px solid rgba(23,63,67,.07); }

/* Stronger premium treatment for the two cornerstone dossiers. */
.hub-panel {
  transition: transform .22s ease, box-shadow .22s ease;
  border: 1px solid rgba(21,32,34,.08);
}
.hub-panel:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(21,32,34,.09);
}
.hub-panel__label {
  display: inline-flex;
  align-self: flex-start;
  padding: 7px 10px;
  border: 1px solid rgba(21,32,34,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.2);
}

/* Daily-life cards keep useful density on wide screens. */
.home-living .home-section-heading { max-width: 850px; }
.home-living .home-section-heading > p:last-child { max-width: 800px; }
.living-topics > div { min-height: 190px; }

/* Research placeholder reads as permanent editorial scope, not an unfinished feature. */
.research-empty {
  align-items: center;
  border-color: rgba(23,63,67,.13);
  background: rgba(255,255,255,.66);
}
.research-empty > div:last-child > strong {
  display: block;
  color: var(--lpdc-petrol-2);
  font: 760 1.2rem/1.25 var(--lpdc-font-display);
  letter-spacing: -.025em;
}
.research-empty > div:last-child > p {
  max-width: 780px;
  margin: 9px 0 0;
  color: #526062;
  font-size: .87rem;
  line-height: 1.65;
}

/* FAQ is calmer and easier to scan. */
.faq-list details { background: rgba(255,255,255,.38); }
.faq-list details[open] { background: rgba(255,255,255,.72); }
.faq-list summary { font-weight: 760; }

@media (max-width: 980px) {
  .home-method__intro h2 { max-width: 680px; }
  .home-method__intro > p:last-child { max-width: 760px; }
}

@media (max-width: 760px) {
  .question-grid a:hover,
  .hub-panel:hover { transform: none; }
  .home-method__intro > p:last-child { font-size: .92rem; }
  .method-steps li { padding: 23px 0; }
  .research-empty > div:last-child > strong { font-size: 1.08rem; }
}

/* ==========================================================
   V0.5 — homepage rebuilt around readers' questions
   ========================================================== */

#commencer, #tdah-tsa, #apres-diagnostic, #quotidien, #comprendre-les-mots, #philosophie, #recherche, #faq {
  scroll-margin-top: 92px;
}

.v05-heading { margin-bottom: 30px; }
.v05-heading--split {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(280px,.65fr);
  align-items: end;
  gap: 42px;
}
.v05-heading h2,
.v05-after h2,
.v05-faq h2 {
  margin: 0;
  max-width: 780px;
  color: var(--lpdc-petrol-2);
  font: 800 clamp(2rem,3.65vw,3.45rem)/1.02 var(--lpdc-font-display);
  letter-spacing: -.052em;
  text-wrap: balance;
}
.v05-heading--split > p,
.v05-philosophy .v05-heading--split > p {
  max-width: 510px;
  margin: 0 0 5px;
  color: #526062;
  font-size: .93rem;
  line-height: 1.65;
}
.v05-heading--light h2 { color: #FBF7F0; }
.v05-heading--light > p,
.v05-heading--light.v05-heading--split > p { color: rgba(251,247,240,.72); }

/* Hero */
.v05-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(48px,6vw,76px) 0;
  background:
    radial-gradient(circle at 86% 16%, rgba(198,111,78,.18) 0 1px, transparent 1.6px),
    linear-gradient(132deg,#102E31 0%,#174247 58%,#1B4A4E 100%);
  background-size: 22px 22px, auto;
  color: #FBF7F0;
}
.v05-hero::after {
  content:"";
  position:absolute;
  right:-120px;
  bottom:-220px;
  width:520px;
  aspect-ratio:1;
  border:1px solid rgba(251,247,240,.12);
  border-radius:50%;
  box-shadow:0 0 0 74px rgba(251,247,240,.022),0 0 0 148px rgba(251,247,240,.014);
}
.v05-hero__grid {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.28fr) minmax(330px,.72fr);
  gap:clamp(42px,6.5vw,88px);
  align-items:center;
}
.v05-hero__copy { max-width:760px; }
.v05-hero .eyebrow { margin-bottom:16px; color:#CED8C9; }
.v05-hero h1 {
  margin:0;
  max-width:660px;
  color:#FBF7F0;
  font:820 clamp(2.55rem,4.75vw,4.45rem)/.98 var(--lpdc-font-display);
  letter-spacing:-.06em;
  text-wrap:balance;
}
.v05-hero__lead {
  max-width:650px;
  margin:22px 0 0;
  color:rgba(251,247,240,.83);
  font-size:clamp(1rem,1.25vw,1.12rem);
  line-height:1.62;
}
.v05-hero__topics { display:flex; flex-wrap:wrap; gap:8px; margin-top:24px; }
.v05-hero__topics span {
  display:inline-flex;
  padding:6px 10px;
  border:1px solid rgba(251,247,240,.17);
  border-radius:999px;
  background:rgba(251,247,240,.05);
  color:rgba(251,247,240,.76);
  font-size:.7rem;
  font-weight:720;
}
.v05-hero-nav {
  overflow:hidden;
  border:1px solid rgba(251,247,240,.2);
  border-radius:20px;
  background:rgba(251,247,240,.07);
  backdrop-filter:blur(10px);
  box-shadow:0 22px 60px rgba(0,0,0,.12);
}
.v05-hero-nav__title {
  padding:15px 18px;
  border-bottom:1px solid rgba(251,247,240,.15);
  color:#E6EBE2;
  font-size:.69rem;
  font-weight:820;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.v05-hero-nav a {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 18px;
  border-bottom:1px solid rgba(251,247,240,.12);
  color:#FBF7F0;
  text-decoration:none;
  font-size:.88rem;
  font-weight:760;
  transition:background .18s ease,padding-left .18s ease;
}
.v05-hero-nav a:last-child { border-bottom:0; }
.v05-hero-nav a:hover { background:rgba(251,247,240,.08); padding-left:21px; }
.v05-hero-nav i { color:#E08A68; font-style:normal; }

/* Reader situations */
.v05-needs { padding:clamp(58px,7vw,88px) 0; background:#FFFaf3; }
.v05-needs-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.v05-need {
  min-height:190px;
  display:flex;
  flex-direction:column;
  padding:22px 22px 20px;
  border:1px solid rgba(23,63,67,.13);
  border-radius:17px;
  background:rgba(255,255,255,.64);
  color:var(--lpdc-ink);
  text-decoration:none;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.v05-need:hover { transform:translateY(-2px); border-color:rgba(23,63,67,.25); box-shadow:0 14px 32px rgba(21,32,34,.07); color:var(--lpdc-ink); }
.v05-need__index { margin-bottom:auto; color:var(--lpdc-terracotta); font-size:.65rem; font-weight:850; letter-spacing:.08em; }
.v05-need strong { display:block; margin-top:28px; font-size:1rem; line-height:1.28; letter-spacing:-.02em; }
.v05-need p { margin:8px 0 0; color:#586466; font-size:.79rem; line-height:1.55; }

/* Two cornerstone dossiers */
.v05-foundations {
  padding:clamp(64px,7vw,94px) 0;
  background:
    radial-gradient(circle at 12% 12%,rgba(198,111,78,.08),transparent 26%),
    linear-gradient(145deg,#12292C,#173F43 68%,#1A484C);
}
.v05-foundations .section-kicker { color:#E08A68; }
.v05-foundations-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.v05-foundation {
  display:block;
  padding:clamp(26px,3vw,38px);
  border:1px solid rgba(251,247,240,.16);
  border-radius:22px;
  color:#FBF7F0;
  text-decoration:none;
  overflow:hidden;
  position:relative;
  min-width:0;
}
.v05-foundation::after {
  content:"";
  position:absolute;
  width:170px;
  height:170px;
  border-radius:50%;
  right:-70px;
  top:-70px;
  border:1px solid rgba(251,247,240,.12);
}
.v05-foundation--tdah { background:linear-gradient(145deg,rgba(198,111,78,.14),rgba(255,255,255,.035)); }
.v05-foundation--tsa { background:linear-gradient(145deg,rgba(158,173,152,.16),rgba(255,255,255,.035)); }
.v05-foundation:hover { color:#fff; border-color:rgba(251,247,240,.28); }
.v05-foundation__top { display:flex; justify-content:space-between; align-items:center; gap:20px; color:#F0A082; font-size:.68rem; font-weight:850; letter-spacing:.12em; }
.v05-foundation__top i { font-style:normal; font-size:1.05rem; }
.v05-foundation h3 { margin:20px 0 0; color:#FBF7F0; font:800 clamp(1.65rem,2.7vw,2.5rem)/1.05 var(--lpdc-font-display); letter-spacing:-.045em; }
.v05-foundation > p { max-width:560px; margin:12px 0 22px; color:rgba(251,247,240,.74); font-size:.86rem; line-height:1.58; }
.v05-foundation ul { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 22px; margin:0; padding:0; list-style:none; }
.v05-foundation li { padding:10px 0; border-top:1px solid rgba(251,247,240,.12); color:rgba(251,247,240,.86); font-size:.77rem; font-weight:650; }

/* After diagnosis */
.v05-after { padding:clamp(60px,7vw,90px) 0; background:var(--lpdc-cream); }
.v05-after__grid { display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr); gap:clamp(46px,7vw,90px); align-items:start; }
.v05-after__intro > p:last-child { max-width:540px; margin:18px 0 0; color:#536062; font-size:.91rem; line-height:1.68; }
.v05-after__steps { border-top:1px solid rgba(23,63,67,.16); }
.v05-after__steps > div { display:grid; grid-template-columns:48px minmax(0,1fr); gap:14px 20px; padding:22px 0; border-bottom:1px solid rgba(23,63,67,.14); }
.v05-after__steps span { grid-row:1 / span 2; color:var(--lpdc-terracotta); font-size:.65rem; font-weight:850; }
.v05-after__steps strong { color:var(--lpdc-petrol-2); font-size:1rem; line-height:1.35; }
.v05-after__steps p { margin:0; color:#5A6667; font-size:.81rem; line-height:1.55; }

/* Daily life */
.v05-daily { padding:clamp(64px,7vw,94px) 0; background:linear-gradient(145deg,#15383C,#173F43); }
.v05-daily .section-kicker { color:#E08A68; }
.v05-daily-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:11px; }
.v05-daily-card {
  min-height:205px;
  padding:23px 22px;
  border:1px solid rgba(251,247,240,.15);
  border-radius:17px;
  background:rgba(251,247,240,.045);
}
.v05-daily-card__icon { display:grid; place-items:center; width:36px; height:36px; margin-bottom:30px; border:1px solid rgba(224,138,104,.45); border-radius:50%; color:#F0A082; font-size:1rem; }
.v05-daily-card h3 { margin:0; color:#FBF7F0; font-size:1rem; letter-spacing:-.02em; }
.v05-daily-card p { margin:9px 0 0; color:rgba(251,247,240,.7); font-size:.79rem; line-height:1.55; }

/* Definitions and misconceptions */
.v05-language { padding:clamp(62px,7vw,92px) 0; background:#FCF8F1; }
.v05-language-grid { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:18px; }
.v05-terms,.v05-myths { padding:clamp(26px,3.3vw,38px); border:1px solid rgba(23,63,67,.13); border-radius:20px; background:#fff; }
.v05-terms h3,.v05-myths h3 { margin:0 0 22px; color:var(--lpdc-petrol-2); font:780 1.18rem/1.25 var(--lpdc-font-display); letter-spacing:-.025em; }
.v05-term-cloud { display:flex; flex-wrap:wrap; gap:8px; }
.v05-term-cloud span { padding:8px 11px; border-radius:999px; background:var(--lpdc-cream); color:#384749; font-size:.73rem; font-weight:720; }
.v05-myth { display:grid; grid-template-columns:32px minmax(0,1fr); gap:10px; padding:15px 0; border-top:1px solid rgba(23,63,67,.12); }
.v05-myth:first-of-type { border-top:0; padding-top:0; }
.v05-myth span { color:var(--lpdc-terracotta); font:700 1.6rem/1 Georgia,serif; }
.v05-myth p { margin:0; color:#3F4B4D; font-size:.85rem; line-height:1.48; font-weight:650; }

/* Philosophy and books */
.v05-philosophy { padding:clamp(64px,7vw,94px) 0; background:var(--lpdc-cream); }
.v05-philosophy-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.v05-philosophy-grid article { min-height:230px; padding:25px 23px; border:1px solid rgba(23,63,67,.13); border-radius:18px; background:rgba(255,255,255,.46); }
.v05-philosophy-grid article > span { color:var(--lpdc-terracotta); font-size:.64rem; font-weight:850; letter-spacing:.08em; }
.v05-philosophy-grid h3 { margin:42px 0 0; color:var(--lpdc-petrol-2); font:780 1.18rem/1.25 var(--lpdc-font-display); letter-spacing:-.025em; }
.v05-philosophy-grid p { margin:10px 0 0; color:#576365; font-size:.81rem; line-height:1.6; }

/* News and research */
.v05-research { padding:clamp(64px,7vw,94px) 0; background:linear-gradient(145deg,#11282A,#173E42 62%,#1A494D); }
.v05-research .section-kicker { color:#E08A68; }
.v05-research-grid,.v05-research-scope { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.v05-research-card,.v05-research-scope > div { min-height:210px; padding:22px; border:1px solid rgba(251,247,240,.15); border-radius:17px; background:rgba(251,247,240,.05); color:#FBF7F0; }
.v05-research-card__meta { display:flex; justify-content:space-between; gap:16px; color:rgba(251,247,240,.52); font-size:.63rem; text-transform:uppercase; letter-spacing:.08em; }
.v05-research-card__meta span { color:#E99A7B; font-weight:820; }
.v05-research-card h3 { margin:28px 0 0; font:760 1.08rem/1.3 var(--lpdc-font-display); letter-spacing:-.02em; }
.v05-research-card h3 a { color:#FBF7F0; text-decoration:none; }
.v05-research-card p { margin:10px 0 0; color:rgba(251,247,240,.66); font-size:.77rem; line-height:1.55; }
.v05-research-card__link { display:inline-block; margin-top:18px; color:#F2AE94; text-decoration:none; font-size:.72rem; font-weight:780; }
.v05-research-scope > div { display:flex; flex-direction:column; justify-content:flex-end; }
.v05-research-scope > div > span { margin-bottom:auto; color:#E99A7B; font-size:.64rem; font-weight:850; }
.v05-research-scope strong { color:#FBF7F0; font-size:1.02rem; }
.v05-research-scope p { margin:8px 0 0; color:rgba(251,247,240,.66); font-size:.78rem; line-height:1.55; }

/* Sources / boundaries */
.v05-sources { padding:28px 0; background:#EFE5D5; border-top:1px solid rgba(23,63,67,.11); border-bottom:1px solid rgba(23,63,67,.11); }
.v05-sources__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.v05-sources__grid > div { display:grid; gap:3px; padding-right:18px; border-right:1px solid rgba(23,63,67,.14); }
.v05-sources__grid > div:last-child { border-right:0; }
.v05-sources strong { color:var(--lpdc-petrol-2); font-size:.77rem; }
.v05-sources span { color:#647071; font-size:.7rem; line-height:1.45; }

/* FAQ */
.v05-faq { padding:clamp(62px,7vw,92px) 0; background:#FBF7F0; }
.v05-faq__grid { display:grid; grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr); gap:clamp(46px,7vw,88px); align-items:start; }
.v05-faq__intro { position:sticky; top:110px; }
.v05-faq-list { display:grid; gap:8px; }
.v05-faq-list details { padding:0 17px; border:1px solid rgba(23,63,67,.13); border-radius:13px; background:rgba(255,255,255,.55); }
.v05-faq-list details[open] { background:#fff; }
.v05-faq-list summary { position:relative; list-style:none; padding:18px 40px 18px 0; color:var(--lpdc-petrol-2); font-size:.86rem; font-weight:760; cursor:pointer; }
.v05-faq-list summary::-webkit-details-marker { display:none; }
.v05-faq-list summary::after { content:"+"; position:absolute; right:1px; top:13px; width:29px; height:29px; display:grid; place-items:center; border:1px solid rgba(23,63,67,.18); border-radius:50%; color:var(--lpdc-petrol); font-size:.92rem; }
.v05-faq-list details[open] summary::after { content:"−"; }
.v05-faq-list p { margin:-2px 36px 18px 0; color:#596567; font-size:.79rem; line-height:1.6; }

@media (max-width: 1050px) {
  .v05-hero__grid { grid-template-columns:minmax(0,1.1fr) minmax(310px,.9fr); gap:38px; }
  .v05-needs-grid,.v05-daily-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .v05-heading--split,.v05-after__grid,.v05-faq__grid,.v05-language-grid { grid-template-columns:1fr; gap:24px; }
  .v05-heading--split > p { max-width:720px; }
  .v05-hero__grid { grid-template-columns:1fr; }
  .v05-hero-nav { max-width:720px; }
  .v05-foundation ul { grid-template-columns:1fr; }
  .v05-faq__intro { position:static; }
  .v05-sources__grid { grid-template-columns:1fr; gap:10px; }
  .v05-sources__grid > div { padding:0 0 10px; border-right:0; border-bottom:1px solid rgba(23,63,67,.12); }
  .v05-sources__grid > div:last-child { padding-bottom:0; border-bottom:0; }
}

@media (max-width: 760px) {
  #commencer, #tdah-tsa, #apres-diagnostic, #quotidien, #comprendre-les-mots, #philosophie, #recherche, #faq { scroll-margin-top:76px; }
  .v05-hero { padding:42px 0 46px; }
  .v05-hero h1 { font-size:clamp(2.25rem,10.5vw,3.35rem); }
  .v05-hero__lead { margin-top:17px; font-size:.97rem; }
  .v05-hero__topics { margin-top:19px; }
  .v05-hero-nav a { padding:13px 16px; }
  .v05-needs,.v05-foundations,.v05-after,.v05-daily,.v05-language,.v05-philosophy,.v05-research,.v05-faq { padding:52px 0; }
  .v05-needs-grid,.v05-foundations-grid,.v05-daily-grid,.v05-philosophy-grid,.v05-research-grid,.v05-research-scope { grid-template-columns:1fr; }
  .v05-need { min-height:160px; }
  .v05-foundation ul { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .v05-daily-card,.v05-research-card,.v05-research-scope > div { min-height:170px; }
  .v05-philosophy-grid article { min-height:190px; }
  .v05-philosophy-grid h3 { margin-top:28px; }
}

@media (max-width: 520px) {
  .v05-heading h2,.v05-after h2,.v05-faq h2 { font-size:clamp(1.8rem,9vw,2.45rem); }
  .v05-needs-grid { grid-template-columns:1fr; }
  .v05-need { min-height:auto; }
  .v05-need__index { margin-bottom:12px; }
  .v05-need strong { margin-top:0; }
  .v05-foundation ul { grid-template-columns:1fr; }
  .v05-after__steps > div { grid-template-columns:38px minmax(0,1fr); gap:10px 14px; }
  .v05-term-cloud span { font-size:.69rem; }
}

@media (prefers-reduced-motion: reduce) {
  .v05-need:hover { transform:none; }
  .v05-hero-nav a:hover { padding-left:18px; }
}

/* =========================================================
   V0.6 — pages de fond et dossiers Hub & Spoke
   Présentation uniquement. Les contenus restent gérés par WordPress/plugins.
   ========================================================= */
.page-header {
  position: relative;
  overflow: hidden;
  padding: clamp(62px, 7vw, 94px) 0 clamp(46px, 5vw, 68px);
  background:
    radial-gradient(circle at 88% 18%, rgba(158,173,152,.24), transparent 24%),
    linear-gradient(180deg, var(--lpdc-cream), var(--lpdc-cream-2));
  border-bottom: 1px solid var(--lpdc-line);
}
.page-header::after {
  content:"";
  position:absolute;
  width:240px;
  height:240px;
  right:-110px;
  bottom:-150px;
  border:1px solid rgba(23,63,67,.13);
  border-radius:50%;
}
.page-header__inner { max-width: 1060px; }
.page-header__eyebrow {
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
  color:var(--lpdc-terracotta);
  font-size:.72rem;
  font-weight:850;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.page-header__eyebrow::before { content:""; width:26px; height:2px; background:currentColor; }
.page-header h1 {
  max-width: 960px;
  font-size: clamp(2.45rem, 5.4vw, 4.7rem);
  line-height: .99;
  letter-spacing: -.058em;
}
.page-header__intro {
  max-width: 780px;
  margin: 24px 0 0;
  color: #405052;
  font-size: clamp(1.02rem, 1.45vw, 1.19rem);
  line-height: 1.58;
}
.page-body { padding: clamp(52px, 6vw, 82px) 0 100px; }
.entry-content { font-size: 1rem; }
.entry-content > p { margin-bottom: 1.45em; }
.entry-content h2 { margin-top: 2.35em; margin-bottom: .72em; }
.entry-content h3 { margin-top: 1.9em; margin-bottom: .58em; }
.entry-content ul, .entry-content ol { padding-left: 1.25em; }
.entry-content li + li { margin-top: .48em; }
.entry-content a:not(.button) { text-decoration-color: color-mix(in srgb, var(--lpdc-terracotta) 55%, transparent); }

.lpdc-page-intro {
  position:relative;
  width:min(100%, 820px);
  margin:0 0 clamp(42px,5vw,62px);
  padding:26px 30px 26px 34px;
  background:var(--lpdc-cream);
  border:1px solid rgba(23,63,67,.12);
  border-radius:0 18px 18px 0;
  box-shadow:0 12px 38px rgba(21,32,34,.035);
}
.lpdc-page-intro::before { content:""; position:absolute; inset:0 auto 0 0; width:4px; background:var(--lpdc-terracotta); }
.lpdc-page-intro p { margin:0; color:var(--lpdc-petrol-2); font-size:1.08rem; line-height:1.65; }

.lpdc-callout {
  margin:2.1em 0;
  padding:24px 26px;
  border-radius:18px;
  background:color-mix(in srgb, var(--lpdc-sage) 22%, var(--lpdc-cream-2));
  border:1px solid color-mix(in srgb, var(--lpdc-sage) 45%, transparent);
}
.lpdc-callout strong { display:block; margin-bottom:6px; color:var(--lpdc-petrol-2); font-size:.93rem; }
.lpdc-callout p { margin:0; }

.lpdc-related-list {
  list-style:none;
  padding:0 !important;
  margin:1.2em 0 3em !important;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.lpdc-related-list li { margin:0 !important; }
.lpdc-related-list a {
  display:flex;
  min-height:64px;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 16px;
  border:1px solid var(--lpdc-line);
  border-radius:13px;
  background:var(--lpdc-cream-2);
  color:var(--lpdc-ink);
  text-decoration:none !important;
  font-weight:720;
  line-height:1.3;
}
.lpdc-related-list a::after { content:"↗"; color:var(--lpdc-terracotta); font-weight:800; }
.lpdc-related-list a:hover { border-color:rgba(198,111,78,.42); transform:translateY(-1px); }

.lpdc-source-list {
  margin:1em 0 2.2em !important;
  padding:18px 20px 18px 40px !important;
  border-top:1px solid var(--lpdc-line);
  border-bottom:1px solid var(--lpdc-line);
  background:color-mix(in srgb, var(--lpdc-cream) 48%, transparent);
  font-size:.82rem;
  line-height:1.55;
}
.lpdc-source-list li + li { margin-top:.65em; }
.lpdc-source-list a { color:#405052; }
.lpdc-back-to-hub {
  margin-top:44px;
  padding-top:24px;
  border-top:1px solid var(--lpdc-line);
}
.lpdc-back-to-hub a { display:inline-flex; text-decoration:none; font-weight:780; }

/* Dossiers */
.hub-hero {
  position:relative;
  overflow:hidden;
  padding:clamp(72px,8vw,108px) 0 clamp(54px,6vw,76px);
  background:
    radial-gradient(circle at 84% 8%, rgba(158,173,152,.18), transparent 28%),
    linear-gradient(135deg,var(--lpdc-petrol-2),var(--lpdc-petrol));
}
.hub-hero::after { content:""; position:absolute; right:-90px; bottom:-170px; width:390px; height:390px; border:1px solid rgba(251,247,240,.11); border-radius:50%; }
.hub-hero__inner { position:relative; z-index:1; max-width:1060px; }
.hub-hero__mark { width:38px; height:4px; margin-bottom:20px; border-radius:999px; background:var(--lpdc-terracotta); }
.hub-hero h1 { max-width:920px; font-size:clamp(2.8rem,6vw,5.35rem); line-height:.95; }
.hub-hero__intro { max-width:780px; font-size:clamp(1.03rem,1.55vw,1.22rem); line-height:1.58; }
.hub-introduction { padding-bottom:76px; }
.hub-spokes { padding:clamp(68px,7vw,94px) 0; }
.hub-spokes__head { align-items:end; }
.hub-spokes__head > p { max-width:330px; color:var(--lpdc-muted); font-size:.82rem; }
.spoke-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.spoke-card {
  position:relative;
  min-height:0;
  display:grid;
  grid-template-columns:40px 1fr 28px;
  gap:16px;
  align-items:start;
  padding:22px 22px;
  border-radius:16px;
  box-shadow:none;
}
.spoke-card__number { color:var(--lpdc-terracotta); font-size:.7rem; font-weight:850; letter-spacing:.06em; padding-top:4px; }
.spoke-card__arrow { display:grid; place-items:center; width:28px; height:28px; border:1px solid var(--lpdc-line); border-radius:50%; color:var(--lpdc-petrol); font-size:.8rem; }
.spoke-card h3 { margin:0 0 6px; font-size:1.13rem; line-height:1.22; }
.spoke-card p { max-width:520px; font-size:.79rem; line-height:1.48; }
.spoke-card:hover { transform:translateY(-2px); box-shadow:0 12px 34px rgba(22,34,35,.07); border-color:rgba(23,63,67,.28); }

@media (max-width: 900px) {
  .lpdc-related-list, .spoke-grid { grid-template-columns:1fr; }
  .hub-spokes__head > p { display:none; }
}
@media (max-width: 640px) {
  .page-header { padding-top:50px; }
  .page-header__intro { font-size:1rem; }
  .lpdc-page-intro { padding:21px 21px 21px 25px; border-radius:0 14px 14px 0; }
  .lpdc-page-intro p { font-size:1rem; }
  .entry-content h2 { font-size:1.7rem; }
  .spoke-card { grid-template-columns:32px 1fr 26px; gap:11px; padding:18px 16px; }
  .spoke-card p { font-size:.78rem; }
}


/* =========================================================
   V0.6.1 — correction de contraste sur les surfaces sombres
   ========================================================= */
.hub-hero,
.hub-hero h1,
.hub-hero h2,
.hub-hero h3 {
  color: #FBF7F0;
}
.hub-hero h1 {
  color: #FBF7F0 !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.08);
}
.hub-hero__intro {
  color: rgba(251,247,240,.84) !important;
}

/* Garde-fou : les grands titres des sections foncées ne doivent jamais
   reprendre la couleur pétrole globale des titres. */
.section--petrol .section-title,
.home-method .section-title,
.v05-foundations .section-title,
.v05-daily .section-title,
.v05-research .section-title {
  color: #FBF7F0 !important;
}

/* ==========================================================
   V0.7 — long-form pages and hubs
   ========================================================== */
.page-header--editorial {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 7vw, 92px) 0 clamp(42px, 5vw, 68px);
  background:
    radial-gradient(circle at 86% 18%, rgba(158,173,152,.16), transparent 26%),
    linear-gradient(180deg, #fbf7f0 0%, #f5ecdf 100%);
  border-bottom: 1px solid rgba(23,63,67,.1);
}
.page-header--editorial::after {
  content:"";
  position:absolute;
  right:clamp(24px,8vw,150px);
  bottom:-95px;
  width:210px;
  height:210px;
  border:1px solid rgba(23,63,67,.12);
  border-radius:50%;
}
.page-header--editorial .page-header__inner { max-width: 1040px; position:relative; z-index:1; }
.page-header--editorial h1 {
  max-width: 920px;
  color: var(--lpdc-petrol-2);
  font-size: clamp(2.45rem, 5.2vw, 4.65rem);
  line-height: .99;
  letter-spacing: -.057em;
}
.page-header__eyebrow--link { text-decoration:none; }
.page-header__eyebrow--link:hover { color:var(--lpdc-terracotta); }
.page-header--editorial .page-header__intro {
  max-width: 790px;
  margin-top: 22px;
  color:#516062;
  font-size:clamp(1rem,1.3vw,1.16rem);
  line-height:1.62;
}
.lpdc-page-layout {
  display:grid;
  grid-template-columns:minmax(0,760px) minmax(250px,310px);
  align-items:start;
  justify-content:space-between;
  gap:clamp(52px,7vw,92px);
  padding-top:clamp(50px,6vw,78px);
  padding-bottom:110px;
}
.page-body--editorial { padding:0; min-width:0; }
.entry-content--page { width:100%; margin:0; font-size:1.03rem; line-height:1.78; }
.entry-content--page > p { max-width:72ch; }
.entry-content--page h2 {
  position:relative;
  margin-top:2.4em;
  padding-top:.35em;
  font-size:clamp(1.7rem,2.7vw,2.35rem);
}
.entry-content--page h2::before {
  content:"";
  display:block;
  width:34px;
  height:3px;
  margin-bottom:15px;
  border-radius:999px;
  background:var(--lpdc-terracotta);
}
.entry-content--page .lpdc-page-intro {
  margin:0 0 46px;
  padding:27px 30px 27px 34px;
  background:linear-gradient(135deg, rgba(158,173,152,.18), rgba(243,235,221,.7));
  border:1px solid rgba(23,63,67,.1);
  border-radius:0 18px 18px 0;
}
.entry-content--page .lpdc-page-intro p { font-size:1.1rem; line-height:1.72; }
.lpdc-page-aside { min-width:0; }
.lpdc-page-aside__inner { position:sticky; top:96px; display:grid; gap:14px; }
.lpdc-toc-card, .lpdc-sibling-card {
  border:1px solid rgba(23,63,67,.13);
  border-radius:18px;
  background:#fbf8f2;
  box-shadow:0 10px 32px rgba(22,34,35,.045);
}
.lpdc-toc-card { padding:20px 20px 18px; }
.lpdc-aside-label {
  margin-bottom:13px;
  color:var(--lpdc-terracotta);
  font-size:.65rem;
  line-height:1.2;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.lpdc-toc-card ol { list-style:none; padding:0; margin:0; counter-reset:lpdc-toc; }
.lpdc-toc-card li { counter-increment:lpdc-toc; border-top:1px solid rgba(23,63,67,.08); }
.lpdc-toc-card li:first-child { border-top:0; }
.lpdc-toc-card a {
  display:grid;
  grid-template-columns:26px 1fr;
  gap:7px;
  padding:10px 0;
  color:#425052;
  text-decoration:none;
  font-size:.76rem;
  line-height:1.38;
}
.lpdc-toc-card a::before { content:counter(lpdc-toc, decimal-leading-zero); color:var(--lpdc-terracotta); font-size:.61rem; font-weight:800; padding-top:2px; }
.lpdc-toc-card a:hover { color:var(--lpdc-petrol-2); }
.lpdc-sibling-card { overflow:hidden; padding:20px; }
.lpdc-sibling-card__hub {
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:13px 14px;
  margin:0 -4px 10px;
  border-radius:11px;
  background:var(--lpdc-petrol);
  color:#fffaf2;
  text-decoration:none;
  font-size:.78rem;
  font-weight:780;
}
.lpdc-sibling-card ul { list-style:none; margin:0; padding:0; }
.lpdc-sibling-card li { border-top:1px solid rgba(23,63,67,.08); }
.lpdc-sibling-card li:first-child { border-top:0; }
.lpdc-sibling-card li a { display:block; padding:9px 1px; color:#536062; text-decoration:none; font-size:.72rem; line-height:1.38; }
.lpdc-sibling-card li a:hover { color:var(--lpdc-petrol); }

/* FAQ blocks generated by the editorial base. */
.lpdc-page-faq { display:grid; gap:9px; margin:0 0 2.1em; }
.lpdc-page-faq details {
  border:1px solid rgba(23,63,67,.12);
  border-radius:14px;
  background:#fbf8f2;
  padding:0 18px;
}
.lpdc-page-faq summary {
  position:relative;
  cursor:pointer;
  list-style:none;
  padding:17px 34px 17px 0;
  color:var(--lpdc-petrol-2);
  font-weight:780;
}
.lpdc-page-faq summary::-webkit-details-marker { display:none; }
.lpdc-page-faq summary::after { content:"+"; position:absolute; right:0; top:14px; color:var(--lpdc-terracotta); font-size:1.3rem; font-weight:500; }
.lpdc-page-faq details[open] summary::after { content:"−"; }
.lpdc-page-faq details p { margin:-2px 30px 17px 0; color:#526062; font-size:.9rem; line-height:1.65; }

/* Philosophy author index. */
.lpdc-author-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:0 0 2.2em;
}
.lpdc-author-grid a {
  display:flex;
  flex-direction:column;
  gap:5px;
  min-height:96px;
  justify-content:center;
  padding:17px 18px;
  border:1px solid rgba(23,63,67,.12);
  border-radius:14px;
  background:#fbf8f2;
  text-decoration:none !important;
}
.lpdc-author-grid strong { color:var(--lpdc-petrol-2); font-family:var(--lpdc-font-display); font-size:1.05rem; }
.lpdc-author-grid span { color:#697577; font-size:.72rem; line-height:1.35; }
.lpdc-author-grid a:hover { border-color:rgba(198,111,78,.42); transform:translateY(-1px); }

/* Related links and sources now form real end-of-page modules. */
.entry-content--page .lpdc-related-list {
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}
.entry-content--page .lpdc-source-list {
  margin-top:0;
  padding:22px 24px 22px 43px;
  border:1px solid rgba(23,63,67,.1);
  border-radius:16px;
  background:#f4ede2;
}
.entry-content--page .lpdc-source-list li { color:#556163; font-size:.83rem; line-height:1.55; }
.entry-content--page .lpdc-callout {
  margin:2.2em 0;
  padding:22px 24px;
  border-radius:15px;
  background:rgba(158,173,152,.14);
  border:1px solid rgba(23,63,67,.1);
  border-left:4px solid var(--lpdc-sage);
}

/* Hub pages: shorter hero, premium split introduction and denser child navigation. */
.hub-hero--v07 { padding:clamp(58px,7vw,90px) 0 clamp(48px,6vw,72px); }
.hub-hero--v07 h1 { color:#fbf7f0 !important; font-size:clamp(2.55rem,5.2vw,4.8rem); max-width:880px; line-height:.98; }
.hub-hero--v07 .hub-hero__intro { color:rgba(251,247,240,.82); max-width:760px; }
.hub-introduction--v07 { padding:clamp(50px,6vw,78px) 0 70px; background:#fffaf4; }
.hub-introduction__grid {
  display:grid;
  grid-template-columns:minmax(0,760px) minmax(250px,310px);
  justify-content:space-between;
  align-items:start;
  gap:clamp(52px,7vw,90px);
}
.entry-content--hub { width:100%; margin:0; font-size:1.01rem; line-height:1.75; }
.entry-content--hub h2 { font-size:clamp(1.65rem,2.55vw,2.3rem); }
.hub-quicknav {
  position:sticky;
  top:96px;
  padding:21px 21px 18px;
  border:1px solid rgba(23,63,67,.13);
  border-radius:18px;
  background:#f5ecdf;
}
.hub-quicknav > p { margin:0 0 12px; color:#5e6a6c; font-size:.75rem; line-height:1.5; }
.hub-quicknav ul { list-style:none; padding:0; margin:0; }
.hub-quicknav li { border-top:1px solid rgba(23,63,67,.09); }
.hub-quicknav li a { display:block; padding:9px 0; color:#344345; text-decoration:none; font-size:.74rem; line-height:1.38; }
.hub-quicknav__all { display:inline-block; margin-top:14px; color:var(--lpdc-petrol); font-size:.7rem; font-weight:800; text-decoration:none; }
.hub-spokes--v07 { padding:clamp(64px,7vw,96px) 0; background:#f2e9db; border-top:1px solid rgba(23,63,67,.08); }
.spoke-grid--v07 { grid-template-columns:repeat(2,minmax(0,1fr)); gap:11px; }
.spoke-card--v07 {
  min-height:154px;
  align-items:start;
  padding:22px;
  border-radius:17px;
  background:rgba(255,255,255,.58);
  border:1px solid rgba(23,63,67,.12);
}
.spoke-card--v07 h3 { margin-bottom:7px; font-size:1.08rem; }
.spoke-card--v07 p { font-size:.76rem; line-height:1.5; }
.spoke-card--v07:hover { background:#fff; border-color:rgba(198,111,78,.32); transform:translateY(-2px); }

@media (max-width: 980px) {
  .lpdc-page-layout, .hub-introduction__grid { grid-template-columns:minmax(0,1fr); gap:34px; }
  .lpdc-page-aside__inner, .hub-quicknav { position:static; }
  .lpdc-page-aside { max-width:760px; width:100%; }
  .lpdc-page-aside__inner { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .hub-quicknav { max-width:760px; }
}
@media (max-width: 720px) {
  .page-header--editorial { padding-top:44px; }
  .page-header--editorial h1 { font-size:clamp(2.1rem,10vw,3.2rem); }
  .lpdc-page-layout { width:min(calc(100% - 28px), var(--lpdc-wide)); padding-top:38px; padding-bottom:78px; }
  .lpdc-page-aside__inner { grid-template-columns:1fr; }
  .entry-content--page { font-size:.98rem; line-height:1.72; }
  .entry-content--page .lpdc-page-intro { padding:21px 20px 21px 24px; margin-bottom:34px; }
  .entry-content--page .lpdc-related-list, .lpdc-author-grid, .spoke-grid--v07 { grid-template-columns:1fr; }
  .hub-introduction--v07 { padding-top:38px; }
  .hub-introduction__grid { width:min(calc(100% - 28px), var(--lpdc-wide)); }
  .spoke-card--v07 { min-height:auto; }
}
@media (prefers-reduced-motion: reduce) {
  .lpdc-author-grid a:hover, .spoke-card--v07:hover { transform:none; }
}

/* ==========================================================
   V0.8 — pages plus denses, maillage visible et lecture fluide
   ========================================================== */
.lpdc-page-layout {
  gap: clamp(38px,5vw,68px);
  padding-top: clamp(38px,4.5vw,58px);
  padding-bottom: 88px;
}
.entry-content--page {
  font-size: 1.02rem;
  line-height: 1.70;
}
.entry-content--page > p,
.entry-content--page .lpdc-page-intro p,
.entry-content--page .lpdc-page-faq p {
  text-wrap: pretty;
}
.entry-content--page > p { margin-bottom: 1.02em; }
.entry-content--page h2 {
  margin-top: 1.62em;
  margin-bottom: .52em;
  padding-top: 0;
  font-size: clamp(1.62rem,2.45vw,2.14rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.entry-content--page h2::before {
  width: 28px;
  height: 3px;
  margin-bottom: 10px;
}
.entry-content--page h3 {
  margin-top: 1.38em;
  margin-bottom: .45em;
}
.entry-content--page ul,
.entry-content--page ol {
  margin-top: .72em;
  margin-bottom: 1.1em;
}
.entry-content--page li + li { margin-top: .34em; }
.entry-content--page strong {
  color: var(--lpdc-petrol-2);
  font-weight: 790;
}
.entry-content--page .lpdc-page-intro {
  margin-bottom: 31px;
  padding: 23px 27px 23px 31px;
  border-radius: 0 16px 16px 0;
}
.entry-content--page .lpdc-page-intro p {
  font-size: 1.06rem;
  line-height: 1.66;
}
.lpdc-page-faq {
  gap: 7px;
  margin-bottom: 1.55em;
}
.lpdc-page-faq details { border-radius: 12px; padding: 0 16px; }
.lpdc-page-faq summary { padding: 14px 32px 14px 0; }
.lpdc-page-faq summary::after { top: 11px; }
.lpdc-page-faq details p { margin: -1px 28px 14px 0; line-height: 1.58; }
.lpdc-toc-card { padding: 17px 18px 15px; }
.lpdc-toc-card a { padding: 8px 0; }
.lpdc-sibling-card { padding: 17px 18px; }
.lpdc-sibling-card li a { padding: 7px 1px; }
.entry-content--page .lpdc-related-list { margin-bottom: 2.1em !important; }
.entry-content--page .lpdc-source-list { padding: 18px 21px 18px 39px; }
.lpdc-back-to-hub { margin-top: 32px; padding-top: 19px; }

/* Les éléments annoncés sur l'accueil sont désormais de vrais accès vers les pages. */
a.v05-daily-card {
  color: inherit;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
a.v05-daily-card:hover {
  transform: translateY(-2px);
  border-color: rgba(224,138,104,.5);
  background: rgba(255,255,255,.035);
}
.v05-term-cloud a {
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--lpdc-cream);
  color: #384749;
  font-size: .73rem;
  font-weight: 720;
  text-decoration: none;
  transition: background .18s ease, color .18s ease;
}
.v05-term-cloud a:hover { background: var(--lpdc-petrol); color: #fffaf2; }
a.v05-myth { color: inherit; text-decoration: none; }
a.v05-myth:hover p { color: var(--lpdc-petrol); }
.v05-philosophy-grid > a {
  display: block;
  min-height: 230px;
  padding: 25px 23px;
  border: 1px solid rgba(23,63,67,.13);
  border-radius: 18px;
  background: rgba(255,255,255,.46);
  color: inherit;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.v05-philosophy-grid > a:hover { transform: translateY(-2px); border-color: rgba(198,111,78,.38); background: rgba(255,255,255,.72); }
.v05-philosophy-grid > a > span { color: var(--lpdc-terracotta); font-size: .64rem; font-weight: 850; letter-spacing: .08em; }
.v05-philosophy-grid > a h3 { margin: 42px 0 0; }
.v05-philosophy-grid > a p { margin: 10px 0 0; }
.v08-after-links {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 4px;
}
.v08-after-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 13px;
  border: 1px solid rgba(23,63,67,.14);
  border-radius: 999px;
  color: var(--lpdc-petrol);
  background: rgba(255,255,255,.46);
  text-decoration: none;
  font-size: .76rem;
  font-weight: 760;
}
.v08-after-links a:hover { border-color: rgba(198,111,78,.42); }

/* Les hubs gagnent eux aussi en densité. */
.hub-introduction--v07 { padding: clamp(42px,5vw,62px) 0 54px; }
.entry-content--hub { line-height: 1.68; }
.entry-content--hub > p { margin-bottom: 1em; }
.entry-content--hub h2 { margin-top: 1.65em; margin-bottom: .55em; }
.hub-spokes--v07 { padding: clamp(52px,6vw,76px) 0; }

@media (max-width: 980px) {
  .lpdc-page-layout { gap: 28px; }
}
@media (max-width: 720px) {
  .lpdc-page-layout { padding-top: 30px; padding-bottom: 64px; }
  .entry-content--page { font-size: .98rem; line-height: 1.68; }
  .entry-content--page h2 { margin-top: 1.48em; font-size: clamp(1.48rem,7vw,1.92rem); }
  .entry-content--page .lpdc-page-intro { margin-bottom: 26px; padding: 19px 18px 19px 22px; }
  .v05-philosophy-grid > a { min-height: 180px; }
  .v05-philosophy-grid > a h3 { margin-top: 26px; }
  .v08-after-links { display: grid; grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  a.v05-daily-card:hover,
  .v05-philosophy-grid > a:hover { transform: none; }
}

