﻿:root {
  --olive: #253f16;
  --olive-2: #556b2f;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --soft: #f3eadc;
  --ink: #171813;
  --muted: #5f5a50;
  --warm: #d98b19;
  --line: rgba(37, 63, 22, .14);
  --shadow: 0 22px 60px rgba(32, 28, 20, .10);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Montserrat, "Open Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fbfaf6;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin-top: 0; }

.site-header,
main,
.site-footer {
  width: min(1500px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  display: grid;
  grid-template-columns: 170px 1fr auto;
  align-items: center;
  min-height: 122px;
  padding: 0 clamp(28px, 3vw, 58px);
  background: rgba(255, 253, 248, .98);
  border: 1px solid var(--line);
  border-bottom: 0;
  box-shadow: 0 12px 36px rgba(42, 37, 26, .04);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 132px;
  align-self: end;
  margin-bottom: -34px;
  position: relative;
  z-index: 5;
}
.brand img {
  width: 132px;
  height: 132px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(37, 63, 22, .12));
}

.brand-text {
  display: grid;
  justify-items: center;
  width: 210px;
  height: auto;
  margin: 0;
  align-self: center;
  color: var(--olive);
  line-height: 1;
  text-align: center;
  filter: none;
}
.brand.brand-text { width: 230px; height: auto; margin-bottom: 0; }
.brand-leaf {
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 34px;
  line-height: .7;
}
.brand-text strong {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: .035em;
}
.brand-text small {
  margin-top: 14px;
  padding-top: 9px;
  border-top: 1px solid rgba(37, 63, 22, .24);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .24em;
}

.menu-button {
  display: none;
  justify-self: end;
  border: 0;
  background: transparent;
  color: var(--olive);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 2vw, 38px);
  font-size: 13px;
  font-weight: 900;
}
.main-nav a {
  padding: 14px 0;
  border-bottom: 3px solid transparent;
  white-space: nowrap;
}
.main-nav .mobile-contact { display: none; }
.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--olive);
  border-bottom-color: var(--olive);
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 15px 26px;
  border: 2px solid var(--olive);
  border-radius: 999px;
  background: var(--olive);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.1;
  transition: transform .18s ease, box-shadow .18s ease;
}
.btn:hover,
.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(37, 63, 22, .18);
}
.nav-cta[aria-current="page"] {
  border-color: var(--warm);
  background: linear-gradient(135deg, #ed9b22, #c4710d);
}
.btn.outline,
.btn.light {
  background: var(--paper);
  color: var(--olive);
}
.btn.warm {
  border-color: var(--warm);
  background: linear-gradient(135deg, #ed9b22, #c4710d);
  color: #fff;
}

main {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, .85fr) minmax(520px, 1.15fr);
  align-items: center;
  min-height: 720px;
  padding: clamp(58px, 5vw, 86px) clamp(36px, 5vw, 86px);
  overflow: hidden;
  background: linear-gradient(90deg, var(--paper) 0 46%, #faf4e9 46% 100%);
}
.hero > img {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: min(54vw, 640px);
  min-height: 520px;
  object-fit: cover;
  border-radius: 0;
}
.hero::after { content: none; }
.hero-content {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  width: min(560px, 100%);
  margin: 0;
  padding: 0;
}
.eyebrow,
.section-label,
.hero .eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--olive);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1.3;
  text-transform: uppercase;
}
h1, h2 {
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.035em;
}
h1 { font-size: clamp(52px, 6.2vw, 94px); }
h2 { font-size: clamp(36px, 4vw, 66px); }
.hero h1 { color: var(--ink); margin-bottom: 28px; }
.hero-lead {
  max-width: 520px;
  color: var(--ink);
  font-size: clamp(19px, 1.45vw, 24px);
  font-weight: 750;
  line-height: 1.55;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.hero-badge {
  position: absolute;
  z-index: 3;
  right: clamp(34px, 5vw, 80px);
  bottom: clamp(42px, 5vw, 88px);
  display: grid;
  place-items: center;
  width: 178px;
  height: 178px;
  border-radius: 50%;
  background: var(--olive);
  color: #fff;
  text-align: center;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 16px 40px rgba(37, 63, 22, .24);
}

.hero.immersive {
  display: grid;
  min-height: 770px;
  background: var(--olive);
  color: #fff;
}
.hero.immersive > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.hero.immersive::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(16, 22, 11, .78), rgba(16, 22, 11, .28), rgba(16, 22, 11, .04));
}
.hero.immersive .hero-content { grid-column: 1 / 2; color: #fff; }
.hero.immersive h1,
.hero.immersive .hero-lead,
.hero.immersive .eyebrow { color: #fff; }
.hero.immersive .hero-content { width: min(720px, 100%); }
.hero.immersive h1 { font-size: clamp(48px, 5.4vw, 78px); }
.hero.immersive .hero-lead {
  max-width: 620px;
  font-size: clamp(18px, 1.35vw, 23px);
}

.section,
.page-hero,
.split {
  padding: clamp(62px, 6.8vw, 108px) clamp(42px, 5vw, 86px);
}
.paper { background: var(--paper); }
.cream { background: var(--cream); }
.soft { background: linear-gradient(135deg, #f4eadb, #fffdf8); }
.olive-section {
  background:
    linear-gradient(90deg, rgba(37, 63, 22, .96), rgba(37, 63, 22, .88) 70%, rgba(37,63,22,.45)),
    url("assets/ferme-collaborateurs-hero.png") right center / cover;
  color: #fff;
}
.olive-section h2,
.olive-section p,
.olive-section .section-label { color: #fff; }

.page-hero,
.split {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(520px, 1.15fr);
  gap: clamp(42px, 5vw, 82px);
  align-items: center;
}
.page-hero p,
.split p,
.intro p {
  color: var(--muted);
  font-size: clamp(17px, 1.2vw, 21px);
  font-weight: 650;
}
.page-hero img,
.split img,
.image-card img {
  width: 100%;
  min-height: 430px;
  height: min(42vw, 620px);
  object-fit: cover;
  box-shadow: 0 18px 40px rgba(40, 33, 22, .08);
}

.page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, var(--paper) 0 48%, #f3eadc 48% 100%);
}
.page-hero .hero-badge {
  right: clamp(30px, 4vw, 70px);
  bottom: clamp(28px, 4vw, 62px);
  width: 150px;
  height: 150px;
  font-size: 18px;
}
.page-hero .hero-actions,
.split .hero-actions,
.section .hero-actions {
  margin-top: 28px;
}

.centered-head {
  max-width: 900px;
  margin: 0 auto 42px;
  text-align: center;
}
.centered-head h2 { margin-bottom: 16px; }
.centered-head p {
  color: var(--muted);
  font-size: clamp(17px, 1.2vw, 21px);
  font-weight: 650;
}

.values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  margin: 0 clamp(42px, 5vw, 86px);
  transform: translateY(-28px);
  background: rgba(255,253,248,.95);
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(40, 33, 22, .08);
}
.values.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.value-card {
  min-height: 174px;
  padding: clamp(28px, 3vw, 42px);
  text-align: center;
  border-right: 1px solid var(--line);
}
.value-card:last-child { border-right: 0; }
.icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 16px;
  border: 2px solid var(--olive);
  border-radius: 50%;
  color: var(--olive);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 800;
}
.icon::before { content: "•"; }
.icon-leaf::before { content: "⌁"; }
.icon-apple::before { content: "○"; }
.icon-team::before { content: "∴"; }
.icon-basket::before { content: "▣"; }
.icon-handshake::before { content: "∞"; }
.icon-pin::before { content: "⌖"; }
.icon-truck::before { content: "▭"; }
.icon-heart::before { content: "♡"; }
.icon-clock::before { content: "◷"; }
.icon-star::before { content: "☆"; }
.icon-lock::before { content: "□"; }
.value-card h3,
.card h3,
.producer-card h3,
.step h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
}
.value-card p,
.card p,
.producer-card p,
.step p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 650;
}

.cards-2,
.cards-3,
.cards-4,
.cards-5,
.producer-grid,
.contact-grid {
  display: grid;
  gap: 28px;
}
.cards-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cards-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.producer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.contact-grid { grid-template-columns: 1.05fr .95fr; align-items: stretch; }

.card,
.producer-card,
.trust-panel,
.quote-card,
.contact-aside {
  background: rgba(255,253,248,.92);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(40, 33, 22, .06);
}
.card { padding: clamp(28px, 3vw, 46px); }
.card.flat {
  border-radius: 0;
  box-shadow: none;
}
.card img,
.producer-card img {
  width: 100%;
  height: 250px;
  margin: 0 0 24px;
  border-radius: 12px;
  object-fit: cover;
}
.card.featured { border-top: 0; }
.card.dark {
  background: var(--olive);
  color: #fff;
}
.card.dark h2,
.card.dark h3,
.card.dark p,
.card.dark .section-label { color: #fff; }

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 34px 0 8px;
}
.hero-facts span {
  display: grid;
  gap: 6px;
  align-content: start;
  color: var(--ink);
  font-weight: 900;
}
.hero-facts .icon {
  width: 48px;
  height: 48px;
  margin-bottom: 4px;
}
.hero-facts small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.offer-grid .card {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto;
}
.offer-icon {
  margin-bottom: 16px;
  background: var(--olive);
  color: #fff;
  border-color: var(--olive);
}
.benefit-row {
  gap: 1px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.benefit-row .card {
  min-height: 310px;
  padding-inline: 28px;
  text-align: center;
  border-width: 0 1px 0 0;
  background: transparent;
}
.benefit-row .card:last-child { border-right: 0; }
.quote-metrics-section { padding-top: 44px; }
.quote-metrics-section .quote-card {
  background: rgba(255,253,248,.92);
  color: var(--ink);
}
.quote-metrics-section .quote-card p { color: var(--ink); }
.quote-metrics-section .metric-grid {
  background: var(--olive);
  color: #fff;
  border-radius: 18px;
  overflow: hidden;
}
.quote-metrics-section .note {
  margin: 20px 0 0;
  color: var(--muted);
  text-align: right;
  font-size: 13px;
  font-weight: 800;
}
.offer-complete {
  display: grid;
  grid-template-columns: .95fr .95fr .75fr;
  gap: 28px;
  align-items: stretch;
}
.offer-complete > img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  border-radius: 16px;
}
.offer-list {
  display: grid;
  gap: 24px;
  margin-top: 30px;
}
.offer-list p {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 0 18px;
  margin: 0;
}
.offer-list .icon { grid-row: 1 / 3; }
.offer-list strong {
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
}
.offer-list small {
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}
.text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--olive);
  font-weight: 900;
}

.check-list,
.clean-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 30px;
  padding: 0;
  list-style: none;
}
.check-list li,
.clean-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  font-weight: 750;
}
.check-list li::before,
.clean-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--olive);
  font-weight: 900;
}

.trust-panel {
  padding: clamp(34px, 4vw, 58px);
  text-align: center;
  border-radius: 0;
  box-shadow: none;
}
.trust-panel img {
  width: min(1020px, 100%);
  margin: 12px auto 18px;
}
.trust-panel p:last-child {
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
}
.metric {
  padding: 24px 28px;
  border-left: 1px solid rgba(255,255,255,.22);
}
.metric strong {
  display: block;
  color: inherit;
  font-family: var(--serif);
  font-size: clamp(40px, 4vw, 64px);
  line-height: 1;
}
.metric span {
  color: inherit;
  font-weight: 800;
}

.quote-stat-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}
.quote-stat-grid .metric-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}
.quote-stat-grid .metric {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  background: rgba(255,255,255,.08);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 30px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}
.step {
  background: rgba(255,253,248,.92);
  padding: clamp(24px, 3vw, 38px);
  text-align: center;
}
.step strong {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #f1eadc;
  color: var(--olive);
  font-weight: 900;
}

.producer-card { overflow: hidden; }
.producer-card div { padding: 0 24px 28px; }
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.tags span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(85, 107, 47, .08);
  color: var(--olive);
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.map-panel {
  display: grid;
  min-height: 430px;
  place-items: center;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 48% 45%, rgba(85,107,47,.18), transparent 23%),
    linear-gradient(135deg, #f7f2e8, #fffdf8);
}
.map-card {
  display: grid;
  gap: 14px;
  width: min(520px, 100%);
}
.map-card span {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  color: var(--olive);
  font-weight: 900;
}

.activity-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.activity-row .activity {
  min-height: 260px;
  padding: clamp(28px, 4vw, 54px);
  background: var(--paper);
  text-align: center;
}
.activity .icon { margin-bottom: 20px; }

.quote-card {
  padding: clamp(34px, 4vw, 58px);
  background: var(--olive);
  color: #fff;
  border-radius: 18px;
}
.quote-card h2,
.quote-card p,
.quote-card label { color: #fff; }
.quote-card p { color: rgba(255,255,255,.82); }
.quote-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
  margin-top: 26px;
}
.quote-box .wide,
.quote-box button { grid-column: 1 / -1; }
.quote-box .form-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
label {
  display: grid;
  gap: 8px;
  color: var(--olive);
  font-size: 13px;
  font-weight: 900;
}
input,
textarea,
select {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(37, 63, 22, .20);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 14px 16px;
}
textarea { min-height: 150px; resize: vertical; }
.contact-aside {
  padding: clamp(34px, 4vw, 58px);
  border-radius: 18px;
}
.contact-aside .clean-list li { color: var(--ink); }

.banner-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: linear-gradient(135deg, #f4eadb, #fffdf8);
}
.banner-cta p {
  max-width: 860px;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 800;
  line-height: 1.14;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: center;
  padding: 36px clamp(42px, 5vw, 86px);
  background: var(--olive);
  color: #fff;
}
.site-footer strong { display: block; margin-bottom: 4px; }
.site-footer a {
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 190px 1fr auto;
  }
  .brand,
  .brand img {
    width: 112px;
    height: 112px;
  }
  .brand { margin-bottom: -24px; }
  .brand-text { width: 170px; }
  .brand.brand-text { width: 180px; }
  .brand-text strong { font-size: 21px; }
  .main-nav { gap: 15px; font-size: 12px; }
  .hero,
  .page-hero,
  .split,
  .contact-grid { grid-template-columns: 1fr; }
  .hero > img {
    grid-column: 1;
    grid-row: 2;
    height: 460px;
    min-height: 360px;
  }
  .hero-content { grid-column: 1; }
  .producer-grid,
  .cards-4,
  .cards-5,
  .metric-grid,
  .steps,
  .activity-row,
  .offer-complete,
  .quote-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .site-header,
  main,
  .site-footer {
    width: 100%;
  }
  .site-header {
    grid-template-columns: 110px 1fr;
    min-height: 90px;
    padding: 0 20px;
  }
  .brand,
  .brand img {
    width: 92px;
    height: 92px;
  }
  .brand { margin-bottom: -12px; }
  .brand.brand-text {
    width: 96px;
    margin-bottom: 0;
  }
  .brand-text .brand-leaf { font-size: 20px; margin-bottom: 4px; }
  .brand-text strong { font-size: 13px; }
  .brand-text small {
    margin-top: 7px;
    padding-top: 5px;
    font-size: 6px;
    letter-spacing: .16em;
  }
  .menu-button { display: inline-flex; }
  .nav-cta { display: none; }
  .main-nav {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 30;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 22px 24px;
    background: var(--paper);
    box-shadow: 0 18px 40px rgba(37, 63, 22, .12);
  }
  .main-nav.open { display: flex; }
  .main-nav a { border-bottom: 1px solid var(--line); }
  .main-nav .mobile-contact { display: block; }
  .hero,
  .section,
  .page-hero,
  .split { padding-left: 22px; padding-right: 22px; }
  h1 { font-size: clamp(42px, 12vw, 62px); }
  h2 { font-size: clamp(34px, 10vw, 48px); }
  .hero { min-height: auto; padding-top: 48px; }
  .hero > img { height: 310px; min-height: 280px; }
  .hero-badge { display: none; }
  .values {
    grid-template-columns: 1fr;
    margin: 0 22px;
    transform: translateY(-18px);
  }
  .value-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .cards-2,
  .cards-3,
  .cards-4,
  .cards-5,
  .producer-grid,
  .metric-grid,
  .steps,
  .quote-box,
  .quote-stat-grid,
  .offer-complete,
  .hero-facts,
  .activity-row,
  .values.three { grid-template-columns: 1fr; }
  .banner-cta,
  .site-footer {
    display: grid;
    grid-template-columns: 1fr;
  }
  .btn { width: 100%; }
}

/* Pages verrouillees Accueil + Nos paniers */
.locked-home,
.locked-baskets {
  background:
    radial-gradient(circle at 0 0, rgba(216,195,165,.38), transparent 28%),
    linear-gradient(180deg, #fffdf8, #f7f2e8);
}

.locked-hero,
.basket-hero {
  display: grid;
  grid-template-columns: minmax(320px, .62fr) minmax(560px, 1.38fr);
  align-items: stretch;
  min-height: 700px;
  overflow: hidden;
  background: linear-gradient(90deg, #f7f2e8 0 40%, #efe0cb 40% 100%);
}
.locked-hero-copy,
.basket-hero-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: clamp(42px, 5.6vw, 86px);
}
.locked-hero h1,
.basket-hero h1 {
  max-width: 620px;
  margin-bottom: 28px;
  color: var(--olive);
  font-size: clamp(52px, 6.2vw, 92px);
  letter-spacing: -.045em;
}
.locked-hero p,
.basket-hero p {
  max-width: 520px;
  color: var(--ink);
  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: 650;
}
.locked-hero .btn,
.basket-hero .btn { margin-top: 22px; }
.hero-mention {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  font-size: 14px !important;
  font-weight: 800 !important;
}
.hero-mention .icon {
  width: 34px;
  height: 34px;
  margin: 0;
  font-size: 16px;
}
.locked-hero-image {
  position: relative;
  min-height: 520px;
  margin: 0;
}
.locked-hero-image img,
.basket-hero > img {
  width: 100%;
  height: 100%;
  min-height: 700px;
  object-fit: cover;
}
.locked-hero-image figcaption {
  position: absolute;
  right: clamp(22px, 4vw, 58px);
  bottom: clamp(22px, 4vw, 58px);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: 270px;
  padding: 20px 24px;
  border-radius: 14px;
  background: rgba(255,253,248,.92);
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 16px 40px rgba(40,33,22,.14);
}
.locked-hero-image figcaption .icon {
  width: 42px;
  height: 42px;
  margin: 0;
  flex: 0 0 auto;
}

.locked-commitments {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0 clamp(42px, 5vw, 86px);
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.locked-commitments article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0 20px;
  min-height: 190px;
  padding: clamp(28px, 3.2vw, 48px) 28px;
  background: rgba(255,253,248,.96);
}
.locked-commitments .icon {
  grid-row: 1 / 3;
  margin: 0;
}
.locked-commitments h3,
.locked-commitments p {
  margin: 0;
}
.locked-commitments h3 {
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
.locked-commitments p {
  color: var(--ink);
  font-size: 15px;
  font-weight: 650;
}

.home-baskets-preview {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 42px;
  padding: clamp(50px, 5vw, 82px) clamp(42px, 5vw, 86px) 34px;
}
.preview-intro h2,
.territory-copy h2 {
  color: var(--olive);
  font-family: var(--sans);
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 900;
  letter-spacing: .01em;
  line-height: 1.12;
  text-transform: uppercase;
}
.preview-intro p,
.territory-copy p {
  color: var(--ink);
  font-weight: 650;
}
.preview-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.preview-cards article,
.formula-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,253,248,.95);
  box-shadow: 0 16px 42px rgba(40,33,22,.07);
}
.preview-cards img,
.formula-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.preview-cards h3,
.formula-card h3 {
  margin: 18px 20px 6px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.preview-cards p,
.formula-card p,
.preview-cards small {
  display: block;
  margin: 0 20px 14px;
  color: var(--muted);
  font-weight: 700;
}
.preview-cards small {
  padding-bottom: 18px;
  color: var(--ink);
  font-size: 13px;
}
.all-baskets {
  grid-column: 2;
  justify-self: center;
  margin-top: 0;
}

.territory-team {
  display: grid;
  grid-template-columns: .78fr 1.05fr 1.2fr;
  align-items: stretch;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f3eadc;
}
.territory-copy,
.team-preview {
  padding: clamp(40px, 4vw, 66px);
}
.territory-map {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 380px;
  background:
    radial-gradient(circle at 50% 50%, rgba(85,107,47,.18), transparent 24%),
    linear-gradient(135deg, #ecdfc8, #f8f2e7);
  border-inline: 1px solid var(--line);
}
.territory-map strong {
  display: grid;
  place-items: center;
  width: 126px;
  height: 126px;
  border: 2px solid rgba(37,63,22,.38);
  border-radius: 50%;
  color: var(--olive);
  text-transform: uppercase;
}
.pin {
  position: absolute;
  color: var(--olive);
  font-size: 13px;
  font-weight: 900;
}
.pin::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--olive);
  vertical-align: -2px;
}
.pin-haillan { top: 18%; left: 46%; }
.pin-leognan { left: 18%; top: 54%; }
.pin-barp { bottom: 14%; left: 45%; }
.pin-ile { right: 12%; bottom: 25%; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.team-grid article {
  text-align: center;
}
.team-grid img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 12px;
  object-fit: cover;
}
.team-grid strong,
.team-grid span {
  display: block;
}
.team-grid strong {
  margin-top: 12px;
  color: var(--ink);
  font-weight: 900;
}
.team-grid span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.signature-note {
  color: var(--olive);
  font-family: var(--serif);
  font-size: clamp(22px, 2vw, 34px);
  font-style: italic;
}
.home-cta-band,
.basket-final {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 34px;
  align-items: center;
  padding: clamp(34px, 4vw, 58px) clamp(42px, 5vw, 86px);
  background:
    linear-gradient(90deg, rgba(37,63,22,.96), rgba(37,63,22,.86)),
    url("assets/ferme-collaborateurs-hero.png") center / cover;
  color: #fff;
}
.home-cta-band img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
}
.home-cta-band h2,
.basket-final h2 {
  color: #fff;
  font-family: var(--sans);
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 900;
  letter-spacing: .01em;
  line-height: 1.1;
  text-transform: uppercase;
}
.home-cta-band p,
.basket-final p {
  color: rgba(255,255,255,.86);
  font-weight: 700;
}
.cta-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin-top: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.formula-section {
  padding: clamp(46px, 5vw, 72px) clamp(42px, 5vw, 86px);
  background: linear-gradient(180deg, #fffdf8, #f7f2e8);
}
.formula-head {
  max-width: 920px;
  margin: 0 auto 30px;
  text-align: center;
}
.formula-head .section-label {
  margin-bottom: 8px;
  color: var(--olive);
  font-size: clamp(22px, 2.2vw, 34px);
}
.formula-head h2 {
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
}
.formula-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
  align-items: end;
}
.formula-card {
  position: relative;
  text-align: center;
}
.formula-card.chosen {
  border-color: rgba(85,107,47,.44);
  transform: translateY(-18px);
  box-shadow: 0 22px 60px rgba(40,33,22,.13);
}
.formula-card > span {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  padding: 7px 30px;
  border-radius: 999px;
  background: var(--olive);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.formula-card ul {
  display: grid;
  gap: 8px;
  margin: 14px 26px 18px;
  padding: 0;
  list-style: none;
  text-align: left;
}
.formula-card li {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}
.formula-card li::before {
  content: "♧";
  margin-right: 10px;
  color: var(--olive);
}
.formula-card .btn {
  width: calc(100% - 52px);
  margin: 0 26px 24px;
}
.formula-note {
  margin: 18px 0 0;
  color: var(--ink);
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.employee-basket {
  display: grid;
  grid-template-columns: 1.05fr .95fr .55fr;
  gap: 44px;
  align-items: center;
  padding: clamp(44px, 5vw, 74px) clamp(42px, 5vw, 86px);
  background: linear-gradient(90deg, #f4eadb, #fffdf8);
}
.employee-basket > img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 0;
}
.employee-basket h2 {
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 900;
  letter-spacing: 0;
}
.employee-basket blockquote {
  margin: 0;
  color: var(--olive);
  font-family: var(--serif);
  font-size: clamp(25px, 2.2vw, 38px);
  font-style: italic;
  line-height: 1.25;
}

.engagement-row {
  padding: clamp(42px, 5vw, 70px) clamp(42px, 5vw, 86px);
  text-align: center;
}
.engagement-row > div {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  background: var(--line);
}
.engagement-row article {
  padding: 24px 18px;
  background: rgba(255,253,248,.95);
}
.engagement-row .icon {
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
  background: #f1eadc;
  border: 0;
}
.engagement-row h3 {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.engagement-row p {
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
}
.territory-row {
  display: grid;
  grid-template-columns: .72fr 1.16fr .72fr;
  align-items: stretch;
  background: #f3eadc;
  border-top: 1px solid var(--line);
}
.territory-row > div:first-child {
  padding: clamp(36px, 4vw, 62px);
}
.territory-row > img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
}
.basket-final {
  display: grid;
  grid-template-columns: minmax(0, 680px) auto;
  justify-content: center;
  gap: 34px;
  margin: clamp(44px, 5vw, 74px) auto;
  width: min(1120px, calc(100% - 88px));
  border-radius: 22px;
  padding: clamp(34px, 4vw, 54px);
  background:
    linear-gradient(135deg, rgba(37,63,22,.98), rgba(37,63,22,.86)),
    url("assets/ferme-collaborateurs-hero.png") center / cover;
  box-shadow: 0 22px 58px rgba(37, 63, 22, .18);
}
.basket-final h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 2.8vw, 42px);
}
.basket-final p {
  max-width: 660px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.65;
}
.basket-final .btn {
  justify-self: end;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .locked-hero,
  .basket-hero,
  .home-baskets-preview,
  .territory-team,
  .employee-basket,
  .territory-row,
  .home-cta-band {
    grid-template-columns: 1fr;
  }
  .locked-hero-image img,
  .basket-hero > img {
    min-height: 460px;
  }
  .locked-commitments,
  .preview-cards,
  .formula-cards,
  .engagement-row > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .all-baskets { grid-column: 1; }
  .team-grid { grid-template-columns: repeat(4, minmax(120px, 1fr)); }
  .basket-final { grid-template-columns: 1fr; }
  .basket-final .btn { justify-self: start; }
}

@media (max-width: 820px) {
  .locked-hero-copy,
  .basket-hero-copy,
  .formula-section,
  .home-baskets-preview,
  .territory-copy,
  .team-preview,
  .employee-basket,
  .engagement-row,
  .territory-row > div:first-child,
  .home-cta-band,
  .basket-final {
    padding-left: 22px;
    padding-right: 22px;
  }
  .basket-final {
    width: calc(100% - 44px);
    margin: 34px auto;
    border-radius: 16px;
  }
  .locked-hero h1,
  .basket-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
  }
  .locked-hero-image img,
  .basket-hero > img {
    min-height: 300px;
  }
  .locked-hero-image figcaption {
    position: static;
    margin: 16px 22px 22px;
  }
  .locked-commitments,
  .preview-cards,
  .formula-cards,
  .engagement-row > div,
  .team-grid {
    grid-template-columns: 1fr;
  }
  .locked-commitments {
    padding: 0;
  }
  .locked-commitments article {
    min-height: auto;
    grid-template-columns: 58px 1fr;
  }
  .formula-card.chosen {
    transform: none;
  }
  .home-cta-band img {
    width: 120px;
    height: 120px;
  }
}

/* Accueil stricte - capture Ali 2026-05-19 */
body.page-accueil-stricte {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  background: #f4ecdf;
  color: #172314;
  font-family: "Open Sans", Arial, sans-serif;
}

.page-accueil-stricte a {
  text-decoration: none;
}

.strict-header,
.strict-home,
.strict-footer {
  width: min(1500px, 100%);
  margin-inline: auto;
}

.strict-header {
  display: grid;
  grid-template-columns: 365px 1fr auto;
  align-items: center;
  min-height: 128px;
  padding: 0 42px 0 56px;
  background: #fffaf0;
  border-bottom: 1px solid rgba(43, 43, 43, .08);
  box-shadow: 0 8px 28px rgba(37, 63, 22, .05);
}

.strict-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #173417;
}

.strict-brand-mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
}

.strict-brand-mark svg {
  width: 64px;
  height: 64px;
  fill: none;
  stroke: #173417;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.strict-brand strong {
  display: block;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.strict-brand small {
  display: block;
  margin-top: 8px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.strict-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 52px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.strict-nav a {
  padding: 18px 0 12px;
  border-bottom: 2px solid transparent;
  color: #141610;
  white-space: nowrap;
}

.strict-nav a[aria-current="page"],
.strict-nav a:hover {
  border-bottom-color: #141610;
}

.strict-menu-cta,
.strict-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 0 34px;
  border-radius: 10px;
  background: #173a18;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(23, 58, 24, .17);
}

.strict-menu-cta span,
.strict-button span {
  margin-right: 12px;
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: .6;
}

.strict-menu-button,
.strict-nav .mobile-contact {
  display: none;
}

.strict-home {
  overflow: hidden;
  background: #fffaf0;
  box-shadow: 0 22px 60px rgba(37, 63, 22, .10);
}

.strict-hero {
  position: relative;
  display: grid;
  grid-template-columns: 39% 61%;
  min-height: 704px;
  background:
    linear-gradient(90deg, rgba(246, 237, 222, .98) 0%, rgba(246, 237, 222, .94) 34%, rgba(246, 237, 222, .27) 47%, rgba(246, 237, 222, 0) 60%),
    #ead8bd;
}

.strict-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 704px;
  padding: 72px 50px 58px 76px;
}

.strict-hero-copy h1 {
  max-width: 500px;
  margin: 0;
  color: #173a18;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 69px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: .98;
}

.strict-leaf-separator {
  position: relative;
  width: 116px;
  height: 1px;
  margin: 42px 0 28px;
  background: rgba(23, 58, 24, .62);
}

.strict-leaf-separator::after {
  content: "⌁";
  position: absolute;
  left: 107px;
  top: -17px;
  color: #173a18;
  font-family: Georgia, serif;
  font-size: 28px;
}

.strict-hero-copy p {
  max-width: 470px;
  margin: 0 0 31px;
  color: #141610;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.72;
}

.strict-hero-copy .strict-insertion {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 52px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
}

.strict-insertion span {
  color: #173a18;
  font-size: 30px;
}

.strict-hero-visual {
  position: relative;
  min-height: 704px;
}

.strict-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 704px;
  object-fit: cover;
  object-position: center center;
}

.strict-local-badge {
  position: absolute;
  right: 42px;
  bottom: 28px;
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 15px;
  width: 248px;
  padding: 20px 22px;
  border-radius: 13px;
  background: rgba(255, 250, 240, .94);
  color: #141610;
  box-shadow: 0 18px 40px rgba(37, 63, 22, .16);
}

.strict-local-badge span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid #173a18;
  border-radius: 50%;
  color: #173a18;
  font-size: 25px;
}

.strict-local-badge strong {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.strict-commitments {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 240px;
  background: #fffaf0;
  border-top: 1px solid rgba(37, 63, 22, .12);
  border-bottom: 1px solid rgba(37, 63, 22, .12);
}

.strict-commitments article {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 22px;
  align-content: center;
  padding: 44px 38px;
  border-right: 1px solid rgba(37, 63, 22, .14);
}

.strict-commitments article:last-child {
  border-right: 0;
}

.strict-round-icon {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 2px solid #173a18;
  border-radius: 50%;
  color: #173a18;
  font-family: Georgia, serif;
  font-size: 32px;
}

.strict-commitments h2 {
  margin: 0 0 10px;
  color: #111710;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.28;
  text-transform: uppercase;
}

.strict-commitments p {
  margin: 0;
  color: #141610;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.58;
}

.strict-territory-team {
  display: grid;
  grid-template-columns: 27% 25% 48%;
  min-height: 553px;
  background: #f4ead9;
  border-bottom: 1px solid rgba(37, 63, 22, .12);
}

.strict-territory-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px 58px 58px 76px;
}

.strict-kicker {
  margin: 0 0 20px;
  color: #173a18;
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.strict-territory-intro h2,
.strict-team h2 {
  margin: 0 0 26px;
  color: #173a18;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.18;
  text-transform: uppercase;
}

.strict-territory-intro p {
  margin: 0;
  color: #141610;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.72;
}

.strict-territory-intro .strict-button {
  align-self: flex-start;
  min-height: 62px;
  margin-top: 50px;
}

.strict-map {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 553px;
  overflow: hidden;
  background: #efe7d2 url("assets/locked-bordeaux-map.png") center / contain no-repeat;
}

.strict-map::before {
  content: none;
}

.strict-map::after {
  content: none;
}

.strict-map strong {
  display: none;
}

.strict-farm {
  display: none;
}

.strict-farm::before {
  content: "▱";
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  margin: 0 auto 7px;
  border-radius: 5px;
  background: #173a18;
  color: #fffaf0;
  font-size: 22px;
}

.strict-farm.farm-haillan { top: 75px; left: 45%; }
.strict-farm.farm-leognan { left: 5%; bottom: 132px; }
.strict-farm.farm-barp { left: 38%; bottom: 40px; }
.strict-farm.farm-ile { right: 4%; bottom: 114px; }

.strict-team {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px 76px 50px 52px;
}

.strict-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.strict-team-grid article {
  text-align: center;
}

.strict-team-grid img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 10px 25px rgba(37, 63, 22, .08);
}

.strict-team-grid strong {
  display: block;
  margin-top: 14px;
  color: #141610;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.strict-team-grid span {
  display: block;
  margin-top: 4px;
  color: #3f3d35;
  font-size: 12px;
  font-weight: 700;
}

.strict-signature {
  position: relative;
  margin: 44px 0 0;
  color: #173a18;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-style: italic;
  text-align: center;
}

.strict-signature::before {
  content: "";
  display: inline-block;
  width: 72px;
  height: 1px;
  margin-right: 18px;
  margin-bottom: 8px;
  background: rgba(37, 63, 22, .35);
}

.strict-signature::after {
  content: "⌁";
  margin-left: 14px;
  font-size: 30px;
  font-style: normal;
}

.strict-impact {
  display: grid;
  grid-template-columns: 33% 1fr;
  align-items: center;
  min-height: 262px;
  padding: 42px 76px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, .12), transparent 34%),
    linear-gradient(90deg, #153518, #234b25 62%, #173a18);
  color: #fffaf0;
}

.strict-impact-title {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 22px;
  align-items: center;
  padding-right: 62px;
  border-right: 1px solid rgba(255, 255, 255, .45);
}

.strict-impact-title span {
  color: #fffaf0;
  font-family: Georgia, serif;
  font-size: 74px;
  line-height: 1;
}

.strict-impact h2 {
  margin: 0;
  color: #fffaf0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.strict-impact-content {
  padding-left: 62px;
}

.strict-impact-content p {
  max-width: 760px;
  margin: 0 0 40px;
  color: #fffaf0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.62;
}

.strict-impact-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
}

.strict-impact-items span {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 18px;
  color: #fffaf0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.strict-impact-items i {
  font-style: normal;
  font-size: 42px;
  line-height: 1;
}

.strict-footer {
  display: grid;
  grid-template-columns: 360px 1fr auto auto;
  align-items: center;
  gap: 48px;
  min-height: 148px;
  padding: 36px 76px;
  background: #fffaf0;
}

.strict-footer .strict-brand-mark,
.strict-footer .strict-brand-mark svg {
  width: 52px;
  height: 52px;
  flex-basis: 52px;
}

.strict-footer .strict-brand strong {
  font-size: 21px;
}

.strict-footer .strict-brand small {
  font-size: 11px;
}

.strict-footer p {
  max-width: 430px;
  margin: 0;
  color: #141610;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.strict-socials {
  display: flex;
  gap: 16px;
}

.strict-socials span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #173a18;
  color: #fffaf0;
  font-weight: 900;
}

.strict-ess {
  display: grid;
  max-width: 175px;
  color: #126ca6;
  line-height: 1.1;
}

.strict-ess strong {
  font-size: 14px;
}

.strict-ess span {
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 1250px) {
  .strict-header {
    grid-template-columns: 300px 1fr auto;
    padding-inline: 28px;
  }

  .strict-nav {
    gap: 24px;
    font-size: 12px;
  }

  .strict-menu-cta {
    min-height: 54px;
    padding-inline: 22px;
  }

  .strict-hero-copy h1 {
    font-size: 58px;
  }

  .strict-commitments article {
    grid-template-columns: 1fr;
  }

  .strict-territory-team {
    grid-template-columns: 1fr;
  }

  .strict-map {
    min-height: 420px;
  }

  .strict-impact,
  .strict-footer {
    grid-template-columns: 1fr;
  }

  .strict-impact-title {
    padding-right: 0;
    border-right: 0;
  }

  .strict-impact-content {
    padding-left: 0;
  }
}

@media (max-width: 820px) {
  .strict-header {
    position: relative;
    grid-template-columns: 1fr auto;
    min-height: 88px;
    padding: 14px 18px;
  }

  .strict-brand-mark,
  .strict-brand-mark svg {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .strict-brand strong {
    font-size: 16px;
  }

  .strict-brand small {
    font-size: 9px;
  }

  .strict-menu-button {
    display: inline-flex;
    position: static;
  }

  .strict-header .strict-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 88px;
    z-index: 20;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 18px 22px;
    background: #fffaf0;
    box-shadow: 0 22px 44px rgba(37, 63, 22, .16);
  }

  .strict-header .strict-nav.open {
    display: flex;
  }

  .strict-nav a {
    border-bottom: 1px solid rgba(37, 63, 22, .14);
  }

  .strict-menu-cta {
    display: none;
  }

  .strict-nav .mobile-contact {
    display: block;
  }

  .strict-hero {
    grid-template-columns: 1fr;
  }

  .strict-hero-copy {
    min-height: auto;
    padding: 48px 22px 40px;
  }

  .strict-hero-copy h1 {
    font-size: 45px;
  }

  .strict-hero-copy p {
    font-size: 16px;
  }

  .strict-hero-visual,
  .strict-hero-visual img {
    min-height: 330px;
  }

  .strict-local-badge {
    position: static;
    width: auto;
    margin: 16px 22px 24px;
  }

  .strict-commitments {
    grid-template-columns: 1fr;
  }

  .strict-commitments article {
    grid-template-columns: 70px 1fr;
    min-height: auto;
    padding: 28px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(37, 63, 22, .14);
  }

  .strict-territory-intro,
  .strict-team,
  .strict-impact,
  .strict-footer {
    padding-left: 22px;
    padding-right: 22px;
  }

  .strict-team-grid,
  .strict-impact-items {
    grid-template-columns: 1fr;
  }

  .strict-impact-title {
    grid-template-columns: 60px 1fr;
  }

  .strict-impact-title span {
    font-size: 54px;
  }

  .strict-impact h2 {
    font-size: 30px;
  }
}

/* Accueil - maquette validee */
body.page-accueil-validee {
  background: #f4ecdf;
  color: #141610;
  font-family: "Open Sans", Arial, sans-serif;
}

.page-accueil-validee .validated-header,
.page-accueil-validee .validated-home,
.page-accueil-validee .validated-footer {
  width: min(1500px, 100%);
  margin-inline: auto;
}

.validated-header {
  display: grid;
  grid-template-columns: 310px 1fr auto;
  align-items: center;
  min-height: 128px;
  padding: 0 40px;
  background: #fffdf8;
  border: 0;
  box-shadow: 0 8px 28px rgba(37, 63, 22, .05);
}

.validated-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #0f2110;
  line-height: 1;
}

.validated-brand .brand-crate {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 3px solid #173417;
  border-radius: 8px;
  color: #173417;
  font-size: 36px;
  line-height: 1;
}

.validated-brand strong {
  display: block;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0;
}

.validated-brand small {
  display: block;
  margin-top: 9px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.validated-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 46px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.validated-nav a {
  padding: 18px 0 13px;
  border-bottom: 2px solid transparent;
  color: #111710;
  white-space: nowrap;
}

.validated-nav a[aria-current="page"],
.validated-nav a:hover {
  border-bottom-color: #111710;
}

.validated-cta,
.validated-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  padding: 0 34px;
  border: 0;
  border-radius: 10px;
  background: #173a18;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(23, 58, 24, .18);
}

.validated-cta::before,
.validated-button::before {
  content: "⌁";
  margin-right: 12px;
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: .7;
}

.validated-button.light {
  background: #fffdf8;
  color: #173a18;
  box-shadow: none;
}

.validated-menu-button {
  display: none;
}

.validated-home {
  overflow: hidden;
  background: #fffdf8;
  border: 0;
  box-shadow: 0 22px 60px rgba(37, 63, 22, .10);
}

.validated-hero {
  position: relative;
  display: grid;
  grid-template-columns: 39% 61%;
  min-height: 700px;
  background:
    linear-gradient(90deg, rgba(248, 241, 229, .98) 0%, rgba(248, 241, 229, .94) 34%, rgba(248, 241, 229, .28) 46%, rgba(248, 241, 229, 0) 58%),
    #efe1c9;
}

.validated-hero .hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 74px 54px 64px 76px;
}

.validated-hero h1 {
  max-width: 450px;
  margin: 0;
  color: #173a18;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 68px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: .98;
}

.leaf-separator {
  width: 118px;
  height: 1px;
  margin: 42px 0 28px;
  background: #173a18;
  opacity: .6;
}

.leaf-separator::after {
  content: "⌁";
  display: block;
  margin-left: 108px;
  margin-top: -14px;
  color: #173a18;
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 1;
}

.validated-hero p {
  max-width: 470px;
  margin-bottom: 30px;
  color: #111710;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
}

.validated-hero .insertion-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 54px 0 0;
  font-size: 15px;
  font-weight: 700;
}

.validated-hero .insertion-note span {
  font-size: 30px;
  color: #173a18;
}

.hero-visual {
  position: relative;
  min-height: 700px;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 700px;
  object-fit: cover;
  object-position: center center;
}

.local-badge {
  position: absolute;
  right: 58px;
  bottom: 48px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 16px;
  width: 252px;
  padding: 20px 22px;
  border-radius: 13px;
  background: rgba(255, 253, 248, .93);
  color: #111710;
  box-shadow: 0 18px 40px rgba(37, 63, 22, .16);
}

.local-badge span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid #173a18;
  border-radius: 50%;
  color: #173a18;
  font-size: 25px;
}

.local-badge strong {
  font-size: 13px;
  line-height: 1.45;
}

.validated-commitments {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(37, 63, 22, .14);
  border-bottom: 1px solid rgba(37, 63, 22, .14);
  background: #fff9ef;
}

.validated-commitments article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  min-height: 190px;
  padding: 40px 34px;
  border-right: 1px solid rgba(37, 63, 22, .14);
}

.validated-commitments article:last-child {
  border-right: 0;
}

.commitment-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 2px solid #173a18;
  border-radius: 50%;
  color: #173a18;
  font-family: Georgia, serif;
  font-size: 30px;
}

.validated-commitments h2 {
  margin: 0 0 10px;
  color: #111710;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
}

.validated-commitments p {
  margin: 0;
  color: #141610;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.validated-baskets {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 56px;
  padding: 58px 76px 30px;
  background: linear-gradient(180deg, #fffdf8, #f5ecde);
}

.leaf-kicker {
  margin: 0 0 12px;
  color: #173a18;
  font-family: Georgia, serif;
  font-size: 27px;
  line-height: 1;
}

.baskets-intro h2,
.territory-intro h2,
.team-block h2 {
  margin-bottom: 18px;
  color: #173a18;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 31px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: uppercase;
}

.baskets-intro p,
.territory-intro p {
  color: #111710;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
}

.baskets-intro .validated-button {
  margin-top: 20px;
}

.basket-card-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.basket-card {
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255, 253, 248, .9);
  box-shadow: 0 12px 34px rgba(37, 63, 22, .08);
}

.basket-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.basket-card div {
  padding: 22px 24px 24px;
}

.basket-card h3 {
  margin: 0 0 8px;
  color: #111710;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.basket-card p {
  margin: 0 0 13px;
  color: #141610;
  font-size: 14px;
  font-weight: 600;
}

.basket-card ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #111710;
  font-size: 13px;
  font-weight: 700;
}

.basket-card li::before {
  content: "♧";
  margin-right: 10px;
  color: #173a18;
}

.validated-more-link {
  grid-column: 2;
  justify-self: center;
  margin-top: 10px;
  color: #111710;
  font-size: 16px;
  font-weight: 800;
}

.validated-more-link span {
  margin-left: 10px;
}

.validated-territory-team {
  display: grid;
  grid-template-columns: 27% 25% 48%;
  min-height: 410px;
  border-top: 1px solid rgba(37, 63, 22, .13);
  border-bottom: 1px solid rgba(37, 63, 22, .13);
  background: #f5ecde;
}

.territory-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 64px 48px 76px;
}

.territory-intro .validated-button {
  align-self: flex-start;
  margin-top: 20px;
}

.bordeaux-map {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 410px;
  background:
    linear-gradient(rgba(245, 236, 222, .24), rgba(245, 236, 222, .24)),
    radial-gradient(circle at 48% 50%, rgba(37, 63, 22, .16), transparent 22%),
    linear-gradient(135deg, #e6dfc8, #f8f0df);
  border-left: 1px solid rgba(37, 63, 22, .12);
  border-right: 1px solid rgba(37, 63, 22, .12);
}

.bordeaux-map::before,
.bordeaux-map::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18%;
  width: 1px;
  height: 64%;
  background: rgba(37, 63, 22, .35);
}

.bordeaux-map::after {
  left: 22%;
  top: 50%;
  width: 62%;
  height: 1px;
}

.bordeaux-map strong {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 106px;
  height: 106px;
  border: 2px solid #173a18;
  border-radius: 50%;
  background: rgba(255, 253, 248, .62);
  color: #173a18;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.farm {
  position: absolute;
  z-index: 3;
  color: #173a18;
  font-size: 13px;
  font-weight: 800;
}

.farm::before {
  content: "▱";
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  margin: 0 auto 4px;
  border-radius: 5px;
  background: #173a18;
  color: #fffdf8;
  font-size: 22px;
}

.farm-haillan { top: 22px; left: 45%; }
.farm-leognan { left: 7%; bottom: 88px; }
.farm-barp { left: 40%; bottom: 20px; }
.farm-ile { right: 7%; bottom: 88px; }

.team-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 76px 40px 56px;
}

.team-card-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.team-card-row article {
  text-align: center;
}

.team-card-row img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.team-card-row strong {
  display: block;
  margin-top: 12px;
  color: #111710;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.team-card-row span {
  display: block;
  color: #3f3d35;
  font-size: 12px;
  font-weight: 700;
}

.team-signature {
  margin: 34px 0 0;
  color: #173a18;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-style: italic;
  text-align: center;
}

.validated-final-cta {
  display: grid;
  grid-template-columns: 270px 1fr 270px;
  align-items: center;
  gap: 38px;
  padding: 36px 76px;
  background:
    linear-gradient(90deg, rgba(11, 53, 19, .98), rgba(18, 75, 28, .94)),
    url("assets/ferme-collaborateurs-hero.png") center / cover;
  color: #fff;
}

.validated-final-cta img {
  width: 205px;
  height: 205px;
  border-radius: 50%;
  object-fit: cover;
  justify-self: center;
}

.validated-final-cta h2 {
  max-width: 560px;
  margin: 0 0 18px;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
  text-transform: uppercase;
}

.validated-final-cta p {
  margin: 0 0 16px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.validated-final-cta ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.validated-final-cta li {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.validated-final-cta li::before {
  content: "◷";
  margin-right: 8px;
}

.validated-final-cta .validated-button {
  justify-self: end;
}

.validated-footer {
  display: grid;
  grid-template-columns: 270px 1fr auto auto;
  gap: 42px;
  align-items: center;
  padding: 36px 76px;
  background: #fffdf8;
  color: #111710;
}

.validated-footer .footer-brand .brand-crate {
  width: 50px;
  height: 50px;
  font-size: 30px;
}

.validated-footer .validated-brand strong {
  font-size: 21px;
}

.validated-footer .validated-brand small {
  font-size: 11px;
}

.validated-footer p {
  margin: 0;
  max-width: 420px;
  font-size: 14px;
  font-weight: 600;
}

.footer-socials {
  display: flex;
  gap: 16px;
}

.footer-socials span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #173a18;
  color: #fff;
  font-weight: 900;
}

.footer-ess {
  display: grid;
  max-width: 180px;
  color: #126ca6;
  line-height: 1.1;
}

.footer-ess strong {
  font-size: 14px;
}

.footer-ess span {
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .validated-header {
    grid-template-columns: 260px 1fr auto;
    padding-inline: 28px;
  }

  .validated-nav {
    gap: 24px;
    font-size: 12px;
  }

  .validated-hero {
    grid-template-columns: 1fr;
  }

  .validated-hero .hero-copy {
    padding: 54px 42px;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 460px;
  }

  .validated-commitments,
  .validated-baskets,
  .validated-territory-team,
  .validated-final-cta,
  .validated-footer {
    grid-template-columns: 1fr;
  }

  .basket-card-row,
  .team-card-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .validated-more-link {
    grid-column: 1;
  }

  .validated-final-cta .validated-button {
    justify-self: start;
  }
}

@media (max-width: 820px) {
  .validated-header {
    position: relative;
    grid-template-columns: 1fr auto;
    min-height: 86px;
    padding: 14px 18px;
  }

  .validated-brand .brand-crate {
    width: 42px;
    height: 42px;
    font-size: 25px;
  }

  .validated-brand strong {
    font-size: 16px;
  }

  .validated-brand small {
    font-size: 9px;
  }

  .validated-menu-button {
    display: inline-flex;
    position: static;
  }

  .validated-header .validated-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 86px;
    z-index: 20;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 18px 22px;
    background: #fffdf8;
    box-shadow: 0 22px 44px rgba(37, 63, 22, .16);
  }

  .validated-header .validated-nav.open {
    display: flex;
  }

  .validated-nav a {
    border-bottom: 1px solid rgba(37, 63, 22, .14);
  }

  .validated-cta {
    display: none;
  }

  .validated-nav .mobile-contact {
    display: block;
  }

  .validated-hero .hero-copy,
  .validated-baskets,
  .territory-intro,
  .team-block,
  .validated-final-cta,
  .validated-footer {
    padding-left: 22px;
    padding-right: 22px;
  }

  .validated-hero h1 {
    font-size: 46px;
  }

  .validated-hero p {
    font-size: 16px;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 310px;
  }

  .local-badge {
    position: static;
    width: auto;
    margin: 16px 22px 24px;
  }

  .validated-commitments,
  .basket-card-row,
  .team-card-row {
    grid-template-columns: 1fr;
  }

  .validated-commitments article {
    min-height: auto;
    padding: 28px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(37, 63, 22, .14);
  }

  .bordeaux-map {
    min-height: 330px;
  }

  .validated-final-cta img {
    width: 140px;
    height: 140px;
    justify-self: start;
  }
}

/* Correctif scroll accueil strict */
html {
  min-height: 100%;
  overflow-y: scroll;
}

body.page-accueil-stricte {
  min-height: 100vh !important;
  height: auto !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

body.page-accueil-stricte .strict-home {
  overflow: visible !important;
}

body.page-accueil-stricte .strict-header,
body.page-accueil-stricte .strict-home,
body.page-accueil-stricte .strict-footer {
  max-width: 1500px;
}

/* Correctif header : eviter le chevauchement menu / CTA */
body.page-accueil-stricte .strict-header {
  grid-template-columns: minmax(250px, 340px) minmax(0, 1fr) max-content;
  column-gap: clamp(16px, 2vw, 30px);
  padding-left: clamp(24px, 3.5vw, 56px);
  padding-right: clamp(24px, 3vw, 42px);
}

body.page-accueil-stricte .strict-nav {
  min-width: 0;
  gap: clamp(18px, 2.5vw, 40px);
  justify-content: center;
}

body.page-accueil-stricte .strict-nav a {
  font-size: clamp(11px, .82vw, 13px);
}

body.page-accueil-stricte .strict-menu-cta {
  flex-shrink: 0;
  white-space: nowrap;
  padding-left: clamp(20px, 2.2vw, 34px);
  padding-right: clamp(20px, 2.2vw, 34px);
}

@media (max-width: 1320px) {
  body.page-accueil-stricte .strict-header {
    grid-template-columns: 292px minmax(0, 1fr) max-content;
    column-gap: 20px;
    padding-inline: 28px;
  }

  body.page-accueil-stricte .strict-brand-mark,
  body.page-accueil-stricte .strict-brand-mark svg {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  body.page-accueil-stricte .strict-brand strong {
    font-size: 21px;
  }

  body.page-accueil-stricte .strict-brand small {
    font-size: 11px;
  }

  body.page-accueil-stricte .strict-nav {
    gap: 22px;
  }

  body.page-accueil-stricte .strict-menu-cta {
    min-height: 56px;
    padding-inline: 22px;
    font-size: 12px;
  }
}

@media (max-width: 1120px) {
  body.page-accueil-stricte .strict-header {
    position: relative;
    grid-template-columns: 1fr auto;
    min-height: 88px;
    padding: 14px 22px;
  }

  body.page-accueil-stricte .strict-menu-button {
    display: inline-flex;
    position: static;
  }

  body.page-accueil-stricte .strict-menu-cta {
    display: none;
  }

  body.page-accueil-stricte .strict-header .strict-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 88px;
    z-index: 30;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 22px 22px;
    background: #fffaf0;
    box-shadow: 0 22px 44px rgba(37, 63, 22, .16);
  }

  body.page-accueil-stricte .strict-header .strict-nav.open {
    display: flex;
  }

  body.page-accueil-stricte .strict-nav a {
    padding: 18px 0;
    border-bottom: 1px solid rgba(37, 63, 22, .14);
    font-size: 13px;
  }

  body.page-accueil-stricte .strict-nav .mobile-contact {
    display: block;
  }
}

/* Nos paniers - haut de page aligne sur l'accueil valide */
body.page-paniers-validee {
  min-height: 100vh;
  overflow-x: hidden;
  background: #f4ecdf;
  color: #141610;
  font-family: "Open Sans", Arial, sans-serif;
}

.page-paniers-validee .validated-header,
.page-paniers-validee .locked-baskets,
.page-paniers-validee .site-footer {
  width: min(1500px, 100%);
  margin-inline: auto;
}

.page-paniers-validee .locked-baskets {
  overflow: hidden;
  border: 0;
  background: #fffdf8;
  box-shadow: 0 22px 60px rgba(37, 63, 22, .10);
}

.page-paniers-validee .baskets-top-hero {
  grid-template-columns: 39% 61%;
  min-height: 680px;
  background:
    linear-gradient(90deg, rgba(248, 241, 229, .98) 0%, rgba(248, 241, 229, .94) 34%, rgba(248, 241, 229, .28) 46%, rgba(248, 241, 229, 0) 58%),
    #efe1c9;
}

.page-paniers-validee .baskets-top-hero .hero-copy {
  padding: 74px 54px 64px 76px;
}

.page-paniers-validee .baskets-top-hero h1 {
  max-width: 520px;
  color: #173a18;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: .98;
}

.page-paniers-validee .baskets-top-hero p {
  max-width: 500px;
  color: #111710;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
}

.page-paniers-validee .baskets-top-hero .hero-visual,
.page-paniers-validee .baskets-top-hero .hero-visual img {
  min-height: 680px;
}

.page-paniers-validee .baskets-top-hero .hero-visual img {
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 1180px) {
  .page-paniers-validee .baskets-top-hero {
    grid-template-columns: 1fr;
  }

  .page-paniers-validee .baskets-top-hero .hero-copy {
    padding: 54px 42px;
  }

  .page-paniers-validee .baskets-top-hero .hero-visual,
  .page-paniers-validee .baskets-top-hero .hero-visual img {
    min-height: 440px;
  }
}

@media (max-width: 820px) {
  .page-paniers-validee .baskets-top-hero .hero-copy {
    padding: 48px 22px 40px;
  }

  .page-paniers-validee .baskets-top-hero h1 {
    font-size: 45px;
  }

  .page-paniers-validee .baskets-top-hero p {
    font-size: 16px;
  }

.page-paniers-validee .baskets-top-hero .hero-visual,
  .page-paniers-validee .baskets-top-hero .hero-visual img {
    min-height: 310px;
  }
}

/* Page Notre demarche - styles isoles */
body.page-demarche-validee {
  overflow-x: hidden;
  background: #f4ecdf;
  color: #141610;
  font-family: "Open Sans", Arial, sans-serif;
}

.page-demarche-validee a {
  text-decoration: none;
}

.page-demarche-validee .strict-header,
.page-demarche-validee .demarche-page,
.page-demarche-validee .strict-footer {
  width: min(1500px, 100%);
  margin-inline: auto;
}

.page-demarche-validee .strict-header {
  grid-template-columns: minmax(250px, 320px) minmax(0, 1fr) auto;
  column-gap: 26px;
  padding-inline: 42px;
}

.page-demarche-validee .strict-nav {
  gap: clamp(22px, 2.6vw, 42px);
}

.page-demarche-validee .strict-menu-cta {
  min-width: 178px;
  padding-inline: 24px;
}

.page-demarche-validee .demarche-page {
  overflow: hidden;
  background: #fffaf0;
  box-shadow: 0 22px 60px rgba(37, 63, 22, .10);
}

.page-demarche-validee .demarche-hero {
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 720px;
  background:
    linear-gradient(90deg, rgba(246, 237, 222, .98) 0%, rgba(246, 237, 222, .94) 47%, rgba(246, 237, 222, .2) 62%, rgba(246, 237, 222, 0) 76%),
    #ead8bd;
}

.page-demarche-validee .demarche-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 720px;
  padding: 58px 48px 54px 76px;
}

.page-demarche-validee .demarche-eyebrow {
  margin: 0 0 18px;
  color: #173a18;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.page-demarche-validee .demarche-brand-note {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin: 0 0 22px;
  padding: 0 15px;
  border: 1px solid rgba(23, 58, 24, .18);
  border-radius: 999px;
  background: rgba(255, 250, 240, .72);
  color: #173a18;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.page-demarche-validee .demarche-hero h1,
.page-demarche-validee .demarche-story h2,
.page-demarche-validee .demarche-social h2,
.page-demarche-validee .demarche-process h2,
.page-demarche-validee .demarche-final h2 {
  margin: 0;
  color: #173a18;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

.page-demarche-validee .demarche-hero h1 {
  max-width: 620px;
  font-size: clamp(48px, 4.4vw, 64px);
  line-height: 1;
}

.page-demarche-validee .demarche-line {
  position: relative;
  width: 116px;
  height: 1px;
  margin: 30px 0 24px;
  background: rgba(23, 58, 24, .62);
}

.page-demarche-validee .demarche-line::after {
  content: "⌁";
  position: absolute;
  left: 107px;
  top: -17px;
  color: #173a18;
  font-family: Georgia, serif;
  font-size: 28px;
}

.page-demarche-validee .demarche-hero-copy p:not(.demarche-eyebrow):not(.demarche-brand-note) {
  max-width: 600px;
  margin: 0 0 20px;
  color: #141610;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.58;
}

.page-demarche-validee .demarche-hero-copy .strict-button {
  margin-top: 18px;
}

.page-demarche-validee .demarche-hero-visual {
  position: relative;
  min-height: 720px;
}

.page-demarche-validee .demarche-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
  object-position: center;
}

.page-demarche-validee .demarche-floating-note {
  position: absolute;
  right: 48px;
  bottom: 44px;
  width: 290px;
  padding: 24px 26px;
  border-radius: 15px;
  background: rgba(255, 250, 240, .94);
  box-shadow: 0 18px 40px rgba(37, 63, 22, .16);
}

.page-demarche-validee .demarche-floating-note strong {
  display: block;
  margin-bottom: 8px;
  color: #173a18;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.page-demarche-validee .demarche-floating-note span {
  color: #141610;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.page-demarche-validee .demarche-commitments {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fffaf0;
  border-top: 1px solid rgba(37, 63, 22, .12);
  border-bottom: 1px solid rgba(37, 63, 22, .12);
}

.page-demarche-validee .demarche-commitments article {
  min-height: 245px;
  padding: 44px 38px;
  border-right: 1px solid rgba(37, 63, 22, .14);
}

.page-demarche-validee .demarche-commitments article:last-child {
  border-right: 0;
}

.page-demarche-validee .demarche-commitments span {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin-bottom: 24px;
  border: 2px solid #173a18;
  border-radius: 50%;
  color: #173a18;
  font-family: Georgia, serif;
  font-size: 32px;
}

.page-demarche-validee .demarche-commitments h2,
.page-demarche-validee .demarche-steps h3 {
  margin: 0 0 10px;
  color: #111710;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.28;
  text-transform: uppercase;
}

.page-demarche-validee .demarche-commitments p,
.page-demarche-validee .demarche-steps p {
  margin: 0;
  color: #141610;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.62;
}

.page-demarche-validee .demarche-story {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 0;
  padding: 76px;
  background: #f4ead9;
}

.page-demarche-validee .demarche-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 70px;
}

.page-demarche-validee .demarche-story h2,
.page-demarche-validee .demarche-social h2,
.page-demarche-validee .demarche-process h2 {
  max-width: 560px;
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.05;
}

.page-demarche-validee .demarche-story p:not(.demarche-eyebrow),
.page-demarche-validee .demarche-social p,
.page-demarche-validee .demarche-process > p {
  margin: 28px 0 0;
  color: #141610;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.75;
}

.page-demarche-validee .demarche-story figure {
  margin: 0;
}

.page-demarche-validee .demarche-story img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 22px 50px rgba(37, 63, 22, .12);
}

.page-demarche-validee .demarche-social {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 64px;
  padding: 76px;
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 255, 255, .12), transparent 30%),
    linear-gradient(90deg, #153518, #234b25 62%, #173a18);
  color: #fffaf0;
}

.page-demarche-validee .demarche-social .demarche-eyebrow,
.page-demarche-validee .demarche-social h2,
.page-demarche-validee .demarche-social p {
  color: #fffaf0;
}

.page-demarche-validee .demarche-social-text {
  max-width: 760px;
}

.page-demarche-validee .demarche-process {
  padding: 78px 76px 86px;
  background: #fffaf0;
}

.page-demarche-validee .demarche-section-head {
  max-width: 780px;
  margin-bottom: 46px;
}

.page-demarche-validee .demarche-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.page-demarche-validee .demarche-steps article {
  min-height: 250px;
  padding: 32px 28px;
  border: 1px solid rgba(37, 63, 22, .13);
  border-radius: 12px;
  background: #f7efe2;
}

.page-demarche-validee .demarche-steps strong {
  display: block;
  margin-bottom: 34px;
  color: rgba(23, 58, 24, .42);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  line-height: .8;
}

.page-demarche-validee .demarche-final {
  display: grid;
  grid-template-columns: 34% 1fr auto;
  align-items: center;
  gap: 46px;
  padding: 54px 76px;
  background: #e7e4cf;
}

.page-demarche-validee .demarche-final div {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 20px;
}

.page-demarche-validee .demarche-final div span {
  color: #173a18;
  font-family: Georgia, serif;
  font-size: 64px;
  line-height: 1;
}

.page-demarche-validee .demarche-final h2 {
  font-size: 31px;
  line-height: 1.15;
}

.page-demarche-validee .demarche-final p {
  margin: 0;
  color: #173a18;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.62;
}

@media (max-width: 1250px) {
  .page-demarche-validee .strict-header {
    grid-template-columns: minmax(200px, 260px) minmax(0, 1fr) auto;
    column-gap: 18px;
    padding-inline: 22px;
  }

  .page-demarche-validee .strict-nav {
    gap: 16px;
    font-size: 10px;
  }

  .page-demarche-validee .strict-menu-cta {
    min-width: 144px;
    min-height: 52px;
    padding-inline: 16px;
    font-size: 11px;
  }

  .page-demarche-validee .demarche-commitments,
  .page-demarche-validee .demarche-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-demarche-validee .demarche-story,
  .page-demarche-validee .demarche-social,
  .page-demarche-validee .demarche-final {
    grid-template-columns: 1fr;
  }

  .page-demarche-validee .demarche-story-copy {
    padding-right: 0;
    padding-bottom: 42px;
  }
}

/* Page Nos avantages exclusifs - styles isoles */
body.page-avantages-validee {
  overflow-x: hidden;
  background: #f4ecdf;
  color: #141610;
  font-family: "Open Sans", Arial, sans-serif;
}

.page-avantages-validee a {
  text-decoration: none;
}

.page-avantages-validee .strict-header,
.page-avantages-validee .avantages-page,
.page-avantages-validee .strict-footer {
  width: min(1500px, 100%);
  margin-inline: auto;
}

.page-avantages-validee .strict-header {
  grid-template-columns: minmax(250px, 320px) minmax(0, 1fr) auto;
  column-gap: 26px;
  padding-inline: 42px;
}

.page-avantages-validee .strict-nav {
  gap: clamp(22px, 2.6vw, 42px);
}

.page-avantages-validee .strict-menu-cta {
  min-width: 178px;
  padding-inline: 24px;
}

.page-avantages-validee .avantages-page {
  overflow: hidden;
  background: #fffaf0;
  box-shadow: 0 22px 60px rgba(37, 63, 22, .10);
}

.page-avantages-validee .avantages-hero {
  display: grid;
  grid-template-columns: 44% 56%;
  min-height: 730px;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, .99) 0%, rgba(255, 250, 240, .96) 44%, rgba(255, 250, 240, .34) 64%, rgba(255, 250, 240, .06) 82%),
    #f2e6d2;
}

.page-avantages-validee .avantages-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 730px;
  padding: 68px 52px 62px 76px;
}

.page-avantages-validee .avantages-eyebrow {
  margin: 0 0 18px;
  color: #173a18;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.page-avantages-validee .avantages-hero h1,
.page-avantages-validee .avantages-intro h2,
.page-avantages-validee .avantages-split h2,
.page-avantages-validee .avantages-final h2 {
  margin: 0;
  color: #173a18;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

.page-avantages-validee .avantages-hero h1 {
  max-width: 610px;
  font-size: clamp(52px, 4.8vw, 72px);
  line-height: .98;
}

.page-avantages-validee .avantages-line {
  position: relative;
  width: 116px;
  height: 1px;
  margin: 34px 0 26px;
  background: rgba(23, 58, 24, .62);
}

.page-avantages-validee .avantages-line::after {
  content: "⌁";
  position: absolute;
  left: 107px;
  top: -17px;
  color: #173a18;
  font-family: Georgia, serif;
  font-size: 28px;
}

.page-avantages-validee .avantages-hero p:not(.avantages-eyebrow) {
  max-width: 560px;
  margin: 0 0 22px;
  color: #141610;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.65;
}

.page-avantages-validee .avantages-hero-copy .strict-button {
  margin-top: 12px;
}

.page-avantages-validee .avantages-hero-visual {
  position: relative;
  min-height: 730px;
}

.page-avantages-validee .avantages-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 730px;
  object-fit: cover;
  object-position: center;
  filter: brightness(1.06) saturate(.96);
}

.page-avantages-validee .avantages-floating-card {
  position: absolute;
  right: 48px;
  bottom: 44px;
  width: 320px;
  padding: 24px 26px;
  border-radius: 15px;
  border: 1px solid rgba(23, 58, 24, .12);
  background: rgba(255, 250, 240, .96);
  box-shadow: 0 18px 40px rgba(37, 63, 22, .16);
}

.page-avantages-validee .avantages-floating-card strong {
  display: block;
  margin-bottom: 8px;
  color: #173a18;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.page-avantages-validee .avantages-floating-card span {
  color: #141610;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.page-avantages-validee .avantages-intro {
  display: grid;
  grid-template-columns: 48% 1fr;
  gap: 68px;
  padding: 76px;
  background: #fffaf0;
  border-top: 1px solid rgba(37, 63, 22, .12);
  border-bottom: 1px solid rgba(37, 63, 22, .12);
}

.page-avantages-validee .avantages-intro h2,
.page-avantages-validee .avantages-split h2,
.page-avantages-validee .avantages-final h2 {
  font-size: clamp(40px, 3.8vw, 58px);
  line-height: 1.06;
}

.page-avantages-validee .avantages-intro p,
.page-avantages-validee .avantages-split-copy p,
.page-avantages-validee .avantages-final p {
  margin: 0;
  color: #141610;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.74;
}

.page-avantages-validee .avantages-experiences {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #f7efe2;
}

.page-avantages-validee .avantages-experiences article {
  min-height: 280px;
  padding: 46px 38px;
  border-right: 1px solid rgba(37, 63, 22, .14);
}

.page-avantages-validee .avantages-experiences article:last-child {
  border-right: 0;
}

.page-avantages-validee .avantages-experiences span {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin-bottom: 26px;
  border: 2px solid #173a18;
  border-radius: 50%;
  color: #173a18;
  font-family: Georgia, serif;
  font-size: 32px;
}

.page-avantages-validee .avantages-experiences h2 {
  margin: 0 0 12px;
  color: #173a18;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.08;
}

.page-avantages-validee .avantages-experiences p {
  margin: 0;
  color: #141610;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.62;
}

.page-avantages-validee .avantages-split {
  display: grid;
  grid-template-columns: 52% 48%;
  background: #fffaf0;
}

.page-avantages-validee .avantages-split-image img {
  width: 100%;
  height: 100%;
  min-height: 630px;
  object-fit: cover;
}

.page-avantages-validee .avantages-split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px;
}

.page-avantages-validee .avantages-split-copy p {
  margin-top: 26px;
}

.page-avantages-validee .avantages-split-copy ul {
  display: grid;
  gap: 16px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.page-avantages-validee .avantages-split-copy li {
  position: relative;
  padding-left: 30px;
  color: #173a18;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

.page-avantages-validee .avantages-split-copy li::before {
  content: "⌁";
  position: absolute;
  left: 0;
  top: -2px;
  font-family: Georgia, serif;
  font-size: 22px;
}

.page-avantages-validee .avantages-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 38px 76px;
  background: #f4ead9;
  color: #173a18;
}

.page-avantages-validee .avantages-proof div {
  min-height: 200px;
  padding: 42px 38px;
  border: 1px solid rgba(37, 63, 22, .12);
  border-radius: 14px;
  background: rgba(255, 250, 240, .78);
  box-shadow: 0 14px 34px rgba(37, 63, 22, .06);
}

.page-avantages-validee .avantages-proof div:last-child {
  border-right: 1px solid rgba(37, 63, 22, .12);
}

.page-avantages-validee .avantages-proof span {
  display: block;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 72px;
  line-height: .85;
  color: #5d6f35;
}

.page-avantages-validee .avantages-proof strong {
  display: block;
  max-width: 290px;
  color: #173a18;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.page-avantages-validee .avantages-final {
  display: grid;
  grid-template-columns: 38% 1fr auto;
  align-items: center;
  gap: 46px;
  padding: 62px 76px;
  background: #ebe4d2;
}

.page-avantages-validee .avantages-final .avantages-eyebrow {
  margin-bottom: 12px;
}

.page-avantages-validee .avantages-final p {
  color: #173a18;
}

@media (max-width: 1250px) {
  .page-avantages-validee .strict-header {
    grid-template-columns: minmax(200px, 260px) minmax(0, 1fr) auto;
    column-gap: 18px;
    padding-inline: 22px;
  }

  .page-avantages-validee .strict-nav {
    gap: 16px;
    font-size: 10px;
  }

  .page-avantages-validee .strict-menu-cta {
    min-width: 144px;
    min-height: 52px;
    padding-inline: 16px;
    font-size: 11px;
  }

  .page-avantages-validee .avantages-intro,
  .page-avantages-validee .avantages-split,
  .page-avantages-validee .avantages-final {
    grid-template-columns: 1fr;
  }

  .page-avantages-validee .avantages-experiences {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .page-avantages-validee .avantages-hero {
    grid-template-columns: 1fr;
  }

  .page-avantages-validee .avantages-hero-copy {
    min-height: auto;
    padding: 48px 22px 40px;
  }

  .page-avantages-validee .avantages-hero h1 {
    font-size: 45px;
  }

  .page-avantages-validee .avantages-hero p:not(.avantages-eyebrow) {
    font-size: 16px;
  }

  .page-avantages-validee .avantages-hero-visual,
  .page-avantages-validee .avantages-hero-visual img {
    min-height: 340px;
  }

  .page-avantages-validee .avantages-floating-card {
    position: static;
    width: auto;
    margin: 16px 22px 24px;
  }

  .page-avantages-validee .avantages-intro,
  .page-avantages-validee .avantages-split-copy,
  .page-avantages-validee .avantages-final {
    padding-left: 22px;
    padding-right: 22px;
  }

  .page-avantages-validee .avantages-intro {
    gap: 28px;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .page-avantages-validee .avantages-intro h2,
  .page-avantages-validee .avantages-split h2,
  .page-avantages-validee .avantages-final h2 {
    font-size: 38px;
  }

  .page-avantages-validee .avantages-experiences,
  .page-avantages-validee .avantages-proof {
    grid-template-columns: 1fr;
    padding: 28px 22px;
  }

  .page-avantages-validee .avantages-experiences article,
  .page-avantages-validee .avantages-proof div {
    min-height: auto;
    padding: 34px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(37, 63, 22, .14);
  }

  .page-avantages-validee .avantages-proof div {
    border-right: 1px solid rgba(37, 63, 22, .12);
    border-bottom-color: rgba(37, 63, 22, .12);
  }

  .page-avantages-validee .avantages-split-image img {
    min-height: 330px;
  }

  .page-avantages-validee .avantages-split-copy {
    padding-top: 52px;
    padding-bottom: 54px;
  }

  .page-avantages-validee .avantages-final {
    gap: 24px;
    padding-top: 42px;
    padding-bottom: 44px;
  }
}

@media (max-width: 820px) {
  .page-demarche-validee .demarche-hero {
    grid-template-columns: 1fr;
  }

  .page-demarche-validee .demarche-hero-copy {
    min-height: auto;
    padding: 48px 22px 40px;
  }

  .page-demarche-validee .demarche-hero h1 {
    font-size: 45px;
  }

  .page-demarche-validee .demarche-hero-copy p:not(.demarche-eyebrow) {
    font-size: 16px;
  }

  .page-demarche-validee .demarche-hero-visual,
  .page-demarche-validee .demarche-hero-visual img {
    min-height: 330px;
  }

  .page-demarche-validee .demarche-floating-note {
    position: static;
    width: auto;
    margin: 16px 22px 24px;
  }

  .page-demarche-validee .demarche-commitments,
  .page-demarche-validee .demarche-steps {
    grid-template-columns: 1fr;
  }

  .page-demarche-validee .demarche-commitments article {
    min-height: auto;
    padding: 30px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(37, 63, 22, .14);
  }

  .page-demarche-validee .demarche-story,
  .page-demarche-validee .demarche-social,
  .page-demarche-validee .demarche-process,
  .page-demarche-validee .demarche-final {
    padding-left: 22px;
    padding-right: 22px;
  }

  .page-demarche-validee .demarche-story {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .page-demarche-validee .demarche-story h2,
  .page-demarche-validee .demarche-social h2,
  .page-demarche-validee .demarche-process h2 {
    font-size: 38px;
  }

  .page-demarche-validee .demarche-story img {
    min-height: 320px;
  }

  .page-demarche-validee .demarche-social {
    gap: 22px;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .page-demarche-validee .demarche-process {
    padding-top: 52px;
    padding-bottom: 56px;
  }

  .page-demarche-validee .demarche-final {
    gap: 24px;
    padding-top: 42px;
    padding-bottom: 44px;
  }
}


