/* ============================
   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.webp");
  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.webp");
  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.webp");
  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.webp");
  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.webp");
  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.webp");
  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.webp");
  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.webp");
}

.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.webp");
  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.webp") !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);
}



#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;
  }
}


/* ============================
   V0.3 : footer, mentions légales et réalisation client
============================ */

.footer-grid--pro {
  grid-template-columns: minmax(0, 1.35fr) minmax(230px, .82fr) minmax(160px, .55fr) minmax(210px, .72fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: start;
}

.footer-brand-text {
  max-width: 46ch;
  line-height: 1.65;
}

.footer-badges {
  margin-top: 18px;
}

.footer-contact-card {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 250, 243, .065);
  border: 1px solid rgba(255, 250, 243, .11);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .12);
}

.footer-bottom--pro {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 28px);
}

.legal-card {
  padding: clamp(22px, 2.5vw, 34px) !important;
}

.legal-card--wide {
  grid-column: 1 / -1;
}

.legal-list {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
}

.legal-list div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(57, 40, 29, .09);
}

.legal-list dt {
  color: rgba(33, 24, 19, .54);
  font-weight: 800;
}

.legal-list dd {
  margin: 0;
  color: rgba(33, 24, 19, .82);
  font-weight: 750;
}

.realization-card--client {
  grid-column: 1 / -1;
  display: grid !important;
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
  align-items: stretch;
  border-color: rgba(49, 94, 67, .24) !important;
}

.client-realization-visual {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 370px;
  padding: clamp(24px, 4vw, 46px);
  text-decoration: none;
  overflow: hidden;
  background:
    radial-gradient(480px 240px at 20% 12%, rgba(201, 162, 39, .28), transparent 62%),
    radial-gradient(520px 280px at 88% 82%, rgba(49, 94, 67, .26), transparent 60%),
    linear-gradient(135deg, #2b1f18, #6b3f26 54%, #315e43);
  border-right: 1px solid rgba(57, 40, 29, .10);
}

.client-realization-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: .16;
  pointer-events: none;
}

.client-browser {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 26px;
  background: rgba(255, 250, 243, .94);
  border: 1px solid rgba(255, 250, 243, .55);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .26);
}

.client-browser-bar {
  display: flex;
  gap: 7px;
  padding: 13px 16px;
  background: rgba(43, 31, 24, .08);
  border-bottom: 1px solid rgba(57, 40, 29, .09);
}

.client-browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(43, 31, 24, .22);
}

.client-browser-hero {
  padding: clamp(28px, 4vw, 48px) 26px;
  color: #fffaf3;
  background: linear-gradient(135deg, #2b1f18, #9c7a2f 48%, #315e43);
}

.client-browser-hero p {
  margin: 0 0 10px;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .82;
}

.client-browser-hero strong {
  display: block;
  max-width: 11ch;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 3.7rem);
  line-height: .94;
  letter-spacing: -.06em;
}

.client-browser-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 16px;
}

.client-browser-grid span {
  min-height: 72px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(49, 94, 67, .14), rgba(189, 100, 47, .12));
  border: 1px solid rgba(57, 40, 29, .08);
}

.realization-card--client .realization-card-content {
  justify-content: center;
}

.realization-card--client .realization-card-label {
  color: #315e43;
  background: rgba(49, 94, 67, .10);
  border-color: rgba(49, 94, 67, .16);
}

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

  .realization-card--client {
    grid-template-columns: 1fr;
  }

  .client-realization-visual {
    min-height: 330px;
    border-right: 0;
    border-bottom: 1px solid rgba(57, 40, 29, .10);
  }
}

@media (max-width: 720px) {
  .footer-grid--pro,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .legal-card--wide {
    grid-column: auto;
  }

  .legal-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .client-realization-visual {
    min-height: 285px;
    padding: 18px;
  }

  .client-browser-grid {
    grid-template-columns: 1fr;
  }

  .client-browser-grid span {
    min-height: 42px;
  }
}

/* ============================
   V0.5 : corrections ciblées Hero + Process
   - Hero : retour à un aside plus compact, avec aperçu réaliste et agrandissement au survol.
   - Process : retrait du bloc décoratif et lisibilité renforcée.
============================ */

@media (min-width: 1126px) {
  .hero-showcase.hero-showcase--v05 {
    max-width: 292px;
    width: 292px;
    transform: translateX(clamp(8px, 1.2vw, 20px));
    margin-bottom: clamp(8px, 2.2vw, 38px);
    transition:
      width 360ms cubic-bezier(.2, .8, .2, 1),
      max-width 360ms cubic-bezier(.2, .8, .2, 1),
      transform 360ms cubic-bezier(.2, .8, .2, 1),
      filter 360ms ease;
    will-change: transform, width;
  }

  .hero-showcase.hero-showcase--v05:hover,
  .hero-showcase.hero-showcase--v05:focus-within {
    max-width: 368px;
    width: 368px;
    transform: translateX(clamp(0px, .6vw, 8px)) translateY(-8px);
    filter: saturate(1.03);
  }
}

.hero-showcase--v05 .hero-showcase-card--main {
  overflow: hidden;
  padding: 22px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 250, 243, .90), rgba(255, 250, 243, .68)),
    radial-gradient(240px 170px at 80% 12%, rgba(49, 94, 67, .14), transparent 74%);
  border: 1px solid rgba(57, 40, 29, .11);
  box-shadow:
    0 26px 62px rgba(35, 24, 18, .18),
    inset 0 1px 0 rgba(255, 255, 255, .72);
  backdrop-filter: blur(18px);
  transition:
    padding 360ms cubic-bezier(.2, .8, .2, 1),
    box-shadow 360ms ease,
    border-color 360ms ease,
    background 360ms ease;
}

.hero-showcase--v05:hover .hero-showcase-card--main,
.hero-showcase--v05:focus-within .hero-showcase-card--main {
  padding: 24px;
  border-color: rgba(189, 100, 47, .22);
  box-shadow:
    0 34px 76px rgba(35, 24, 18, .22),
    inset 0 1px 0 rgba(255, 255, 255, .78);
}

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

.hero-showcase--v05 .hero-showcase-icon {
  width: 48px;
  height: 48px;
  color: #a94e26;
  background: linear-gradient(135deg, rgba(189, 100, 47, .16), rgba(49, 94, 67, .08));
  border-color: rgba(189, 100, 47, .18);
}

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

.hero-showcase--v05 .hero-showcase-card strong {
  max-width: 17ch;
  font-size: clamp(1.02rem, 1.08vw, 1.18rem);
  line-height: 1.16;
  letter-spacing: -.035em;
}

.hero-showcase--v05 .hero-showcase-lead {
  margin-top: 14px;
  color: rgba(33, 24, 19, .82);
  font-size: .94rem;
  line-height: 1.38;
  font-weight: 750;
}

.hero-showcase--v05 .hero-showcase-line {
  width: 64px;
  margin-top: 14px;
}

.hero-showcase--v05 .hero-showcase-note {
  margin-top: 14px;
  color: rgba(33, 24, 19, .66);
  font-size: .85rem;
  line-height: 1.52;
}

.hero-showcase-media {
  position: relative;
  height: 76px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(57, 40, 29, .10);
  background: rgba(255, 255, 255, .56);
  box-shadow: 0 15px 34px rgba(35, 24, 18, .10);
  transition:
    height 380ms cubic-bezier(.2, .8, .2, 1),
    transform 380ms cubic-bezier(.2, .8, .2, 1),
    box-shadow 380ms ease;
}

.hero-showcase--v05:hover .hero-showcase-media,
.hero-showcase--v05:focus-within .hero-showcase-media {
  height: 152px;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(35, 24, 18, .14);
}

.hero-showcase-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.02) brightness(1.02);
  transform: scale(1.02);
  transition: transform 480ms ease, filter 480ms ease;
}

.hero-showcase--v05:hover .hero-showcase-media img,
.hero-showcase--v05:focus-within .hero-showcase-media img {
  transform: scale(1.08);
  filter: saturate(1.1) contrast(1.05) brightness(1.03);
}

.hero-showcase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(33, 24, 19, .40));
  pointer-events: none;
}

.hero-showcase-media-badge {
  position: absolute;
  left: 12px;
  bottom: 10px;
  z-index: 1;
  padding: 6px 9px;
  border-radius: 999px;
  color: #fffaf3;
  background: rgba(33, 24, 19, .58);
  border: 1px solid rgba(255, 255, 255, .24);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .02em;
  backdrop-filter: blur(10px);
}

.hero-showcase--v05 .hero-showcase-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 13px;
}

.hero-showcase--v05 .hero-showcase-metrics span {
  display: grid;
  gap: 1px;
  min-height: 52px;
  align-content: center;
  padding: 8px 7px;
  border-radius: 15px;
  text-align: center;
  color: rgba(33, 24, 19, .78);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 250, 243, .56));
  border: 1px solid rgba(57, 40, 29, .10);
  box-shadow: 0 10px 22px rgba(35, 24, 18, .08);
}

.hero-showcase--v05 .hero-showcase-metrics strong {
  max-width: none;
  color: rgba(33, 24, 19, .86);
  font-family: var(--font-display);
  font-size: .76rem;
  line-height: 1.05;
  letter-spacing: -.01em;
}

.hero-showcase--v05 .hero-showcase-metrics small {
  color: rgba(33, 24, 19, .58);
  font-size: .68rem;
  line-height: 1.05;
  font-weight: 750;
}

/* Process V0.5 : lisibilité avant effet visuel */
.home .process-section.process-section--v04 {
  position: relative;
  color: #fdf7ef;
  background:
    radial-gradient(820px 420px at 8% 0%, rgba(217, 119, 6, .30), transparent 62%),
    radial-gradient(760px 420px at 92% 15%, rgba(16, 185, 129, .18), transparent 58%),
    linear-gradient(135deg, #17231d 0%, #20382b 48%, #132019 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.home .process-section.process-section--v04::before {
  opacity: .58;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
}

.home .process-head-v04 {
  grid-template-columns: 1fr !important;
  max-width: 860px;
  margin-bottom: clamp(32px, 5vw, 60px);
}

.home .section-head--process-v04 {
  max-width: 800px;
}

.home .section-head--process-v04 .section-kicker {
  color: #f9c765 !important;
}

.home .section-head--process-v04 .h2 {
  color: #fffaf3 !important;
  text-shadow: 0 20px 44px rgba(0, 0, 0, .20);
}

.home .section-head--process-v04 .muted {
  max-width: 68ch;
  color: rgba(255, 250, 243, .82) !important;
}

.home .process-timeline-v04 {
  gap: clamp(18px, 2.4vw, 30px);
  align-items: stretch;
}

.home .process-timeline-v04::before {
  top: 36px;
  left: 8%;
  right: 8%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f6bf42, rgba(96, 181, 123, .96));
  box-shadow: 0 0 34px rgba(246, 191, 66, .24);
}

.home .process-step-v04--offset {
  margin-top: 28px;
}

.home .process-step-number {
  color: #17231d;
  background: linear-gradient(135deg, #fff1c3 0%, #f9c52d 50%, #2bbb7d 100%);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .70);
}

.home .process-step-body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(22px, 2.2vw, 30px);
  color: rgba(33, 24, 19, .78) !important;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, .97), rgba(255, 250, 243, .90)) !important;
  border: 1px solid rgba(255, 250, 243, .42) !important;
  box-shadow: 0 26px 60px rgba(0, 0, 0, .22) !important;
  backdrop-filter: none;
}

.home .process-step-body:hover {
  transform: translateY(-7px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .99), rgba(255, 250, 243, .94)) !important;
  border-color: rgba(249, 197, 45, .42) !important;
  box-shadow: 0 32px 72px rgba(0, 0, 0, .25) !important;
}

.home .process-step-kicker {
  color: #a94e26 !important;
}

.home .process-step-body h3 {
  color: #211813 !important;
}

.home .process-step-body p {
  color: rgba(33, 24, 19, .70) !important;
}

.home .process-step-result {
  margin-top: auto;
  background: rgba(49, 94, 67, .075) !important;
  border: 1px solid rgba(49, 94, 67, .13) !important;
}

.home .process-step-result strong {
  color: #315e43 !important;
}

.home .process-step-result span {
  color: rgba(33, 24, 19, .68) !important;
}

.home .process-step-delay {
  margin-top: 16px;
  color: #211813 !important;
  background: linear-gradient(135deg, rgba(249, 197, 45, .26), rgba(49, 94, 67, .12)) !important;
  border: 1px solid rgba(49, 94, 67, .12);
}

.home .process-cta--v04 {
  border-color: rgba(255, 250, 243, .25) !important;
  box-shadow: 0 26px 58px rgba(0, 0, 0, .18) !important;
}

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

  .home .process-step-v04,
  .home .process-step-v04--offset {
    margin-top: 0;
  }

  .home .process-timeline-v04::before {
    left: 35px;
    right: auto;
    top: 18px;
    bottom: 18px;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, #f6bf42, rgba(96, 181, 123, .96));
  }
}

@media (max-width: 640px) {
  .home .process-timeline-v04::before {
    display: none;
  }

  .home .process-step-body {
    padding: 22px 18px;
  }
}

/* ============================
   V0.6 : hero ajusté après retour visuel
   - Aside identique à la version validée au repos.
   - Contenu supplémentaire uniquement au survol, avec effet déroulé.
   - Correction forte du hero mobile.
============================ */

@media (min-width: 1126px) {
  .hero-showcase.hero-showcase--v06 {
    max-width: 260px;
    width: 260px;
    margin-bottom: clamp(18px, 2.2vw, 34px);
    transform: translateX(clamp(42px, 4.6vw, 82px));
    transform-origin: right bottom;
    transition:
      width 720ms cubic-bezier(.16, 1, .3, 1),
      max-width 720ms cubic-bezier(.16, 1, .3, 1),
      transform 720ms cubic-bezier(.16, 1, .3, 1),
      filter 520ms ease;
    will-change: transform, width;
  }

  .hero-showcase.hero-showcase--v06:hover,
  .hero-showcase.hero-showcase--v06:focus-within {
    max-width: 360px;
    width: 360px;
    transform: translateX(clamp(8px, 2.5vw, 48px)) translateY(-12px);
    filter: saturate(1.04);
  }
}

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

  .hero-showcase.hero-showcase--v06:hover,
  .hero-showcase.hero-showcase--v06:focus-within {
    max-width: 372px;
    width: 372px;
    transform: translateX(56px) translateY(-12px);
  }
}

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

  .hero-showcase.hero-showcase--v06:hover,
  .hero-showcase.hero-showcase--v06:focus-within {
    max-width: 342px;
    width: 342px;
    transform: translateX(18px) translateY(-10px);
  }
}

.hero-showcase--v06 .hero-showcase-card--main {
  overflow: hidden;
  padding: 17px;
  border-radius: 22px;
  transition:
    padding 720ms cubic-bezier(.16, 1, .3, 1),
    box-shadow 620ms ease,
    border-color 620ms ease,
    background 620ms ease;
}

.hero-showcase--v06:hover .hero-showcase-card--main,
.hero-showcase--v06:focus-within .hero-showcase-card--main {
  padding: 18px;
  border-color: rgba(189, 100, 47, .24);
  box-shadow:
    0 34px 80px rgba(35, 24, 18, .22),
    inset 0 1px 0 rgba(255, 255, 255, .78);
}

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

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

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

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

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

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

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

.hero-showcase--v06 .hero-showcase-reveal {
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px);
  overflow: hidden;
  pointer-events: none;
  transition:
    max-height 820ms cubic-bezier(.16, 1, .3, 1),
    opacity 480ms ease 100ms,
    transform 700ms cubic-bezier(.16, 1, .3, 1);
}

.hero-showcase--v06:hover .hero-showcase-reveal,
.hero-showcase--v06:focus-within .hero-showcase-reveal {
  max-height: 300px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.hero-showcase--v06 .hero-showcase-media {
  position: relative;
  height: 128px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(57, 40, 29, .10);
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 16px 38px rgba(35, 24, 18, .12);
}

.hero-showcase--v06 .hero-showcase-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  filter: saturate(1.06) contrast(1.04) brightness(1.02);
  transition: transform 900ms cubic-bezier(.16, 1, .3, 1), filter 720ms ease;
}

.hero-showcase--v06:hover .hero-showcase-media img,
.hero-showcase--v06:focus-within .hero-showcase-media img {
  transform: scale(1.09);
  filter: saturate(1.12) contrast(1.07) brightness(1.02);
}

.hero-showcase--v06 .hero-showcase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(33, 24, 19, .02), rgba(33, 24, 19, .42)),
    radial-gradient(280px 120px at 20% 0%, rgba(255, 255, 255, .28), transparent 68%);
}

.hero-showcase--v06 .hero-showcase-media-badge {
  position: absolute;
  left: 12px;
  bottom: 10px;
  z-index: 1;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fffaf3;
  background: rgba(33, 24, 19, .62);
  border: 1px solid rgba(255, 255, 255, .24);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .02em;
  backdrop-filter: blur(10px);
}

.hero-showcase--v06 .hero-showcase-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.hero-showcase--v06 .hero-showcase-metrics span {
  display: grid;
  gap: 2px;
  min-height: 54px;
  align-content: center;
  padding: 8px 7px;
  border-radius: 15px;
  text-align: center;
  color: rgba(33, 24, 19, .78);
  background:
    radial-gradient(60px 40px at 22% 12%, rgba(255, 255, 255, .82), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, .76), rgba(255, 250, 243, .58));
  border: 1px solid rgba(57, 40, 29, .10);
  box-shadow: 0 10px 22px rgba(35, 24, 18, .08);
}

.hero-showcase--v06 .hero-showcase-metrics strong {
  max-width: none;
  color: rgba(33, 24, 19, .88);
  font-family: var(--font-display);
  font-size: .72rem;
  line-height: 1.05;
  letter-spacing: -.01em;
}

.hero-showcase--v06 .hero-showcase-metrics small {
  color: rgba(33, 24, 19, .58);
  font-size: .61rem;
  line-height: 1.08;
  font-weight: 750;
}

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

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

  .hero-bg {
    object-position: 66% 34%;
    opacity: .68;
    transform: scale(1.02);
  }

  .hero--media::before {
    background:
      linear-gradient(180deg, rgba(251, 245, 236, .96) 0%, rgba(251, 245, 236, .88) 54%, rgba(251, 245, 236, .76) 100%),
      linear-gradient(90deg, rgba(251, 245, 236, .96), rgba(251, 245, 236, .70));
  }

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

  .container.hero-inner,
  .hero-inner {
    display: block;
    min-height: auto;
    padding-top: clamp(104px, 26vw, 132px) !important;
    padding-bottom: 54px !important;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-eyebrow {
    margin-bottom: 16px;
    padding: 8px 12px;
    font-size: .72rem;
    letter-spacing: .065em;
  }

  .hero-copy h1,
  .hero-title {
    max-width: 10.5ch;
    margin-bottom: 18px;
    font-size: clamp(2.28rem, 11.8vw, 3.15rem) !important;
    line-height: .98;
    letter-spacing: -.055em;
  }

  .hero-subtitle {
    max-width: 32ch;
    font-size: clamp(1.05rem, 4.8vw, 1.28rem);
    line-height: 1.32;
  }

  .hero-description {
    max-width: 34ch;
    margin-bottom: 22px;
    font-size: .96rem;
    line-height: 1.58;
  }

  .hero-cta {
    display: grid;
    gap: 10px;
  }

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

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 9px;
    margin-top: 18px;
  }

  .hero-proof-card {
    min-height: auto;
    padding: 10px 12px;
    border-radius: 15px;
  }
}

@media (max-width: 420px) {
  .hero-copy h1,
  .hero-title {
    font-size: clamp(2.05rem, 11vw, 2.65rem) !important;
  }

  .hero-subtitle,
  .hero-description {
    max-width: 100%;
  }
}

/* ============================
   V0.7 : ajustements ciblés
   - Alignement desktop des numéros du process sur la ligne.
   - Miniature Dar Salam plus réaliste dans la carte réalisation.
   ============================ */
@media (min-width: 981px) {
  .home .process-step-v04--offset {
    margin-top: 0 !important;
  }

  .home .process-step-v04--offset .process-step-body {
    margin-top: 28px;
  }
}

#realisations .client-realization-visual {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 100%;
  background:
    radial-gradient(360px 180px at 80% 20%, rgba(201, 162, 39, .18), transparent 70%),
    linear-gradient(135deg, rgba(255, 250, 243, .98), rgba(244, 234, 217, .92));
}

#realisations .client-realization-preview {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 520ms cubic-bezier(.2, .8, .2, 1), filter 520ms ease;
}

#realisations .realization-card--client:hover .client-realization-preview {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04);
}

@media (max-width: 980px) {
  #realisations .client-realization-preview {
    min-height: 260px;
  }
}

@media (max-width: 640px) {
  #realisations .client-realization-preview {
    min-height: 210px;
  }
}

/* ============================
   V0.8 : alignement desktop du process
   - Les numéros sont alignés sur la ligne, indépendamment des cartes.
   - La carte 02 n'est plus décalée vers le bas sur desktop.
   - Les règles mobiles existantes restent inchangées.
   ============================ */
@media (min-width: 981px) {
  .home .process-timeline-v04 {
    align-items: start !important;
  }

  .home .process-timeline-v04::before {
    top: 35px !important;
    left: calc(16.666% - 10px) !important;
    right: calc(16.666% - 10px) !important;
  }

  .home .process-step-v04,
  .home .process-step-v04--offset {
    display: grid !important;
    grid-template-rows: 70px 1fr;
    gap: 22px !important;
    align-content: start !important;
    margin-top: 0 !important;
  }

  .home .process-step-marker {
    position: relative;
    z-index: 2;
    height: 70px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .home .process-step-number {
    flex: 0 0 auto;
  }

  .home .process-step-body,
  .home .process-step-v04--offset .process-step-body {
    margin-top: 0 !important;
  }
}

/* ============================
   V0.9 : lisibilité du libellé Process
   - Le kicker devient une pastille lisible sur le fond gris/chaud du process.
   - La ligne décorative du titre est allongée et plus contrastée.
   - Le changement est limité à la section Process de l'accueil.
   ============================ */
.home .section-head--process-v04 .section-kicker {
  display: inline-flex !important;
  align-items: center;
  width: fit-content;
  margin-bottom: 22px !important;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  background: linear-gradient(135deg, #fff8dc 0%, #f9d56e 52%, #f59e0b 100%);
  box-shadow: 0 16px 36px rgba(55, 38, 12, .16), inset 0 1px 0 rgba(255, 255, 255, .65);
  color: #3f2a05 !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1;
  text-shadow: none;
}

.home .section-head--process-v04 .h2::before {
  width: 104px !important;
  height: 4px !important;
  margin-bottom: 20px !important;
  background: linear-gradient(90deg, #c45b1f 0%, #f59e0b 48%, #16a36f 100%) !important;
  box-shadow: 0 12px 28px rgba(197, 91, 31, .20);
}

#realisations .realizations-grid {
  grid-template-columns: 1fr;
}

@media (min-width: 860px) {
  #realisations .realizations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#realisations .client-realization-preview {
  object-position: center top;
}

#realisations .client-realization-visual {
  display: block !important;
  min-height: 420px;
  padding: 0 !important;
  background: none !important;
}

#realisations .client-realization-visual::after,
#realisations .realization-preview-link::after {
  display: none !important;
}

#realisations .client-realization-preview {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}

#realisations .realization-preview-link {
  background: none !important;
}

@media (max-width: 980px) {
  #realisations .client-realization-visual,
  #realisations .client-realization-preview {
    min-height: 300px;
  }
}

@media (max-width: 640px) {
  #realisations .client-realization-visual,
  #realisations .client-realization-preview {
    min-height: 225px;
  }
}

#realisations .realization-card--demo {
  display: grid;
  grid-template-rows: minmax(310px, 1fr) auto;
}

#realisations .realization-card--demo .realization-preview-link {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 310px;
  padding: 0 !important;
  overflow: hidden;
  border-bottom: 1px solid rgba(57, 40, 29, .08);
  background: none !important;
}

#realisations .realization-card--demo .realization-preview {
  display: block;
  width: 100%;
  height: 100% !important;
  min-height: 310px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

#realisations .realization-card--demo:hover .realization-preview {
  transform: scale(1.055);
  filter: saturate(1.1) contrast(1.05) brightness(1.02);
}

#realisations .realization-tags {
  gap: 9px;
  padding-top: 20px;
  border-top: 1px solid rgba(57, 40, 29, .08);
}

#realisations .badges.realization-tags .badge {
  padding: 8px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .62);
  box-shadow: 0 10px 24px rgba(35, 24, 18, .07), inset 0 1px 0 rgba(255, 255, 255, .72);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .01em;
}

#realisations .badges.realization-tags .badge:nth-child(1) {
  color: #173f54;
  background: linear-gradient(135deg, rgba(220, 247, 255, .96), rgba(168, 226, 239, .88));
}

#realisations .badges.realization-tags .badge:nth-child(2) {
  color: #244c2f;
  background: linear-gradient(135deg, rgba(231, 248, 225, .96), rgba(181, 224, 185, .86));
}

#realisations .badges.realization-tags .badge:nth-child(3) {
  color: #744017;
  background: linear-gradient(135deg, rgba(255, 240, 210, .98), rgba(247, 201, 139, .88));
}

#realisations .badges.realization-tags .badge:nth-child(4) {
  color: #5b365f;
  background: linear-gradient(135deg, rgba(244, 231, 255, .96), rgba(218, 191, 239, .84));
}

#realisations .realization-card:hover .badges.realization-tags .badge {
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  #realisations .realization-card--demo {
    grid-template-rows: auto auto;
  }

  #realisations .realization-card--demo .realization-preview-link,
  #realisations .realization-card--demo .realization-preview {
    min-height: 260px;
  }
}

@media (max-width: 640px) {
  #realisations .realization-card--demo .realization-preview-link,
  #realisations .realization-card--demo .realization-preview {
    min-height: 220px;
  }
}

#realisations .realization-card--demo .realization-preview-link {
  background: transparent !important;
}

#realisations .realization-card--demo .realization-preview {
  width: 100%;
  height: 100% !important;
  min-height: 310px;
  object-fit: cover;
  object-position: center;
  display: block;
}

#realisations .badges.realization-tags .badge {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    filter 220ms ease;
}

#realisations .badges.realization-tags .badge:nth-child(1) {
  color: #224632 !important;
  border-color: rgba(72, 128, 89, .26) !important;
  background: linear-gradient(135deg, #edf7e9 0%, #cfe7c6 58%, #b7d8ac 100%) !important;
}

#realisations .badges.realization-tags .badge:nth-child(2) {
  color: #654214 !important;
  border-color: rgba(192, 126, 36, .28) !important;
  background: linear-gradient(135deg, #fff4d8 0%, #f3d18a 58%, #dca64a 100%) !important;
}

#realisations .badges.realization-tags .badge:nth-child(3) {
  color: #7a3618 !important;
  border-color: rgba(173, 88, 43, .28) !important;
  background: linear-gradient(135deg, #fff0e4 0%, #eab889 56%, #cc7441 100%) !important;
}

#realisations .badges.realization-tags .badge:nth-child(4) {
  color: #3f3326 !important;
  border-color: rgba(105, 74, 46, .22) !important;
  background: linear-gradient(135deg, #f7efe2 0%, #dfc9a9 58%, #c2a27a 100%) !important;
}

#realisations .badges.realization-tags .badge:hover,
#realisations .realization-card:hover .badges.realization-tags .badge:hover {
  transform: translateY(-3px) scale(1.025);
  box-shadow: 0 16px 30px rgba(55, 34, 20, .16), inset 0 1px 0 rgba(255, 255, 255, .75);
  filter: saturate(1.08) contrast(1.03);
}


#realisations .realization-card--demo .realization-preview-link {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: unset !important;
  height: auto;
  padding: 0 !important;
  overflow: hidden;
  background: transparent !important;
}

#realisations .realization-card--demo .realization-preview {
  display: block;
  width: 100%;
  height: 100% !important;
  min-height: unset !important;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.001);
}

#realisations .realization-card--demo:hover .realization-preview {
  transform: scale(1.035);
  filter: saturate(1.06) contrast(1.03);
}

#realisations .badges.realization-tags .badge {
  color: #3f2b1f !important;
  border: 1px solid rgba(122, 72, 37, .18) !important;
  box-shadow:
    0 10px 22px rgba(77, 46, 27, .08),
    inset 0 1px 0 rgba(255, 255, 255, .62);
}

#realisations .badges.realization-tags .badge:nth-child(1) {
  color: #24442f !important;
  background: linear-gradient(135deg, #edf5e6 0%, #c9dfb4 54%, #a9c884 100%) !important;
}

#realisations .badges.realization-tags .badge:nth-child(2) {
  color: #5a3b11 !important;
  background: linear-gradient(135deg, #fff0c8 0%, #eec676 55%, #c99434 100%) !important;
}

#realisations .badges.realization-tags .badge:nth-child(3) {
  color: #6b321c !important;
  background: linear-gradient(135deg, #f7dfc9 0%, #de9b6c 54%, #b85f38 100%) !important;
}

#realisations .badges.realization-tags .badge:nth-child(4) {
  color: #433326 !important;
  background: linear-gradient(135deg, #f5ecdf 0%, #d8bd95 56%, #ad8757 100%) !important;
}

#realisations .badges.realization-tags .badge:hover {
  transform: translateY(-3px) scale(1.03);
  border-color: rgba(122, 72, 37, .28) !important;
  box-shadow:
    0 16px 30px rgba(77, 46, 27, .16),
    inset 0 1px 0 rgba(255, 255, 255, .75);
  filter: saturate(1.08) contrast(1.02);
}

@media (max-width: 640px) {
  #realisations .realization-card--demo .realization-preview-link {
    aspect-ratio: 4 / 3;
  }
}

body.services .site-main > .section:first-child,
body.contact .site-main > .section:first-child {
  padding-top: clamp(34px, 4.2vw, 62px);
}

@media (min-width: 860px) {
  body.services .services-grid .card-media .cover {
    height: clamp(270px, 25vw, 380px);
  }
}

body.services .site-main > .page-service-section,
body.contact .site-main > .page-contact-section {
  padding-top: clamp(26px, 3.4vw, 48px);
}

.page-service-container,
.page-contact-container {
  max-width: min(1240px, calc(100% - 2 * clamp(18px, 5vw, 76px)));
}

.page-service-head,
.page-contact-head {
  max-width: 840px;
  margin-bottom: clamp(26px, 3.2vw, 44px);
}

.page-service-head .section-kicker,
.page-contact-head .section-kicker {
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  color: #8f3f1c;
  background: rgba(189, 100, 47, .09);
  border: 1px solid rgba(189, 100, 47, .15);
}

.service-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: clamp(24px, 3vw, 42px);
}

.service-overview-item {
  padding: 16px 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 250, 243, .92), rgba(255, 250, 243, .68));
  border: 1px solid rgba(57, 40, 29, .10);
  box-shadow: 0 14px 36px rgba(35, 24, 18, .07);
}

.service-overview-item strong,
.service-overview-item span {
  display: block;
}

.service-overview-item strong {
  color: var(--text);
  font-size: 1rem;
  margin-bottom: 6px;
}

.service-overview-item span {
  color: rgba(33, 24, 19, .64);
  font-size: .92rem;
  line-height: 1.45;
}

.service-offer-list {
  display: grid;
  gap: clamp(22px, 3vw, 36px);
}

.service-offer-card {
  display: grid;
  grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr);
  gap: 0;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 32px !important;
  background: linear-gradient(135deg, rgba(255, 250, 243, .98), rgba(255, 247, 237, .82)) !important;
  box-shadow: 0 24px 64px rgba(35, 24, 18, .10) !important;
}

.service-offer-card--reverse {
  grid-template-columns: minmax(0, 1.14fr) minmax(300px, .86fr);
}

.service-offer-card--reverse .service-offer-media {
  order: 2;
}

.service-offer-card--reverse .service-offer-content {
  order: 1;
}

.service-offer-media {
  display: block;
  min-height: clamp(320px, 30vw, 440px);
  height: 100%;
  overflow: hidden;
  background: rgba(49, 94, 67, .08);
}

.service-offer-media .cover {
  width: 100%;
  height: 100% !important;
  min-height: clamp(320px, 30vw, 440px);
  object-fit: cover;
  object-position: center;
  transition: transform .7s cubic-bezier(.2, .8, .2, 1), filter .7s ease;
}

.service-offer-card:hover .service-offer-media .cover {
  transform: scale(1.045);
  filter: saturate(1.04) contrast(1.02);
}

.service-offer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 42px);
}

.service-offer-content .h2 {
  margin-bottom: 12px;
  font-size: clamp(1.55rem, 2vw, 2.25rem);
  letter-spacing: -.055em;
}

.service-offer-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, .85fr);
  gap: clamp(18px, 2.2vw, 28px);
  margin-top: clamp(18px, 2.2vw, 28px);
  padding-top: clamp(18px, 2.2vw, 28px);
  border-top: 1px solid rgba(57, 40, 29, .10);
}

.service-offer-columns .h3 {
  margin-bottom: 10px;
  font-size: 1rem;
}

.small-text {
  font-size: .95rem;
}

.service-choice-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 40px);
  margin-top: clamp(28px, 4vw, 58px);
  padding: clamp(24px, 3.5vw, 42px);
  border-radius: 34px;
  color: #fff8ed;
  background:
    radial-gradient(520px 260px at 14% 0%, rgba(255, 190, 112, .20), transparent 62%),
    linear-gradient(135deg, #253326 0%, #1b261f 55%, #2a1e18 100%);
  box-shadow: 0 28px 72px rgba(35, 24, 18, .18);
  overflow: hidden;
}

.service-choice-panel .section-kicker,
.service-choice-panel .h2,
.service-choice-panel .muted {
  color: inherit;
}

.service-choice-panel .section-kicker {
  opacity: .86;
}

.service-choice-panel .muted {
  color: rgba(255, 248, 237, .74);
}

.service-choice-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: start;
}

.contact-info-card,
.contact-form-card {
  padding: clamp(22px, 2.6vw, 34px) !important;
  border-radius: 32px !important;
}

.contact-info-card {
  position: sticky;
  top: 110px;
  background:
    radial-gradient(460px 240px at 0% 0%, rgba(49, 94, 67, .10), transparent 62%),
    linear-gradient(180deg, rgba(255, 250, 243, .96), rgba(255, 250, 243, .76)) !important;
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin: clamp(18px, 2.2vw, 26px) 0;
}

.contact-method {
  display: block;
  padding: 15px 16px;
  border-radius: 20px;
  text-decoration: none;
  background: rgba(255, 255, 255, .55);
  border: 1px solid rgba(57, 40, 29, .10);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.contact-method span,
.contact-method strong {
  display: block;
}

.contact-method span {
  margin-bottom: 4px;
  color: rgba(33, 24, 19, .56);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-method strong {
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.35;
}

.contact-method:hover {
  transform: translateY(-3px);
  border-color: rgba(49, 94, 67, .24);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 16px 36px rgba(35, 24, 18, .10);
}

.contact-method--primary {
  background: linear-gradient(135deg, rgba(49, 94, 67, .12), rgba(189, 100, 47, .08));
  border-color: rgba(49, 94, 67, .20);
}

.contact-note-box {
  margin-top: clamp(18px, 2.4vw, 30px);
  padding-top: clamp(18px, 2.4vw, 30px);
  border-top: 1px solid rgba(57, 40, 29, .10);
}

.contact-note-box .service-card-list {
  border-top: 0;
  padding-top: 0;
}

.form-intro {
  margin-bottom: clamp(16px, 2vw, 24px) !important;
}

.contact-form-card .form {
  gap: 15px;
}

.contact-form-card .field span {
  font-weight: 800;
  color: rgba(33, 24, 19, .82);
}

.contact-form-card input,
.contact-form-card textarea {
  background: rgba(255, 255, 255, .82);
}

@media (max-width: 980px) {
  .service-overview,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .service-offer-card,
  .service-offer-card--reverse {
    grid-template-columns: 1fr;
  }

  .service-offer-card--reverse .service-offer-media,
  .service-offer-card--reverse .service-offer-content {
    order: initial;
  }

  .service-offer-media,
  .service-offer-media .cover {
    min-height: clamp(230px, 52vw, 340px);
  }

  .service-offer-columns {
    grid-template-columns: 1fr;
  }

  .service-choice-panel {
    grid-template-columns: 1fr;
  }

  .service-choice-actions {
    justify-content: flex-start;
  }

  .contact-info-card {
    position: static;
  }
}

@media (max-width: 640px) {
  .service-overview {
    gap: 10px;
  }

  .service-overview-item {
    padding: 14px;
  }

  .service-offer-content,
  .contact-info-card,
  .contact-form-card {
    padding: 20px !important;
  }

  .service-choice-actions .btn {
    width: 100%;
  }
}

.service-choice-panel .section-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 13px;
  border-radius: 999px;
  color: #3a2a13;
  background: linear-gradient(135deg, rgba(255, 211, 112, .98), rgba(236, 162, 68, .92));
  border: 1px solid rgba(255, 231, 157, .78);
  box-shadow: 0 10px 24px rgba(226, 151, 54, .22), inset 0 1px 0 rgba(255, 255, 255, .58);
  opacity: 1;
}

.service-choice-actions .btn-ghost {
  color: #163820;
  background: linear-gradient(135deg, #f3cf55 0%, #cfe36b 48%, #77b66e 100%);
  border-color: rgba(245, 224, 132, .72);
  box-shadow: 0 16px 34px rgba(119, 182, 110, .22), inset 0 1px 0 rgba(255, 255, 255, .55);
}

.service-choice-actions .btn-ghost:hover {
  transform: translateY(-3px);
  color: #102c18;
  border-color: rgba(255, 234, 142, .92);
  box-shadow: 0 22px 46px rgba(119, 182, 110, .30), 0 0 0 4px rgba(243, 207, 85, .12);
  filter: saturate(1.08) contrast(1.02);
}

.contact-reassurance-text {
  margin-top: 14px !important;
  padding: 14px 16px;
  border-radius: 18px;
  color: rgba(33, 24, 19, .72) !important;
  background: rgba(255, 247, 237, .72);
  border: 1px solid rgba(189, 100, 47, .12);
}

/* =========================================================
   V1.0.9 : centrage des pages Services et Contact
   ========================================================= */
body.services .page-service-container,
body.contact .page-contact-container {
  width: min(1240px, calc(100% - 2 * clamp(18px, 5vw, 76px)));
  max-width: none;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0;
  padding-right: 0;
}

.page-service-head,
.page-contact-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-service-head .section-kicker,
.page-contact-head .section-kicker {
  margin-left: auto;
  margin-right: auto;
}

/* ============================
   V1.1.0 : réalisation Aux Délices de Pontault
   - Ajoute une deuxième réalisation client réelle.
   - Utilise une capture directe du site, sans cadre navigateur.
   ============================ */
#realisations .realization-card--client-food {
  position: relative;
  border-color: rgba(235, 103, 0, .28) !important;
  background:
    radial-gradient(560px 220px at 18% 0%, rgba(245, 158, 11, .12), transparent 68%),
    linear-gradient(180deg, rgba(255, 250, 243, .96), rgba(255, 245, 229, .82)) !important;
}

#realisations .client-realization-visual--food {
  background:
    radial-gradient(420px 220px at 16% 100%, rgba(235, 103, 0, .24), transparent 72%),
    linear-gradient(135deg, #1b0f09, #5a2b0d) !important;
}

#realisations .client-realization-preview--food {
  object-position: center center;
}

#realisations .realization-card--client-food .realization-card-label {
  color: #7a3100;
  background: linear-gradient(135deg, rgba(255, 242, 215, .98), rgba(245, 158, 11, .20));
  border-color: rgba(235, 103, 0, .24);
}

#realisations .realization-card--client-food .h3 {
  color: #2b180f;
}

#realisations .realization-card--client-food .btn-primary {
  background: linear-gradient(135deg, #eb6700 0%, #b84f00 100%) !important;
  border-color: rgba(124, 53, 0, .18) !important;
  color: #fff !important;
  box-shadow: 0 16px 32px rgba(184, 79, 0, .20);
}

#realisations .realization-card--client-food .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(184, 79, 0, .28);
}

/* =========================================================
   V1.1.3 : hauts de pages Services/Contact + page Réalisations
   ========================================================= */
body.services .site-main > .page-service-section,
body.contact .site-main > .page-contact-section,
body.realisations .site-main > .page-realisations-section {
  padding-top: clamp(16px, 2.4vw, 32px);
}

.page-hero-head {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin-bottom: clamp(24px, 3vw, 42px);
  padding: clamp(30px, 4.8vw, 66px) clamp(20px, 5vw, 70px);
  border-radius: clamp(26px, 3vw, 42px);
  text-align: center;
  background:
    radial-gradient(720px 320px at 18% 0%, rgba(189, 100, 47, .18), transparent 64%),
    radial-gradient(620px 300px at 85% 18%, rgba(49, 94, 67, .16), transparent 62%),
    linear-gradient(135deg, rgba(255, 250, 243, .96), rgba(247, 235, 219, .82));
  border: 1px solid rgba(57, 40, 29, .10);
  box-shadow: 0 24px 70px rgba(35, 24, 18, .10);
}

.page-hero-head::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
  opacity: .14;
  filter: saturate(.85) contrast(1.04);
}

.page-hero-head::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 250, 243, .94), rgba(255, 250, 243, .74) 46%, rgba(255, 250, 243, .92)),
    radial-gradient(360px 180px at 50% 100%, rgba(255, 255, 255, .74), transparent 72%);
}

.page-hero-head--services::before {
  background-image: url("/assets/img/vitrine.webp");
}

.page-hero-head--contact::before {
  background-image: url("/assets/img/accompagnement.webp");
  background-position: 50% 44%;
}

.page-hero-head--realisations::before {
  background-image: url("/assets/img/darsalam-preview.webp");
  background-position: center 30%;
}

.page-hero-head .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 14px;
  border-radius: 999px;
  color: #7b350f;
  background: rgba(255, 245, 232, .86);
  border: 1px solid rgba(189, 100, 47, .18);
  box-shadow: 0 12px 26px rgba(189, 100, 47, .08), inset 0 1px 0 rgba(255, 255, 255, .72);
}

.page-hero-head .section-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #bd642f, #315e43);
  box-shadow: 0 0 0 5px rgba(189, 100, 47, .10);
}

.page-hero-head .h1 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #201711;
  font-size: clamp(2.25rem, 5.2vw, 4.7rem);
  line-height: .98;
  letter-spacing: -.075em;
}

.page-hero-head .h1 span {
  display: inline;
  color: #315e43;
  background: linear-gradient(110deg, #315e43 0%, #315e43 38%, #bd642f 72%, #8f3f1c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-hero-head .muted {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(33, 24, 19, .75) !important;
  font-size: clamp(1rem, 1.28vw, 1.14rem);
}

.page-hero-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: clamp(18px, 2.4vw, 28px);
}

.page-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 999px;
  color: rgba(33, 24, 19, .82);
  font-size: .9rem;
  font-weight: 850;
  background: rgba(255, 255, 255, .70);
  border: 1px solid rgba(57, 40, 29, .10);
  box-shadow: 0 10px 24px rgba(35, 24, 18, .07);
}

.page-hero-points span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #315e43;
}

.service-overview {
  gap: clamp(14px, 2vw, 22px);
}

.service-overview-item {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  align-items: start;
  gap: 5px 14px;
  min-height: 132px;
  padding: clamp(18px, 2.2vw, 24px) clamp(18px, 2.2vw, 24px);
  text-decoration: none;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(260px 140px at 10% 0%, rgba(49, 94, 67, .10), transparent 66%),
    linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(255, 247, 237, .76));
  border: 1px solid rgba(57, 40, 29, .10);
  box-shadow: 0 18px 48px rgba(35, 24, 18, .08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.service-overview-item::after {
  content: "→";
  position: absolute;
  right: 18px;
  bottom: 14px;
  color: rgba(189, 100, 47, .66);
  font-weight: 900;
  transform: translateX(-4px);
  opacity: 0;
  transition: transform .22s ease, opacity .22s ease;
}

.service-overview-item:hover,
.service-overview-item:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(49, 94, 67, .24);
  background:
    radial-gradient(280px 150px at 10% 0%, rgba(49, 94, 67, .15), transparent 66%),
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 247, 237, .82));
  box-shadow: 0 24px 60px rgba(35, 24, 18, .13);
}

.service-overview-item:hover::after,
.service-overview-item:focus-visible::after {
  transform: translateX(0);
  opacity: 1;
}

.service-overview-icon {
  grid-area: icon;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  color: #315e43;
  background: linear-gradient(135deg, rgba(49, 94, 67, .13), rgba(189, 100, 47, .10));
  border: 1px solid rgba(49, 94, 67, .13);
}

.service-overview-icon svg {
  width: 24px;
  height: 24px;
}

.service-overview-item strong {
  grid-area: title;
  margin-bottom: 0;
  color: #201711;
  font-size: 1.05rem;
}

.service-overview-item > span:not(.service-overview-icon) {
  grid-area: text;
  padding-right: 22px;
}

.service-offer-card {
  scroll-margin-top: 118px;
}

.page-realisations-container {
  width: min(1240px, calc(100% - 2 * clamp(18px, 5vw, 76px)));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.realisations-page-block {
  margin-top: clamp(32px, 5vw, 68px);
}

.realisations-subhead {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.realisations-subhead .h2 {
  padding-left: 0;
}

.realisations-subhead .h2::before {
  display: none;
}

.realisations-page-grid {
  display: grid;
  gap: clamp(22px, 3vw, 36px);
}

.realisations-page-grid--clients {
  grid-template-columns: 1fr;
}

.realisation-detail-card {
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
  align-items: stretch;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 34px !important;
  background:
    radial-gradient(520px 240px at 10% 0%, rgba(49, 94, 67, .10), transparent 66%),
    linear-gradient(180deg, rgba(255, 250, 243, .96), rgba(255, 247, 237, .82)) !important;
  box-shadow: 0 24px 68px rgba(35, 24, 18, .10) !important;
}

.realisation-detail-card--auxdelices {
  background:
    radial-gradient(540px 240px at 14% 0%, rgba(235, 103, 0, .13), transparent 68%),
    linear-gradient(180deg, rgba(255, 250, 243, .97), rgba(255, 243, 224, .82)) !important;
  border-color: rgba(235, 103, 0, .18) !important;
}

.realisation-detail-media {
  display: block;
  min-height: clamp(330px, 34vw, 470px);
  overflow: hidden;
  background: rgba(35, 24, 18, .08);
}

.realisation-detail-media .cover {
  width: 100%;
  height: 100%;
  min-height: clamp(330px, 34vw, 470px);
  object-fit: cover;
  object-position: center;
  transition: transform .65s cubic-bezier(.2, .8, .2, 1), filter .65s ease;
}

.realisation-detail-media:hover .cover {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.02);
}

.realisation-detail-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3.6vw, 48px);
}

.realisation-detail-content .h2 {
  margin: 8px 0 12px;
  font-size: clamp(1.7rem, 2.8vw, 2.75rem);
  letter-spacing: -.06em;
}

.realisation-detail-list {
  display: grid;
  gap: 10px;
  margin-top: clamp(18px, 2.4vw, 28px);
  padding-top: clamp(18px, 2.4vw, 28px);
  border-top: 1px solid rgba(57, 40, 29, .10);
}

.realisation-detail-list span {
  position: relative;
  padding-left: 24px;
  color: rgba(33, 24, 19, .78);
  font-weight: 700;
}

.realisation-detail-list span::before {
  content: "";
  position: absolute;
  left: 0;
  top: .64em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #315e43, #bd642f);
}

.realisations-page-grid--demos {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.realisation-demo-card {
  overflow: hidden;
  padding: 0 !important;
  border-radius: 30px !important;
  background: linear-gradient(180deg, rgba(255, 250, 243, .96), rgba(255, 247, 237, .78)) !important;
  box-shadow: 0 22px 54px rgba(35, 24, 18, .08) !important;
}

.realisation-demo-media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(35, 24, 18, .08);
}

.realisation-demo-media .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2, .8, .2, 1), filter .65s ease;
}

.realisation-demo-card:hover .realisation-demo-media .cover {
  transform: scale(1.04);
  filter: saturate(1.04) contrast(1.02);
}

.realisation-demo-content {
  padding: clamp(20px, 2.5vw, 30px) !important;
}

.realisations-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 40px);
  margin-top: clamp(34px, 5vw, 72px);
  padding: clamp(24px, 3.5vw, 44px);
  border-radius: 34px;
  color: #fff8ed;
  background:
    radial-gradient(520px 260px at 12% 0%, rgba(255, 190, 112, .20), transparent 62%),
    linear-gradient(135deg, #253326 0%, #1b261f 56%, #2a1e18 100%);
  box-shadow: 0 28px 72px rgba(35, 24, 18, .18);
}

.realisations-final-cta .section-kicker,
.realisations-final-cta .h2,
.realisations-final-cta .muted {
  color: inherit;
}

.realisations-final-cta .muted {
  color: rgba(255, 248, 237, .74);
}

.realisations-intro-link {
  width: fit-content;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .page-hero-head {
    padding: clamp(28px, 7vw, 48px) clamp(18px, 5vw, 34px);
  }

  .service-overview-item {
    min-height: auto;
  }

  .realisation-detail-card,
  .realisations-page-grid--demos,
  .realisations-final-cta {
    grid-template-columns: 1fr;
  }

  .realisation-detail-media,
  .realisation-detail-media .cover {
    min-height: clamp(250px, 58vw, 390px);
  }

  .realisations-final-cta .service-choice-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  body.services .site-main > .page-service-section,
  body.contact .site-main > .page-contact-section,
  body.realisations .site-main > .page-realisations-section {
    padding-top: 14px;
  }

  .page-hero-head {
    border-radius: 24px;
  }

  .page-hero-head .h1 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .page-hero-points span,
  .service-overview-item {
    width: 100%;
  }

  .service-overview-item {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .realisation-detail-content,
  .realisation-demo-content {
    padding: 20px !important;
  }

  .realisations-final-cta .btn {
    width: 100%;
  }
}

/* =========================================================
   V1.1.4 : ajustements desktop hauts de pages internes
   - Supprime le cadre et les motifs des en-têtes sur grand écran.
   - Réduit l'espace entre la navigation et le premier contenu.
   - Centre les section-kicker de la page Réalisations.
   ========================================================= */
@media (min-width: 981px) {
  body.services .site-main > .page-service-section,
  body.contact .site-main > .page-contact-section,
  body.realisations .site-main > .page-realisations-section {
    padding-top: 10px;
  }

  body.services .page-hero-head,
  body.contact .page-hero-head,
  body.realisations .page-hero-head {
    padding: clamp(16px, 2.2vw, 34px) 0 clamp(22px, 3vw, 42px);
    margin-bottom: clamp(22px, 2.8vw, 38px);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.services .page-hero-head::before,
  body.services .page-hero-head::after,
  body.contact .page-hero-head::before,
  body.contact .page-hero-head::after,
  body.realisations .page-hero-head::before,
  body.realisations .page-hero-head::after {
    display: none;
  }

  body.services .page-hero-head .h1,
  body.contact .page-hero-head .h1,
  body.realisations .page-hero-head .h1 {
    max-width: 980px;
  }

  body.services .page-hero-head .muted,
  body.contact .page-hero-head .muted,
  body.realisations .page-hero-head .muted {
    max-width: 780px;
  }

  body.realisations .realisations-subhead .section-kicker {
    display: inline-flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/* =========================================================
   V1.1.5 : corrections desktop hauts de pages internes
   - Aligne l'espacement Services/Contact sur la page Réalisations.
   - Évite la coupe des titres en fin de ligne.
   - Replace les sous-titres de sections Réalisations à gauche.
   ========================================================= */
@media (min-width: 981px) {
  body.services .site-main > .section.page-service-section:first-child,
  body.contact .site-main > .section.page-contact-section:first-child,
  body.realisations .site-main > .section.page-realisations-section:first-child {
    padding-top: 10px !important;
  }

  body.services .page-hero-head,
  body.contact .page-hero-head,
  body.realisations .page-hero-head {
    overflow: visible;
  }

  body.services .page-hero-head .h1,
  body.contact .page-hero-head .h1,
  body.realisations .page-hero-head .h1 {
    max-width: 1000px;
    padding-left: .08em;
    padding-right: .08em;
    box-sizing: border-box;
    overflow: visible;
  }

  body.realisations .realisations-subhead {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
  }

  body.realisations .realisations-subhead .section-kicker {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  body.realisations .realisations-subhead .muted {
    margin-left: 0;
    margin-right: 0;
  }
}

/* =========================================================
   V1.1.6 : corrections desktop page Réalisations et titres internes
   - Évite les coupes visuelles des H1 sur grand écran.
   - Supprime l'espace réservé aux sous-titres retirés de la page Réalisations.
   - Alterne image/texte sur les réalisations clients en desktop.
   - Élargit les blocs de réalisations à 95 %.
   - Aère les labels des cartes de démonstration.
   ========================================================= */
@media (min-width: 981px) {
  body.services .page-hero-head .h1,
  body.contact .page-hero-head .h1,
  body.realisations .page-hero-head .h1 {
    max-width: min(1080px, calc(100vw - 96px));
    padding-left: 18px;
    padding-right: 18px;
    line-height: 1.02;
    letter-spacing: -.058em;
    overflow: visible;
  }

  body.services .page-hero-head .h1 span,
  body.contact .page-hero-head .h1 span,
  body.realisations .page-hero-head .h1 span {
    padding-left: .02em;
    padding-right: .12em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }

  body.realisations .realisations-page-block {
    margin-top: clamp(26px, 3.2vw, 46px);
  }

  body.realisations .realisations-page-grid {
    width: 95%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
  }

  body.realisations .realisation-detail-card {
    grid-template-columns: minmax(360px, 1fr) minmax(0, 1fr);
  }

  body.realisations .realisations-page-grid--clients .realisation-detail-card:nth-child(even) .realisation-detail-media {
    order: 2;
  }

  body.realisations .realisations-page-grid--clients .realisation-detail-card:nth-child(even) .realisation-detail-content {
    order: 1;
  }

  body.realisations .realisations-page-grid--demos .realization-card-label {
    margin-bottom: 12px;
  }

  body.realisations .realisations-page-grid--demos .h3 {
    margin-top: 0;
  }
}
