/* ============================================
   GILLES CHERIX — Site
   Design System V8 — Vivant
   Prune · Abricot · Lavande · Pêche · Crème
   ============================================ */

:root {
  /* Palette */
  --lavande:         #b7a3e8;
  --lavande-clair:   #d4c6f0;
  --lavande-sombre:  #9a82d4;
  --abricot:         #f59e3f;
  --abricot-clair:   #fab863;
  --abricot-sombre:  #d17f1f;
  --prune:           #2c1a4a;
  --prune-sombre:    #1a0f2a;
  --prune-nuit:      #0d0719;
  --peche:           #f7d8b8;
  --peche-clair:     #fbe8cf;
  --creme:           #faf5ec;
  --creme-chaud:     #f5eddb;

  /* Radii */
  --radius-sm: 8px;
  --radius:    12px;
  --radius-lg: 20px;
  --radius-xl: 28px;

  /* Ghost custom fonts — surchargeable depuis Ghost Admin > Settings > Branding.
     Si l'utilisateur ne change rien, on garde Fraunces / IBM Plex Sans. */
  --gh-font-heading: 'Fraunces', Georgia, serif;
  --gh-font-body: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;
}

/* Reset */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--gh-font-body);
  color: var(--prune);
  background: var(--creme);
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.6;
}
img { display: block; max-width: 100%; height: auto; }
ul, ol { list-style: none; }
a { color: inherit; text-decoration: none; }

/* ============================================
   BLOBS — formes organiques respirantes
   ============================================ */
.blob {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(0.5px);
}

/* ============================================
   NAVIGATION
   ============================================ */
.topnav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(180deg, var(--prune-nuit) 0%, var(--prune) 100%);
  color: var(--creme);
  padding: 14px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(250,245,236,0.08);
  flex-wrap: wrap;
  gap: 16px;
  backdrop-filter: blur(8px);
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--creme);
  letter-spacing: normal;
  text-transform: none;
  font-family: 'IBM Plex Sans', sans-serif;
}
.logo-symbol {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}
.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.logo-name {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--creme);
  letter-spacing: -0.01em;
  font-variation-settings: "opsz" 72;
}
.logo-tagline {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: rgba(250,245,236,0.55);
  letter-spacing: 0.04em;
  text-transform: none;
  margin-top: 2px;
}
.topnav-links {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
}
.topnav-links a {
  color: rgba(250,245,236,0.65);
  padding: 6px 12px;
  transition: all 0.2s;
  font-weight: 500;
  border-radius: 6px;
}
.topnav-links a:hover {
  color: var(--abricot);
  background: rgba(250,245,236,0.05);
}

/* Bouton hamburger — caché en desktop, affiché en mobile via media query */
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid rgba(250,245,236,0.18);
  border-radius: 10px;
  cursor: pointer;
  padding: 0;
  position: relative;
  transition: border-color 0.25s ease, background 0.25s ease;
  flex-shrink: 0;
}
.nav-toggle:hover {
  border-color: rgba(245,158,63,0.5);
  background: rgba(250,245,236,0.04);
}
.nav-toggle-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1.5px;
  background: var(--creme);
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.2s ease, background 0.25s ease;
}
.nav-toggle-bar:nth-child(1) { transform: translate(-50%, calc(-50% - 6px)); }
.nav-toggle-bar:nth-child(3) { transform: translate(-50%, calc(-50% + 6px)); }

/* Animation hamburger → croix quand le menu est ouvert */
.topnav.is-open .nav-toggle-bar { background: var(--abricot); }
.topnav.is-open .nav-toggle-bar:nth-child(1) { transform: translate(-50%, -50%) rotate(45deg); }
.topnav.is-open .nav-toggle-bar:nth-child(2) { opacity: 0; }
.topnav.is-open .nav-toggle-bar:nth-child(3) { transform: translate(-50%, -50%) rotate(-45deg); }

/* ============================================
   LAYOUT COMMUN
   ============================================ */
section {
  padding: 110px 0;
  scroll-margin-top: 70px;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
  z-index: 2;
}

.section-header {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 2px solid var(--prune);
  max-width: 880px;
}

.section-number {
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: 72px;
  line-height: 0.9;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, var(--abricot) 0%, var(--abricot-sombre) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-variation-settings: "opsz" 144;
  margin-bottom: 8px;
  font-style: italic;
}

.section-title {
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--prune);
  font-variation-settings: "opsz" 144;
  max-width: 800px;
}
.section-title em {
  font-style: italic;
  color: var(--abricot);
}

.section-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
  color: var(--prune);
  line-height: 1.6;
  text-align: right;
  opacity: 0.7;
  max-width: 280px;
}

.lead {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 780px;
  margin-bottom: 48px;
  color: var(--prune);
}

.eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: var(--abricot);
  margin-bottom: 16px;
  display: inline-block;
}

/* ============================================
   BOUTONS
   ============================================ */
.btn {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  border-radius: var(--radius-sm);
  transition: all 0.25s;
  white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; transition: transform 0.25s; }
.btn:hover svg { transform: translateX(3px); }

.btn-primary {
  background: linear-gradient(135deg, var(--abricot) 0%, var(--abricot-sombre) 100%);
  color: var(--prune);
  font-weight: 600;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(245,158,63,0.4);
}

.btn-dark {
  background: linear-gradient(135deg, var(--prune) 0%, var(--prune-sombre) 100%);
  color: var(--creme);
}
.btn-dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(44,26,74,0.3);
}

.btn-ghost-light {
  background: transparent;
  color: var(--creme);
  border: 1.5px solid rgba(250,245,236,0.4);
}
.btn-ghost-light:hover {
  background: var(--creme);
  color: var(--prune);
  border-color: var(--creme);
}

/* ============================================
   HERO
   ============================================ */
.hero {
  background: linear-gradient(160deg, var(--prune) 0%, var(--prune-sombre) 60%, var(--prune-nuit) 100%);
  color: var(--creme);
  padding: 80px 0 100px;
  border-bottom: 4px solid var(--abricot);
  position: relative;
  overflow: hidden;
}

.hero-blob-1 {
  top: -120px;
  right: -150px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(245,158,63,0.28) 0%, rgba(245,158,63,0) 70%);
}
.hero-blob-2 {
  bottom: -220px;
  left: -180px;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(183,163,232,0.25) 0%, rgba(183,163,232,0) 70%);
}
.hero-blob-3 {
  top: 40%;
  left: 55%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(247,216,184,0.12) 0%, rgba(247,216,184,0) 70%);
}

.hero .eyebrow { color: var(--abricot); }

.hero-title {
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: clamp(52px, 8vw, 108px);
  line-height: 0.92;
  letter-spacing: -0.035em;
  font-variation-settings: "opsz" 144;
  color: var(--creme);
  max-width: 1050px;
}
.hero-title em {
  font-style: italic;
  background: linear-gradient(135deg, var(--abricot-clair) 0%, var(--abricot) 50%, var(--abricot-sombre) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-lead {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
  max-width: 680px;
  margin-top: 36px;
  color: rgba(250, 245, 236, 0.85);
}

.hero-actions {
  margin-top: 48px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-identity {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  align-items: center;
  padding: 32px;
  background: linear-gradient(135deg, rgba(183,163,232,0.1) 0%, rgba(245,158,63,0.06) 100%);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(250,245,236,0.1);
}
.hero-photo {
  width: 100%;
  aspect-ratio: 1;
  background: linear-gradient(135deg, var(--abricot-clair), var(--lavande)) center/cover no-repeat;
  border-radius: 50%;
  border: 3px solid var(--abricot);
  box-shadow: 0 20px 60px rgba(245,158,63,0.25);
}
.hero-baseline {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-style: italic;
  font-size: 24px;
  line-height: 1.35;
  color: rgba(250, 245, 236, 0.92);
  max-width: 560px;
}
.hero-baseline em {
  font-style: italic;
  color: var(--abricot-clair);
  font-weight: 700;
}
.hero-sig {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--abricot);
  margin-top: 18px;
  font-weight: 500;
}

/* ============================================
   PROMESSE — bandeau pêche chaud
   ============================================ */
.promise {
  background: linear-gradient(180deg, var(--peche-clair) 0%, var(--peche) 100%);
  padding: 120px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.promise-blob-1 {
  top: -100px;
  left: -120px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(183,163,232,0.35) 0%, rgba(183,163,232,0) 70%);
}
.promise-blob-2 {
  bottom: -120px;
  right: -100px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(245,158,63,0.35) 0%, rgba(245,158,63,0) 70%);
}
.promise-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.promise h2 {
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--prune);
  font-variation-settings: "opsz" 144;
  margin-bottom: 28px;
}
.promise h2 em {
  font-style: italic;
  color: var(--abricot-sombre);
}
.promise p {
  font-size: 20px;
  line-height: 1.6;
  color: var(--prune);
  max-width: 720px;
  margin: 0 auto;
  opacity: 0.85;
}

/* ============================================
   IDÉES REÇUES
   ============================================ */
.idees {
  background: linear-gradient(180deg, var(--creme) 0%, var(--creme-chaud) 100%);
}
.idees-blob {
  top: 15%;
  right: -120px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(247,216,184,0.5) 0%, rgba(247,216,184,0) 70%);
}

.idees-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.idee {
  padding: 38px 32px;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s;
}
.idee:hover { transform: translateY(-4px); }

.idee:nth-child(1) {
  background: linear-gradient(135deg, var(--lavande-clair) 0%, var(--lavande) 100%);
  color: var(--prune);
}
.idee:nth-child(2) {
  background: linear-gradient(135deg, var(--peche) 0%, var(--abricot-clair) 100%);
  color: var(--prune);
}
.idee:nth-child(3) {
  background: linear-gradient(135deg, var(--lavande) 0%, var(--lavande-sombre) 100%);
  color: var(--creme);
}
.idee:nth-child(3) h3 em { color: var(--abricot-clair); }

.idee::after {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  z-index: 0;
}
.idee > * { position: relative; z-index: 1; }

.idee-num {
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
  font-variation-settings: "opsz" 144;
  opacity: 0.45;
  font-style: italic;
}
.idee h3 {
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-variation-settings: "opsz" 144;
  margin-bottom: 14px;
}
.idee h3 em { font-style: italic; }
.idee p {
  font-size: 14.5px;
  line-height: 1.65;
}

.idees-outro {
  max-width: 760px;
  margin: 64px auto 0;
  text-align: center;
  padding-top: 32px;
  border-top: 1px solid rgba(44,26,74,0.15);
}
.idees-outro p {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-style: italic;
  font-size: 24px;
  line-height: 1.45;
  color: var(--prune);
}
.idees-outro p + p {
  margin-top: 14px;
  font-size: 17px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-style: normal;
  opacity: 0.75;
}

/* ============================================
   RACCOURCI "15 ans" — prune pleine page
   ============================================ */
.shortcut {
  background: linear-gradient(160deg, var(--prune) 0%, var(--prune-sombre) 100%);
  color: var(--creme);
  padding: 120px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.shortcut-blob {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(245,158,63,0.14) 0%, rgba(245,158,63,0) 60%);
}
.shortcut-quote {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.25;
  color: var(--creme);
  max-width: 920px;
  margin: 0 auto 40px;
  letter-spacing: -0.015em;
  font-variation-settings: "opsz" 144;
}
.shortcut-quote em {
  font-style: italic;
  color: var(--abricot-clair);
  font-weight: 700;
}
.shortcut-pledge {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: var(--abricot);
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.shortcut-pledge::before,
.shortcut-pledge::after {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--abricot);
  opacity: 0.5;
}

/* ============================================
   MIROIR — fatigue (prune) / joie (pêche-abricot)
   ============================================ */
.mirror {
  background: var(--creme);
}
.mirror .container { max-width: 1280px; }

.mirror-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.mirror-col {
  border-radius: var(--radius-lg);
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
}
.mirror-col.fatigue {
  background: linear-gradient(160deg, var(--prune) 0%, var(--prune-sombre) 100%);
  color: var(--creme);
}
.mirror-col.joie {
  background: linear-gradient(160deg, var(--peche-clair) 0%, var(--peche) 55%, var(--abricot-clair) 100%);
  color: var(--prune);
}

.mirror-col::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  z-index: 0;
}
.mirror-col.fatigue::after {
  background: radial-gradient(circle, rgba(183,163,232,0.2) 0%, rgba(183,163,232,0) 70%);
}
.mirror-col.joie::after {
  background: radial-gradient(circle, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 70%);
}

.mirror-col > * { position: relative; z-index: 1; }

.mirror-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  margin-bottom: 14px;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
}
.mirror-col.fatigue .mirror-label {
  background: rgba(250,245,236,0.08);
  color: var(--lavande-clair);
}
.mirror-col.joie .mirror-label {
  background: rgba(44,26,74,0.1);
  color: var(--prune);
}

.mirror-col h3 {
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: 38px;
  line-height: 1.05;
  letter-spacing: -0.025em;
  font-variation-settings: "opsz" 144;
  margin-bottom: 32px;
  max-width: 440px;
}
.mirror-col h3 em { font-style: italic; }
.mirror-col.fatigue h3 em { color: var(--lavande-clair); }
.mirror-col.joie h3 em { color: var(--abricot-sombre); }

.mirror-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid;
}
.mirror-col.fatigue .mirror-list { border-top-color: rgba(250,245,236,0.15); }
.mirror-col.joie .mirror-list { border-top-color: rgba(44,26,74,0.15); }

.mirror-item h4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 6px;
  text-transform: none;
  letter-spacing: 0;
}
.mirror-item p {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.8;
}

/* ============================================
   DÉCLENCHEURS
   ============================================ */
.triggers {
  background: linear-gradient(180deg, var(--creme-chaud) 0%, var(--peche-clair) 100%);
}
.triggers-blob {
  bottom: 10%;
  right: -100px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(183,163,232,0.3) 0%, rgba(183,163,232,0) 70%);
}

.triggers-list {
  max-width: 920px;
  margin: 0 auto;
}
.trigger {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(44,26,74,0.15);
  align-items: baseline;
  transition: padding 0.3s;
}
.trigger:first-child { border-top: 1px solid rgba(44,26,74,0.15); }
.trigger:hover { padding-left: 12px; }

.trigger-num {
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: 56px;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--abricot-sombre);
  font-variation-settings: "opsz" 144;
  font-style: italic;
}
.trigger-body strong {
  display: block;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--prune);
  margin-bottom: 8px;
  line-height: 1.35;
}
.trigger-body span {
  display: block;
  font-size: 15px;
  color: var(--prune);
  opacity: 0.72;
  line-height: 1.6;
}

.triggers-conclusion {
  max-width: 720px;
  margin: 64px auto 0;
  text-align: center;
  padding: 36px;
  background: var(--creme);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(44,26,74,0.1);
}
.triggers-conclusion p {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-style: italic;
  font-size: 22px;
  line-height: 1.45;
  color: var(--prune);
  margin-bottom: 24px;
}
.triggers-conclusion p em {
  font-style: italic;
  color: var(--abricot-sombre);
  font-weight: 700;
}

/* ============================================
   CAS CONCRETS
   ============================================ */
.proof {
  background: var(--creme);
}
.cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.case-card {
  padding: 36px 32px;
  background: var(--creme);
  border: 1px solid rgba(44,26,74,0.12);
  border-radius: var(--radius-lg);
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(44,26,74,0.12);
  border-color: var(--abricot);
}

.case-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--abricot) 0%, var(--abricot-sombre) 100%);
  color: var(--prune);
  display: inline-block;
  margin-bottom: 22px;
}

.case-card h3 {
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--prune);
  font-variation-settings: "opsz" 144;
  margin-bottom: 16px;
}
.case-card h3 em { font-style: italic; color: var(--abricot-sombre); }

.case-problem {
  font-size: 14.5px;
  color: var(--prune);
  opacity: 0.72;
  line-height: 1.65;
  margin-bottom: 22px;
  font-style: italic;
}

.case-result {
  padding: 22px 22px 22px 28px;
  background: linear-gradient(135deg, var(--peche-clair) 0%, var(--peche) 100%);
  border-radius: var(--radius);
  margin-bottom: 18px;
  position: relative;
}
.case-result::before {
  content: "";
  position: absolute;
  left: 10px; top: 16px; bottom: 16px;
  width: 3px;
  background: var(--abricot-sombre);
  border-radius: 2px;
}
.case-result-label {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--abricot-sombre);
  margin-bottom: 8px;
}
.case-result p {
  font-size: 14.5px;
  color: var(--prune);
  line-height: 1.6;
}

.case-context {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--prune);
  opacity: 0.55;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ============================================
   OFFRES
   ============================================ */
.offerings {
  background: linear-gradient(180deg, var(--creme) 0%, var(--creme-chaud) 100%);
}
.offerings-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.offering-card {
  padding: 32px 26px;
  background: var(--creme);
  border: 1px solid rgba(44,26,74,0.12);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  position: relative;
}
.offering-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(245,158,63,0.2);
  border-color: var(--abricot);
}

.offering-card.featured {
  background: linear-gradient(160deg, var(--lavande-clair) 0%, var(--lavande) 100%);
  border-color: var(--lavande);
  color: var(--prune);
}
.offering-card.featured::before {
  content: "Le plus demandé";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--abricot) 0%, var(--abricot-sombre) 100%);
  color: var(--prune);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 999px;
  white-space: nowrap;
}

.offering-header {
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(44,26,74,0.15);
}
.offering-card.featured .offering-header {
  border-bottom-color: rgba(44,26,74,0.25);
}

.offering-header h3 {
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--prune);
  font-variation-settings: "opsz" 144;
  margin-bottom: 6px;
}
.offering-duration {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--prune);
  opacity: 0.65;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
}

.offering-body {
  flex-grow: 1;
  margin-bottom: 22px;
}
.offering-body strong {
  display: block;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--prune);
  margin-bottom: 12px;
  line-height: 1.4;
}
.offering-body p {
  font-size: 13.5px;
  color: var(--prune);
  opacity: 0.78;
  line-height: 1.6;
  margin-bottom: 10px;
}
.offering-option {
  font-size: 12.5px !important;
  opacity: 0.6 !important;
  font-style: italic;
}

.offering-cta {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--prune);
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  text-align: center;
  transition: all 0.25s;
  background: transparent;
  border: 1.5px solid var(--prune);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.offering-cta:hover {
  background: var(--prune);
  color: var(--creme);
}
.offering-card.featured .offering-cta {
  background: var(--prune);
  color: var(--creme);
  border-color: var(--prune);
}
.offering-card.featured .offering-cta:hover {
  background: var(--prune-sombre);
}

/* ============================================
   TÉMOIGNAGES
   ============================================ */
.testimonials {
  background: linear-gradient(180deg, var(--peche-clair) 0%, var(--peche) 100%);
  position: relative;
  overflow: hidden;
}
.testimonials-blob {
  top: 20%;
  left: -100px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(183,163,232,0.3) 0%, rgba(183,163,232,0) 70%);
}

.carousel {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}
.carousel-container {
  overflow: hidden;
  border-radius: var(--radius-lg);
}
.carousel-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-card {
  min-width: 100%;
  padding: 56px 60px;
  background: var(--creme);
  border-radius: var(--radius-lg);
  text-align: center;
  border: 1px solid rgba(44,26,74,0.1);
}
.testimonial-card.featured {
  background: linear-gradient(160deg, var(--creme) 0%, var(--peche-clair) 100%);
}

.testimonial-quote {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-style: italic;
  font-size: 26px;
  line-height: 1.35;
  color: var(--prune);
  margin-bottom: 26px;
  letter-spacing: -0.01em;
  font-variation-settings: "opsz" 144;
}
.testimonial-quote::before {
  content: "\201C";
  display: block;
  font-family: 'Fraunces', serif;
  font-size: 64px;
  color: var(--abricot);
  line-height: 0.3;
  margin-bottom: 12px;
  font-weight: 900;
}

.testimonial-result {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 15px;
  color: var(--prune);
  opacity: 0.75;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-author {
  padding-top: 24px;
  border-top: 1px solid rgba(44,26,74,0.15);
  display: flex;
  justify-content: center;
}
.testimonial-author h4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--prune);
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 4px;
}
.testimonial-author span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--prune);
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 36px;
}
.carousel-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--prune);
  background: transparent;
  color: var(--prune);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}
.carousel-btn:hover {
  background: var(--prune);
  color: var(--creme);
}
.carousel-btn svg { width: 18px; height: 18px; }

.carousel-dots {
  display: flex;
  gap: 10px;
}
.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(44,26,74,0.25);
  cursor: pointer;
  transition: all 0.25s;
  padding: 0;
}
.carousel-dot.active {
  background: var(--abricot-sombre);
  transform: scale(1.4);
}

/* ============================================
   CONTACT
   ============================================ */
.contact {
  background: linear-gradient(160deg, var(--prune) 0%, var(--prune-sombre) 60%, var(--prune-nuit) 100%);
  color: var(--creme);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.contact-blob {
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(245,158,63,0.18) 0%, rgba(245,158,63,0) 60%);
}
.contact-content {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.contact .eyebrow { color: var(--abricot); }
.contact h2 {
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1;
  letter-spacing: -0.03em;
  font-variation-settings: "opsz" 144;
  color: var(--creme);
  margin-bottom: 28px;
}
.contact h2 em {
  font-style: italic;
  background: linear-gradient(135deg, var(--abricot-clair) 0%, var(--abricot) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-lead {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(250, 245, 236, 0.8);
  max-width: 600px;
  margin: 0 auto 44px;
}
.contact-cta { margin-bottom: 56px; }
.contact-info {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  padding-top: 36px;
  border-top: 1px solid rgba(250,245,236,0.15);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.contact-info a {
  color: rgba(250, 245, 236, 0.7);
  transition: color 0.25s;
}
.contact-info a:hover { color: var(--abricot); }

/* ============================================
   FOOTER
   ============================================ */
footer {
  background: var(--prune-nuit);
  color: rgba(250,245,236,0.55);
  padding: 32px 48px;
  text-align: center;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .container { padding: 0 32px; }
  section { padding: 80px 0; }
  .section-number { font-size: 56px; }
  .section-title { font-size: 38px; }
  .idees-grid { grid-template-columns: 1fr; max-width: 560px; margin-left: auto; margin-right: auto; }
  .cases-grid { grid-template-columns: 1fr; max-width: 560px; margin-left: auto; margin-right: auto; }
  .offerings-grid { grid-template-columns: repeat(2, 1fr); }
  .mirror-grid { grid-template-columns: 1fr; }
  .hero-identity { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .hero-photo { max-width: 180px; }
  .topnav { padding: 12px 20px; }
}
@media (max-width: 640px) {
  .container { padding: 0 20px; }
  section { padding: 64px 0; }

  /* Menu mobile : afficher le hamburger, transformer les liens en panel */
  .nav-toggle { display: block; }
  .topnav { padding: 12px 20px; flex-wrap: nowrap; gap: 12px; }
  .logo-tagline { display: none; } /* gain de place sur très petits écrans */

  .topnav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 16px 20px;
    background: linear-gradient(180deg, var(--prune) 0%, var(--prune-nuit) 100%);
    border-bottom: 1px solid rgba(250,245,236,0.08);
    border-top: 1px solid rgba(250,245,236,0.04);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.3s ease, visibility 0s linear 0.35s;
    box-shadow: 0 12px 32px rgba(13,7,25,0.45);
  }
  .topnav.is-open .topnav-links {
    max-height: 70vh;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.4s ease, opacity 0.3s ease 0.05s, padding 0.3s ease, visibility 0s linear 0s;
  }
  .topnav-links a {
    padding: 14px 12px;
    border-bottom: 1px solid rgba(250,245,236,0.06);
    border-radius: 0;
    color: rgba(250,245,236,0.78);
  }
  .topnav-links a:last-child { border-bottom: none; }
  .topnav-links a:hover,
  .topnav-links a:focus {
    color: var(--abricot);
    background: rgba(245,158,63,0.06);
  }

  .section-header { flex-direction: column; align-items: flex-start; }
  .section-meta { text-align: left; }
  .section-number { font-size: 44px; }
  .section-title { font-size: 30px; }
  .hero-title { font-size: 44px; }
  .hero-lead { font-size: 17px; }
  .offerings-grid { grid-template-columns: 1fr; max-width: 380px; margin-left: auto; margin-right: auto; }
  .trigger { grid-template-columns: 56px 1fr; gap: 18px; padding: 24px 0; }
  .trigger-num { font-size: 38px; }
  .trigger-body strong { font-size: 16px; }
  .testimonial-card { padding: 36px 26px; }
  .testimonial-quote { font-size: 20px; }
  .mirror-col { padding: 36px 26px; }
  .mirror-col h3 { font-size: 28px; }
  .case-card, .offering-card { padding: 28px 22px; }
  .shortcut { padding: 80px 0; }
}


/* ============================================
   JOURNAL — Liste des articles
   ============================================ */

.journal-hero {
  position: relative;
  padding: 96px 32px 64px;
  background: linear-gradient(180deg, var(--prune-nuit) 0%, var(--prune) 100%);
  color: var(--creme);
  text-align: center;
  overflow: hidden;
}
.journal-hero .container { max-width: 800px; margin: 0 auto; position: relative; z-index: 2; }
.journal-hero .eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--abricot);
  display: inline-block;
  margin-bottom: 24px;
}
.journal-hero-title {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.journal-hero-title em {
  font-style: italic;
  color: var(--abricot-clair);
  font-weight: 500;
}
.journal-hero-lead {
  font-size: 1.15rem;
  line-height: 1.6;
  color: rgba(250,245,236,0.85);
  max-width: 600px;
  margin: 0 auto;
}

.journal-list {
  padding: 80px 32px 120px;
  background: var(--creme);
}
.journal-list .container {
  max-width: 1100px;
  margin: 0 auto;
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 40px;
}

.journal-card {
  background: var(--creme-chaud);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(44,26,74,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.journal-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(44,26,74,0.10);
}
.journal-card-image {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--peche-clair);
}
.journal-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.journal-card:hover .journal-card-image img { transform: scale(1.04); }
.journal-card-body {
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.journal-card-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--abricot-sombre);
  align-self: flex-start;
}
.journal-card-title {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--prune);
}
.journal-card-title a { color: inherit; }
.journal-card-title a:hover { color: var(--abricot-sombre); }
.journal-card-excerpt {
  color: rgba(44,26,74,0.75);
  font-size: 0.98rem;
  line-height: 1.55;
  flex: 1;
}
.journal-card-meta {
  display: flex;
  gap: 16px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: rgba(44,26,74,0.55);
  margin-top: 6px;
  padding-top: 16px;
  border-top: 1px solid rgba(44,26,74,0.08);
}

.journal-empty {
  text-align: center;
  padding: 80px 0;
  color: rgba(44,26,74,0.55);
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 1.2rem;
}

/* Pagination Ghost */
.pagination {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 64px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
}
.pagination a {
  color: var(--prune);
  padding: 10px 20px;
  border: 1px solid rgba(44,26,74,0.2);
  border-radius: var(--radius);
  transition: all 0.2s ease;
}
.pagination a:hover {
  background: var(--prune);
  color: var(--creme);
  border-color: var(--prune);
}
.pagination .page-number {
  color: rgba(44,26,74,0.55);
  padding: 10px 20px;
}

/* ============================================
   POST — Article individuel
   ============================================ */

.post-header {
  padding: 96px 32px 48px;
  background: linear-gradient(180deg, var(--prune-nuit) 0%, var(--prune) 100%);
  color: var(--creme);
  text-align: center;
}
.post-header-inner { max-width: 800px; margin: 0 auto; }
.post-header .eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--abricot);
  display: inline-block;
  margin-bottom: 24px;
}
.post-header .eyebrow a { color: inherit; }
.post-header .eyebrow a:hover { color: var(--abricot-clair); }
.post-title {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.post-lead {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
  color: rgba(250,245,236,0.9);
  margin-bottom: 32px;
}
.post-meta {
  display: flex;
  justify-content: center;
  gap: 24px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  color: rgba(250,245,236,0.7);
  letter-spacing: 0.05em;
}

.post-feature-image {
  max-width: 1100px;
  margin: -32px auto 0;
  padding: 0 32px;
  position: relative;
  z-index: 2;
}
.post-feature-image img {
  width: 100%;
  border-radius: var(--radius-xl);
  box-shadow: 0 24px 60px rgba(44,26,74,0.18);
}
.post-feature-image figcaption {
  text-align: center;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: rgba(44,26,74,0.6);
  margin-top: 16px;
}

.post-content-wrapper {
  padding: 80px 32px;
  max-width: 720px;
  margin: 0 auto;
}
.post-content {
  font-size: 1.12rem;
  line-height: 1.75;
  color: var(--prune);
}
.post-content > * + * { margin-top: 1.5em; }
.post-content h2 {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-top: 2.5em;
  margin-bottom: 0.6em;
  color: var(--prune-sombre);
}
.post-content h2 em { font-style: italic; color: var(--abricot-sombre); font-weight: 500; }
.post-content h3 {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: var(--prune-sombre);
}
.post-content h3 em { font-style: italic; color: var(--abricot-sombre); font-weight: 500; }
.post-content h4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}
.post-content p { margin: 0 0 1.2em; }
.post-content a {
  color: var(--abricot-sombre);
  text-decoration: underline;
  text-decoration-color: rgba(209,127,31,0.35);
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s ease;
}
.post-content a:hover { text-decoration-color: var(--abricot-sombre); }
.post-content strong { font-weight: 600; color: var(--prune-sombre); }
.post-content em { font-style: italic; }
.post-content blockquote {
  border-left: 3px solid var(--abricot);
  padding: 8px 0 8px 28px;
  margin: 2em 0;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--prune-sombre);
}
.post-content ul, .post-content ol {
  padding-left: 1.5em;
  margin: 1.2em 0;
}
.post-content ul li { list-style: disc; margin-bottom: 0.5em; }
.post-content ol li { list-style: decimal; margin-bottom: 0.5em; }
.post-content img {
  border-radius: var(--radius-lg);
  margin: 2em auto;
  box-shadow: 0 12px 32px rgba(44,26,74,0.08);
}
.post-content figure { margin: 2em 0; }
.post-content figure figcaption {
  text-align: center;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: rgba(44,26,74,0.6);
  margin-top: 12px;
}
.post-content hr {
  border: none;
  height: 1px;
  background: rgba(44,26,74,0.15);
  margin: 3em auto;
  width: 80px;
}
.post-content code {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.9em;
  background: var(--creme-chaud);
  padding: 2px 8px;
  border-radius: 4px;
  color: var(--prune-sombre);
}
.post-content pre {
  background: var(--prune-nuit);
  color: var(--creme);
  padding: 24px 28px;
  border-radius: var(--radius);
  overflow-x: auto;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 2em 0;
}
.post-content pre code {
  background: transparent;
  color: inherit;
  padding: 0;
}

.post-footer {
  padding: 0 32px 96px;
}
.post-footer .container {
  max-width: 720px;
  margin: 0 auto;
}
.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(44,26,74,0.12);
  margin-bottom: 48px;
}
.post-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  text-transform: lowercase;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--creme-chaud);
  color: var(--prune);
  transition: background 0.2s ease;
}
.post-tag:hover { background: var(--peche); }

.post-cta {
  text-align: center;
}
.post-cta p {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 1.25rem;
  color: var(--prune-sombre);
  margin-bottom: 24px;
}

/* Page Ghost simple (page.hbs) */
.page-content-wrapper .post-header {
  padding: 64px 32px 32px;
}

@media (max-width: 640px) {
  .journal-hero, .post-header { padding: 64px 24px 40px; }
  .journal-list { padding: 56px 24px 80px; }
  .post-content-wrapper { padding: 56px 24px; }
  .post-footer { padding: 0 24px 64px; }
  .journal-grid { gap: 24px; }
}

/* ============================================
   KOENIG CARDS — Classes Ghost Editor
   Pour images larges et pleine largeur dans les posts
   ============================================ */

.post-content .kg-width-wide {
  position: relative;
  width: 85vw;
  max-width: 1100px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.post-content .kg-width-full {
  position: relative;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  border-radius: 0;
}
.post-content .kg-width-full img {
  border-radius: 0;
  width: 100%;
}

/* Galleries Koenig */
.post-content .kg-gallery-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 2em 0;
}
.post-content .kg-gallery-row {
  display: flex;
  gap: 8px;
}
.post-content .kg-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

/* Bookmark card */
.post-content .kg-bookmark-card {
  width: 100%;
  background: var(--creme-chaud);
  border: 1px solid rgba(44,26,74,0.12);
  border-radius: var(--radius);
  overflow: hidden;
  margin: 2em 0;
}
.post-content .kg-bookmark-container {
  display: flex;
  color: inherit;
  text-decoration: none;
}
.post-content .kg-bookmark-content {
  flex: 1;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.post-content .kg-bookmark-title {
  font-weight: 600;
  color: var(--prune-sombre);
}
.post-content .kg-bookmark-description {
  font-size: 0.92rem;
  color: rgba(44,26,74,0.7);
  margin: 0;
}

/* Callout card */
.post-content .kg-callout-card {
  padding: 20px 24px;
  border-radius: var(--radius);
  margin: 2em 0;
  display: flex;
  gap: 14px;
  background: var(--peche-clair);
}

/* Button card */
.post-content .kg-button-card {
  text-align: center;
  margin: 2.5em 0;
}
.post-content .kg-btn {
  display: inline-block;
  padding: 14px 28px;
  background: var(--abricot);
  color: var(--prune-nuit);
  font-weight: 600;
  border-radius: var(--radius);
  text-decoration: none;
  transition: background 0.2s ease;
}
.post-content .kg-btn:hover { background: var(--abricot-sombre); color: var(--creme); }

@media (max-width: 768px) {
  .post-content .kg-width-wide {
    width: 100%;
    margin-left: 0;
    transform: none;
  }
}
