/* =========================================================
   Cheveux de Feu — couche premium unifiée
   S'appuie sur style_fr_brutalist_immersive_patched.css
   ========================================================= */
:root {
  --cdf-bg: #090806;
  --cdf-bg-2: #15110d;
  --cdf-text: #fff7ea;
  --cdf-muted: rgba(255, 247, 234, .68);
  --cdf-soft: rgba(255, 247, 234, .09);
  --cdf-line: rgba(255, 247, 234, .18);
  --cdf-orange: #ef8e2a;
  --cdf-orange-2: #ff9a3d;
  --cdf-shadow: 0 28px 90px rgba(0, 0, 0, .45);
  --cdf-radius: 28px;
  --paper: #f3eee6;
  --ink: #0d0d0d;
  --accent: #ef8e2a;
  --muted: #6b6354;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  background: var(--cdf-bg)
}

body {
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
}

a {
  color: inherit
}

section {
  background: transparent;
}

.noise {
  pointer-events: none
}

.story-section,
.reveal {
  will-change: transform, opacity
}

.cdf-topbar {
  position: fixed;
  z-index: 9999;
  left: 16px;
  right: 16px;
  top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid var(--cdf-line);
  border-radius: 999px;
  background: rgba(8, 7, 6, .72);
  backdrop-filter: blur(18px);
  box-shadow: var(--cdf-shadow)
}

.cdf-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: JetBrains Mono, monospace;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap
}

.cdf-brand img {
  width: 28px;
  height: 28px;
  object-fit: contain
}

.cdf-brand b {
  color: var(--cdf-orange)
}

.cdf-nav {
  display: flex;
  gap: 8px;
  align-items: center
}

.cdf-nav a {
  font: 700 11px/1 JetBrains Mono, monospace;
  text-transform: uppercase;
  letter-spacing: .08em;
  text-decoration: none;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(255, 247, 234, .78);
  transition: .22s ease
}

.cdf-nav a:hover {
  border-color: var(--cdf-line);
  background: var(--cdf-soft);
  color: #fff
}

.cdf-nav .primary {
  background: var(--cdf-orange);
  color: #111;
  border-color: var(--cdf-orange);
  box-shadow: 0 0 38px rgba(255, 106, 0, .34)
}

.cdf-hero {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 60px clamp(18px, 4vw, 72px) 60px;
  position: relative;
  isolation: isolate
}

.cdf-hero:before {
  content: "";
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(255, 247, 234, .1);
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .045), transparent 50%);
  z-index: -1
}

.cdf-hero-grid {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: center
}

.cdf-kicker {
  font: 700 12px/1.2 JetBrains Mono, monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--cdf-orange);
  margin-bottom: 18px
}

.cdf-title {
  font-size: clamp(48px, 8vw, 116px);
  line-height: .86;
  letter-spacing: -.08em;
  margin: 0 0 22px;
  max-width: 980px;
  text-wrap: balance
}

.cdf-title::after {
  content: "";
  display: inline-block;
  width: .2em;
  height: .15em;
  background: var(--red);
  margin-left: .1em;
  vertical-align: bottom;
  animation: cursor 1s infinite;
  border-radius: 18px;
}

.cdf-title em {
  font-style: normal;
  color: var(--cdf-orange);
  filter: drop-shadow(0 0 28px rgba(255, 106, 0, .28))
}

.cdf-lead {
  font-family: 'Fraunces', serif;
  font-size: clamp(18px, 2.2vw, 28px);
  font-size: clamp(18px, 2.1vw, 28px);
  line-height: 1.18;
  max-width: 780px;
  margin: 0 0 30px
}

.cdf-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.cdf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 16px 20px;
  border-radius: 999px;
  border: 1px solid var(--cdf-line);
  text-decoration: none;
  font: 800 12px/1 JetBrains Mono, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, .06);
  transition: .22s ease
}

.cdf-btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .1)
}

.cdf-btn.primary {
  background: var(--cdf-orange);
  border-color: var(--cdf-orange);
  color: #140b04;
  box-shadow: 0 16px 58px rgba(255, 106, 0, .35)
}

.cdf-proof-stack {
  display: grid;
  gap: 14px
}

.cdf-proof {
  padding: 20px;
  border: 1px solid var(--cdf-line);
  border-radius: var(--cdf-radius);
  background: rgba(255, 247, 234, .065);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .22)
}


.cdf-proof strong {
  display: block;
  font-size: clamp(26px, 4vw, 46px);
  line-height: .95;
}

.cdf-proof span {
  display: block;
  margin-top: 8px;
  font: 700 11px/1.35 JetBrains Mono, monospace;
  text-transform: uppercase;
  letter-spacing: .09em
}

.cdf-section {
  padding: clamp(56px, 2vw, 110px) clamp(18px, 4vw, 72px)
}

.cdf-section-inner {
  width: min(1180px, 100%);
  margin: auto
}

.cdf-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px
}

.cdf-section-head h2 {
  font-size: clamp(34px, 5vw, 72px);
  line-height: .92;
  letter-spacing: -.05em;
  margin: 0
}

.cdf-section-head p {
  max-width: 430px;
  font-size: 17px;
  line-height: 1.45
}

.cdf-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px
}

.cdf-flow-card {
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--cdf-line);
  border-radius: var(--cdf-radius);
  background: linear-gradient(180deg, rgba(255, 247, 234, .08), rgba(255, 247, 234, .035));
  position: relative;
  overflow: hidden
}

.cdf-flow-card:after {
  content: attr(data-step);
  position: absolute;
  right: 16px;
  bottom: 8px;
  font-size: 80px;
  line-height: 1;
  font-weight: 900;
  color: rgba(255, 255, 255, .04)
}

.cdf-flow-card b {
  font: 800 11px JetBrains Mono, monospace;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--cdf-orange)
}

.cdf-flow-card p {
  font-size: 22px;
  line-height: 1.08;
  margin: 22px 0 0
}

.cdf-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px
}

.cdf-entry {
  padding: 28px;
  border: 1px solid var(--cdf-line);
  border-radius: 34px;
  background: rgba(255, 247, 234, .065);
  text-decoration: none;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: .24s ease
}

.cdf-entry:before {
  content: "";
  position: absolute;
  inset: auto -20% -40% 30%;
  height: 70%;
  background: radial-gradient(circle, rgba(255, 106, 0, .24), transparent 62%);
  opacity: .6
}

.cdf-entry:hover {
  transform: translateY(-4px);
  background: rgba(255, 247, 234, .095)
}

.cdf-entry h3 {
  font-size: clamp(28px, 4vw, 56px);
  line-height: .9;
  letter-spacing: -.05em;
  margin: 0;
  position: relative
}

.cdf-entry p {
  max-width: 520px;
  font-size: 17px;
  line-height: 1.45;
  position: relative
}

.cdf-preserved {
  padding: clamp(40px, 7vw, 90px) clamp(18px, 4vw, 72px)
}

.cdf-preserved .wrap,
.cdf-preserved .section,
.cdf-preserved .split,
.cdf-preserved .cta {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto
}

.cdf-preserved .top.brutal-hero {
  display: none
}

.cdf-preserved .section,
.cdf-preserved .split,
.cdf-preserved .exp,
.cdf-preserved .cta {
  border: 1px solid var(--cdf-line);
  border-radius: 34px;
  padding: clamp(22px, 4vw, 46px);
  background: rgba(255, 247, 234, .045);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .16);
  margin-bottom: 18px
}

.cdf-preserved .split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px
}

.cdf-preserved .exp-grid,
.cdf-preserved .kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px
}

.cdf-preserved .exp-card,
.cdf-preserved .kpi-card,
.cdf-preserved .mini-case {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  padding: 18px;
  background: rgba(0, 0, 0, .16)
}

.cdf-mobile-dock {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 9998;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 10px
}

.cdf-mobile-dock a {
  text-decoration: none;
  text-align: center;
  border-radius: 18px;
  padding: 14px 10px;
  border: 1px solid var(--cdf-line);
  background: rgba(8, 7, 6, .82);
  backdrop-filter: blur(18px);
  font: 800 11px JetBrains Mono, monospace;
  text-transform: uppercase;
  letter-spacing: .07em
}

.cdf-mobile-dock a:first-child {
  background: var(--cdf-orange);
  color: #140b04;
  border-color: var(--cdf-orange)
}

/* CV enhancements */
body.cv-premium .pdf-btn {
  top: 86px !important
}

body.cv-premium .dossier-header {
  padding-top: 110px !important
}

body.cv-premium .mobile-sticky-cta {
  display: none !important
}

.timeline-card,
.job-details,
.case-dossier,
.case-section,
.value-section,
.footer-info {
  scroll-margin-top: 110px
}

.timeline-card {
  transition: transform .24s ease, background .24s ease, border-color .24s ease
}

.timeline-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 106, 0, .42) !important
}

.timeline-card.is-focus {
  box-shadow: 0 0 0 1px rgba(255, 106, 0, .34), 0 28px 80px rgba(0, 0, 0, .24)
}

.job-details {
  overflow: hidden;
  transition: max-height .42s ease, opacity .25s ease
}

.timeline-card:not(.open) .job-details {
  max-height: 0 !important;
  opacity: 0;
  margin-top: 0 !important
}

.timeline-card.open .job-details {
  max-height: 1200px;
  opacity: 1
}

.job-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: inherit;
  padding: 10px 12px;
  font: 800 10px JetBrains Mono, monospace;
  text-transform: uppercase;
  letter-spacing: .08em;
  cursor: pointer
}

.job-toggle:after {
  content: "↓"
}

.timeline-card.open .job-toggle:after {
  content: "↑"
}

/* Matcher harmonisation */
body.matcher-premium {
  background: radial-gradient(circle at 12% 0, rgba(255, 106, 0, .16), transparent 30rem), #080706 !important
}

.matcher-premium .interaction-wrap {
  padding-top: 104px
}

.matcher-premium .lang-switcher {
  display: none !important
}

.matcher-premium .interaction-rail {
  top: 106px
}

.matcher-premium .matcher-stage,
.matcher-premium .result-main-card,
.matcher-premium .evaluation-detail-panel {
  border-color: rgba(255, 247, 234, .16) !important;
  box-shadow: 0 28px 100px rgba(0, 0, 0, .34)
}

.matcher-premium .match-progress-bar i,
.matcher-premium .primary,
.matcher-premium button.primary {
  box-shadow: 0 0 40px rgba(255, 106, 0, .28)
}

@media (max-width: 900px) {
  .cdf-topbar {
    left: 10px;
    right: 10px;
    top: 10px;
    border-radius: 22px
  }

  .cdf-brand span {
    display: none
  }

  .cdf-nav a:not(.primary) {
    display: none
  }

  .cdf-nav a {
    padding: 12px
  }

  .cdf-hero {
    padding-top: 96px;
    align-items: start
  }

  .cdf-hero-grid {
    grid-template-columns: 1fr
  }

  .cdf-proof-stack {
    grid-template-columns: repeat(2, 1fr)
  }

  .cdf-flow,
  .cdf-card-grid,
  .cdf-preserved .split {
    grid-template-columns: 1fr
  }

  .cdf-section-head {
    display: block
  }

  .cdf-mobile-dock {
    display: grid
  }

  .cdf-title {
    font-size: clamp(45px, 14vw, 84px)
  }

  .cdf-lead {
    font-size: 18px
  }

  .cdf-actions .cdf-btn {
    width: 100%
  }

  body {
    padding-bottom: 82px
  }

  .matcher-premium .interaction-wrap {
    padding-top: 88px
  }

  .matcher-premium .desktop-command-rail {
    display: none !important
  }
}

@media (max-width: 520px) {
  .cdf-proof-stack {
    grid-template-columns: 1fr
  }

  .cdf-proof {
    padding: 16px
  }

  .cdf-flow-card {
    min-height: 160px
  }

  .cdf-flow-card p {
    font-size: 19px
  }

  .cdf-preserved .section,
  .cdf-preserved .split,
  .cdf-preserved .exp,
  .cdf-preserved .cta {
    border-radius: 24px;
    padding: 20px
  }

  .cdf-mobile-dock {
    grid-template-columns: 1fr
  }

  .cdf-mobile-dock a:nth-child(2) {
    display: none
  }
}

/* =========================================================
   PATCH V2.1 — fond clair, nav fixe, expériences visibles,
   titres plus forts, dock mobile supprimé
   ========================================================= */
:root {
  --paper: #f3eee6;
  --ink: #0d0d0d;
  --accent: #ef8e2a;
}

html {
  background: var(--paper) !important;
  scroll-padding-top: 96px;
}

body {
  background: var(--paper) !important;
  color: var(--ink) !important;
}

section {
  background-color: transparent;
}

.cdf-topbar {
  position: fixed !important;
  top: 14px !important;
  left: 16px !important;
  right: 16px !important;
  z-index: 9999 !important;
  background: rgba(8, 7, 6, .88) !important;
  color: #f2ede4 !important;
  border-color: rgba(242, 237, 228, .20) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform .24s ease, box-shadow .24s ease, background .24s ease;
}

.cdf-topbar a span {
  font: 700 11px / 1 JetBrains Mono, monospace;
  text-transform: uppercase;
  letter-spacing: .08em;
  text-decoration: none;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(255, 247, 234, .78);
  transition: .22s ease;
  text-decoration: none;
}

.cdf-topbar.is-scrolled {
  box-shadow: 0 18px 60px rgba(0, 0, 0, .22) !important;
  background: rgba(8, 7, 6, .94) !important;
}

.cdf-topbar a,
.cdf-topbar span,
.cdf-topbar b {
  color: inherit;
}

.cdf-topbar .primary {
  color: #120b05 !important;
}

.timeline-header h2,
.big-title,
.case-title,
.skills-section h2,
.value-section h2,
.footer-info h2 {
  display: inline-block;
  padding-bottom: .18em;
  text-shadow: none;
  position: relative;
}

.timeline-header h2::after,
.big-title::after,
.case-title::after,
.skills-section h2::after,
.value-section h2::after,
.footer-info h2::after {
  content: "";
  display: block;
  width: min(150px, 55%);
  height: 6px;
  margin-top: 10px;
  background: linear-gradient(90deg, var(--accent), transparent);
  border: 1px solid var(--ink);
  box-shadow: 5px 5px 0 rgba(13, 13, 13, .10);
}

.section-label,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  border: 1px solid rgba(13, 13, 13, .18);
  /*  background: rgba(255, 255, 255, .24);*/
  color: #b94a00 !important;
}

@media (min-width:901px) {

  body.cv-premium .timeline-section .job-entry,
  body.cv-premium .timeline-section .job-entry *,
  body.cv-premium .job-main,
  body.cv-premium .job-title,
  body.cv-premium .job-org,
  body.cv-premium .job-narrative,
  body.cv-premium .job-story-grid,
  body.cv-premium .story-box,
  body.cv-premium .job-details,
  body.cv-premium .proof-card,
  body.cv-premium .job-impact-row {
    visibility: visible !important;
  }

  body.cv-premium .timeline-section .job-entry {
    opacity: 1 !important;
    filter: none !important;
    color: var(--ink) !important;
  }

  body.cv-premium .job-title,
  body.cv-premium .job-narrative,
  body.cv-premium .story-box span,
  body.cv-premium .bullets li {
    color: var(--ink) !important;
    opacity: 1 !important;
  }

  body.cv-premium .job-org {
    color: #7d2500 !important;
    opacity: 1 !important;
  }

  body.cv-premium .job-entry.details-collapsed.details-open .job-details {
    display: grid !important;
    opacity: 1 !important;
    max-height: none !important;
  }

  body.cv-premium .job-entry.details-collapsed:not(.details-open) .job-details {
    display: none !important;
  }
}

.story-section,
.reveal,
.job-entry {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion:no-preference) {

  .story-section,
  .reveal,
  .job-entry {
    transition: opacity .45s ease, transform .45s ease;
  }
}

.cdf-mobile-dock {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width:900px) {
  body {
    padding-bottom: 0 !important;
  }

  .cdf-mobile-dock {
    display: none !important;
  }

  .cdf-topbar {
    left: 10px !important;
    right: 10px !important;
    top: 10px !important;
    border-radius: 22px !important;
    padding: 10px 11px !important;
  }

  .cdf-brand b {
    display: none;
  }

  .cdf-nav a:not(.primary) {
    display: none !important;
  }

  .cdf-nav a.primary {
    padding: 12px 14px !important;
  }
}

@media (max-width: 768px) {

  /* 1/ La barre .mobile-guide passe en bas */
  .mobile-guide {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 9999;
    width: 100%;
  }

  .cdf-kicker {
    display: none;
  }

  /* 2/ Masquer le CTA mobile */
  .mobile-bottom-cta {
    display: none !important;
  }

  /* 3/ Masquer la navigation story mobile */
  .mobile-story-nav {
    display: none !important;
  }

  /* éviter que le contenu soit caché derrière .mobile-guide */
  body {
    padding-bottom: 72px;
  }
}


@media (max-width: 768px) {

  .cdf-proof:first-of-type,
  .cdf-proof:first-of-type~.cdf-proof {
    flex: 0 0 calc(50% - 8px) !important;
    /*    max-width: calc(50% - 8px) !important;*/
  }
}

@media (max-width: 768px) {
  .cdf-proof-stack {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
}



.cv-page {
  max-width: 800px;
  margin: auto;
  font-family: Arial;
}

.cv-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 15px 0;
}

.highlight {
  background: #000;
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
}

.cv-exp {
  margin-bottom: 12px;
}

.cv-exp-header {
  font-weight: bold;
}

.cv-exp-body {
  font-size: 14px;
}

/* ===== Footer ===== */
@media (min-width: 768px) {
.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 28px 24px 32px;
  position: absolute;
  border-top: 1px solid rgba(255, 255, 255, .07);
  text-align: center;
  bottom: 5px;
  left: 30%;
}

.site-footer .footer-logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
  opacity: 0.45;
  filter: grayscale(0.3);
}

.site-footer .footer-content {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.site-footer .footer-name {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .06em;
  color: var(--muted);
}

.site-footer .footer-brand {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  color: rgba(255, 122, 0, .55);
  font-size: 10px;
}

.site-footer .footer-sep {
  color: var(--muted);
  font-size: 10px;
}

.site-footer .footer-copy {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: .04em;
}

.site-footer .footer-legal {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: .06em;
}
}
@media (max-width: 768px) {
  footer {
    display: none;
  }
}

.mobile-guide {
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.mobile-guide.is-hidden {
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
}

.cdf-proof strong em {
  color: var(--accent);
  font-style: normal;
}

/* =========================================================
   HOME HERO AVEC IMAGE — confusion → clarté
   ========================================================= */

.cdf-hero {
  min-height: 100svh;
  padding-top: 110px;
  padding-bottom: 48px;
  display: flex;
  align-items: center;
}

.cdf-hero::before {
  display: none;
}

.cdf-hero-visual-grid {
  width: min(1420px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(560px, 1.22fr);
  grid-template-areas:
    "copy image"
    "proof proof";
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.cdf-hero-copy {
  grid-area: copy;
  position: relative;
  z-index: 2;
}

.cdf-hero-image-wrap {
  grid-area: image;
  margin: 0;
  position: relative;
}

.cdf-hero-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
  background: #f3eee6;
  mix-blend-mode: multiply;
}

.cdf-title {
  font-size: clamp(48px, 6.4vw, 104px);
  max-width: 780px;
}

.cdf-lead {
  max-width: 680px;
}

.cdf-proof-stack-horizontal {
  grid-area: proof;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.cdf-proof {
  background: rgba(255, 255, 255, .34);
  border-color: rgba(0, 0, 0, .14);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .08);
}

.cdf-proof span {
  color: var(--muted);
}

/* Tablette */
@media (max-width: 1100px) {
  .cdf-hero-visual-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "image"
      "proof";
  }

  .cdf-hero-copy {
    max-width: 860px;
  }

  .cdf-hero-image-wrap {
    margin-top: -12px;
  }

  .cdf-proof-stack-horizontal {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 620px) {
  .cdf-hero {
    padding-top: 96px;
    padding-inline: 16px;
  }

  .cdf-title {
    font-size: clamp(42px, 14vw, 68px);
    line-height: .9;
  }

  .cdf-lead {
    font-size: 17px;
    line-height: 1.35;
  }

  .cdf-hero-image-wrap {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    overflow: hidden;
  }

  .cdf-hero-image-wrap img {
    width: 150%;
    max-width: none;
    transform: translateX(-28%);
  }

  .cdf-proof-stack-horizontal {
    grid-template-columns: 1fr;
  }
}

/* Image synthèse produit / IA dans le CV */
.hero-product-image {
  margin: 30px 0 0;
  width: 100%;
  overflow: hidden;
  background: var(--paper);
}

.hero-product-image img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
/*  mix-blend-mode: multiply; */
}

/* Desktop : image bien lisible */
@media (min-width: 901px) {
  .hero-product-image {
    max-width: 100%;
  }
}

/* Tablette / mobile */
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-left {
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .hero-product-image {
    width: calc(100% + 8vw);
    margin-left: -4vw;
    margin-right: -4vw;
  }
}

/* Petit mobile : recadrage intelligent */
@media (max-width: 560px) {
  .hero-product-image {
    width: calc(100% + 12vw);
    margin-left: -6vw;
    margin-right: -6vw;
  }

  .hero-product-image img {
    width: 170%;
    max-width: none;
    transform: translateX(-30%);
  }
}