/* ============================
   V3 PRO : direction artistique
   Objectif : rendu professionnel, élégant et commercial
============================ */

:root {
  --bg: #fbf5ec;
  --surface: #fffaf3;
  --surface-2: #f3e7d8;
  --text: #211813;
  --muted: rgba(33, 24, 19, .70);
  --primary: #bd642f;
  --primary-dark: #8f3f1c;
  --accent: #7b4a20;
  --accent-orange: #8f3f1c;
  --accent-orange-soft: #c37a3a;
  --accent-green: #315e43;
  --accent-green-soft: #5f8a68;
  --border: rgba(57, 40, 29, .12);
  --border-strong: rgba(57, 40, 29, .20);
  --shadow-soft: 0 20px 50px rgba(35, 24, 18, .10);
  --shadow-hover: 0 26px 70px rgba(35, 24, 18, .16);
  --radius: 24px;
}

body {
  background-color: var(--bg);
  background-image:
    radial-gradient(900px 520px at 8% 5%, rgba(189, 100, 47, .10), transparent 60%),
    radial-gradient(900px 520px at 95% 16%, rgba(49, 94, 67, .08), transparent 58%),
    url("/assets/img/grain-paper.png");
  color: var(--text);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(33, 24, 19, .035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(33, 24, 19, .025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.55), transparent 70%);
}

/* ============================
   V3 PRO : header plus premium
============================ */

.site-header {
  background:
    linear-gradient(180deg, rgba(251, 245, 236, .90), rgba(251, 245, 236, .74)),
    url("/assets/img/grain-paper.png");
  border-bottom: 1px solid rgba(57, 40, 29, .12);
  box-shadow: 0 10px 30px rgba(35, 24, 18, .06);
  backdrop-filter: blur(18px) saturate(1.12);
}

.site-header.is-scrolled {
  background:
    linear-gradient(180deg, rgba(251, 245, 236, .78), rgba(251, 245, 236, .62)),
    url("/assets/img/grain-paper.png");
  box-shadow: 0 16px 38px rgba(35, 24, 18, .10);
}

.header-inner {
  padding: 13px 0;
}

.brand-logo {
  height: 34px;
}

.brand-baseline {
  color: rgba(33, 24, 19, .64);
  font-weight: 600;
}

.nav-link {
  position: relative;
  padding: 9px 12px;
  color: rgba(33, 24, 19, .78);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--accent-green-soft));
  opacity: 0;
  transform: scaleX(.4);
  transform-origin: left;
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--text);
  background: rgba(255, 250, 243, .70);
}

.nav-link:hover::after,
.nav-link.is-active::after {
  opacity: .9;
  transform: scaleX(1);
}

/* ============================
   V3 PRO : boutons cohérents
============================ */

.btn {
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: -.01em;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fffaf3;
  background: linear-gradient(135deg, #c26b37, #91411f);
  border-color: rgba(111, 48, 21, .62);
  box-shadow: 0 14px 30px rgba(145, 65, 31, .24);
}

.btn-primary:hover {
  color: #fffaf3;
  background: linear-gradient(135deg, #d0793f, #9d4723);
  border-color: rgba(111, 48, 21, .78);
  box-shadow: 0 18px 42px rgba(145, 65, 31, .28);
}

.btn-secondary,
.btn-ghost {
  color: var(--text);
  background: rgba(255, 250, 243, .74);
  border-color: rgba(57, 40, 29, .18);
  box-shadow: 0 12px 28px rgba(35, 24, 18, .08);
}

.btn-secondary:hover,
.btn-ghost:hover {
  color: var(--text);
  background: rgba(255, 250, 243, .94);
  border-color: rgba(189, 100, 47, .35);
  box-shadow: 0 18px 42px rgba(35, 24, 18, .12);
}

.btn-whatsapp {
  color: #f8fff9;
  background: linear-gradient(135deg, #2f8f57, #1f6f43);
  border-color: rgba(22, 101, 52, .70);
  box-shadow: 0 14px 30px rgba(31, 111, 67, .20);
}

.btn-whatsapp:hover {
  color: #f8fff9;
  background: linear-gradient(135deg, #37a164, #257b4d);
  border-color: rgba(22, 101, 52, .84);
  box-shadow: 0 18px 42px rgba(31, 111, 67, .24);
}

/* ============================
   V3 PRO : hero commercial
============================ */

.hero--media {
  min-height: clamp(620px, 76vh, 820px);
  border-bottom: 1px solid rgba(57, 40, 29, .14);
  box-shadow: none;
}

.hero--media::before {
  background:
    radial-gradient(660px 500px at 18% 20%, rgba(255, 250, 243, .96), rgba(255, 250, 243, .68) 52%, transparent 74%),
    linear-gradient(90deg,
      rgba(251, 245, 236, .98) 0%,
      rgba(251, 245, 236, .90) 35%,
      rgba(251, 245, 236, .42) 58%,
      rgba(251, 245, 236, .06) 80%);
}

.hero--media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  height: 180px;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, rgba(251, 245, 236, .96));
}

.hero-bg {
  object-position: 72% 38%;
  transform: scale(1.02);
  filter: saturate(.96) contrast(1.02) brightness(.98);
}

.matiere-hero {
  opacity: .58;
  mix-blend-mode: multiply;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  min-height: inherit;
  padding-top: clamp(36px, 6vw, 78px);
  padding-bottom: clamp(70px, 10vw, 120px);
}

.hero-copy {
  max-width: 760px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 0 20px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #6f3217;
  background: rgba(255, 250, 243, .76);
  border: 1px solid rgba(189, 100, 47, .22);
  box-shadow: 0 12px 32px rgba(35, 24, 18, .08);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.hero-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--accent-green-soft));
  box-shadow: 0 0 0 5px rgba(189, 100, 47, .12);
}

.hero-copy h1,
.hero-title {
  max-width: 760px;
  margin: 0 0 20px;
  font-size: clamp(2.85rem, 5.2vw, 5.9rem);
  line-height: .94;
  font-weight: 700;
  letter-spacing: -.065em;
  text-wrap: balance;
}

.hero-copy h1::after {
  display: none;
}

.hero-title .word {
  margin-right: .12em;
}

.hero-title .w-1 {
  color: var(--text);
}

.hero-title .w-2,
.hero-title .w-5 {
  color: #9c4722;
}

.hero-title .w-3 {
  color: #315e43;
}

.hero-title .w-4 {
  color: rgba(33, 24, 19, .56);
}

.hero-subtitle {
  max-width: 620px;
  margin: 0 0 16px;
  color: var(--text);
  font-size: clamp(1.25rem, 1.8vw, 1.68rem);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -.025em;
}

.hero-subtitle::after {
  width: 92px;
  height: 3px;
  margin-top: 16px;
  background: linear-gradient(90deg, var(--primary), var(--accent-green-soft));
}

.hero-description {
  max-width: 610px;
  margin: 0 0 30px;
  color: rgba(33, 24, 19, .72);
  font-size: 1.03rem;
}

.hero-cta {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  color: rgba(33, 24, 19, .76);
  background: rgba(255, 250, 243, .66);
  border: 1px solid rgba(57, 40, 29, .12);
  font-size: .9rem;
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(35, 24, 18, .06);
}

.hero-proof span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent-green-soft);
}

.hero-showcase {
  position: relative;
  z-index: 3;
  align-self: end;
  display: grid;
  gap: 14px;
  margin-bottom: clamp(12px, 4vw, 40px);
}

.hero-showcase-card,
.hero-mini-card {
  border: 1px solid rgba(255, 250, 243, .44);
  background:
    linear-gradient(180deg, rgba(255, 250, 243, .82), rgba(255, 250, 243, .58));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px) saturate(1.08);
}

.hero-showcase-card--main {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 30px;
}

.hero-showcase-card--main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(260px 180px at 14% 18%, rgba(189, 100, 47, .18), transparent 70%),
    radial-gradient(240px 180px at 88% 84%, rgba(49, 94, 67, .14), transparent 70%);
}

.hero-showcase-card > * {
  position: relative;
  z-index: 1;
}

.hero-showcase-kicker {
  display: block;
  margin-bottom: 12px;
  color: #8f3f1c;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-showcase-card strong {
  display: block;
  max-width: 14ch;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.hero-showcase-card p {
  max-width: 32ch;
  margin: 16px 0 0;
  color: rgba(33, 24, 19, .68);
}

.hero-showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.hero-mini-card {
  min-height: 132px;
  padding: 18px;
  border-radius: 24px;
}

.hero-mini-card span {
  display: block;
  margin-bottom: 18px;
  color: rgba(33, 24, 19, .42);
  font-family: var(--font-display);
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.08em;
}

.hero-mini-card strong {
  display: block;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.18;
}

/* ============================
   V3 PRO : bénéfices sous hero
============================ */

.hero-benefits {
  margin-top: -42px;
  padding: 0 18px;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-benefits-inner {
  max-width: 1040px;
}

.benefits-scroll {
  border: 1px solid rgba(57, 40, 29, .12);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, .92), rgba(255, 250, 243, .76)),
    url("/assets/img/grain-paper.png");
  box-shadow: 0 18px 48px rgba(35, 24, 18, .10);
  backdrop-filter: blur(18px);
}

.benefit {
  padding-top: 14px;
  padding-bottom: 14px;
}

.benefit-icon {
  background: rgba(255, 250, 243, .70);
  border: 1px solid rgba(189, 100, 47, .18);
  color: #8f3f1c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .70);
}

.benefit-text strong {
  color: var(--text);
  font-weight: 900;
}

.benefit-text span {
  color: rgba(33, 24, 19, .62);
}

/* ============================
   V3 PRO : sections et titres
============================ */

.section {
  padding: clamp(64px, 7vw, 112px) 0;
}

.section.alt {
  background:
    radial-gradient(900px 420px at 14% 0%, rgba(189, 100, 47, .09), transparent 62%),
    radial-gradient(760px 420px at 92% 18%, rgba(49, 94, 67, .07), transparent 58%),
    rgba(255, 250, 243, .36);
  border-top: 1px solid rgba(57, 40, 29, .10);
  border-bottom: 1px solid rgba(57, 40, 29, .10);
}

.section.section-tile {
  background:
    linear-gradient(180deg, rgba(255, 250, 243, .25), rgba(255, 250, 243, .05));
  border-color: rgba(57, 40, 29, .10);
}

.section-head {
  max-width: 840px;
  margin-bottom: clamp(28px, 4vw, 46px);
}

.section-head .h2 {
  padding-left: 0;
  margin: 0;
  font-size: clamp(2rem, 3.3vw, 3.65rem);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.section-head .h2::before {
  content: "";
  display: block;
  width: 86px;
  height: 3px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--accent-green-soft));
}

.section-kicker {
  width: fit-content;
  margin: 0 0 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #8f3f1c;
  background: rgba(255, 250, 243, .68);
  border: 1px solid rgba(189, 100, 47, .16);
  font-weight: 900;
}

.section-head .muted {
  max-width: 68ch;
  margin-top: 18px;
  color: rgba(33, 24, 19, .66);
  font-size: 1.04rem;
}

/* ============================
   V3 PRO : cartes générales
============================ */

.card {
  position: relative;
  border: 1px solid rgba(57, 40, 29, .12);
  background:
    linear-gradient(180deg, rgba(255, 250, 243, .92), rgba(255, 250, 243, .72));
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease,
    background 240ms ease;
}

.card:hover {
  transform: translateY(-7px);
  border-color: rgba(189, 100, 47, .28);
  box-shadow: var(--shadow-hover);
}

.card-pad {
  padding: 20px 22px 24px;
}

.h3 {
  color: var(--text);
  font-size: 1.18rem;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: -.025em;
}

.badge {
  color: rgba(33, 24, 19, .68);
  background: rgba(255, 250, 243, .74);
  border-color: rgba(57, 40, 29, .12);
  font-weight: 800;
}

/* ============================
   V3 PRO : services plus design
============================ */

#services .grid-3 {
  gap: clamp(18px, 2.5vw, 28px);
}

#services .card.card-media {
  isolation: isolate;
  border-radius: 30px;
}

#services .card.card-media::before {
  z-index: 2;
  background:
    linear-gradient(to bottom, rgba(33, 24, 19, .05), transparent 42%),
    radial-gradient(260px 160px at 10% 8%, rgba(189, 100, 47, .14), transparent 70%);
}

#services .card.card-media::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: calc(clamp(180px, 22vw, 240px) - 14px);
  z-index: 3;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--accent-green-soft));
  opacity: .18;
  filter: blur(10px);
  pointer-events: none;
}

#services .card.card-media .cover {
  transform: scale(1.01);
  transition: transform 420ms ease, filter 420ms ease;
}

#services .card.card-media:hover .cover {
  transform: scale(1.045);
  filter: saturate(1.06) contrast(1.06) brightness(1.03);
}

#services .card.card-media .card-pad {
  padding: 22px 24px 26px;
}

#services .card.card-media .h3 {
  font-size: 1.24rem;
}

#services .card.card-media .muted {
  color: rgba(33, 24, 19, .66);
}

.section-cta {
  margin-top: clamp(24px, 3vw, 36px);
}

/* ============================
   V3 PRO : process plus fluide
============================ */

.section-head--process .section-kicker::before,
.section-head--process .section-kicker::after {
  display: none;
}

.process-flow {
  margin: clamp(16px, 3vw, 30px) 0 20px;
}

.process-line::before {
  left: 48px;
  right: 48px;
  height: 2px;
  background: linear-gradient(90deg, rgba(189, 100, 47, .28), rgba(49, 94, 67, .32));
}

.process-line::after {
  border-color: rgba(49, 94, 67, .42);
}

.process-grid {
  gap: clamp(18px, 2.5vw, 28px);
}

.process-card {
  overflow: hidden;
  padding: 30px 26px 26px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, .92), rgba(255, 250, 243, .72));
  border-color: rgba(57, 40, 29, .12);
  box-shadow: var(--shadow-soft);
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
}

.process-card::before {
  background:
    radial-gradient(260px 160px at 10% 0%, rgba(189, 100, 47, .12), transparent 70%),
    linear-gradient(90deg, rgba(189, 100, 47, .12), rgba(49, 94, 67, .08));
  opacity: .78;
}

.process-card:hover {
  transform: translateY(-7px);
  border-color: rgba(189, 100, 47, .28);
  box-shadow: var(--shadow-hover);
}

.process-card-header {
  align-items: center;
  min-height: 58px;
}

.process-card-number {
  flex: 0 0 auto;
  margin-bottom: 0;
  color: #fffaf3;
  background: linear-gradient(135deg, #c26b37, #8f3f1c);
  border-color: rgba(111, 48, 21, .34);
  box-shadow: 0 14px 32px rgba(145, 65, 31, .20);
}

.process-card-title {
  font-size: 1.25rem;
  letter-spacing: -.035em;
}

.process-card-result-label {
  color: #8f3f1c;
  font-weight: 900;
}

.process-card-delay {
  border-color: rgba(57, 40, 29, .10);
}

.process-card-delay-label {
  color: #6f3217;
  background: rgba(255, 250, 243, .78);
  border: 1px solid rgba(189, 100, 47, .18);
}

.process-cta {
  max-width: none;
  border-radius: 32px;
  border: 1px solid rgba(57, 40, 29, .12);
  background:
    radial-gradient(440px 220px at 8% 20%, rgba(189, 100, 47, .14), transparent 72%),
    linear-gradient(135deg, rgba(255, 250, 243, .94), rgba(255, 250, 243, .70));
  box-shadow: var(--shadow-soft);
}

.process-cta:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(189, 100, 47, .26);
}

.process-cta-title {
  font-size: 1.45rem;
  letter-spacing: -.045em;
}

/* ============================
   V3 PRO : réalisations portfolio
============================ */

#realisations .realizations-grid {
  gap: clamp(18px, 2.5vw, 28px);
}

#realisations .realization-card {
  border-radius: 30px;
}

#realisations .realization-card .cover {
  transition: transform 420ms ease, filter 420ms ease;
}

#realisations .realization-card:hover .cover {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.06) brightness(1.03);
}

#realisations .realization-card .card-pad {
  padding: 22px 24px 26px;
}

#realisations .realization-card .badge:first-child {
  width: fit-content;
  color: #6f3217;
  border-color: rgba(189, 100, 47, .18);
}

#realisations .realization-card .h3 {
  font-size: 1.22rem;
}

#realisations .badges .badge {
  background: rgba(255, 250, 243, .62);
}

#realisations .section-cta .btn {
  width: 100%;
  margin-top: 8px;
}

/* ============================
   V3 PRO : FAQ et callout
============================ */

.faq {
  gap: 12px;
}

.faq-q {
  position: relative;
  padding: 18px 54px 18px 20px;
  border: 1px solid rgba(57, 40, 29, .12);
  border-radius: 20px;
  background: rgba(255, 250, 243, .72);
  color: var(--text);
  box-shadow: 0 12px 30px rgba(35, 24, 18, .06);
}

.faq-q::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #6f3217;
  background: rgba(189, 100, 47, .10);
  border: 1px solid rgba(189, 100, 47, .14);
}

.faq-q[aria-expanded="true"]::after {
  content: "–";
}

.faq-q:hover {
  background: rgba(255, 250, 243, .92);
  border-color: rgba(189, 100, 47, .26);
}

.faq-a {
  padding: 4px 20px 18px;
}

.callout {
  margin-top: clamp(24px, 3vw, 40px);
  padding: clamp(22px, 3.2vw, 34px);
  border-radius: 32px;
  border-color: rgba(189, 100, 47, .20);
  background:
    radial-gradient(420px 220px at 8% 18%, rgba(189, 100, 47, .16), transparent 72%),
    radial-gradient(420px 220px at 90% 84%, rgba(49, 94, 67, .12), transparent 72%),
    linear-gradient(135deg, rgba(255, 250, 243, .94), rgba(255, 250, 243, .70));
  box-shadow: var(--shadow-soft);
}

.callout .h3 {
  font-size: 1.45rem;
  letter-spacing: -.045em;
}

/* ============================
   V3 PRO : footer plus crédible
============================ */

.site-footer {
  background:
    radial-gradient(760px 360px at 10% 10%, rgba(189, 100, 47, .12), transparent 62%),
    linear-gradient(180deg, rgba(43, 31, 24, .95), rgba(27, 20, 16, .98));
  border-top: 1px solid rgba(255, 250, 243, .08);
  color: #fffaf3;
}

.site-footer .muted {
  color: rgba(255, 250, 243, .68);
}

.site-footer .badge {
  color: rgba(255, 250, 243, .78);
  background: rgba(255, 250, 243, .08);
  border-color: rgba(255, 250, 243, .12);
}

.footer-title {
  color: #fffaf3;
  font-family: var(--font-display);
  letter-spacing: -.02em;
}

.footer-list a {
  color: rgba(255, 250, 243, .78);
  text-decoration: none;
}

.footer-list a:hover {
  color: #fffaf3;
}

.footer-bottom {
  border-top-color: rgba(255, 250, 243, .10);
}

/* ============================
   V3 PRO : responsive
============================ */

@media (max-width: 1125px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
  }

  .hero-showcase {
    display: none;
  }

  .hero-copy {
    max-width: 720px;
  }
}

@media (max-width: 980px) {
  .hero--media {
    min-height: clamp(560px, 78svh, 720px);
  }

  .hero--media::before {
    background:
      radial-gradient(660px 500px at 20% 18%, rgba(255, 250, 243, .98), rgba(255, 250, 243, .72) 58%, transparent 78%),
      linear-gradient(90deg, rgba(251, 245, 236, .98), rgba(251, 245, 236, .75) 74%, rgba(251, 245, 236, .24));
  }

  .hero-copy h1,
  .hero-title {
    font-size: clamp(2.45rem, 8vw, 4.8rem);
  }
}

@media (max-width: 860px) {
  .nav {
    border-radius: 24px;
    background: rgba(251, 245, 236, .96);
  }

  .nav-link::after {
    display: none;
  }
}

@media (max-width: 750px) {
  .hero-benefits {
    margin-top: -16px;
    padding: 0;
  }

  .benefits-scroll {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
}

@media (max-width: 640px) {
  .hero--media {
    min-height: auto;
  }

  .hero-inner {
    padding-top: 64px;
    padding-bottom: 86px;
  }

  .hero-copy h1,
  .hero-title {
    font-size: clamp(2.35rem, 13vw, 3.45rem);
    line-height: .96;
  }

  .hero-subtitle {
    font-size: 1.18rem;
  }

  .hero-description {
    font-size: .98rem;
  }

  .hero-cta .btn {
    width: 100%;
  }

  .hero-proof {
    display: grid;
  }

  .section-head .h2 {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .card,
  .process-card,
  .process-cta,
  .callout {
    border-radius: 24px;
  }
}

/* ============================
   V3.1 PRO : finitions premium du hero
   Objectif : plus élégant, moins massif, image plus nette
============================ */

@media (min-width: 1200px) {
  .header-rail {
    max-width: none;
    margin-left: var(--page-gutter);
    margin-right: var(--page-gutter);
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav {
    margin-right: 0;
  }

  .container.hero-inner {
    max-width: none;
    margin-left: var(--page-gutter);
    margin-right: var(--page-gutter);
    padding-left: 18px;
    padding-right: 18px;
  }
}

.hero--media {
  min-height: clamp(650px, 82vh, 880px);
}

.hero--media::before {
  background:
    radial-gradient(780px 520px at 18% 27%, rgba(255, 250, 243, .92), rgba(255, 250, 243, .60) 52%, transparent 76%),
    linear-gradient(90deg,
      rgba(251, 245, 236, .92) 0%,
      rgba(251, 245, 236, .78) 36%,
      rgba(251, 245, 236, .32) 58%,
      rgba(251, 245, 236, .06) 86%);
}

.hero-bg {
  object-position: 60% 50%;
  transform: scale(1.005);
  filter: saturate(1.04) contrast(1.04) brightness(1.02);
}

.hero-inner {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: clamp(30px, 5vw, 78px);
  padding-top: clamp(44px, 6vw, 82px);
  padding-bottom: clamp(54px, 7vw, 92px);
}

.hero-copy {
  max-width: 780px;
}

.hero-copy h1,
.hero-title {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(3.05rem, 4.35vw, 5.15rem);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -.058em;
}

.hero-title .word {
  margin-right: 0;
}

.hero-title .w-1,
.hero-title .w-2 {
  display: block;
}

.hero-title .w-1 {
  color: var(--text);
}

.hero-title .w-2 {
  color: var(--text);
}

.hero-title .title-green {
  color: var(--accent-green);
}

.hero-title .title-neutral {
  color: rgba(33, 24, 19, .86);
}

.hero-title .title-orange {
  color: #a94e26;
}

.hero-subtitle {
  max-width: 660px;
  margin-bottom: 18px;
  font-size: clamp(1.22rem, 1.55vw, 1.52rem);
  line-height: 1.42;
}

.hero-description {
  max-width: 650px;
  margin-bottom: 28px;
  font-size: 1.02rem;
  line-height: 1.72;
}

.hero-cta {
  margin-top: 4px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: 12px;
  max-width: 740px;
  margin-top: 30px;
}

.hero-proof-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 250, 243, .58);
  background: linear-gradient(180deg, rgba(255, 250, 243, .82), rgba(255, 250, 243, .58));
  box-shadow: 0 16px 38px rgba(35, 24, 18, .08);
  backdrop-filter: blur(16px) saturate(1.08);
}

.hero-proof-card svg {
  grid-row: 1 / span 2;
  width: 30px;
  height: 30px;
  color: var(--accent-green);
}

.hero-proof-card strong {
  display: block;
  color: var(--text);
  font-size: .94rem;
  line-height: 1.2;
  font-weight: 800;
}

.hero-proof-card small {
  display: block;
  margin-top: 2px;
  color: rgba(33, 24, 19, .62);
  font-size: .78rem;
  line-height: 1.2;
}

.hero-showcase {
  justify-self: end;
  align-self: center;
  max-width: 350px;
  margin-bottom: 0;
  transform: translateY(72px);
}

.hero-showcase-card--main {
  padding: 24px;
  border-radius: 26px;
}

.hero-showcase-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.hero-showcase-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  color: #a94e26;
  background: rgba(189, 100, 47, .12);
  border: 1px solid rgba(189, 100, 47, .16);
}

.hero-showcase-icon svg {
  width: 28px;
  height: 28px;
}

.hero-showcase-card strong {
  max-width: 18ch;
  font-size: clamp(1.22rem, 1.45vw, 1.48rem);
  line-height: 1.18;
  letter-spacing: -.035em;
}

.hero-showcase-lead {
  margin: 18px 0 0;
  color: rgba(33, 24, 19, .80);
  font-size: 1.04rem;
  line-height: 1.42;
  font-weight: 600;
}

.hero-showcase-line {
  position: relative;
  z-index: 1;
  display: block;
  width: 74px;
  height: 2px;
  margin: 18px 0 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--accent-green-soft));
}

.hero-showcase-note {
  margin: 18px 0 0;
  color: rgba(33, 24, 19, .68);
  font-size: .96rem;
  line-height: 1.58;
}

.hero-showcase-grid,
.hero-mini-card {
  display: none;
}

@media (max-width: 1125px) {
  .hero-showcase {
    display: none;
  }
}

@media (max-width: 980px) {
  .hero--media {
    min-height: clamp(590px, 78svh, 740px);
  }

  .hero--media::before {
    background:
      radial-gradient(720px 520px at 20% 24%, rgba(255, 250, 243, .96), rgba(255, 250, 243, .72) 58%, transparent 82%),
      linear-gradient(90deg, rgba(251, 245, 236, .96), rgba(251, 245, 236, .78) 70%, rgba(251, 245, 236, .24));
  }

  .hero-copy h1,
  .hero-title {
    font-size: clamp(2.7rem, 8vw, 4.65rem);
  }

  .hero-proof {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}

@media (max-width: 760px) {
  .hero-inner {
    padding-top: 64px;
    padding-bottom: 76px;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
}

@media (max-width: 640px) {
  .hero-bg {
    object-position: 68% 50%;
    filter: saturate(1.02) contrast(1.02) brightness(1.02);
  }

  .hero--media::before {
    background:
      linear-gradient(90deg, rgba(251, 245, 236, .98) 0%, rgba(251, 245, 236, .90) 72%, rgba(251, 245, 236, .54) 100%);
  }

  .hero-copy h1,
  .hero-title {
    font-size: clamp(2.35rem, 12vw, 3.35rem);
    letter-spacing: -.052em;
  }
}

/* ============================
   V3.2 PRO : corrections après test visuel sur serveur de développement
   Objectif : header flottant, hero plus naturel, vignette et badges mieux maîtrisés
============================ */

/* Header flottant visible sur toute la page */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: clamp(8px, 1.1vw, 14px) 0;
  background: transparent;
  background-image: none;
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.site-header.is-scrolled {
  background: transparent;
  background-image: none;
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.site-header .header-rail {
  max-width: none;
  margin-left: clamp(14px, 2vw, 34px);
  margin-right: clamp(14px, 2vw, 34px);
  padding-left: 0;
  padding-right: 0;
  border: 1px solid rgba(57, 40, 29, .10);
  border-radius: clamp(18px, 1.5vw, 26px);
  background:
    linear-gradient(180deg, rgba(255, 250, 243, .92), rgba(255, 250, 243, .78)),
    url("/assets/img/grain-paper.png");
  box-shadow: 0 18px 50px rgba(35, 24, 18, .10);
  backdrop-filter: blur(18px) saturate(1.12);
  overflow: visible;
}

.site-header.is-scrolled .header-rail {
  background:
    linear-gradient(180deg, rgba(255, 250, 243, .88), rgba(255, 250, 243, .72)),
    url("/assets/img/grain-paper.png");
  box-shadow: 0 20px 58px rgba(35, 24, 18, .14);
}

.site-header .header-inner {
  padding: 12px clamp(18px, 2vw, 26px);
}

body:not(.home) .site-main {
  padding-top: clamp(98px, 8vw, 118px);
}

/* Hero : l'image V3.1 est suffisante, on diminue le voile blanc */
.hero--media {
  min-height: clamp(660px, 84vh, 890px);
}

.hero--media::before {
  background:
    radial-gradient(760px 520px at 17% 30%, rgba(255, 250, 243, .82), rgba(255, 250, 243, .46) 52%, transparent 76%),
    linear-gradient(90deg,
      rgba(251, 245, 236, .84) 0%,
      rgba(251, 245, 236, .62) 34%,
      rgba(251, 245, 236, .18) 56%,
      rgba(251, 245, 236, .02) 84%);
}

.hero--media::after {
  height: 120px;
  background: linear-gradient(to bottom, transparent, rgba(251, 245, 236, .82));
}

.matiere-hero {
  opacity: .36;
}

.hero-bg {
  filter: saturate(1.08) contrast(1.05) brightness(1.03);
}

/* Le header est maintenant fixé : on redonne une respiration haute au hero */
.hero-inner {
  padding-top: clamp(112px, 10vw, 146px);
  padding-bottom: clamp(48px, 6vw, 82px);
}

/* Vignette droite : plus basse, plus discrète, moins dominante */
.hero-showcase {
  justify-self: end;
  align-self: end;
  max-width: 312px;
  margin-bottom: clamp(66px, 7vw, 104px);
  transform: none;
}

.hero-showcase-card,
.hero-mini-card {
  background:
    linear-gradient(180deg, rgba(255, 250, 243, .78), rgba(255, 250, 243, .56));
  box-shadow: 0 16px 44px rgba(35, 24, 18, .10);
}

.hero-showcase-card--main {
  padding: 20px;
  border-radius: 24px;
}

.hero-showcase-card--main::before {
  opacity: .70;
}

.hero-showcase-header {
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 13px;
}

.hero-showcase-icon {
  width: 48px;
  height: 48px;
}

.hero-showcase-icon svg {
  width: 24px;
  height: 24px;
}

.hero-showcase-card strong {
  max-width: 17ch;
  font-size: clamp(1.08rem, 1.22vw, 1.24rem);
  line-height: 1.18;
}

.hero-showcase-lead {
  margin-top: 15px;
  font-size: .96rem;
  line-height: 1.42;
}

.hero-showcase-line {
  width: 62px;
  margin-top: 15px;
}

.hero-showcase-note {
  margin-top: 15px;
  font-size: .88rem;
  line-height: 1.56;
}

/* Badges du hero : plus compacts, texte mieux aligné */
.hero-proof {
  grid-template-columns: minmax(150px, 180px) minmax(190px, 220px) minmax(230px, 252px);
  gap: 10px;
  max-width: 690px;
  margin-top: 26px;
}

.hero-proof-card {
  grid-template-columns: 28px minmax(0, 1fr);
  column-gap: 10px;
  min-height: 60px;
  padding: 11px 13px;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(255, 250, 243, .76), rgba(255, 250, 243, .50));
  box-shadow: 0 13px 32px rgba(35, 24, 18, .075);
}

.hero-proof-card svg {
  width: 25px;
  height: 25px;
}

.hero-proof-card strong {
  font-size: .86rem;
  line-height: 1.14;
  white-space: nowrap;
}

.hero-proof-card small {
  margin-top: 3px;
  font-size: .72rem;
  line-height: 1.16;
}

/* Ajustement du ruban existant pour qu'il soit moins lourd en attendant la future section "Mon engagement" */
.hero-benefits {
  margin-top: -30px;
}

.benefits-scroll {
  max-width: 100%;
  border-radius: 28px;
}

.benefit {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* Responsive du header flottant et du hero V3.2 */
@media (max-width: 1125px) {
  .hero-showcase {
    display: none;
  }

  .hero-inner {
    padding-top: clamp(112px, 12vw, 138px);
  }
}

@media (max-width: 980px) {
  .hero--media::before {
    background:
      radial-gradient(720px 520px at 20% 28%, rgba(255, 250, 243, .90), rgba(255, 250, 243, .62) 58%, transparent 82%),
      linear-gradient(90deg, rgba(251, 245, 236, .90), rgba(251, 245, 236, .70) 70%, rgba(251, 245, 236, .20));
  }

  .hero-proof {
    grid-template-columns: repeat(3, minmax(145px, 1fr));
    max-width: 720px;
  }

  .hero-proof-card strong {
    white-space: normal;
  }
}

@media (max-width: 860px) {
  .site-header .header-rail {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 18px;
  }

  .site-header .header-inner {
    padding: 10px 14px;
  }

  .nav {
    inset: 82px 12px auto 12px;
  }
}

@media (max-width: 760px) {
  .hero-inner {
    padding-top: 112px;
    padding-bottom: 72px;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .hero-proof-card strong {
    white-space: normal;
  }

  .hero-benefits {
    margin-top: -12px;
  }

  .benefits-scroll {
    border-radius: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding-top: 8px;
  }

  .brand-baseline {
    max-width: 145px;
    white-space: normal;
  }

  .hero--media::before {
    background:
      linear-gradient(90deg, rgba(251, 245, 236, .94) 0%, rgba(251, 245, 236, .84) 68%, rgba(251, 245, 236, .45) 100%);
  }
}

/* ============================
   V3.2.1 PRO : ajustements de lisibilité après capture desktop rétrécie
   Objectif : éviter que le texte long passe visuellement sur le laptop,
   descendre la vignette droite et rendre les badges plus maîtrisés.
============================ */

@media (min-width: 1126px) {
  .hero-inner {
    grid-template-columns: minmax(0, .92fr) minmax(270px, 330px);
    gap: clamp(34px, 5.4vw, 86px);
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-subtitle {
    max-width: 590px;
  }

  .hero-description {
    max-width: 560px;
  }

  .hero-showcase {
    max-width: 286px;
    margin-bottom: clamp(8px, 2.6vw, 42px);
    transform: translateX(clamp(8px, 1.4vw, 24px));
  }
}

/* Image plus présente : on garde seulement le voile utile à la lecture à gauche. */
.hero--media::before {
  background:
    radial-gradient(720px 500px at 16% 30%, rgba(255, 250, 243, .70), rgba(255, 250, 243, .34) 52%, transparent 76%),
    linear-gradient(90deg,
      rgba(251, 245, 236, .70) 0%,
      rgba(251, 245, 236, .44) 34%,
      rgba(251, 245, 236, .10) 56%,
      rgba(251, 245, 236, 0) 84%);
}

.hero-bg {
  filter: saturate(1.1) contrast(1.07) brightness(1.02);
}

/* Vignette droite : moins dominante et moins centrée dans le champ visuel. */
.hero-showcase-card--main {
  padding: 18px;
  border-radius: 22px;
}

.hero-showcase-header {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
}

.hero-showcase-icon {
  width: 42px;
  height: 42px;
}

.hero-showcase-icon svg {
  width: 21px;
  height: 21px;
}

.hero-showcase-card strong {
  font-size: clamp(1rem, 1.08vw, 1.13rem);
  line-height: 1.18;
}

.hero-showcase-lead {
  margin-top: 13px;
  font-size: .9rem;
  line-height: 1.42;
}

.hero-showcase-line {
  margin-top: 13px;
}

.hero-showcase-note {
  margin-top: 13px;
  font-size: .83rem;
  line-height: 1.5;
}

/* Badges : plus petits, mieux alignés et moins “bloc massif”. */
.hero-proof {
  grid-template-columns: minmax(140px, 170px) minmax(175px, 204px) minmax(205px, 232px);
  max-width: 632px;
  gap: 9px;
  margin-top: 24px;
}

.hero-proof-card {
  min-height: 54px;
  padding: 9px 12px;
  grid-template-columns: 26px minmax(0, 1fr);
  column-gap: 9px;
  border-radius: 14px;
}

.hero-proof-card svg {
  width: 23px;
  height: 23px;
}

.hero-proof-card strong {
  font-size: .82rem;
  line-height: 1.12;
}

.hero-proof-card small {
  font-size: .69rem;
  line-height: 1.14;
}

@media (max-width: 1280px) and (min-width: 1126px) {
  .hero-copy {
    max-width: 680px;
  }

  .hero-copy h1,
  .hero-title {
    font-size: clamp(3rem, 4.1vw, 4.65rem);
  }

  .hero-description {
    max-width: 520px;
  }

  .hero-showcase {
    max-width: 270px;
    margin-bottom: clamp(0px, 1.4vw, 24px);
  }

  .hero-proof {
    max-width: 600px;
  }
}

/* ============================
   V3.3.1 PRO : section Mon engagement premium
   Base conservée depuis la V3.2.1 validée.
============================ */

@media (min-width: 1320px) {
  .hero-title .w-1 {
    white-space: nowrap;
  }
}

@media (min-width: 1320px) and (max-width: 1760px) {
  .hero-copy {
    max-width: 780px;
  }

  .hero-copy h1,
  .hero-title {
    max-width: 850px;
    font-size: clamp(3.05rem, 4.05vw, 4.75rem);
  }
}

.commitment-section {
  position: relative;
  z-index: 6;
  margin-top: clamp(-50px, -3.4vw, -28px);
  padding: 0 clamp(18px, 3vw, 46px) clamp(62px, 6.5vw, 96px);
}

.commitment-panel {
  position: relative;
  width: min(1180px, 100%);
  margin-inline: auto;
  padding: clamp(30px, 3.6vw, 48px) clamp(22px, 4vw, 58px) clamp(26px, 3.2vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(57, 40, 29, .13);
  border-radius: clamp(24px, 2.2vw, 34px);
  background:
    radial-gradient(620px 240px at 13% 0%, rgba(189, 100, 47, .10), transparent 72%),
    radial-gradient(620px 260px at 87% 100%, rgba(49, 94, 67, .09), transparent 72%),
    linear-gradient(180deg, rgba(255, 250, 243, .96), rgba(255, 250, 243, .84)),
    url("/assets/img/grain-paper.png");
  box-shadow:
    0 24px 65px rgba(35, 24, 18, .105),
    inset 0 1px 0 rgba(255, 255, 255, .75);
}

.commitment-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255,255,255,.44), transparent),
    linear-gradient(180deg, rgba(255,255,255,.36), transparent 38%);
  opacity: .56;
}

.commitment-panel > * {
  position: relative;
  z-index: 1;
}

.commitment-heading {
  max-width: 820px;
  margin: 0 auto clamp(24px, 3vw, 34px);
  text-align: center;
}

.commitment-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 11px;
  color: #a94e26;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.commitment-kicker::before,
.commitment-kicker::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, #bd642f, #315e43);
  opacity: .65;
}

.commitment-title {
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(2.05rem, 3.05vw, 3.05rem);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.commitment-intro {
  max-width: 680px;
  margin: 14px auto 0;
  color: rgba(33, 24, 19, .68);
  font-size: clamp(.98rem, 1vw, 1.06rem);
  line-height: 1.72;
}

.commitment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.45vw, 18px);
}

.commitment-card {
  min-width: 0;
  padding: 20px 18px 18px;
  border: 1px solid rgba(57, 40, 29, .10);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .58), rgba(255, 250, 243, .54));
  box-shadow: 0 14px 36px rgba(35, 24, 18, .055);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.commitment-card:hover {
  transform: translateY(-3px);
  border-color: rgba(189, 100, 47, .22);
  box-shadow: 0 20px 44px rgba(35, 24, 18, .085);
}

.commitment-card-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border: 1px solid rgba(189, 100, 47, .18);
  border-radius: 15px;
  color: #a94e26;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.85), transparent 48%),
    linear-gradient(135deg, rgba(189, 100, 47, .15), rgba(49, 94, 67, .08));
}

.commitment-card-icon svg {
  width: 22px;
  height: 22px;
}

.commitment-card h3 {
  margin: 0 0 7px;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.02em;
}

.commitment-card p {
  margin: 0;
  color: rgba(33, 24, 19, .64);
  font-size: .88rem;
  line-height: 1.55;
}

#services.section.alt {
  padding-top: clamp(58px, 6vw, 92px);
}

@media (max-width: 1080px) {
  .commitment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .commitment-section {
    margin-top: -10px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .commitment-panel {
    padding: 28px 16px 20px;
    border-radius: 24px;
  }

  .commitment-kicker::before,
  .commitment-kicker::after {
    display: none;
  }

  .commitment-title {
    font-size: clamp(1.85rem, 8.5vw, 2.4rem);
  }

  .commitment-grid {
    grid-template-columns: 1fr;
  }

  .commitment-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 14px;
    padding: 16px;
  }

  .commitment-card-icon {
    grid-row: span 2;
    margin-bottom: 0;
  }
}

/* ============================
   V3.3.2 PRO : micro-ajustements après validation visuelle
   - Vignette hero descendue et poussée à droite.
   - Cartes Mon engagement plus colorées et mieux alignées.
============================ */

@media (min-width: 1126px) {
  .hero-showcase {
    max-width: 268px;
    margin-bottom: clamp(-18px, -1.1vw, -6px);
    transform: translate(
      clamp(28px, 3.2vw, 58px),
      clamp(28px, 3.8vw, 70px)
    );
  }

  .hero-showcase-card--main {
    padding: 17px;
  }
}

@media (min-width: 1440px) {
  .hero-showcase {
    transform: translate(64px, 78px);
  }
}

@media (max-width: 1280px) and (min-width: 1126px) {
  .hero-showcase {
    max-width: 258px;
    transform: translate(30px, 52px);
  }
}

.commitment-panel {
  border-color: rgba(57, 40, 29, .12);
  background:
    radial-gradient(520px 230px at 12% 16%, rgba(189, 100, 47, .13), transparent 70%),
    radial-gradient(560px 260px at 88% 78%, rgba(49, 94, 67, .12), transparent 72%),
    linear-gradient(180deg, rgba(255, 250, 243, .97), rgba(255, 248, 238, .86)),
    url("/assets/img/grain-paper.png");
}

.commitment-grid {
  align-items: stretch;
}

.commitment-card {
  --commitment-accent: #a94e26;
  --commitment-soft: rgba(189, 100, 47, .12);
  position: relative;
  padding: 18px 18px 17px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .68), rgba(255, 250, 243, .52));
}

.commitment-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--commitment-accent), rgba(49, 94, 67, .42));
  opacity: .58;
}

.commitment-card--design,
.commitment-card--speed {
  --commitment-accent: #315e43;
  --commitment-soft: rgba(49, 94, 67, .13);
}

.commitment-card--clarity,
.commitment-card--support {
  --commitment-accent: #bd642f;
  --commitment-soft: rgba(189, 100, 47, .13);
}

.commitment-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  margin-bottom: 12px;
}

.commitment-card-icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  border-color: color-mix(in srgb, var(--commitment-accent) 24%, transparent);
  color: var(--commitment-accent);
  background:
    radial-gradient(circle at 32% 22%, rgba(255,255,255,.88), transparent 48%),
    linear-gradient(135deg, var(--commitment-soft), rgba(255, 250, 243, .74));
  box-shadow: 0 8px 18px color-mix(in srgb, var(--commitment-accent) 13%, transparent);
}

.commitment-card-icon svg {
  width: 20px;
  height: 20px;
}

.commitment-card h3 {
  margin: 0;
  line-height: 1.18;
}

.commitment-card p {
  padding-left: 52px;
}

.commitment-card:hover .commitment-card-icon {
  transform: translateY(-1px);
}

@media (max-width: 1080px) {
  .commitment-card p {
    padding-left: 52px;
  }
}

@media (max-width: 760px) {
  .commitment-card {
    display: block;
  }

  .commitment-card-top {
    align-items: center;
    margin-bottom: 10px;
  }

  .commitment-card p {
    padding-left: 52px;
  }
}

@media (max-width: 520px) {
  .commitment-card p {
    padding-left: 0;
  }
}

/* ============================
   V3.3.3 PRO : ajustements fins après retour visuel
   - Vignette hero remontée pour ne plus descendre sous les badges.
   - Vignette poussée davantage vers la droite sans devenir dominante.
   - Cartes Mon engagement : texte rééquilibré sur toute la largeur utile.
============================ */

@media (min-width: 1126px) {
  .hero-showcase {
    max-width: 260px;
    margin-bottom: clamp(18px, 2.2vw, 34px);
    transform: translateX(clamp(42px, 4.6vw, 82px));
  }

  .hero-showcase-card--main {
    padding: 17px;
  }
}

@media (min-width: 1440px) {
  .hero-showcase {
    max-width: 262px;
    margin-bottom: 32px;
    transform: translateX(88px);
  }
}

@media (max-width: 1280px) and (min-width: 1126px) {
  .hero-showcase {
    max-width: 252px;
    margin-bottom: 24px;
    transform: translateX(44px);
  }
}

.commitment-card {
  display: flex;
  flex-direction: column;
}

.commitment-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 42px;
  margin-bottom: 13px;
}

.commitment-card h3 {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  line-height: 1.18;
  text-wrap: balance;
}

.commitment-card p {
  width: 100%;
  max-width: none;
  padding-left: 0;
  color: rgba(33, 24, 19, .66);
  line-height: 1.58;
}

@media (max-width: 760px) {
  .commitment-card {
    display: flex;
  }

  .commitment-card-top {
    margin-bottom: 12px;
  }

  .commitment-card p {
    padding-left: 0;
  }
}

/* ============================
   V3.3.4 PRO : header en état scroll
   - Au chargement : header flottant conservé.
   - Au scroll : header collé en haut, pleine largeur, plus transparent et sans arrondis.
   - Suppression de l'effet de bloc clair flottant pendant le scroll.
============================ */

.site-header,
.site-header .header-rail,
.site-header .header-inner {
  transition:
    padding 220ms ease,
    margin 220ms ease,
    border-radius 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    backdrop-filter 220ms ease;
}

.site-header.is-scrolled {
  padding: 0;
  background: transparent;
  background-image: none;
  box-shadow: none;
  border-bottom: 0;
}

.site-header.is-scrolled .header-rail {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-color: rgba(57, 40, 29, .10);
  background:
    linear-gradient(180deg, rgba(255, 250, 243, .66), rgba(255, 250, 243, .48)),
    url("/assets/img/grain-paper.png");
  box-shadow: 0 10px 30px rgba(35, 24, 18, .075);
  backdrop-filter: blur(18px) saturate(1.08);
}

.site-header.is-scrolled .header-inner {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: clamp(22px, 3.2vw, 54px);
  padding-right: clamp(22px, 3.2vw, 54px);
}

.site-header.is-scrolled .nav-link:hover,
.site-header.is-scrolled .nav-link.is-active {
  background: rgba(255, 250, 243, .42);
}

@media (max-width: 860px) {
  .site-header.is-scrolled .header-rail {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }

  .site-header.is-scrolled .header-inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* ============================
   V3.3.5 PRO : corrections finales avant mise en production
   - Header au scroll plus transparent avec vrai effet blur.
   - Suppression des voiles fixes et bandes claires parasites pendant le scroll.
   - Fond de transition avant les services rendu continu avec le papier du site.
============================ */

/* On retire la couche fixe de fond : elle créait une zone claire/sombre qui restait attachée à l'écran pendant le scroll. */
body::before {
  content: none !important;
  display: none !important;
}

/* On retire le fondu clair de bas de hero : il créait une bande lumineuse visible derrière la section engagement. */
.hero--media::after {
  content: none !important;
  display: none !important;
}

/* Header scroll : plus transparent, plus glassmorphism, textes toujours nets. */
.site-header.is-scrolled .header-rail {
  background: rgba(255, 250, 243, .42);
  background-image: none;
  border-color: rgba(57, 40, 29, .14);
  box-shadow: 0 10px 28px rgba(35, 24, 18, .09);
  -webkit-backdrop-filter: blur(24px) saturate(1.18);
  backdrop-filter: blur(24px) saturate(1.18);
}

.site-header.is-scrolled .brand-baseline,
.site-header.is-scrolled .nav-link {
  text-shadow: 0 1px 0 rgba(255, 250, 243, .42);
}

.site-header.is-scrolled .nav-link:hover,
.site-header.is-scrolled .nav-link.is-active {
  background: rgba(255, 250, 243, .30);
}

.site-header.is-scrolled .btn-whatsapp {
  box-shadow: 0 10px 24px rgba(31, 111, 67, .20);
}

/* La première section après l'engagement ne doit plus former un grand rectangle clair en arrière-plan. */
#services.section.alt {
  background: transparent;
  border-top: 0;
  padding-top: clamp(42px, 5vw, 72px);
}

/* On garde de la respiration sans créer une zone vide trop importante entre engagement et services. */
.commitment-section {
  padding-bottom: clamp(46px, 5.5vw, 78px);
}

/* ============================
   V3.3.6 PRO : correction conflit fond papier / background fixed
   - base.css appliquait background-attachment: fixed au body.
   - avec les dégradés V3, cela créait une zone claire attachée à l'écran pendant le scroll.
   - on rend le fond global uniforme et non fixe pour éviter toute bande lumineuse parasite.
============================ */

body {
  background-color: var(--bg) !important;
  background-image: url("/assets/img/grain-paper.png") !important;
  background-repeat: repeat !important;
  background-size: 420px 420px !important;
  background-position: 0 0 !important;
  background-attachment: scroll !important;
}

html {
  background-color: var(--bg);
}

/* Sécurité : aucune couche fixe globale ne doit suivre le scroll. */
body::before,
body::after {
  content: none !important;
  display: none !important;
}

/* Les sections conservent le même papier sans créer de grands rectangles clairs. */
.site-main,
.commitment-section,
#services.section.alt,
.section.section-tile {
  background-color: transparent !important;
}

#services.section.alt,
.section.section-tile {
  background-image: none !important;
}

/* Header au scroll : plus transparent, avec blur visible, sans rendre les textes transparents. */
.site-header.is-scrolled .header-rail {
  background: rgba(255, 250, 243, .34) !important;
  background-image: none !important;
  border-color: rgba(57, 40, 29, .12) !important;
  box-shadow: 0 10px 26px rgba(35, 24, 18, .075) !important;
  -webkit-backdrop-filter: blur(30px) saturate(1.22) !important;
  backdrop-filter: blur(30px) saturate(1.22) !important;
}

.site-header.is-scrolled .brand,
.site-header.is-scrolled .brand-baseline,
.site-header.is-scrolled .nav-link,
.site-header.is-scrolled .btn-whatsapp {
  opacity: 1;
}

.site-header.is-scrolled .nav-link {
  color: rgba(33, 24, 19, .86);
}

.site-header.is-scrolled .nav-link:hover,
.site-header.is-scrolled .nav-link.is-active {
  background: rgba(255, 250, 243, .24) !important;
}

/* ============================
   V3.4 PRO : section Services plus premium
   - Garde le hero et Mon engagement validés.
   - Remplace l'effet liste simple par des cartes d'offres plus commerciales.
   - Réduit la rupture verticale entre Mon engagement et Services.
============================ */

body {
  background-color: var(--bg) !important;
  background-image:
    radial-gradient(760px 420px at 10% 12%, rgba(189, 100, 47, .06), transparent 65%),
    radial-gradient(720px 420px at 92% 30%, rgba(49, 94, 67, .045), transparent 62%) !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-attachment: scroll !important;
}

.commitment-section {
  padding-bottom: clamp(30px, 4vw, 54px) !important;
}

.services-section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(28px, 4vw, 58px) !important;
  padding-bottom: clamp(78px, 8vw, 128px);
  background: transparent !important;
}

.services-section::before {
  content: "";
  position: absolute;
  inset: clamp(22px, 4vw, 56px) clamp(14px, 4vw, 72px) auto;
  height: clamp(420px, 48vw, 640px);
  border-radius: clamp(34px, 4vw, 64px);
  pointer-events: none;
  background:
    radial-gradient(520px 260px at 12% 0%, rgba(189, 100, 47, .12), transparent 70%),
    radial-gradient(520px 260px at 92% 24%, rgba(49, 94, 67, .10), transparent 72%),
    linear-gradient(180deg, rgba(255, 250, 243, .58), rgba(255, 250, 243, .18));
  border: 1px solid rgba(57, 40, 29, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .50);
  z-index: 0;
}

.services-container {
  position: relative;
  z-index: 1;
}

.services-head {
  max-width: 880px;
  margin-bottom: clamp(30px, 4vw, 52px);
}

.services-head .h2 {
  max-width: 780px;
}

.services-head .muted {
  max-width: 74ch;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
  align-items: stretch;
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border-radius: 32px !important;
  border-color: rgba(57, 40, 29, .12) !important;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, .96), rgba(255, 250, 243, .78)) !important;
  box-shadow: 0 22px 60px rgba(35, 24, 18, .11) !important;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(189, 100, 47, .28) !important;
  box-shadow: 0 28px 76px rgba(35, 24, 18, .16) !important;
}

.service-visual {
  position: relative;
  overflow: hidden;
  min-height: clamp(190px, 17vw, 255px);
  background: rgba(255, 250, 243, .60);
  border-bottom: 1px solid rgba(57, 40, 29, .08);
}

.service-visual::after {
  content: "";
  position: absolute;
  inset: auto 18px -12px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(189, 100, 47, .35), rgba(49, 94, 67, .25));
  filter: blur(14px);
  opacity: .48;
  pointer-events: none;
}

.service-card .cover {
  width: 100%;
  height: clamp(190px, 17vw, 255px) !important;
  object-fit: cover;
  display: block;
}

.service-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: clamp(20px, 2.2vw, 28px) !important;
}

.service-card-label {
  width: fit-content;
  margin: 0 0 12px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #8f3f1c;
  background: rgba(189, 100, 47, .09);
  border: 1px solid rgba(189, 100, 47, .14);
  font-size: .74rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.service-card .h3 {
  margin-bottom: 12px;
  font-size: clamp(1.22rem, 1.35vw, 1.48rem) !important;
  line-height: 1.12;
  letter-spacing: -.04em;
}

.service-card .muted {
  margin: 0;
  color: rgba(33, 24, 19, .67) !important;
  line-height: 1.62;
}

.service-card-list {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 18px 0 0;
  list-style: none;
  border-top: 1px solid rgba(57, 40, 29, .09);
}

.service-card-list li {
  position: relative;
  padding-left: 24px;
  color: rgba(33, 24, 19, .76);
  font-size: .94rem;
  line-height: 1.45;
  font-weight: 650;
}

.service-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .38em;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, var(--accent-green) 0 3px, transparent 4px),
    rgba(49, 94, 67, .10);
  border: 1px solid rgba(49, 94, 67, .22);
}

.service-card:nth-child(2) .service-card-label,
.service-card:nth-child(2) .service-card-list li::before {
  color: #8f3f1c;
  background:
    radial-gradient(circle at 50% 50%, #bd642f 0 3px, transparent 4px),
    rgba(189, 100, 47, .10);
  border-color: rgba(189, 100, 47, .22);
}

.service-card:nth-child(2) .service-card-label {
  background: rgba(189, 100, 47, .09);
  border-color: rgba(189, 100, 47, .14);
}

.services-note {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: clamp(24px, 3vw, 42px);
  padding: 18px 20px;
  border-radius: 999px;
  border: 1px solid rgba(57, 40, 29, .12);
  background:
    linear-gradient(180deg, rgba(255, 250, 243, .88), rgba(255, 250, 243, .64));
  box-shadow: 0 18px 48px rgba(35, 24, 18, .09);
}

.services-note-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  color: var(--accent-green);
  background: rgba(49, 94, 67, .10);
  border: 1px solid rgba(49, 94, 67, .16);
}

.services-note-icon svg {
  width: 24px;
  height: 24px;
}

.services-note p {
  flex: 1 1 auto;
  margin: 0;
  color: rgba(33, 24, 19, .70);
  font-weight: 600;
  line-height: 1.52;
}

.services-note .btn {
  flex: 0 0 auto;
}

/* Le process est maintenant séparé des services par une respiration plus maîtrisée. */
.section.section-tile {
  padding-top: clamp(70px, 7vw, 118px);
  border-top-color: rgba(57, 40, 29, .10);
}

@media (max-width: 980px) {
  .services-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .services-note {
    align-items: flex-start;
    border-radius: 28px;
  }
}

@media (max-width: 680px) {
  .services-section::before {
    left: 10px;
    right: 10px;
    border-radius: 34px;
  }

  .services-note {
    display: grid;
    gap: 14px;
  }

  .services-note .btn {
    width: 100%;
  }
}


/* ============================
   V3.4.1 PRO : correction séparation Services / Engagement
   - Le panneau arrondi services-section::before créait un bloc incomplet : les cartes dépassaient visuellement.
   - Les cartes services ne doivent plus hériter des anciennes règles card-media de sections.css.
   - La séparation avec Mon engagement est maintenant assurée par un trait propre sur toute la largeur.
============================ */

.services-section {
  overflow: visible !important;
  border-top: 1px solid rgba(57, 40, 29, .10) !important;
  border-bottom: 1px solid rgba(57, 40, 29, .10) !important;
  background:
    radial-gradient(820px 360px at 12% 10%, rgba(189, 100, 47, .055), transparent 68%),
    radial-gradient(760px 360px at 92% 18%, rgba(49, 94, 67, .045), transparent 68%) !important;
}

.services-section::before {
  content: none !important;
  display: none !important;
}

/* Sécurité : si une carte service garde accidentellement card-media, on neutralise les anciens pseudos. */
#services .service-card.card-media::before,
#services .service-card.card-media::after {
  content: none !important;
  display: none !important;
}

#services .service-card {
  isolation: isolate;
}

.services-container {
  max-width: min(1440px, calc(100% - 2 * clamp(20px, 5vw, 88px)));
}

.services-head {
  margin-bottom: clamp(34px, 4.5vw, 58px) !important;
}

.services-grid {
  position: relative;
}

.service-card {
  border-radius: 30px !important;
}

.service-card::before,
.service-card::after {
  content: none !important;
  display: none !important;
}

/* La séparation entre Services et Process reste sobre : un seul trait visuel, pas un double bloc. */
.process-section.section-tile {
  border-top: 0 !important;
}

/* ============================
   V3.4.2 PRO : finition Services + respiration des sections
   - Harmonise le bloc label/titre des cartes Services.
   - Réduit la sensation de décalage entre le badge, le titre et le texte.
   - Uniformise l'espace entre les traits de séparation et les titres de sections.
============================ */

.service-card-content {
  padding: clamp(22px, 2.35vw, 30px) clamp(24px, 2.75vw, 34px) clamp(24px, 2.7vw, 32px) !important;
}

.service-card-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 16px !important;
  padding: 7px 12px !important;
  line-height: 1 !important;
  align-self: flex-start;
}

.service-card .h3 {
  margin: 0 0 15px !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em;
}

.service-card-content > .muted {
  margin: 0 !important;
}

.service-card-list {
  margin-top: 21px !important;
  padding-top: 19px !important;
}

@media (min-width: 981px) {
  .service-card-content > .muted {
    min-height: 5.25em;
  }

  .service-card-list {
    margin-top: auto !important;
  }
}

/* Espacement plus régulier après les séparations : proche de la section Services. */
.process-section.section-tile,
#realisations.section.alt,
#faq.section.section-tile {
  padding-top: clamp(44px, 4.6vw, 76px) !important;
}

.process-section .section-head,
#realisations .section-head,
#faq .section-head {
  margin-bottom: clamp(30px, 3.8vw, 48px) !important;
}

/* Le process avait une grande respiration héritée : on la rend plus cohérente avec Services. */
.process-section {
  padding-bottom: clamp(72px, 7vw, 112px) !important;
}

@media (max-width: 680px) {
  .service-card-content {
    padding: 22px !important;
  }

  .service-card-content > .muted {
    min-height: 0;
  }

  .process-section.section-tile,
  #realisations.section.alt,
  #faq.section.section-tile {
    padding-top: 42px !important;
  }
}

/* ============================
   V3.5 PRO : finition Process
   - Remplace la grande ligne abstraite par un rail lisible en 3 étapes.
   - Rend les cartes plus structurées et plus proches du niveau visuel Services.
   - Améliore le CTA final sans toucher aux sections validées avant Process.
============================ */

.process-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(780px 360px at 15% 24%, rgba(189, 100, 47, .045), transparent 70%),
    radial-gradient(820px 360px at 88% 34%, rgba(49, 94, 67, .04), transparent 72%) !important;
}

.process-section .container {
  position: relative;
  z-index: 1;
}

.process-section .section-head {
  margin-bottom: clamp(24px, 3vw, 38px) !important;
}

.process-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 22px);
  margin: 0 0 clamp(22px, 3vw, 34px) !important;
  padding: 0 clamp(10px, 3vw, 42px);
}

.process-flow::before {
  content: "";
  position: absolute;
  left: clamp(28px, 5vw, 86px);
  right: clamp(28px, 5vw, 86px);
  top: 50%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg,
    rgba(189, 100, 47, .38),
    rgba(49, 94, 67, .34));
  transform: translateY(-50%);
  z-index: 0;
}

.process-flow-step {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 16px;
  border-radius: 999px;
  color: rgba(33, 24, 19, .82);
  background:
    linear-gradient(180deg, rgba(255, 250, 243, .92), rgba(255, 250, 243, .74));
  border: 1px solid rgba(57, 40, 29, .11);
  box-shadow:
    0 14px 34px rgba(35, 24, 18, .075),
    inset 0 1px 0 rgba(255, 255, 255, .80);
  backdrop-filter: blur(12px);
}

.process-flow-number {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #fffaf3;
  font-weight: 900;
  font-size: .78rem;
  letter-spacing: .04em;
  background: linear-gradient(135deg, #bd642f, #94401e);
  box-shadow: 0 10px 22px rgba(145, 65, 31, .18);
}

.process-flow-step strong {
  font-size: .94rem;
  line-height: 1.1;
  letter-spacing: -.015em;
  white-space: nowrap;
}

.process-grid {
  gap: clamp(20px, 2.6vw, 32px) !important;
  align-items: stretch;
}

.process-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(24px, 2.4vw, 32px) clamp(24px, 2.5vw, 32px) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(360px 180px at 6% 4%, rgba(189, 100, 47, .095), transparent 70%),
    linear-gradient(180deg, rgba(255, 250, 243, .88), rgba(255, 250, 243, .70)) !important;
  border: 1px solid rgba(57, 40, 29, .11) !important;
  box-shadow:
    0 20px 48px rgba(35, 24, 18, .08),
    inset 0 1px 0 rgba(255, 255, 255, .74) !important;
}

.process-card::before {
  opacity: .50 !important;
}

.process-card:nth-child(3) {
  border-color: rgba(189, 100, 47, .22) !important;
}

.process-card-header {
  gap: 16px !important;
  min-height: 56px !important;
  margin-bottom: 20px !important;
}

.process-card-number {
  width: 52px !important;
  height: 52px !important;
  border-radius: 17px !important;
  font-size: 1.7rem !important;
}

.process-card-title {
  max-width: 14ch;
  font-size: clamp(1.15rem, 1.35vw, 1.32rem) !important;
  line-height: 1.1 !important;
}

.process-card-result {
  margin: 0 0 18px !important;
  padding: 15px 16px;
  border-radius: 20px;
  background: rgba(255, 250, 243, .58);
  border: 1px solid rgba(57, 40, 29, .075);
}

.process-card-result-label {
  margin-bottom: 7px !important;
  font-size: .92rem !important;
}

.process-card-list {
  padding-left: 18px !important;
}

.process-card-list li {
  color: rgba(33, 24, 19, .72);
}

.process-card-delay {
  margin: 0 0 18px !important;
  padding: 13px 0 !important;
}

.process-card-delay-label {
  min-width: auto !important;
  padding: 7px 14px !important;
  color: #8f3f1c !important;
  background: rgba(255, 250, 243, .72) !important;
}

.process-card-delay-value {
  color: rgba(33, 24, 19, .70) !important;
}

.process-card-text {
  margin-top: auto !important;
  color: rgba(33, 24, 19, .66) !important;
}

.process-cta {
  margin-top: clamp(24px, 3vw, 36px) !important;
  padding: clamp(20px, 2.3vw, 28px) clamp(22px, 3vw, 34px) !important;
  background:
    radial-gradient(380px 180px at 10% 30%, rgba(189, 100, 47, .10), transparent 74%),
    linear-gradient(135deg, rgba(255, 250, 243, .90), rgba(255, 250, 243, .68)) !important;
}

.process-cta-content {
  display: grid;
  gap: 4px;
}

.process-cta-text {
  color: rgba(33, 24, 19, .66);
}

.process-cta-actions {
  gap: 14px;
}

.process-cta .btn {
  min-height: 48px;
}

@media (max-width: 980px) {
  .process-flow {
    grid-template-columns: 1fr;
    max-width: 520px;
    padding: 0;
  }

  .process-flow::before {
    left: 24px;
    right: auto;
    top: 24px;
    bottom: 24px;
    width: 2px;
    height: auto;
    transform: none;
  }

  .process-flow-step {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .process-flow-step strong {
    white-space: normal;
  }

  .process-card-title {
    max-width: none;
  }

  .process-card-result {
    padding: 14px;
  }
}

/* ============================
   V3.6 PRO : Réalisations avec première démonstration intégrée
   - Transforme la section Réalisations en portfolio plus crédible.
   - Ajoute une carte de démonstration ouvrable dans un nouvel onglet.
   - Garde la base validée jusqu'au Process.
============================ */

.realisations-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(780px 360px at 14% 18%, rgba(189, 100, 47, .045), transparent 70%),
    radial-gradient(820px 360px at 86% 24%, rgba(49, 94, 67, .04), transparent 72%) !important;
}

.realisations-container {
  max-width: min(1440px, calc(100% - 2 * clamp(20px, 5vw, 88px)));
}

.realisations-head {
  max-width: 860px;
}

.realisations-head .h2 {
  max-width: 780px;
}

.realisations-intro {
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(880px, 100%);
  margin: calc(-1 * clamp(8px, 1vw, 14px)) 0 clamp(28px, 3.2vw, 44px);
  padding: 16px 18px;
  border-radius: 999px;
  color: rgba(33, 24, 19, .72);
  background: rgba(255, 250, 243, .66);
  border: 1px solid rgba(57, 40, 29, .10);
  box-shadow: 0 16px 42px rgba(35, 24, 18, .065);
}

.realisations-intro-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: var(--accent-green);
  background: rgba(49, 94, 67, .10);
  border: 1px solid rgba(49, 94, 67, .16);
}

.realisations-intro-icon svg {
  width: 23px;
  height: 23px;
}

.realisations-intro p {
  margin: 0;
  font-weight: 650;
  line-height: 1.52;
}

#realisations .realizations-grid {
  gap: clamp(20px, 2.6vw, 32px) !important;
  align-items: stretch;
}

#realisations .realization-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 30px !important;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, .95), rgba(255, 250, 243, .78)) !important;
  border: 1px solid rgba(57, 40, 29, .11) !important;
  box-shadow: 0 22px 60px rgba(35, 24, 18, .095) !important;
}

#realisations .realization-card--demo {
  border-color: rgba(189, 100, 47, .23) !important;
}

.realization-preview-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid rgba(57, 40, 29, .08);
  background: rgba(255, 250, 243, .62);
}

.realization-preview-link::after {
  content: "";
  position: absolute;
  inset: auto 24px -14px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(189, 100, 47, .28), rgba(49, 94, 67, .20));
  filter: blur(14px);
  opacity: .55;
  pointer-events: none;
}

.realization-preview {
  width: 100%;
  height: clamp(220px, 18vw, 285px) !important;
  display: block;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.realization-card:hover .realization-preview {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.04) brightness(1.02);
}

.realization-preview-badge {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  color: #fffaf3;
  background: linear-gradient(135deg, #bd642f, #94401e);
  box-shadow: 0 12px 24px rgba(145, 65, 31, .18);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.realization-preview-badge--soft {
  color: #6f3217;
  background: rgba(255, 250, 243, .76);
  border: 1px solid rgba(189, 100, 47, .18);
  box-shadow: 0 10px 24px rgba(35, 24, 18, .08);
  backdrop-filter: blur(10px);
}

#realisations .realization-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: clamp(22px, 2.4vw, 30px) clamp(23px, 2.6vw, 32px) !important;
}

.realization-card-label {
  width: fit-content;
  margin: 0 0 14px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #8f3f1c;
  background: rgba(189, 100, 47, .09);
  border: 1px solid rgba(189, 100, 47, .14);
  font-size: .72rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#realisations .realization-card .h3 {
  margin: 0 0 13px !important;
  font-size: clamp(1.22rem, 1.36vw, 1.48rem) !important;
  line-height: 1.12;
  letter-spacing: -.045em;
}

#realisations .realization-card .muted {
  margin: 0 !important;
  color: rgba(33, 24, 19, .68) !important;
  line-height: 1.62;
}

.realization-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(57, 40, 29, .09);
}

#realisations .badges.realization-tags .badge {
  color: rgba(33, 24, 19, .72);
  background: rgba(255, 250, 243, .70);
  border-color: rgba(57, 40, 29, .10);
}

.realization-actions {
  display: grid;
  gap: 10px;
  margin-top: auto !important;
  padding-top: 22px;
}

#realisations .realization-actions .btn {
  width: 100%;
  margin-top: 0 !important;
}

@media (max-width: 980px) {
  .realisations-intro {
    align-items: flex-start;
    border-radius: 26px;
  }
}

@media (max-width: 680px) {
  .realisations-container {
    max-width: min(100% - 24px, 1440px);
  }

  .realisations-intro {
    display: grid;
  }

  .realization-preview {
    height: 230px !important;
  }
}
