
:root{
  --bg:#FCFBF7;
  --paper:#FFFFFF;
  --plum:#5E4B56;
  --plum-deep:#493A42;
  --gold:#D8C2A5;
  --copper:#E4CBB2;
  --text:#3A3A3A;
  --muted:#7A6E6E;
  --line:#E7E0D8;
  --shadow:0 20px 50px rgba(64,48,56,.08);
  --radius:22px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height:1.62;
  -webkit-font-smoothing:antialiased;
}
a{color:var(--plum);text-underline-offset:.2em}
img{max-width:100%;height:auto;display:block}
h1,h2,h3{line-height:1.12;margin:0 0 .8em;color:var(--plum-deep);letter-spacing:-.025em}
h1{font-size:clamp(2.7rem,7vw,5.8rem);font-weight:720}
h2{font-size:clamp(1.7rem,3vw,2.65rem);font-weight:690}
h3{font-size:1.25rem;font-weight:690}
p{margin:.2em 0 1.15em}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.narrow{width:min(100%,820px)}
.section{padding:92px 0}
.eyebrow{font-size:.78rem;letter-spacing:.18em;font-weight:760;color:var(--muted);margin-bottom:1.1rem}
.lead{font-size:clamp(1.08rem,2vw,1.3rem);line-height:1.55}
.payoff{font-size:1.16rem;font-weight:680;color:var(--plum);margin-top:1.6rem}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:absolute;left:-9999px;top:8px;background:var(--plum);color:#fff;padding:10px 14px;z-index:999}
.skip-link:focus{left:8px}

.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(252,251,247,.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(94,75,86,.09);
}
.nav-wrap{width:min(calc(100% - 40px),var(--max));margin:auto;min-height:120px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:10px 0}
.brand{display:flex;flex-direction:column;align-items:center;gap:2px;width:270px;text-decoration:none;color:var(--plum)}
.brand img{width:170px;height:auto;display:block}
.brand-tagline{font-size:.82rem;line-height:1.15;font-weight:700;letter-spacing:-.01em;white-space:nowrap;color:var(--plum);text-align:center}
.main-nav{display:flex;align-items:center;gap:28px}
.main-nav a{text-decoration:none;color:var(--text);font-size:.95rem;font-weight:610;position:relative}
.main-nav a:hover,.main-nav a[aria-current="page"]{color:var(--plum)}
.main-nav a[aria-current="page"]::after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;background:var(--plum);border-radius:2px}
.nav-contact{border:1px solid var(--plum)!important;padding:9px 15px;border-radius:999px}
.nav-contact::after{display:none!important}
.menu-toggle{display:none;background:none;border:0;padding:8px}
.menu-toggle span:not(.sr-only){display:block;width:26px;height:2px;background:var(--plum);margin:5px 0}

.hero{padding:54px 0 44px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:minmax(0,.98fr) minmax(420px,1.02fr);align-items:start;gap:44px}
.hero-copy{max-width:700px}
.hero-copy h1{font-size:clamp(3rem,5.1vw,4.2rem);margin-bottom:.5em;max-width:680px}
.hero-copy p{font-size:1.08rem;line-height:1.58}
.hero-copy .lead{font-size:1.15rem;line-height:1.55}
.hero-copy .payoff{font-size:1.13rem;line-height:1.48;font-weight:700;margin-top:1.35rem}
.hero-copy .btn{margin-top:1rem}
.hero-media{align-self:start}
.hero-media img{width:100%;aspect-ratio:1.55 / 1;object-fit:cover;object-position:center;border-radius:32px;box-shadow:var(--shadow)}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  text-decoration:none;border:0;cursor:pointer;
  min-height:48px;padding:12px 20px;border-radius:999px;
  background:var(--plum);color:white!important;
  font-weight:680;font-size:.98rem;
  transition:transform .15s ease,background .15s ease,opacity .15s ease;
}
.btn:hover{background:var(--plum-deep);transform:translateY(-1px)}
.btn:disabled{opacity:.35;cursor:not-allowed;transform:none}
.btn-light{background:#fff;color:var(--plum)!important}
.btn-light:hover{background:#F5F0E9}

.situations{background:#fff;padding-top:48px;padding-bottom:48px}
.situations h2{max-width:760px;margin-bottom:48px}
.situation-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}
.situation-card{grid-column:span 2;border:1px solid var(--line);border-radius:var(--radius);padding:26px;background:var(--bg);min-height:190px}
.situation-card:nth-child(4){grid-column:2 / span 2}
.situation-card:nth-child(5){grid-column:4 / span 2}
.situation-card h3{margin-bottom:0}.situation-card p{color:#655C5D;margin:.72rem 0 0;font-size:1.05rem;line-height:1.48}
.response-panel{margin-top:34px;background:var(--plum);color:#fff;padding:32px 40px;border-radius:var(--radius);box-shadow:var(--shadow)}
.response-panel p{font-size:1.2rem;line-height:1.5;max-width:1080px;margin-bottom:.82em}
.response-panel .btn{margin-top:8px}

.reassurance{background:linear-gradient(180deg,var(--bg),#F7F2EC);padding-top:56px;padding-bottom:52px}
.reassurance .narrow{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.reassurance h2{max-width:900px;margin-bottom:24px}
.reassurance-list{display:grid;gap:12px;max-width:900px}
.reassurance-item{position:relative;padding:14px 18px 14px 24px}
.reassurance-item::before{content:"";position:absolute;left:0;top:18px;width:3px;height:30px;border-radius:999px;background:var(--gold)}
.reassurance-item p{font-size:1.08rem;line-height:1.52;margin:0}
.reassurance-item strong{color:var(--plum-deep);font-weight:720}
.final-cta{padding:55px 0;background:var(--gold);color:var(--plum-deep)}
.final-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}
.final-cta p{font-size:1.18rem;margin:0;max-width:720px}
.final-cta .btn{background:var(--plum);color:#fff!important}

.page-hero{padding:86px 0 66px}
.page-hero.compact{padding-bottom:36px}
.page-hero h1{font-size:clamp(2.5rem,5vw,4.8rem)}
.page-hero h2{font-size:clamp(1.4rem,2.5vw,2.15rem);max-width:760px;color:var(--plum)}
.page-hero p{font-size:1.08rem}

.offer-section{padding:78px 0}
.offer-section.alt{background:#fff}
.section-heading{display:grid;grid-template-columns:90px 1fr;gap:28px;max-width:900px;margin-bottom:40px}
.section-number{font-size:1rem;letter-spacing:.14em;color:var(--muted);font-weight:750;padding-top:9px}
.section-heading h2{margin-bottom:.35em}
.section-heading p{max-width:760px}
.offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.offer-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.offer-card{border:1px solid var(--line);background:var(--paper);border-radius:var(--radius);padding:28px;box-shadow:0 10px 30px rgba(64,48,56,.035)}
.offer-card.featured{border-color:rgba(94,75,86,.35);box-shadow:var(--shadow)}
.offer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:16px;border-bottom:1px solid var(--line);margin-bottom:18px}
.offer-top h3,
.offer-top h2{margin:0;max-width:70%}
.price{font-weight:780;color:var(--plum);white-space:nowrap;margin:0}
.offer-note{font-size:.95rem;color:var(--plum);font-weight:620;border-left:3px solid var(--gold);padding-left:14px;margin-top:18px}
.tariff-note{font-size:.84rem;color:var(--muted);max-width:900px;margin:36px auto 0;text-align:center}
.center-action{text-align:center;margin-top:44px}

.process-list{list-style:none;padding:0;margin:0;display:grid;gap:26px}
.process-list li{display:grid;grid-template-columns:70px 1fr;gap:24px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px}
.step-num{width:48px;height:48px;border-radius:50%;background:var(--plum);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:760;font-size:1.1rem}
.process-list h2{font-size:1.55rem;margin-bottom:.45em}

.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}
.about-intro{position:sticky;top:120px;background:var(--plum);color:#fff;border-radius:var(--radius);padding:34px}
.about-intro p{font-size:1.05rem}
.about-name{font-size:1.25rem!important;font-weight:730}
.about-body p{font-size:1.08rem}
.pullquote{font-size:clamp(1.6rem,3vw,2.4rem)!important;line-height:1.3!important;color:var(--plum);font-weight:720;margin:1.5em 0!important;padding:28px 0;border-top:1px solid var(--gold);border-bottom:1px solid var(--gold)}

.form-wrap{max-width:760px}
.contact-form{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:clamp(24px,5vw,42px);box-shadow:var(--shadow)}
.form-row{margin-bottom:22px}
label{display:block;font-weight:650;margin-bottom:7px}
.optional{font-weight:450;color:var(--muted)}
input,textarea{
  width:100%;border:1px solid #D9D0C8;border-radius:12px;padding:13px 14px;
  font:inherit;color:var(--text);background:#fff;outline:none;transition:border .15s,box-shadow .15s;
}
input:focus,textarea:focus{border-color:var(--plum);box-shadow:0 0 0 3px rgba(94,75,86,.10)}
textarea{resize:vertical;min-height:150px}
.field-error{font-size:.88rem;color:#9E2D2D;margin:6px 0 0;min-height:1.2em}
.check-row{display:flex;align-items:center;gap:10px;font-weight:580;margin:8px 0 24px}
.check-row input{width:19px;height:19px;margin:0;accent-color:var(--plum)}
.submit-btn{min-width:190px}
.form-status{margin:14px 0 0;font-weight:620}
.form-status.success{color:#27663B}
.form-status.error{color:#9E2D2D}
.privacy-note{font-size:.87rem;color:var(--muted);margin-top:24px}
.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}

.legal-content h1{margin-bottom:.2em}
.legal-version{color:var(--muted);font-size:.9rem!important;margin-bottom:3rem}
.legal-content h2{font-size:1.45rem;margin-top:2.25em;margin-bottom:.6em}
.legal-content ul{padding-left:1.25rem}
.legal-content li{margin:.5rem 0}

.site-footer{border-top:1px solid var(--line);padding:40px 0;background:#F7F3EE}
.footer-wrap{width:min(calc(100% - 40px),var(--max));margin:auto;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:28px;align-items:start}
.footer-wrap p{font-size:.9rem;color:var(--plum);margin:.35em 0 0}
.footer-contact,.footer-links{display:flex;flex-direction:column;gap:8px}
.footer-wrap a{text-decoration:none;font-size:.92rem}
.footer-wrap a:hover{text-decoration:underline}


@media (max-width:1020px) and (min-width:761px){
  .hero-grid{grid-template-columns:1fr .82fr;gap:34px}
  .hero-copy h1{font-size:clamp(2.8rem,5.5vw,3.7rem)}
  .situation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .situation-card,.situation-card:nth-child(4),.situation-card:nth-child(5){grid-column:auto}
  .situation-card:last-child{grid-column:1 / -1;max-width:calc(50% - 9px);justify-self:center;width:100%}
}
@media (max-width:900px){
  .hero-grid{grid-template-columns:1fr}
  .hero-mark{display:none}
  .offer-grid,.offer-grid.two{grid-template-columns:1fr}
  .about-grid{grid-template-columns:1fr;gap:34px}
  .about-intro{position:static}
}
@media (max-width:760px){
  .nav-wrap{min-height:82px;padding:8px 0}
  .brand{width:190px;gap:2px;align-items:center}
  .brand img{width:96px}
  .brand-tagline{font-size:.67rem;white-space:normal;max-width:190px;text-align:center}
  .menu-toggle{display:block}
  .main-nav{
    display:none;position:absolute;top:82px;left:0;right:0;
    background:var(--bg);border-bottom:1px solid var(--line);
    padding:18px 20px 26px;flex-direction:column;align-items:stretch;gap:6px
  }
  .main-nav.open{display:flex}
  .main-nav a{padding:11px 4px}
  .main-nav a[aria-current="page"]::after{display:none}
  .nav-contact{border:0!important;padding:11px 4px}
  .hero{padding:62px 0 76px}
  .section{padding:68px 0}
  .situations{padding-top:54px;padding-bottom:66px}
  .page-hero{padding:62px 0 42px}
  .situation-grid{grid-template-columns:1fr}
  .situation-card,.situation-card:nth-child(4),.situation-card:nth-child(5),.situation-card:last-child{grid-column:auto;max-width:none;min-height:auto}
  .hero-media img{aspect-ratio:1.7 / 1;border-radius:24px}
  .hero-copy h1{font-size:clamp(2.55rem,11vw,3.35rem)}
  .response-panel{padding:28px 24px}
  .reassurance-item{padding:13px 12px 13px 16px}
  .final-cta-inner{flex-direction:column;align-items:flex-start}
  .section-heading{grid-template-columns:1fr;gap:5px}
  .section-number{padding-top:0}
  .process-list li{grid-template-columns:50px 1fr;padding:22px;gap:14px}
  .footer-wrap{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important}
}


/* V1.5 - accueil : respiration locale */
.local-focus{
  position:relative;
  max-width:900px;
  margin:42px 0 40px;
  padding:8px 0 8px 24px;
}
.local-focus::before{
  content:"";
  position:absolute;
  left:0;top:10px;bottom:10px;
  width:3px;border-radius:999px;
  background:var(--gold);
}
.local-focus h2{
  font-size:1.35rem;
  margin:0 0 .38rem;
  color:var(--plum-deep);
}
.local-focus .local-focus-lead{
  font-size:1.22rem;
  line-height:1.42;
  font-weight:720;
  color:var(--plum);
  margin:0 0 .42rem;
}
.local-focus p:last-child{
  max-width:820px;
  margin:0;
  font-size:1.04rem;
  line-height:1.5;
}

/* V1.5 - accompagnements : hiérarchie, rythme et cartes */
.offer-hero{
  padding:58px 0 42px;
}
.offer-hero .narrow{
  width:min(100%,940px);
}
.offer-hero h1{
  font-size:clamp(2.65rem,4.7vw,4.05rem);
  max-width:920px;
  margin-bottom:.42em;
}
.offer-hero p{
  max-width:820px;
  font-size:1.13rem;
  line-height:1.55;
  margin-bottom:0;
}
.offer-section{
  padding:58px 0 62px;
}
.section-heading{
  display:block;
  max-width:900px;
  margin-bottom:30px;
}
.section-heading h2{
  margin-bottom:.38em;
}
.section-heading p{
  max-width:800px;
  margin:.25em 0 .58em;
  font-size:1.07rem;
  line-height:1.52;
}
.section-heading p + p{
  margin-top:.15em;
}
.offer-grid{
  align-items:stretch;
}
.offer-card{
  display:flex;
  flex-direction:column;
  height:100%;
}
.offer-card > p:not(.price):not(.offer-note){
  position:relative;
  padding-left:26px;
}
.offer-card > p:not(.price):not(.offer-note)::before{
  content:"";
  position:absolute;
  left:0;
  top:.35em;
  width:13px;
  height:15px;
  border:1.5px solid var(--gold);
  border-radius:3px;
  background:
    linear-gradient(var(--gold),var(--gold)) 3px 4px/6px 1px no-repeat,
    linear-gradient(var(--gold),var(--gold)) 3px 7px/6px 1px no-repeat,
    linear-gradient(var(--gold),var(--gold)) 3px 10px/4px 1px no-repeat;
  opacity:.95;
}
.offer-note{
  margin-top:auto;
  padding:12px 14px;
  border:1px solid rgba(216,194,165,.72);
  border-radius:13px;
  background:#FBF8F3;
  color:var(--plum-deep);
  font-size:.89rem;
  line-height:1.45;
  font-weight:720;
  font-style:italic;
}
.center-action{
  text-align:center;
  margin-top:36px;
}
.center-action .btn{
  min-height:54px;
  padding:14px 29px;
  font-size:1.04rem;
  box-shadow:0 10px 26px rgba(73,58,66,.12);
}

@media (max-width:760px){
  .local-focus{margin:34px 0 34px;padding-left:18px}
  .local-focus h2{font-size:1.25rem}
  .local-focus .local-focus-lead{font-size:1.12rem}
  .offer-hero{padding:46px 0 32px}
  .offer-hero h1{font-size:clamp(2.35rem,10.5vw,3.2rem)}
  .offer-hero p br{display:none}
  .section-heading p br{display:none}
  .offer-section{padding:48px 0 52px}
  .section-heading{margin-bottom:26px}
  .offer-card > p:not(.price):not(.offer-note){padding-left:23px}
}

/* V1.35 - accompagnements : bloc valeur et offre projet unique */
.offer-value{
  margin-top:28px;
  padding:22px 24px;
  max-width:860px;
  border:1px solid var(--line);
  border-left:3px solid var(--gold);
  border-radius:0 16px 16px 0;
  background:#fff;
}
.offer-value p{
  margin:.12em 0 .62em;
  font-size:1.03rem;
  line-height:1.52;
}
.offer-value p:last-child{margin-bottom:0}
.offer-value strong{color:var(--plum-deep)}
.offer-grid.one{
  grid-template-columns:minmax(0,1fr);
  max-width:900px;
}
.project-offer{max-width:900px}
.project-section{padding-top:56px;padding-bottom:56px}
.reassurance-payoff{
  margin:20px 0 0;
  font-size:1.12rem;
  line-height:1.45;
  color:var(--plum-deep);
}
@media (max-width:760px){
  .offer-value{margin-top:22px;padding:18px 18px}
  .offer-value p{font-size:.98rem}
  .project-section{padding-top:42px;padding-bottom:42px}
  .reassurance-payoff{font-size:1.03rem;margin-top:16px}
}

/* V1.6 - accompagnements : finitions validées */
/* Rapproche le premier accompagnement de l'introduction sans comprimer les sections suivantes. */
.offer-hero{
  padding-bottom:24px;
}
.offer-hero + .offer-section{
  padding-top:30px;
}

/* Les titres de cartes occupent la même hauteur : les filets restent alignés, même pour "Relais local". */
.offer-top h3,
.offer-top h2{
  min-height:2.3em;
  line-height:1.12;
}

/* Toutes les cartes suivent le même traitement de contour. */
.offer-card.featured{
  border-color:var(--line);
  box-shadow:0 10px 30px rgba(64,48,56,.035);
}

/* Le contenu des cartes reste éditorial et calme : rythme par paragraphes, sans pictogrammes. */
.offer-card > p:not(.price):not(.offer-note){
  padding-left:0;
  margin:.18em 0 .88em;
  line-height:1.56;
}
.offer-card > p:not(.price):not(.offer-note)::before{
  content:none;
  display:none;
}
.offer-card > p:not(.price):not(.offer-note) + p:not(.price):not(.offer-note){
  margin-top:.18em;
}

/* La note tarifaire tient sur une ligne sur ordinateur et retrouve un retour naturel sur petit écran. */
.tariff-note{
  max-width:none;
  width:100%;
  font-size:.82rem;
  line-height:1.45;
}
@media (min-width:980px){
  .tariff-note{white-space:nowrap;}
}

@media (max-width:760px){
  .offer-hero{padding-bottom:18px;}
  .offer-hero + .offer-section{padding-top:24px;}
  .offer-top h3,
.offer-top h2{min-height:0;}
  .offer-card > p:not(.price):not(.offer-note){padding-left:0;}
}


/* V1.7 - Accompagnements : transition plus lisible vers les offres */
.offer-hero-separated .narrow::after{
  content:"";
  display:block;
  width:74px;
  height:2px;
  margin-top:30px;
  border-radius:999px;
  background:var(--gold);
}
.offer-hero-separated{
  padding-bottom:12px;
}
.offer-hero-separated + .offer-section{
  padding-top:28px;
}

/* V1.7 - Étapes : hiérarchie plus compacte et rythme régulier */
.process-hero{
  padding:54px 0 18px;
}
.process-hero .narrow{
  width:min(100%,1000px);
}
.process-hero h1{
  font-size:clamp(2.8rem,4.4vw,4rem);
  margin-bottom:0;
}
.process-hero + .section.process{
  padding-top:22px;
}
.process-list li:last-child p:first-of-type{
  margin-bottom:.18em;
}
.process-list li:last-child p:nth-of-type(2){
  margin-top:0;
  margin-bottom:1.05em;
}

@media (min-width:980px){
  .process-hero h1{white-space:nowrap;}
}

@media (max-width:760px){
  .offer-hero-separated .narrow::after{
    width:58px;
    margin-top:24px;
  }
  .offer-hero-separated{padding-bottom:8px;}
  .offer-hero-separated + .offer-section{padding-top:22px;}
  .process-hero{padding:42px 0 14px;}
  .process-hero h1{font-size:clamp(2.45rem,10vw,3.15rem);white-space:normal;}
  .process-hero + .section.process{padding-top:18px;}
}

/* V1.8 - À propos + Contact + cohérence des CTA */
/* Les CTA principaux ont la même présence sur toutes les pages. */
.btn{
  min-height:54px;
  padding:14px 28px;
  font-size:1.03rem;
}
.nav-contact{
  min-height:auto;
  padding:9px 15px;
  font-size:.95rem;
}
.center-action .btn,
.final-cta .btn,
.submit-btn,
.response-panel .btn,
.hero-copy .btn{
  min-height:54px;
  padding:14px 28px;
  font-size:1.03rem;
}

/* À propos : entrée directe par le H1, sans titre de page redondant. */
.about-hero{
  padding:58px 0 24px;
}
.about-hero .narrow{
  width:min(100%,1000px);
}
.about-hero h1{
  font-size:clamp(2.55rem,3.6vw,3.35rem);
  max-width:900px;
  margin:0;
}
.about-hero + .section.about{
  padding-top:30px;
}
.about .about-grid{
  gap:62px;
}
.about-intro{
  top:140px;
}
.pullquote{
  margin:1.05em 0!important;
  padding:20px 0;
}
.about .center-action{
  margin-top:34px;
}

/* Contact : hiérarchie compacte et formulaire rapproché. */
.contact-hero{
  padding:54px 0 16px;
}
.contact-hero .narrow{
  width:min(100%,820px);
}
.contact-hero h1{
  font-size:clamp(2.75rem,4.2vw,3.8rem);
  margin-bottom:.34em;
}
.contact-intro p{
  font-size:1.08rem;
  line-height:1.5;
  margin:0;
}
.contact-intro p + p{
  margin-top:.08em;
}
.contact-hero + .contact-section{
  padding-top:24px;
}
.contact-section{
  padding-bottom:68px;
}
.form-wrap{
  max-width:720px;
}
.contact-form{
  padding:32px 34px;
}
.form-row{
  margin-bottom:16px;
}
.field-error{
  min-height:0;
}
.field-error:not(:empty){
  min-height:1.2em;
}
.check-row{
  margin:6px 0 20px;
}
.privacy-note{
  margin-top:20px;
  line-height:1.55;
}
.privacy-line-two{
  display:inline-block;
}

@media (max-width:760px){
  .btn,
  .center-action .btn,
  .final-cta .btn,
  .submit-btn,
  .response-panel .btn,
  .hero-copy .btn{
    min-height:52px;
    padding:13px 23px;
    font-size:1rem;
  }
  .nav-contact{min-height:auto;padding:11px 4px;font-size:.95rem;}
  .about-hero{padding:42px 0 16px;}
  .about-hero h1{font-size:clamp(2.25rem,9vw,2.85rem);}
  .about-hero h1 br{display:none;}
  .about-hero + .section.about{padding-top:22px;}
  .about .about-grid{gap:34px;}
  .pullquote{margin:.9em 0!important;padding:17px 0;}
  .contact-hero{padding:42px 0 12px;}
  .contact-hero h1{font-size:clamp(2.45rem,10vw,3.15rem);}
  .contact-hero + .contact-section{padding-top:18px;}
  .contact-form{padding:25px 22px;}
  .form-row{margin-bottom:14px;}
  .privacy-note br{display:none;}
}

/* V1.10 - finitions de palette + hiérarchie À propos */
/* Header : ivoire chaud très léger, proche du fond d’origine mais distinct du contenu. */
.site-header{
  background:#FAF7F2;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}

/* Accueil : bandeau final champagne chaud. */
.final-cta{
  background:#E9DDCD;
}

/* À propos : la colonne de droite démarre légèrement plus bas pour guider d'abord l'œil vers la présentation. */
@media (min-width:901px){
  .about-body{
    margin-top:24px;
  }
}

/* V1.11 - passe responsive mobile */
@media (max-width:760px){
  :root{--radius:18px}
  .container,
  .nav-wrap,
  .footer-wrap{width:min(calc(100% - 32px),var(--max))}

  /* Header mobile : marque visible, menu compact et facilement manipulable. */
  .site-header{position:sticky;top:0}
  .nav-wrap{min-height:76px;padding:7px 0;gap:16px}
  .brand{width:auto;max-width:210px;align-items:center;gap:1px}
  .brand img{width:108px}
  .brand-tagline{font-size:.64rem;line-height:1.12;max-width:205px;white-space:nowrap}
  .menu-toggle{display:block;min-width:44px;min-height:44px;border-radius:50%;padding:8px;cursor:pointer}
  .menu-toggle:focus-visible{outline:2px solid var(--plum);outline-offset:2px}
  .main-nav{
    position:fixed;top:76px;left:0;right:0;
    padding:12px 20px 22px;
    background:#FAF7F2;
    border-bottom:1px solid var(--line);
    box-shadow:0 18px 35px rgba(64,48,56,.10);
    gap:2px;
  }
  .main-nav a{padding:12px 4px;font-size:1rem}
  .main-nav .nav-contact{
    margin-top:7px;padding:11px 16px!important;
    border:1px solid var(--plum)!important;
    border-radius:999px;text-align:center;
  }

  /* Accueil */
  .hero{padding:38px 0 48px}
  .hero-grid{gap:30px}
  .hero-copy{max-width:none}
  .hero-copy h1{
    font-size:clamp(2.4rem,11.4vw,3.05rem);
    line-height:1.06;
    margin-bottom:.58em;
  }
  .hero-copy p,
  .hero-copy .lead,
  .hero-copy .payoff{font-size:1.02rem;line-height:1.52}
  .hero-copy .lead br{display:none}
  .hero-copy .payoff{margin-top:1.05rem}
  .hero-copy .btn{margin-top:.65rem}
  .hero-media img{aspect-ratio:1.58/1;border-radius:22px}

  .situations{padding:42px 0 46px}
  .situations h2{font-size:1.75rem;margin-bottom:28px}
  .situation-grid{gap:14px}
  .situation-card{padding:22px;min-height:auto}
  .situation-card h3{font-size:1.15rem;line-height:1.18}
  .situation-card h3 br{display:none}
  .situation-card p{font-size:1rem;line-height:1.48;margin-top:.62rem}
  .local-focus{margin:30px 0 30px;padding:5px 0 5px 17px}
  .local-focus::before{top:7px;bottom:7px}
  .local-focus h2{font-size:1.2rem}
  .local-focus .local-focus-lead{font-size:1.08rem}
  .local-focus p:last-child{font-size:.98rem;line-height:1.48}
  .response-panel{margin-top:26px;padding:24px 21px;border-radius:18px}
  .response-panel p{font-size:1.03rem;line-height:1.5;margin-bottom:.72em}
  .response-panel p br{display:none}

  .reassurance{padding:44px 0 42px}
  .reassurance .narrow{width:min(calc(100% - 32px),var(--max))}
  .reassurance h2{font-size:1.75rem;margin-bottom:18px}
  .reassurance-list{gap:7px}
  .reassurance-item{padding:11px 8px 11px 17px}
  .reassurance-item::before{top:14px;height:27px}
  .reassurance-item p{font-size:1rem;line-height:1.5}

  .final-cta{padding:38px 0}
  .final-cta-inner{gap:20px}
  .final-cta p{font-size:1.04rem;line-height:1.5}

  /* CTA tactiles et cohérents sur petit écran. */
  .hero-copy .btn,
  .response-panel .btn,
  .center-action .btn,
  .final-cta .btn,
  .submit-btn{width:100%;min-height:52px;padding:13px 20px;text-align:center}

  /* Accompagnements */
  .offer-hero,
  .offer-hero-separated{padding:36px 0 8px}
  .offer-hero h1{
    font-size:clamp(2.2rem,10.3vw,2.85rem);
    line-height:1.06;
    margin-bottom:.55em;
  }
  .offer-hero p{font-size:1.02rem;line-height:1.5}
  .offer-hero p br{display:none}
  .offer-hero-separated .narrow::after{width:54px;margin-top:22px}
  .offer-hero-separated + .offer-section{padding-top:22px}
  .offer-section{padding:42px 0 46px}
  .section-heading{margin-bottom:22px}
  .section-heading h2{font-size:1.75rem;margin-bottom:.38em}
  .section-heading p{font-size:1rem;line-height:1.5;margin:.15em 0 .48em}
  .offer-grid,.offer-grid.two{gap:14px}
  .offer-card{padding:22px;border-radius:18px}
  .offer-top{flex-direction:column;align-items:flex-start;gap:5px;padding-bottom:13px;margin-bottom:15px}
  .offer-top h3,
.offer-top h2{max-width:none;min-height:0;font-size:1.18rem;margin:0}
  .price{font-size:1rem;line-height:1.3}
  .offer-card > p:not(.price):not(.offer-note){font-size:.99rem;line-height:1.52;margin:.12em 0 .72em}
  .offer-note{font-size:.86rem;line-height:1.45;margin-top:10px;padding:11px 12px}
  .tariff-note{font-size:.78rem;line-height:1.5;margin-top:28px;white-space:normal}
  .center-action{margin-top:30px}

  /* Étapes */
  .process-hero{padding:36px 0 10px}
  .process-hero h1{font-size:clamp(2.2rem,9.8vw,2.75rem);line-height:1.06}
  .process-hero + .section.process{padding-top:18px}
  .section.process{padding-bottom:46px}
  .process-list{gap:14px}
  .process-list li{grid-template-columns:42px 1fr;gap:13px;padding:20px 18px;border-radius:18px}
  .step-num{width:40px;height:40px;font-size:1rem}
  .process-list h2{font-size:1.32rem;line-height:1.16;margin-bottom:.42em}
  .process-list p{font-size:.99rem;line-height:1.5;margin-bottom:.75em}

  /* À propos */
  .about-hero{padding:36px 0 12px}
  .about-hero h1{font-size:clamp(2.15rem,9.5vw,2.7rem);line-height:1.07}
  .about-hero + .section.about{padding-top:20px}
  .section.about{padding-bottom:46px}
  .about .about-grid{gap:26px}
  .about-intro{padding:25px 22px;border-radius:18px}
  .about-intro p,.about-body p{font-size:1rem;line-height:1.52}
  .about-name{font-size:1.15rem!important}
  .pullquote{font-size:1.45rem!important;line-height:1.28!important;margin:.78em 0!important;padding:16px 0}
  .about .center-action{margin-top:28px}

  /* Contact */
  .contact-hero{padding:36px 0 10px}
  .contact-hero h1{font-size:2.45rem;line-height:1.05}
  .contact-intro p{font-size:1rem;line-height:1.48}
  .contact-hero + .contact-section{padding-top:16px}
  .contact-section{padding-bottom:48px}
  .contact-form{padding:22px 18px;border-radius:18px;box-shadow:0 12px 30px rgba(64,48,56,.06)}
  .form-row{margin-bottom:13px}
  label{font-size:.98rem;margin-bottom:6px}
  input,textarea{padding:12px 12px;border-radius:10px}
  textarea{min-height:135px}
  .check-row{align-items:flex-start;margin:5px 0 18px;line-height:1.4}
  .privacy-note{font-size:.8rem;line-height:1.48;margin-top:18px}

  /* Pages légales */
  .page-hero.compact:has(.legal-content){padding:42px 0 46px}
  .legal-content h1{font-size:clamp(2rem,9vw,2.55rem);line-height:1.08}
  .legal-version{margin-bottom:2rem}
  .legal-content h2{font-size:1.3rem;line-height:1.2;margin-top:1.8em}
  .legal-content p,.legal-content li{font-size:.98rem;line-height:1.55}
  .legal-content a{overflow-wrap:anywhere}

  /* Footer */
  .site-footer{padding:32px 0}
  .footer-wrap{gap:20px}
  .footer-wrap p{font-size:.86rem;line-height:1.48}
  .footer-contact,.footer-links{gap:6px}
  .footer-wrap a{font-size:.9rem;overflow-wrap:anywhere}
}

@media (max-width:390px){
  .brand img{width:102px}
  .brand-tagline{font-size:.61rem}
  .hero-copy h1{font-size:2.35rem}
  .offer-hero h1,.process-hero h1,.about-hero h1{font-size:2.18rem}
  .contact-hero h1{font-size:2.3rem}
}

/* V1.12 - marges mobiles des pages intérieures + accordéons Accompagnements */
@media (max-width:760px){
  /* Les variantes .narrow spécifiques aux pages ne doivent pas annuler les marges mobiles globales. */
  .offer-hero .container.narrow,
  .process-hero .container.narrow,
  .about-hero .container.narrow,
  .contact-hero .container.narrow{
    width:min(calc(100% - 32px),var(--max));
    margin-inline:auto;
  }

  /* Accordéons : uniquement sur mobile. Sur ordinateur les cartes restent entièrement visibles et comparables. */
  .offer-card.accordion-ready .offer-top{display:none}
  .offer-card.accordion-ready .offer-toggle{
    appearance:none;
    width:100%;
    border:0;
    border-bottom:1px solid var(--line);
    background:transparent;
    color:inherit;
    padding:0 0 14px;
    margin:0;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto 24px;
    align-items:center;
    gap:10px;
    text-align:left;
    font:inherit;
    cursor:pointer;
  }
  .offer-card.accordion-ready .offer-toggle-title{
    color:var(--plum-deep);
    font-size:1.18rem;
    line-height:1.18;
    font-weight:690;
    letter-spacing:-.025em;
  }
  .offer-card.accordion-ready .offer-toggle-price{
    color:var(--plum);
    font-size:.98rem;
    line-height:1.25;
    font-weight:780;
    white-space:nowrap;
  }
  .offer-card.accordion-ready .offer-toggle-icon{
    position:relative;
    width:18px;
    height:20px;
    justify-self:end;
  }
  .offer-card.accordion-ready .offer-toggle-icon::before,
  .offer-card.accordion-ready .offer-toggle-icon::after{
    content:"";
    position:absolute;
    left:4px;
    width:9px;
    height:9px;
    border-right:2px solid var(--gold);
    border-bottom:2px solid var(--gold);
    transform:rotate(45deg);
    transition:transform .18s ease,top .18s ease;
  }
  .offer-card.accordion-ready .offer-toggle-icon::before{top:0}
  .offer-card.accordion-ready .offer-toggle-icon::after{top:6px}
  .offer-card.accordion-ready .offer-details{
    display:none;
    padding-top:15px;
  }
  .offer-card.accordion-ready.is-open .offer-details{display:block}
  .offer-card.accordion-ready.is-open .offer-toggle-icon::before,
  .offer-card.accordion-ready.is-open .offer-toggle-icon::after{
    transform:rotate(225deg);
  }
  .offer-card.accordion-ready.is-open .offer-toggle-icon::before{top:7px}
  .offer-card.accordion-ready.is-open .offer-toggle-icon::after{top:1px}
}

@media (min-width:761px){
  .offer-card.accordion-ready .offer-toggle{display:none}
  .offer-card.accordion-ready .offer-details{display:block}
}


/* V1.24 - réglage final du positionnement du hero desktop : entre centrage et alignement haut */
@media (min-width:901px){
  .hero-media{margin-top:clamp(34px,3vw,54px)}
}
@media (max-width:900px){
  .hero-media{margin-top:0}
}

/* V1.25 - page 404 */
.error-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:28px}
.error-secondary{font-weight:680;text-decoration:none;color:var(--plum)}
.error-secondary:hover{text-decoration:underline}
@media (max-width:760px){
  .error-actions{align-items:stretch;gap:16px}
  .error-actions .btn{width:100%}
  .error-secondary{display:inline-block;text-align:center;padding:10px 0}
}


/* V1.26 - page 404 harmonisée, page de remerciement et CTA mobile */
.btn-outline{
  background:transparent;
  color:var(--plum)!important;
  border:1px solid var(--plum);
}
.btn-outline:hover{
  background:rgba(94,75,86,.06);
  color:var(--plum-deep)!important;
}
.error-actions{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
}
.error-actions .btn{min-width:220px}
.status-page{min-height:460px;display:flex;align-items:center}
.status-page .narrow{margin-inline:auto}
.status-page h1{max-width:760px}
.status-page .lead{max-width:640px}
.status-actions{margin-top:28px}
.mobile-sticky-cta{display:none}

@media (max-width:760px){
  .error-actions{display:grid;grid-template-columns:1fr;gap:12px}
  .error-actions .btn{width:100%;min-width:0}
  .status-page{min-height:0;padding:54px 0 62px}
  .status-page h1{font-size:clamp(2.35rem,10.5vw,3rem);line-height:1.06}
  .status-actions .btn{width:100%;min-height:52px}

  .mobile-sticky-cta{
    display:flex;
    position:fixed;
    left:50%;
    bottom:calc(12px + env(safe-area-inset-bottom));
    z-index:90;
    opacity:0;
    pointer-events:none;
    transform:translate(-50%,16px);
    transition:opacity .18s ease,transform .18s ease;
  }
  .mobile-sticky-cta.is-visible{
    opacity:1;
    pointer-events:auto;
    transform:translate(-50%,0);
  }
  .mobile-sticky-cta .btn{
    width:auto;
    min-width:184px;
    min-height:46px;
    padding:10px 20px;
    font-size:.92rem;
    box-shadow:0 12px 30px rgba(64,48,56,.22);
    border:1px solid rgba(255,255,255,.28);
    white-space:nowrap;
  }
}

/* V1.33 - page Merci : confirmation d'abord, remerciement ensuite */
.status-page .status-title{
  max-width:760px;
  margin:0 0 .48em;
  font-size:clamp(3rem,4.4vw,4.15rem);
  line-height:1.02;
  letter-spacing:-.035em;
}
.thanks-line{
  margin:0 0 .72rem;
  font-size:clamp(1.75rem,2.3vw,2.2rem)!important;
  line-height:1.12;
  font-weight:720;
  color:var(--plum);
  letter-spacing:-.015em;
}
.status-page .thanks-line + .lead{
  margin-top:0;
  font-size:1.16rem;
  line-height:1.5;
}
.status-page .thanks-line + .lead + .status-actions{margin-top:26px}
@media (max-width:760px){
  .status-page .status-title{
    font-size:clamp(2.45rem,10vw,3rem);
    margin-bottom:.46em;
  }
  .thanks-line{font-size:1.65rem!important;margin-bottom:.68rem}
  .status-page .thanks-line + .lead{font-size:1.05rem}
}


/* V1.36 - finitions visuelles après revue desktop */
/* Typographie : éviter les casses orphelines et garder des lignes plus naturelles. */
h1,h2,h3{text-wrap:balance}

/* Accueil : fin de hero, situations et hiérarchie des blocs. */
@media (min-width:901px){
  .hero-copy .payoff-tail{white-space:nowrap}
}
@media (min-width:1180px){
  .situations-title{
    max-width:none;
    white-space:nowrap;
    font-size:clamp(2rem,2.55vw,2.45rem);
  }
}
@media (min-width:1100px){
  .final-cta p{white-space:nowrap;max-width:none}
}
.situation-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.situation-card h3{text-wrap:balance}
.situation-card p{text-wrap:pretty}
.response-panel p{text-wrap:pretty}
.response-panel .response-cost{margin-bottom:.06em}
.response-panel .response-question{margin-top:0}
.reassurance-payoff{
  font-size:clamp(1.28rem,2.1vw,1.55rem);
  line-height:1.36;
  font-weight:730;
}
.final-cta p{text-wrap:pretty}

/* Accompagnements : bloc valeur éditorial, cartes cohérentes et offres uniques centrées. */
.offer-hero-separated .narrow::after{display:none}
.offer-hero-separated{padding-bottom:26px}
.offer-hero-separated + .offer-section{padding-top:34px}
.offer-value{
  margin-top:34px;
  margin-left:clamp(24px,7vw,96px);
  max-width:760px;
  padding:8px 0 6px 24px;
  border:0;
  border-left:3px solid var(--gold);
  border-radius:0;
  background:transparent;
}
.offer-value p{margin:.12em 0 .7em}
.section-heading h2{text-wrap:balance}
.section-heading p{text-wrap:pretty}
.single-offer-grid{
  max-width:900px;
  margin-inline:auto;
}
.project-section .section-heading{
  max-width:900px;
  margin-inline:auto;
}
.project-offer{width:100%}
.coordination-main-grid{max-width:900px;margin-inline:auto}
.custom-offer-mini{
  max-width:760px;
  margin:20px auto 0;
  padding:20px 24px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 22px rgba(64,48,56,.025);
}
.custom-offer-mini-top{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap:18px;
  padding-bottom:10px;
  margin-bottom:12px;
  border-bottom:1px solid var(--line);
}
.custom-offer-mini h3{margin:0;font-size:1.15rem}
.custom-offer-mini p:not(.price){font-size:.98rem;line-height:1.5;margin:.2em 0 .7em;text-wrap:pretty}
.custom-offer-mini p:last-child{margin-bottom:0}

/* À propos : carte plus compacte et gras réservé aux véritables points d'appui. */
@media (min-width:901px){
  .about .about-grid{
    grid-template-columns:minmax(420px,.82fr) minmax(0,1.18fr);
    gap:72px;
  }
  .about-intro{max-width:455px;padding:28px 30px}
  .about-name{white-space:nowrap}
}
.about-intro p{font-size:1rem}
.about-name{font-size:1.08rem!important;font-weight:740}
.about-body p{text-wrap:pretty}

@media (max-width:900px){
  .payoff-tail{white-space:normal}
  .situations-title{white-space:normal;text-wrap:balance}
  .final-cta p{white-space:normal}
}
@media (max-width:760px){
  .offer-value{margin-left:0;margin-top:24px;padding:5px 0 5px 18px}
  .project-section .section-heading{margin-inline:0}
  .custom-offer-mini{margin-top:14px;padding:18px}
  .custom-offer-mini-top{flex-direction:column;align-items:flex-start;gap:3px}
  .about-name{white-space:normal}
}

/* V1.36.1 - correctif de déploiement et finitions rendues explicites */
.offer-value{
  border:0!important;
  border-left:0!important;
  padding:0!important;
  margin-top:38px!important;
  margin-left:clamp(42px,8vw,118px)!important;
  max-width:700px!important;
  background:transparent!important;
  box-shadow:none!important;
}
.offer-value p:first-child{font-size:1.12rem;margin-bottom:.85rem}
.offer-value p:last-child{margin-bottom:0}
@media (max-width:760px){
  .offer-value{margin-left:0!important;margin-top:28px!important}
}
@media (min-width:901px){
  .about .about-grid{grid-template-columns:minmax(370px,.72fr) minmax(0,1.28fr)!important;gap:76px!important}
  .about-intro{max-width:410px!important;padding:24px 26px!important}
  .about-name{font-size:1rem!important;white-space:nowrap!important}
}
.reassurance-payoff{font-size:clamp(1.4rem,2.25vw,1.72rem)!important}

/* V1.37 - finitions validées après revue visuelle du 19/09/2026 */
/* Accueil */
@media (min-width: 1100px){
  .hero-copy .payoff{
    white-space:nowrap;
    font-size:.99rem;
    letter-spacing:-.018em;
    margin-top:1.55rem;
  }
}
.reassurance-item strong{font-weight:inherit;color:inherit}
.reassurance-payoff{
  font-size:clamp(1.4rem,2.25vw,1.72rem)!important;
  font-weight:500!important;
}

/* Accompagnements : encart valeur aligné avec la grille générale */
.offer-value-wrap{margin-top:28px}
.offer-value{
  max-width:900px!important;
  margin:0!important;
  padding:24px 28px!important;
  border:1px solid rgba(216,194,165,.62)!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.72)!important;
  box-shadow:0 10px 28px rgba(64,48,56,.028)!important;
}
.offer-value p{max-width:820px}
.offer-value p:first-child{font-size:1.1rem;margin-bottom:.72rem}
.offer-value p:last-child{margin-bottom:0}

/* Les offres uniques restent alignées avec les autres sections, pas centrées. */
.project-section .section-heading,
.project-section .single-offer-grid,
.duration-section .duration-offers-grid{
  margin-inline:0!important;
}
.project-section .section-heading{max-width:900px!important}
.project-section .single-offer-grid{max-width:900px!important}

/* Le texte d'introduction du suivi longue durée peut utiliser toute la largeur utile. */
.duration-section .section-heading{max-width:none!important}
.duration-section .section-heading p{max-width:none!important}
.duration-section .duration-offers-grid{
  max-width:900px!important;
  gap:18px;
}

@media (max-width:760px){
  .offer-value-wrap{margin-top:22px}
  .offer-value{padding:20px!important;border-radius:18px!important}
  .hero-copy .payoff{white-space:normal;font-size:1.08rem}
}
@media (min-width:1100px){
  .hero-grid{grid-template-columns:minmax(0,1.28fr) minmax(380px,.72fr);gap:36px}
  .hero-copy{max-width:none}
  .hero-copy .payoff{font-size:.96rem}
}

/* V1.37.1 - correctif visuel urgent après revue desktop */

/* ACCUEIL - retour aux proportions stables du hero avant les overrides V1.36/V1.37 */
@media (min-width:1100px){
  .hero-grid{
    grid-template-columns:minmax(0,.98fr) minmax(420px,1.02fr)!important;
    gap:44px!important;
  }
  .hero-copy{max-width:700px!important}
  .hero-copy .payoff{
    white-space:normal!important;
    font-size:1.13rem!important;
    line-height:1.48!important;
    letter-spacing:normal!important;
    margin-top:1.35rem!important;
  }
  .hero-media img{
    width:100%!important;
    aspect-ratio:1.55 / 1!important;
    object-fit:cover!important;
    object-position:center!important;
    border-radius:32px!important;
  }
}

/* Le bloc "Vous déléguez" reste sans gras interne ; seule la chute est appuyée. */
.reassurance-item strong{font-weight:inherit!important;color:inherit!important}
.reassurance-payoff{
  font-size:clamp(1.28rem,2.1vw,1.55rem)!important;
  line-height:1.36!important;
  font-weight:730!important;
  color:var(--plum-deep)!important;
}
.reassurance-payoff strong{font-weight:730!important}

/* ACCOMPAGNEMENTS - passage éditorial, sans grosse boîte : transition douce + barre dorée */
.offer-hero-separated{
  background:linear-gradient(180deg,var(--bg) 0%,var(--bg) 58%,#fff 100%)!important;
  padding-bottom:42px!important;
}
.offer-value-wrap{
  margin-top:34px!important;
}
.offer-value{
  position:relative!important;
  max-width:900px!important;
  margin:0!important;
  padding:8px 0 8px 24px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.offer-value::before{
  content:"";
  position:absolute;
  left:0;
  top:10px;
  bottom:10px;
  width:3px;
  border-radius:999px;
  background:var(--gold);
}
.offer-value p{
  max-width:820px!important;
  margin:.12em 0 .58em!important;
}
.offer-value p:first-child{
  font-size:1.12rem!important;
  margin-bottom:.55rem!important;
}
.offer-value p:last-child{margin-bottom:0!important}

/* Les sections et les cartes uniques restent alignées sur la grille générale. */
.project-section .section-heading,
.project-section .single-offer-grid,
.duration-section .section-heading,
.duration-section .duration-offers-grid{
  margin-inline:0!important;
}
.project-section .section-heading,
.project-section .single-offer-grid,
.duration-section .duration-offers-grid{
  max-width:900px!important;
}
.duration-section .section-heading{max-width:none!important}
.duration-section .section-heading p{max-width:none!important}

/* À PROPOS - retour aux proportions équilibrées d'origine, sans compression. */
@media (min-width:901px){
  .about .about-grid{
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;
    gap:70px!important;
    align-items:start!important;
  }
  .about-intro{
    max-width:none!important;
    padding:34px!important;
    min-width:0!important;
  }
  .about-body{min-width:0!important}
  .about-intro p{
    font-size:1.05rem!important;
    line-height:1.62!important;
  }
  .about-name{
    font-size:1.25rem!important;
    line-height:1.35!important;
    font-weight:730!important;
    white-space:nowrap!important;
  }
  .about-body p{
    font-size:1.08rem!important;
    line-height:1.62!important;
  }
  .pullquote{
    font-size:clamp(1.6rem,3vw,2.4rem)!important;
    line-height:1.3!important;
    margin:1.05em 0!important;
    padding:20px 0!important;
  }
}

@media (max-width:900px){
  .about-name{white-space:normal!important}
}
@media (max-width:760px){
  .offer-hero-separated{padding-bottom:26px!important}
  .offer-value-wrap{margin-top:24px!important}
  .offer-value{padding:5px 0 5px 18px!important}
  .offer-value::before{top:7px;bottom:7px}
}

/* V1.37.2 - garde-fous de durée et dernières finitions */

/* Accueil : exactement deux lignes pour la chute du hero sur desktop, sans toucher à l'image. */
@media (min-width:1100px){
  .hero-copy .payoff{
    font-size:1.02rem!important;
    line-height:1.48!important;
    letter-spacing:-.012em!important;
  }
  .hero-copy .payoff .payoff-line{
    display:block;
    white-space:nowrap;
  }
}
@media (max-width:1099px){
  .hero-copy .payoff .payoff-line{display:block;white-space:normal}
}

/* Accompagnements : repère temporel discret, sans créer une nouvelle boîte visuelle. */
.duration-label{
  margin:-.15rem 0 1rem!important;
  padding:0!important;
  font-size:.94rem!important;
  line-height:1.35!important;
  font-weight:700!important;
  color:var(--plum)!important;
  letter-spacing:.01em;
}
.duration-label::before{display:none!important;content:none!important}

/* À propos : la phrase signature retrouve son rôle de grand point d'appui. */
@media (min-width:901px){
  .about-body .pullquote{
    font-size:clamp(2.15rem,3.45vw,3.2rem)!important;
    line-height:1.18!important;
    letter-spacing:-.018em!important;
    font-weight:730!important;
    margin:1.02em 0!important;
    padding:24px 0!important;
  }
}


/* V1.37.3 - CTA intermédiaires discrets sur la page Accompagnements */
.offer-inline-action{
  margin-top:28px;
}
.offer-inline-link{
  display:inline-flex;
  align-items:center;
  gap:.42em;
  color:var(--plum);
  text-decoration:none;
  font-weight:700;
  line-height:1.3;
  padding:3px 0 4px;
  border-bottom:1px solid rgba(94,75,86,.32);
  transition:color .15s ease,border-color .15s ease;
}
.offer-inline-link::after{
  content:"→";
  font-weight:600;
}
.offer-inline-link:hover{
  color:var(--plum-deep);
  border-color:var(--plum-deep);
}
@media (max-width:760px){
  .offer-inline-action{margin-top:22px;}
  .offer-inline-link{font-size:.98rem;}
}


/* V1.37.4 - rééquilibrage coordination + CTA Étapes déplacé après l’introduction */
.offer-intro-action{
  margin-top:20px;
}
.offer-intro-action .offer-inline-link{
  font-size:.93rem;
  font-weight:650;
  border-bottom-color:rgba(94,75,86,.24);
}
.coordination-shared{
  max-width:900px;
  margin-top:26px;
}
.coordination-shared p{
  max-width:820px;
  margin:.18em 0 .7em;
}
.coordination-shared p:last-child{margin-bottom:0;}
@media (max-width:760px){
  .offer-intro-action{margin-top:18px;}
  .coordination-shared{margin-top:22px;}
}

/* V1.37.5 - coordination longue durée réunie dans une seule grande carte */
.duration-section .coordination-card{
  width:100%;
  max-width:none;
  padding:30px;
  border:1px solid rgba(94,75,86,.14);
  border-radius:22px;
  background:rgba(255,255,255,.78);
  box-shadow:0 12px 30px rgba(64,48,56,.035);
}
.duration-section .coordination-columns{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:0;
  align-items:stretch;
}
.duration-section .coordination-column{
  min-width:0;
  padding:0 30px 0 0;
  display:flex;
  flex-direction:column;
}
.duration-section .coordination-column + .coordination-column{
  padding:0 0 0 30px;
  border-left:1px solid rgba(94,75,86,.14);
}
.duration-section .coordination-column .offer-top{
  margin-bottom:15px;
}
.duration-section .coordination-column > p:not(.duration-label){
  font-size:1rem;
  line-height:1.56;
  margin:.12em 0 .72em;
}
.duration-section .coordination-column .coordination-conclusion{
  margin-top:auto!important;
  padding-top:.38rem;
}
.duration-section .coordination-shared{
  max-width:none;
  margin-top:26px;
  padding-top:24px;
  border-top:1px solid rgba(94,75,86,.14);
}
.duration-section .coordination-shared > p:not(.offer-note){
  max-width:none;
  margin:0 0 16px;
  font-size:1rem;
  line-height:1.55;
}
.duration-section .coordination-note{
  width:100%;
  max-width:none;
  margin:0;
}
@media (max-width:760px){
  .duration-section .coordination-card{padding:22px;border-radius:18px}
  .duration-section .coordination-columns{grid-template-columns:1fr}
  .duration-section .coordination-column{padding:0}
  .duration-section .coordination-column + .coordination-column{
    padding:24px 0 0;
    margin-top:24px;
    border-left:0;
    border-top:1px solid rgba(94,75,86,.14);
  }
  .duration-section .coordination-shared{margin-top:22px;padding-top:20px}
}

/* V1.37.6 - navigation d’orientation + finitions coordination */
.offer-jumpnav{
  margin-top:34px;
  padding-top:2px;
}
.offer-jumpnav-title{
  margin:0 0 14px;
  color:var(--ink);
  font-weight:760;
  font-size:1.08rem;
  line-height:1.4;
}
.offer-jumpnav-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border:1px solid rgba(94,75,86,.14);
  border-radius:18px;
  overflow:hidden;
  background:rgba(255,255,255,.58);
}
.offer-jumpnav-grid a{
  display:flex;
  align-items:center;
  min-height:58px;
  padding:14px 18px;
  color:var(--plum-deep);
  text-decoration:none;
  font-weight:680;
  line-height:1.35;
  transition:background-color .16s ease,color .16s ease;
}
.offer-jumpnav-grid a:nth-child(odd){
  border-right:1px solid rgba(94,75,86,.12);
}
.offer-jumpnav-grid a:nth-child(-n+2){
  border-bottom:1px solid rgba(94,75,86,.12);
}
.offer-jumpnav-grid a:hover,
.offer-jumpnav-grid a:focus-visible{
  background:rgba(207,177,121,.10);
  color:var(--plum);
}
#decider,#mission,#projet,#suivi{
  scroll-margin-top:104px;
}

.duration-section .coordination-columns{
  gap:54px;
}
.duration-section .coordination-column{
  padding:0;
}
.duration-section .coordination-column + .coordination-column{
  padding:0;
  border-left:0;
}
.duration-section .coordination-shared{
  margin-top:28px;
  padding-top:0;
  border-top:0;
  text-align:center;
}
.duration-section .coordination-shared > p:not(.offer-note){
  max-width:980px;
  margin:0 auto 18px;
  text-align:center;
}
.duration-section .coordination-note{
  width:fit-content;
  max-width:min(100%,900px);
  margin:0 auto;
  padding:12px 18px;
  border-left:0;
  border:1px solid rgba(207,177,121,.48);
  border-radius:14px;
  background:rgba(207,177,121,.06);
  text-align:center;
}

@media (max-width:760px){
  .offer-jumpnav{margin-top:28px;}
  .offer-jumpnav-title{font-size:1rem;margin-bottom:12px;}
  .offer-jumpnav-grid{grid-template-columns:1fr;border-radius:16px;}
  .offer-jumpnav-grid a{
    min-height:0;
    padding:13px 15px;
    font-size:.96rem;
  }
  .offer-jumpnav-grid a:nth-child(odd){border-right:0;}
  .offer-jumpnav-grid a:nth-child(-n+3){border-bottom:1px solid rgba(94,75,86,.12);}
  .duration-section .coordination-columns{gap:28px;}
  .duration-section .coordination-column + .coordination-column{
    padding:0;
    margin-top:0;
    border-top:0;
  }
  .duration-section .coordination-shared{margin-top:24px;padding-top:0;}
  .duration-section .coordination-note{max-width:100%;padding:11px 14px;}
}


/* V1.37.8 - finitions desktop/mobile validées le 19/09/2026 */
/* À propos : retour à la taille validée de la phrase signature. */
@media (min-width:901px){
  .about-body .pullquote{
    font-size:clamp(1.6rem,3vw,2.4rem)!important;
    line-height:1.3!important;
    letter-spacing:normal!important;
    font-weight:720!important;
    margin:1.05em 0!important;
    padding:20px 0!important;
  }
}

/* Sommaire d’orientation : compact, centré, clairement distinct des CTA. */
.offer-jumpnav{
  width:min(100%,1060px);
  margin:34px auto 0;
}
.offer-jumpnav-title{margin-bottom:18px;}

/* Suivi dans la durée : deux cartes sœurs pleine largeur, comme les autres offres en duo. */
.duration-section .coordination-offers-grid{
  max-width:none!important;
  width:100%;
  gap:18px;
  margin-inline:0!important;
}
.duration-section .coordination-offers-grid .offer-card{min-width:0;}
.duration-section .coordination-offers-grid .coordination-card-note{
  margin-top:auto;
}

/* Accueil mobile : conserver une vraie respiration entre les deux phrases d’introduction. */
@media (max-width:760px){
  .hero-copy .lead br{
    display:block!important;
    content:"";
    margin-top:.32rem;
  }
  .offer-jumpnav{
    width:100%;
    margin-top:28px;
  }
  .offer-jumpnav-title{margin-bottom:16px;}
  .duration-section .coordination-offers-grid{gap:14px;}
}


/* V1.38.0 - passe de dynamisme visuel, sans photos supplémentaires */
/* Principe : davantage de relief, de rythme et de repères, sans transformer le site en mise en page éditoriale. */

/* Accueil : les situations gagnent un peu de profondeur sans devenir des "cartes marketing". */
.situation-card{
  border-color:rgba(94,75,86,.13);
  box-shadow:0 8px 24px rgba(64,48,56,.035);
}
.situation-card::before{
  content:"";
  display:block;
  width:42px;
  height:3px;
  margin-bottom:17px;
  border-radius:999px;
  background:rgba(216,194,165,.92);
}

/* Le caractère local est un vrai élément de différenciation : on lui donne un repère visuel dédié. */
.local-focus{
  max-width:940px;
  padding:22px 28px 22px 31px;
  border-radius:18px;
  background:linear-gradient(90deg,rgba(216,194,165,.18),rgba(252,251,247,.42));
}
.local-focus::before{
  top:22px;
  bottom:22px;
  left:0;
  width:3px;
}

/* Le bloc prune reste le point de contraste majeur de la page, souligné par la signature dorée. */
.response-panel{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 18px 42px rgba(64,48,56,.12);
}
.response-panel::before{
  content:"";
  position:absolute;
  left:40px;
  top:0;
  width:82px;
  height:4px;
  border-radius:0 0 999px 999px;
  background:var(--gold);
}

/* Accompagnements : repères 01-04, faciles à balayer visuellement. */
.numbered-heading .section-index{
  display:block;
  width:58px;
  padding-top:10px;
  border-top:2px solid var(--gold);
  color:var(--plum);
  font-size:.82rem;
  line-height:1;
  font-weight:800;
  letter-spacing:.18em;
}

/* Alternance un peu plus perceptible entre les familles d'accompagnement. */
#decider{background:var(--bg)}
#mission{background:#fff}
#projet{background:#F8F4EE}
#suivi{background:#fff}

/* Les cartes sont un peu plus présentes, sans animation gadget ni sur-design. */
.offer-card{
  position:relative;
  overflow:hidden;
  border-color:rgba(94,75,86,.14);
  box-shadow:0 10px 28px rgba(64,48,56,.045);
}
.offer-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:3px;
  background:linear-gradient(90deg,rgba(216,194,165,.95),rgba(216,194,165,.30));
}

/* Le sommaire conserve son aspect pratique mais reçoit un petit repère doré sur chaque entrée. */
.offer-jumpnav-grid a::before{
  content:"";
  flex:0 0 auto;
  width:7px;
  height:7px;
  margin-right:11px;
  border-radius:50%;
  background:var(--gold);
}

/* Étapes : un fil visible relie les trois moments de l'accompagnement. */
.process-list{
  position:relative;
}
.process-list::before{
  content:"";
  position:absolute;
  left:54px;
  top:38px;
  bottom:38px;
  width:2px;
  background:linear-gradient(180deg,rgba(216,194,165,.15),rgba(216,194,165,.95),rgba(216,194,165,.15));
}
.process-list li{
  position:relative;
  z-index:1;
  border-color:rgba(94,75,86,.13);
  box-shadow:0 10px 26px rgba(64,48,56,.035);
}
.process-list .step-num{
  box-shadow:0 0 0 5px var(--bg),0 4px 12px rgba(64,48,56,.10);
}

/* À propos : le bloc personnel garde sa sobriété mais gagne en présence en attendant la photo. */
.about-intro{
  position:sticky;
  overflow:hidden;
  border-top:4px solid var(--gold);
  box-shadow:0 16px 36px rgba(64,48,56,.09);
}

/* Une ligne dorée très discrète sous les grands titres intérieurs crée une signature récurrente. */
.process-hero h1::after,
.about-hero h1::after{
  content:"";
  display:block;
  width:64px;
  height:3px;
  margin-top:22px;
  border-radius:999px;
  background:var(--gold);
}

@media (max-width:760px){
  .situation-card::before{width:34px;margin-bottom:14px}
  .local-focus{padding:18px 18px 18px 21px;border-radius:16px}
  .local-focus::before{top:18px;bottom:18px}
  .response-panel::before{left:21px;width:58px;height:3px}

  .numbered-heading .section-index{
    width:46px;
    padding-top:8px;
    margin-bottom:8px;
    font-size:.76rem;
  }
  .offer-jumpnav-grid a::before{width:6px;height:6px;margin-right:9px}

  .process-list::before{left:39px;top:30px;bottom:30px}
  .process-list .step-num{box-shadow:0 0 0 4px var(--bg),0 4px 10px rgba(64,48,56,.09)}

  .about-intro{position:static}
  .process-hero h1::after,
  .about-hero h1::after{width:52px;height:2px;margin-top:17px}
}

/* Contact : même signature visuelle que les autres pages intérieures. */
.contact-hero h1::after{
  content:"";
  display:block;
  width:64px;
  height:3px;
  margin-top:22px;
  border-radius:999px;
  background:var(--gold);
}
.contact-form{
  position:relative;
  overflow:hidden;
  border-color:rgba(94,75,86,.14);
  box-shadow:0 16px 38px rgba(64,48,56,.07);
}
.contact-form::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:3px;
  background:linear-gradient(90deg,rgba(216,194,165,.95),rgba(216,194,165,.28));
}
@media (max-width:760px){
  .contact-hero h1::after{width:52px;height:2px;margin-top:17px}
}


/* V1.38.1 - ajustements après prévisualisation */
/* Le bloc prune garde son contraste sans l'onglet doré supérieur. */
.response-panel::before{display:none!important;content:none!important;}

/* Le sommaire reste un repère de navigation simple, sans puces décoratives. */
.offer-jumpnav-grid a::before{display:none!important;content:none!important;}

/* Les numéros 01-04 sont retirés : les titres suffisent à structurer la lecture. */
.numbered-heading .section-index,.section-index{display:none!important;}


/* V1.38.3 - rythme de page : le mouvement vient des compositions, pas d'un décor ajouté */

/* Accueil : suppression des petits ornements sur chaque carte. */
.situation-card::before{display:none!important;content:none!important;}

/* "Un relais local" devient une vraie respiration horizontale entre les cartes et le bloc prune. */
.local-focus{
  max-width:none!important;
  display:grid;
  grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);
  column-gap:46px;
  row-gap:6px;
  align-items:start;
  margin-top:42px!important;
  padding:28px 34px 28px 38px!important;
}
.local-focus h2{
  grid-row:1 / span 2;
  margin:0;
  align-self:center;
}
.local-focus .local-focus-lead{margin:.1em 0 .35em;}
.local-focus p:last-child{margin:.1em 0 0;}

/* Le bloc prune reste fort, mais n'occupe pas systématiquement tout le rail. */
.response-panel{
  width:min(94%,1120px);
  margin-left:auto;
  margin-top:28px;
}

/* La section de réassurance change de rythme : promesse à gauche, preuves à droite. */
.reassurance-layout{
  width:min(calc(100% - 40px),var(--max));
  display:grid;
  grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);
  gap:58px;
  align-items:start;
}
.reassurance-intro{
  position:sticky;
  top:122px;
  padding-top:4px;
}
.reassurance-intro h2{
  font-size:clamp(2rem,3.4vw,3.3rem);
  max-width:420px;
  margin-bottom:.55em;
}
.reassurance-intro .reassurance-payoff{
  max-width:350px;
  margin:0;
  color:var(--plum);
  font-size:1.08rem;
  line-height:1.45;
}
.reassurance-list{margin-top:0;}
.reassurance-item{
  padding:22px 0 22px 24px;
  border-bottom:1px solid rgba(94,75,86,.10);
}
.reassurance-item:first-child{padding-top:4px;}
.reassurance-item:last-child{border-bottom:0;padding-bottom:4px;}

/* Accompagnements : titres et explications occupent deux colonnes lisibles.
   On obtient des "chapitres" sans ajouter de numéros ni d'ornements. */
.section-heading.section-heading-split{
  display:grid!important;
  grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr)!important;
  gap:54px!important;
  max-width:1040px!important;
  align-items:start;
  margin-bottom:42px!important;
}
.section-heading-split > h2{
  margin:0!important;
  max-width:430px;
  font-size:clamp(2rem,3.25vw,3.35rem);
  line-height:1.06;
}
.section-heading-copy p{
  max-width:680px!important;
  margin:.05em 0 .68em!important;
}
.section-heading-copy p:last-child{margin-bottom:0!important;}

/* Alterner légèrement la largeur des ensembles de cartes suffit à casser l'effet catalogue. */
#decider .offer-grid{max-width:1160px;}
#mission .offer-grid{max-width:1040px;margin-left:auto;}
#projet .single-offer-grid{max-width:980px;margin-left:auto;}
#suivi .coordination-offers-grid{max-width:1120px!important;margin-left:0!important;margin-right:auto!important;}

/* Étapes : une chronologie horizontale classique sur grand écran.
   Le parcours reste immédiatement compréhensible et repasse en vertical sur mobile. */
@media (min-width:901px){
  .process .container.narrow{width:min(calc(100% - 40px),1120px);max-width:none;}
  .process-list{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px!important;
    align-items:stretch;
    padding-top:34px!important;
  }
  .process-list::before{
    left:8%!important;
    right:8%!important;
    top:23px!important;
    bottom:auto!important;
    width:auto!important;
    height:2px!important;
    background:linear-gradient(90deg,rgba(216,194,165,.15),rgba(216,194,165,.95),rgba(216,194,165,.15))!important;
  }
  .process-list li{
    display:block!important;
    padding:30px 28px 28px!important;
    min-height:100%;
  }
  .process-list .step-num{
    margin-top:-56px;
    margin-bottom:20px;
    position:relative;
    z-index:2;
  }
  .process-list h2{margin-top:0;}
}

/* À propos : pas de faux décor aujourd'hui. Le contraste texte/bloc reste la base ;
   l'espace pour la présence humaine sera ajouté avec les vraies photos. */
.about-grid{gap:82px;}

/* Contact : le formulaire est volontairement décalé pour éviter l'effet "bloc centré partout". */
@media (min-width:901px){
  .contact-section .form-wrap{max-width:920px;margin-left:auto;margin-right:8%;}
}

@media (max-width:900px){
  .local-focus{
    grid-template-columns:1fr;
    gap:8px;
    padding:22px 22px 22px 25px!important;
  }
  .local-focus h2{grid-row:auto;margin-bottom:4px;}
  .response-panel{width:100%;margin-left:0;}

  .reassurance-layout{
    width:min(calc(100% - 32px),var(--max));
    grid-template-columns:1fr;
    gap:28px;
  }
  .reassurance-intro{position:static;}
  .reassurance-intro h2{max-width:none;}
  .reassurance-intro .reassurance-payoff{max-width:none;}

  .section-heading.section-heading-split{
    grid-template-columns:1fr!important;
    gap:16px!important;
    margin-bottom:30px!important;
  }
  .section-heading-split > h2{max-width:none;}

  #decider .offer-grid,
  #mission .offer-grid,
  #projet .single-offer-grid,
  #suivi .coordination-offers-grid{
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
  }
}


/* V1.38.4 - derniers ajustements de composition validés */
.local-focus{
  grid-template-columns:minmax(180px,.6fr) minmax(0,1.4fr)!important;
  column-gap:28px!important;
}

.response-panel{
  width:min(92%,1080px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.reassurance{
  padding-top:22px;
}
.reassurance-intro{
  top:148px!important;
  padding-top:10px;
}

/* La carte projet seule peut être recentrée sans recentrer toute la section. */
.project-section .single-offer-grid{
  margin-inline:auto!important;
}

@media (max-width:900px){
  .reassurance{padding-top:0;}
  .reassurance-intro{top:auto!important;padding-top:0;}
  .local-focus{column-gap:0!important;}
}


/* V1.39.0 - audit éditorial : plus de concret, frontières d'offres et progression */
.hero-copy .lead{max-width:650px}
.hero-copy .payoff{margin-top:1.15rem}
.situation-grid-three{grid-template-columns:repeat(3,minmax(0,1fr));}
.situation-grid-three .situation-card{grid-column:auto!important;min-height:210px}
.response-panel{padding-top:30px!important;padding-bottom:30px!important}
.response-panel .response-cost{font-size:1.28rem;margin-bottom:.35rem}

.deliverables-section{background:#fff;padding-top:66px;padding-bottom:72px}
.deliverables-heading{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);gap:48px;align-items:end;margin-bottom:34px}
.deliverables-heading h2{margin:0;max-width:430px}
.deliverables-heading p{margin:0;max-width:650px;font-size:1.08rem}
.deliverables-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.deliverable-card{background:var(--bg);border:1px solid var(--line);border-radius:18px;padding:23px 24px;min-height:150px}
.deliverable-card h3{font-size:1.08rem;margin-bottom:.55rem}
.deliverable-card p{margin:0;font-size:.98rem;line-height:1.5;color:#655C5D}

.offer-compare{margin-top:34px;padding-top:30px;border-top:1px solid rgba(94,75,86,.12)}
.offer-compare h2{font-size:1.35rem;margin-bottom:16px}
.offer-compare-grid{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}
.offer-compare-row{display:grid;grid-template-columns:1.25fr .75fr 1.55fr .65fr;gap:20px;align-items:center;padding:16px 20px;text-decoration:none;color:var(--text);border-bottom:1px solid var(--line);transition:background .15s ease}
.offer-compare-row:last-child{border-bottom:0}
.offer-compare-row:hover,.offer-compare-row:focus-visible{background:#F8F4EF}
.offer-compare-row span{font-size:.94rem;line-height:1.4}
.offer-compare-row span:last-child{text-align:right;font-weight:740;color:var(--plum);white-space:nowrap}
.offer-fineprint{font-size:.86rem!important;line-height:1.45!important;color:var(--muted)!important;margin-top:18px!important;padding-top:15px!important;border-top:1px solid rgba(94,75,86,.10)}
.offer-card > .offer-fineprint::before{display:none!important;content:none!important}
.offer-scope{margin:19px 0 18px;padding:18px 20px;background:#F8F4EF;border-radius:15px;border:1px solid rgba(94,75,86,.10)}
.offer-scope p{margin:0 0 8px!important;font-size:.95rem!important}
.offer-scope ul{margin:0;padding-left:1.1rem}
.offer-scope li{margin:.34rem 0;font-size:.91rem;line-height:1.45}
.offer-card > .offer-scope::before{display:none!important;content:none!important}

/* Étapes : conserver la logique de progression, désormais en cinq temps. */
@media (min-width:1100px){
  .process-list-five{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important}
  .process-list-five::before{left:5%!important;right:5%!important}
  .process-list-five li{padding:28px 20px 24px!important}
  .process-list-five h2{font-size:1.18rem!important;line-height:1.16;min-height:2.5em}
  .process-list-five p{font-size:.92rem;line-height:1.52;margin-bottom:0}
}
@media (min-width:901px) and (max-width:1099px){
  .process .container.narrow{width:min(calc(100% - 40px),900px)!important}
  .process-list-five{display:grid!important;grid-template-columns:1fr!important;gap:18px!important;padding-top:0!important}
  .process-list-five::before{left:39px!important;right:auto!important;top:30px!important;bottom:30px!important;width:2px!important;height:auto!important}
  .process-list-five li{display:grid!important;grid-template-columns:70px 1fr!important;gap:24px!important;padding:26px 28px!important}
  .process-list-five .step-num{margin:0!important}
}

@media (max-width:900px){
  .deliverables-heading{grid-template-columns:1fr;gap:12px}
  .deliverables-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .situation-grid-three{grid-template-columns:1fr!important}
  .situation-grid-three .situation-card{min-height:0}
  .offer-compare-row{grid-template-columns:1fr;gap:5px;padding:17px 18px}
  .offer-compare-row span:last-child{text-align:left;margin-top:3px}
}
@media (max-width:760px){
  .hero{padding-top:36px}
  .deliverables-section{padding-top:48px;padding-bottom:52px}
  .deliverables-grid{grid-template-columns:1fr}
  .deliverable-card{min-height:0;padding:20px}
  .offer-compare{margin-top:27px;padding-top:24px}
  .offer-compare-row span{font-size:.92rem}
  .offer-scope{padding:16px 17px}
}

/* V1.39.1 — lecture, rythme et mise en valeur */
.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px 24px;margin-top:24px}
.hero-actions .btn{margin-top:0}
.hero-secondary{font-weight:600;color:var(--plum);text-underline-offset:5px}
.offer-hero .offer-value{max-width:760px;margin-inline:auto;text-align:center;padding:0 0 12px;background:none;border:0;box-shadow:none}
.offer-compare{max-width:1060px;margin:32px auto 0;padding-top:26px}
.offer-compare h2{text-align:center;font-size:1.6rem}
.compare-intro{text-align:center;margin:0 0 24px;color:var(--muted)}
.offer-compare-row{grid-template-columns:1.15fr .8fr 1.35fr .7fr;gap:20px;padding:22px}
.offer-compare-row span:last-child{white-space:normal}
.scope-summary{padding:14px 0;border-block:1px solid var(--line);font-size:.95rem!important;line-height:1.5!important;color:var(--plum)}
.offer-scope summary{cursor:pointer;font-weight:650;color:var(--plum);line-height:1.5}
.offer-scope[open] summary{margin-bottom:14px}
.offer-scope p{margin-top:14px!important}
.offer-scope summary:focus-visible{outline:2px solid var(--plum);outline-offset:5px}
.coordination-offers-grid{align-items:start}
.about-subtitle{font-size:1.7rem;margin:36px 0 20px;line-height:1.25}
.about-body p{max-width:66ch}
.about-body .pullquote{margin-bottom:38px!important}
.offer-fineprint{font-size:.92rem!important;color:#655c5d!important}
@media(max-width:900px){.offer-compare-row{grid-template-columns:1fr;gap:6px}.hero-actions{align-items:stretch;flex-direction:column}.hero-secondary{text-align:center}.about-subtitle{font-size:1.5rem}}

/* V1.40 — les prestations avant le tarif ; documents et signature graphique */
.offer-compare-row{grid-template-columns:1.1fr .75fr 1.65fr}
.offer-compare-row span:last-child{text-align:left;font-weight:400;color:var(--text)}
.offer-card{display:flex;flex-direction:column;border-radius:14px!important;box-shadow:0 8px 26px rgba(65,48,56,.035)!important}
.offer-top{display:block}.offer-top h3{max-width:100%!important}
.offer-price-footer{display:flex;justify-content:space-between;gap:20px;align-items:baseline;margin-top:auto;padding-top:22px;border-top:1px solid var(--line)}
.offer-price-footer>span{font-size:.87rem;color:#71696b}.offer-price-footer .price{font-size:1.1rem;white-space:normal}
.offer-card>.offer-fineprint{margin-bottom:22px!important}
.offer-card .coordination-card-note{margin-bottom:22px!important}
.hero,.offer-hero,.about-hero{position:relative;isolation:isolate}
.hero:before,.offer-hero:before,.about-hero:before{content:"";position:absolute;right:0;top:0;width:min(52vw,800px);height:500px;background:url('fil-tessara.svg') center/contain no-repeat;opacity:.16;pointer-events:none;z-index:-1}
.proof-panel{display:grid;grid-template-columns:.85fr 1.15fr;gap:44px;align-items:center;margin-top:44px;padding:38px;background:#f0ebe5;border-radius:18px}
.proof-copy h3{font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.2;margin:12px 0 18px;max-width:420px}
.proof-copy p{font-size:1rem;line-height:1.65;margin:0}
.eyebrow{display:block;font-size:.76rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:#77634e}
.sample-paper{background:#fffdf9;border:1px solid #dcd2c7;box-shadow:0 12px 34px rgba(61,45,52,.08);border-radius:3px;padding:28px;color:#483e43;min-width:0}
.sample-tag{display:block;font-size:.75rem;color:#74645b;padding-bottom:15px;border-bottom:1px solid #dfd5c8;margin-bottom:18px}
.sample-paper h4,.sample-paper h3{font-size:1.25rem;line-height:1.3;margin:0 0 18px}
.sample-paper table{border-collapse:collapse;width:100%;font-size:.83rem;text-align:left}
.sample-paper td,.sample-paper th{padding:12px 8px;border-bottom:1px solid #e7dfd6;vertical-align:top}
.sample-paper thead{background:#f2ede7}.sample-paper tbody th{font-weight:600;width:46%}
.sample-question,.sample-footnote{font-size:.84rem!important;line-height:1.5;margin:18px 0 0!important}
.sample-row{display:grid;grid-template-columns:9px 1fr auto;gap:12px;align-items:start;padding:17px 0;border-bottom:1px solid #e7dfd6}
.sample-row div span{display:block;font-size:.85rem;margin-top:5px}.sample-row strong{font-size:.94rem}
.status-dot{width:8px;height:8px;border-radius:50%;margin-top:7px;background:#827782}.status-dot.done{background:#6e806a}.status-dot.waiting{background:#ac8a51}
.status-word{font-size:.74rem;color:#665b60}.sample-table-wrap{overflow-x:auto}
.deliverables-section{background:#f4f0e9;position:relative;overflow:hidden}
.deliverables-showcase{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.deliverables-copy article{padding:25px 0;border-bottom:1px solid #ddd2c5}.deliverables-copy article:first-child{padding-top:0}.deliverables-copy article:last-child{border:0}
.deliverables-copy h3{font-size:1.35rem;margin:10px 0}.deliverables-copy p{max-width:500px;margin:0;line-height:1.6}
.roadmap{transform:rotate(1deg)}.sample-intro{font-size:.92rem}
.roadmap-list{padding:0;list-style:none;counter-reset:roadmap}
.roadmap-list li{counter-increment:roadmap;position:relative;padding:16px 0 16px 40px;border-bottom:1px solid #e7dfd6}
.roadmap-list li:before{content:counter(roadmap);position:absolute;left:0;top:16px;color:#8a7259;font-weight:700}
.roadmap-list strong{display:block;font-size:.95rem}.roadmap-list span{display:block;font-size:.88rem;margin-top:5px;line-height:1.5}
.refuge-section{padding:76px 0;background:#fffdf9}.refuge-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:center}
.refuge-grid figure{margin:0}.refuge-grid img{display:block;width:100%;height:auto;border-radius:90px 12px 12px 12px}
.refuge-grid h2{font-size:clamp(1.7rem,2.6vw,2.45rem);line-height:1.2;margin:18px 0 22px}.refuge-grid p{line-height:1.65}
.about-illustration{margin:34px 0 26px}.about-illustration img{width:100%;height:auto;display:block;border-radius:50px 8px 8px 8px}
.situation-card{box-shadow:none!important;border-radius:8px!important;border-top:2px solid #c3ab8b!important}
@media(max-width:900px){.offer-compare-row{grid-template-columns:1fr}.proof-panel,.deliverables-showcase,.refuge-grid{grid-template-columns:1fr;gap:28px}.proof-panel{padding:24px}.refuge-section{padding:48px 0}.roadmap{transform:none}.hero:before,.offer-hero:before,.about-hero:before{width:100%;opacity:.09}.refuge-grid img{border-radius:50px 8px 8px 8px}}
@media(max-width:600px){.proof-panel{padding:22px 16px}.sample-paper{padding:20px 16px}.sample-paper td,.sample-paper th{padding:10px 5px;font-size:.78rem}.sample-row{grid-template-columns:8px 1fr}.status-word{grid-column:2}.offer-price-footer{flex-wrap:wrap;gap:6px}.offer-price-footer .price{margin-left:auto}.deliverables-heading{margin-bottom:26px}}

/* V1.41 — responsive fixes and useful visual cues */
.btn{max-width:100%;min-width:0;text-align:center;line-height:1.35;white-space:normal;box-sizing:border-box}
.final-cta .btn{flex-shrink:0;width:auto;max-width:100%;text-align:center}
.final-cta-inner{flex-wrap:wrap}.final-cta-inner>p{flex:1 1 400px;min-width:0;white-space:normal}
.tessara-icon{width:30px;height:30px;color:var(--plum);display:block;flex:none;margin-bottom:12px}
.local-focus h2 .tessara-icon{width:28px;height:28px}
.deliverables-copy .tessara-icon{float:left;margin:0 14px 12px 0}
.process-intro{max-width:680px;margin:24px auto 0;line-height:1.65;text-align:center}
.process-list .step-outcome{border-top:1px solid var(--line);padding-top:14px;margin-top:18px;font-size:.92rem;color:var(--plum);font-weight:600}
.steps-practical{background:#f4f0e9}.steps-practical-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.steps-practical h2{font-size:clamp(1.55rem,2.8vw,2.2rem);line-height:1.2;margin:16px 0 24px}
.steps-practical p{line-height:1.65}.roles-list{margin:0}.roles-list dt{font-weight:700;color:var(--plum);margin-top:20px}.roles-list dd{margin:6px 0 0;line-height:1.6}
.steps-questions{max-width:820px;margin:55px auto 0}.steps-questions details{border-bottom:1px solid #d9cfc5;padding:19px 0}.steps-questions summary{cursor:pointer;font-weight:650;color:var(--plum)}.steps-questions summary:focus-visible{outline:2px solid var(--plum);outline-offset:5px}.steps-questions details p{margin-bottom:0}
@media(max-width:900px){
.local-focus{display:flex!important;flex-direction:column;gap:12px!important;grid-template-columns:none!important;padding:24px!important}
.local-focus h2{grid-row:auto!important;align-self:auto!important;margin:0!important;display:flex;align-items:center;gap:12px}
.local-focus h2 .tessara-icon{margin:0}.local-focus p{width:100%;max-width:none!important;margin:0!important}.local-focus .local-focus-lead{font-size:1.2rem;line-height:1.45}
.steps-practical-grid{grid-template-columns:1fr;gap:28px}
.final-cta-inner{flex-direction:column;align-items:stretch}.final-cta-inner>p{flex:0 1 auto}.final-cta .btn{width:100%;margin:0;align-self:center;padding:15px 18px;font-size:1rem}
}
@media(max-width:600px){.btn,.hero-copy .btn,.response-panel .btn,.center-action .btn,.final-cta .btn{font-size:1rem;padding:14px 16px;min-height:52px;text-align:center}.steps-practical{padding-block:44px}.process-intro{text-align:left}}

/* V1.42 — repères de navigation et préparation du premier échange */
.offer-compare-row>span:first-child{display:flex;align-items:center;gap:14px}.offer-compare-row .tessara-icon{width:24px;height:24px;margin:0}
.section-heading-split>h2 .tessara-icon{width:32px;height:32px;margin-bottom:16px}
.roles-list dt{display:flex;align-items:center;gap:12px}.roles-list dt .tessara-icon{width:24px;height:24px;margin:0}
.steps-illustration{margin:24px 0}.steps-illustration img{display:block;width:100%;height:auto;border-radius:28px 6px 6px 6px}
.relay-extensions{margin-top:20px;font-size:.9rem}.relay-extensions p{font-size:.9rem!important;line-height:1.6!important}
