/* Soycain — page d'accueil (maquette 2026) */

@keyframes sc-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes sc-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
@keyframes sc-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.88); }
}
@keyframes sc-mesh-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(1.2%, -1.2%) scale(1.02); }
}
@keyframes sc-hero-img-in {
  from { transform: scale(1.03); opacity: 0.94; }
  to { transform: scale(1); opacity: 1; }
}

/* ── Motion tokens ── */
html {
  scroll-behavior: smooth;
}
.sc-home {
  --sc-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --sc-ease-soft: cubic-bezier(0.33, 1, 0.68, 1);
  --sc-dur: 1.05s;
  --sc-dur-fast: 0.72s;
  --sc-blur: 5px;
}

/* ── Scroll reveal ── */
[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(var(--sc-blur));
  transition:
    opacity var(--sc-dur) var(--sc-ease-out),
    transform var(--sc-dur) var(--sc-ease-out),
    filter calc(var(--sc-dur) * 0.82) var(--sc-ease-out);
  transition-delay: var(--rv-delay, 0ms);
}
[data-reveal="fade-left"] { transform: translateX(-18px); }
[data-reveal="fade-right"] { transform: translateX(18px); }
[data-reveal="scale"] { transform: scale(0.985) translateY(10px); }
[data-reveal="fade"] { transform: none; filter: blur(4px); }
[data-reveal].is-revealed {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

/* ── Hero entrance (cascade) ── */
[data-hero-cascade] > * {
  opacity: 0;
  transform: translateY(14px);
  filter: blur(4px);
  transition:
    opacity 1s var(--sc-ease-out),
    transform 1s var(--sc-ease-out),
    filter 0.85s var(--sc-ease-out);
  transition-delay: calc(100ms + var(--hero-i, 0) * 58ms);
}
[data-hero-cascade].is-animated > * {
  opacity: 1;
  transform: none;
  filter: blur(0);
}
.sc-hero__photo--float,
.sc-hero__card {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 1.05s var(--sc-ease-out),
    transform 1.05s var(--sc-ease-out);
}
.sc-hero__visual.is-revealed .sc-hero__photo--float {
  opacity: 1;
  transform: none;
  transition-delay: 0.42s;
  animation: sc-float 9s var(--sc-ease-soft) 1.15s infinite;
}
.sc-hero__visual.is-revealed .sc-hero__card {
  opacity: 1;
  transform: none;
  transition-delay: 0.28s;
}
.sc-home.is-ready .sc-hero__visual.is-revealed .sc-hero__photo--main img {
  animation: sc-hero-img-in 1.35s var(--sc-ease-out) both;
  animation-delay: 0.12s;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal],
  [data-hero-cascade] > * {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
  .sc-hero__photo--float,
  .sc-hero__card {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }
  .sc-home.is-ready .sc-hero__visual.is-revealed .sc-hero__photo--main img {
    animation: none;
  }
  .sc-hero__orb { animation: none; }
  .sc-badge__dot { animation: none; }
  .sc-cat-modal__backdrop,
  .sc-cat-modal__dialog { animation: none; }
}

/* ── Icônes SaaS premium ── */
.sc-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(145deg, #f4faf1 0%, #e8f3e4 100%);
  border: 1px solid rgba(28, 124, 74, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 10px 24px -14px rgba(28, 124, 74, 0.45);
  color: #1C7C4A;
  transition: transform 0.25s cubic-bezier(0.16, 0.84, 0.44, 1), box-shadow 0.25s ease;
}
.sc-icon-wrap .sc-icon {
  width: 55%;
  height: 55%;
  display: block;
}
.sc-icon-wrap--xs { width: 32px; height: 32px; border-radius: 10px; }
.sc-icon-wrap--sm { width: 40px; height: 40px; border-radius: 12px; margin-bottom: 14px; }
.sc-icon-wrap--md { width: 48px; height: 48px; border-radius: 14px; }
.sc-icon-wrap--lg { width: 54px; height: 54px; border-radius: 15px; margin-bottom: 20px; }
.sc-icon-wrap--band {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(155, 224, 138, 0.22);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  color: #9BE08A;
}
.sc-icon-wrap--step {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(145deg, #1f8f52 0%, #1C7C4A 100%);
  border-color: rgba(155, 224, 138, 0.35);
  box-shadow: 0 8px 20px -10px rgba(0, 0, 0, 0.4);
  color: #fff;
}
.sc-icon-wrap--cert {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  margin: 0 auto 14px;
}
.sc-icon-wrap--ticker {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  color: #fff;
}
.sc-icon-wrap--trend {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #1C7C4A;
  vertical-align: middle;
  margin-right: 4px;
}
.sc-icon-wrap--trend .sc-icon { width: 100%; height: 100%; }
.sc-card:hover .sc-icon-wrap--lg,
.sc-mini-card:hover .sc-icon-wrap--sm,
.sc-cert:hover .sc-icon-wrap--cert {
  transform: translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 14px 28px -12px rgba(28, 124, 74, 0.55);
}

.sc-page {
  --home-font-body: "Jost", system-ui, sans-serif;
  --home-font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --sc-ticker-h: 60px;
  --sc-ticker-gap: 8px;
  background: #F5F8F1;
  color: #13231A;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html:has(body.sc-page) { scroll-behavior: smooth; }
.sc-page .grain { display: none; }
.sc-page ::selection {
  background: #C9E6BE;
  color: #0E4429;
}

.sc-home {
  font-family: var(--home-font-body);
  overflow-x: hidden;
}

/* ── Typography ── */
.sc-em { color: #1C7C4A; }
.sc-eyebrow {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1C7C4A;
  margin-bottom: 12px;
}
.sc-eyebrow--light { color: #9BE08A; }
.sc-eyebrow--icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.sc-eyebrow--icon .sc-icon-wrap--xs { margin-bottom: 0; }
.sc-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: linear-gradient(145deg, #EEF6EA 0%, #E6F1E2 100%);
  color: #1C7C4A;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
  border: 1px solid rgba(28, 124, 74, 0.12);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset;
}
.sc-badge__dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #1C7C4A;
  animation: sc-pulse 2.8s var(--sc-ease-soft) infinite;
}
.sc-h2 {
  font-family: var(--home-font-display);
  font-weight: 700;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0;
  color: #13231A;
  text-wrap: balance;
}
.sc-h2--light { color: #fff; }
.sc-h3 {
  font-family: var(--home-font-display);
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  color: #13231A;
}
.sc-h4 {
  font-family: var(--home-font-display);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
  color: #13231A;
}
.sc-h4--light { color: #fff; }
.sc-lead {
  font-size: 17.5px;
  line-height: 1.55;
  color: #5C6B60;
  font-weight: 500;
  margin: 0;
}
.sc-lead--light { color: #BFD6B6; }

/* ── Buttons ── */
.sc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15.5px;
  font-weight: 700;
  padding: 15px 28px;
  border-radius: 999px;
  letter-spacing: -0.01em;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: transform 0.4s var(--sc-ease-out), box-shadow 0.4s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.sc-btn--primary {
  background: #1C7C4A;
  color: #fff;
  box-shadow: 0 14px 30px -12px rgba(28, 124, 74, 0.8);
}
.sc-btn--primary:hover {
  color: #fff;
  background: #178f47;
  box-shadow: 0 16px 34px -12px rgba(28, 124, 74, 0.85);
}
.sc-btn--ghost {
  background: #fff;
  color: #13231A;
  border: 1px solid #DCE6D6;
}
.sc-btn--outline {
  background: #fff;
  color: #13231A;
  border: 1px solid #DCE6D6;
  padding: 12px 24px;
  font-size: 14.5px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: none;
}
.sc-btn--outline:hover {
  color: #0E4429;
  border-color: #C9D9C0;
  background: #fff;
}
.sc-btn--white {
  background: #fff;
  color: #0E4429;
  padding: 15px 30px;
}
.sc-btn--glass {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px 30px;
}
.sc-btn--glass:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.42);
}
.sc-btn:hover { transform: translateY(-1px); }
.sc-btn:active { transform: translateY(0) scale(0.99); transition-duration: 0.12s; }

/* ── Section layout ── */
.sc-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 84px 32px;
}
.sc-section__head { margin-bottom: 38px; }
.sc-section__head--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.sc-prices .sc-section__head--row {
  align-items: flex-end;
}
.sc-prices .sc-section__head--row .sc-btn--outline {
  margin-bottom: 2px;
}
.sc-prices .sc-section__head--row .sc-h2 {
  max-width: 560px;
}
.sc-section__head--center {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 56px;
}
.sc-section__head--center.sc-eyebrow { margin-bottom: 14px; }
.sc-section--wash {
  background: linear-gradient(180deg, rgba(238, 244, 233, 0.42) 0%, transparent 88%);
}
.sc-certs__title { text-align: center; margin-bottom: 40px; }

/* ── Hero ── */
.sc-hero {
  position: relative;
  overflow: hidden;
}
.sc-hero__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.sc-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  animation: sc-mesh-drift 28s var(--sc-ease-soft) infinite;
}
.sc-hero__orb--1 {
  width: min(480px, 65vw);
  height: min(480px, 65vw);
  top: -22%;
  right: -6%;
  background: radial-gradient(circle, rgba(28, 124, 74, 0.12) 0%, transparent 70%);
}
.sc-hero__orb--2 {
  width: min(340px, 50vw);
  height: min(340px, 50vw);
  bottom: -12%;
  left: -8%;
  background: radial-gradient(circle, rgba(201, 230, 190, 0.65) 0%, transparent 72%);
  animation-delay: -9s;
}
.sc-hero__grid {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 32px 40px;
  padding-top: calc(var(--nav-h) + clamp(48px, 7vw, 80px));
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}
.sc-hero__title {
  font-family: var(--home-font-display);
  font-weight: 700;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 0 0 22px;
  color: #13231A;
  text-wrap: balance;
}
.sc-hero__lead {
  font-size: 18.5px;
  line-height: 1.55;
  color: #5C6B60;
  max-width: 480px;
  margin: 0 0 34px;
  font-weight: 500;
}
.sc-hero__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 38px;
}
.sc-hero__stats {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  flex-wrap: nowrap;
}
.sc-stat {
  flex: 0 1 auto;
  min-width: 0;
}
.sc-stat-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  margin-bottom: 4px;
  white-space: nowrap;
}
.sc-stat-icon {
  display: block;
  line-height: 0;
  flex-shrink: 0;
}
.sc-stat-icon .sc-icon-wrap--xs {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}
.sc-stat-num {
  font-family: var(--home-font-display);
  font-weight: 700;
  font-size: clamp(18px, 1.8vw, 26px);
  color: #13231A;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
}
.sc-stat-sub {
  font-size: 12.5px;
  color: #8A998D;
  font-weight: 600;
  line-height: 1.35;
}
.sc-stat-sep {
  width: 1px;
  height: 38px;
  background: #E3EADE;
}
.sc-hero__visual { position: relative; }
.sc-hero__photo {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 40px 80px -40px rgba(15, 68, 41, 0.5);
}
.sc-hero__photo--main {
  aspect-ratio: 1 / 1;
  background: #DCEAD4;
}
.sc-hero__photo--main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sc-hero__photo--float {
  position: absolute;
  left: -28px;
  bottom: 42px;
  width: 170px;
  height: 130px;
  border-radius: 20px;
  border: 5px solid #F5F8F1;
  box-shadow: 0 24px 50px -24px rgba(15, 68, 41, 0.6);
}
.sc-hero__photo--float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sc-hero__card {
  position: absolute;
  right: -18px;
  top: 34px;
  background: linear-gradient(145deg, #fff 0%, #FAFCF8 100%);
  border: 1px solid rgba(28, 124, 74, 0.12);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 20px 44px -20px rgba(15, 68, 41, 0.45);
  display: flex;
  align-items: center;
  gap: 13px;
}
.sc-hero__card-label {
  font-size: 12px;
  color: #8A998D;
  font-weight: 600;
}
.sc-hero__card-value {
  font-family: var(--home-font-display);
  font-weight: 700;
  font-size: 16px;
  color: #1C7C4A;
  letter-spacing: -0.01em;
}

/* ── Video modal ── */
.sc-video-modal[hidden] { display: none; }
.sc-video-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}
.sc-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 28, 18, 0.68);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.sc-video-modal__dialog {
  position: relative;
  width: min(860px, 100%);
  background: #0E1512;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 40px 100px -40px rgba(10, 40, 24, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.sc-video-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.2s ease;
}
.sc-video-modal__close:hover { background: rgba(0, 0, 0, 0.7); }
.sc-video-modal__title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 14px 60px 14px 18px;
  margin: 0;
  font-family: var(--home-font-display);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  z-index: 2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.sc-video-modal__player {
  display: block;
  width: 100%;
  max-height: 80vh;
  aspect-ratio: 16 / 9;
  background: #000;
}
body.sc-video-modal-open { overflow: hidden; }

/* ── Ticker ── */
.sc-ticker {
  background: #0E4429;
  overflow: hidden;
  border-top: 1px solid #15583A;
  border-bottom: 1px solid #15583A;
}
.sc-ticker--below-nav {
  position: fixed;
  top: var(--nav-h);
  left: 0;
  right: 0;
  z-index: 90;
  margin: 0;
  border-top: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.sc-ticker-spacer {
  height: calc(var(--sc-ticker-h) + var(--sc-ticker-gap));
  margin-top: var(--nav-h);
  pointer-events: none;
  flex-shrink: 0;
}
.sc-ticker__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.sc-ticker__label {
  flex-shrink: 0;
  background: #1C7C4A;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  min-height: var(--sc-ticker-h);
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  z-index: 2;
}
.sc-ticker__track-wrap {
  overflow: hidden;
  position: relative;
  flex: 1;
  contain: layout style;
  isolation: isolate;
}
.sc-ticker__track {
  display: flex;
  width: max-content;
  animation: sc-marquee 52s linear infinite;
}
.sc-ticker__track-wrap:hover .sc-ticker__track {
  animation-play-state: paused;
}
.sc-ticker__item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: var(--sc-ticker-h);
  padding: 0 26px;
  border-right: 1px solid #15583A;
  white-space: nowrap;
}
.sc-ticker__name {
  color: #CFE8C5;
  font-size: 13.5px;
  font-weight: 600;
}
.sc-ticker__price {
  color: #fff;
  font-size: 13.5px;
  font-weight: 800;
  font-family: var(--home-font-display);
  letter-spacing: -0.01em;
}
.sc-ticker__fob {
  color: #7FBF4D;
  font-size: 12px;
  font-weight: 700;
}

/* ── Price table ── */
.sc-prices {
  background: linear-gradient(180deg, rgba(238, 244, 233, 0.35) 0%, transparent 90%);
}
.sc-table-wrap {
  background: linear-gradient(145deg, #fff 0%, #FAFCF8 100%);
  border: 1px solid #E3EADE;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px -45px rgba(15, 68, 41, 0.4);
}
.sc-table__head,
.sc-table__row {
  display: grid;
  grid-template-columns: 1.6fr 1fr 0.8fr 0.8fr;
  padding: 18px 28px;
  align-items: center;
}
.sc-table__head {
  padding: 16px 28px;
  border-bottom: 1px solid #EDF2E9;
  background: #FAFCF8;
}
.sc-table__head span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8A998D;
}
.sc-table__head span:nth-child(n+2) { text-align: right; }
.sc-table__row {
  border-bottom: 1px solid #F1F5EE;
  transition: opacity 0.65s var(--sc-ease-out), transform 0.65s var(--sc-ease-out), filter 0.55s var(--sc-ease-out);
}
.sc-table__row:last-child { border-bottom: none; }
.sc-table__product {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15.5px;
  font-weight: 600;
  color: #13231A;
}
.sc-table__trend {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  color: #1C7C4A;
}
.sc-table__price {
  text-align: right;
  font-family: var(--home-font-display);
  font-weight: 700;
  font-size: 17px;
  color: #13231A;
  letter-spacing: -0.01em;
}
.sc-table__unit {
  text-align: right;
  font-size: 13.5px;
  color: #8A998D;
  font-weight: 600;
}

/* ── Stats band ── */
.sc-band {
  background: #0E4429;
  color: #fff;
}
.sc-band__grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 40px;
  align-items: start;
}
.sc-band__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}
.sc-band__num {
  font-family: var(--home-font-display);
  font-weight: 800;
  font-size: 46px;
  letter-spacing: -0.03em;
  color: #9BE08A;
  line-height: 1;
}
.sc-band__text {
  font-size: 15px;
  color: #BFD6B6;
  font-weight: 500;
}
.sc-band__grid > div:last-child .sc-band__text {
  white-space: nowrap;
  font-size: 14.5px;
  letter-spacing: -0.01em;
}

/* ── Cards ── */
.sc-cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.sc-card {
  background: linear-gradient(145deg, #fff 0%, #FAFCF8 100%);
  border: 1px solid #E3EADE;
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 24px 48px -40px rgba(15, 68, 41, 0.4);
  transition:
    transform 0.4s var(--sc-ease-out, cubic-bezier(0.16, 1, 0.3, 1)),
    box-shadow 0.4s ease,
    border-color 0.3s ease;
}
.sc-card:hover {
  transform: translateY(-4px);
  border-color: rgba(28, 124, 74, 0.22);
  box-shadow: 0 28px 56px -36px rgba(15, 68, 41, 0.48);
}
.sc-card p {
  font-size: 15px;
  line-height: 1.55;
  color: #5C6B60;
  font-weight: 500;
  margin: 0;
}

/* ── Mission ── */
.sc-mission {
  background: linear-gradient(160deg, #EEF4E9 0%, #E6EFE0 50%, #EEF4E9 100%);
}
.sc-mission__grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 32px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: center;
}
.sc-mission__visual { position: relative; }
.sc-mission__photo {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 40px 80px -45px rgba(15, 68, 41, 0.55);
  aspect-ratio: 1 / 1;
  background: #D8E7D0;
}
.sc-mission__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sc-mission__badge {
  position: absolute;
  right: -16px;
  bottom: -16px;
  background: #1C7C4A;
  color: #fff;
  border-radius: 20px;
  padding: 20px 24px;
  box-shadow: 0 24px 50px -22px rgba(15, 68, 41, 0.6);
}
.sc-mission__badge-num {
  font-family: var(--home-font-display);
  font-weight: 800;
  font-size: 30px;
  letter-spacing: -0.03em;
}
.sc-mission__badge-text {
  font-size: 13px;
  font-weight: 600;
  color: #CFE8C5;
}
.sc-mission__intro { margin-bottom: 36px; }
.sc-mission__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.sc-mini-card {
  position: relative;
  background: linear-gradient(145deg, #fff 0%, #FAFCF8 100%);
  border: 1px solid #E1EBDB;
  border-radius: 18px;
  padding: 24px;
  transition:
    transform 0.35s var(--sc-ease-out, cubic-bezier(0.16, 1, 0.3, 1)),
    box-shadow 0.35s ease,
    border-color 0.3s ease;
}
.sc-mini-card:hover {
  transform: translateY(-3px);
  border-color: rgba(28, 124, 74, 0.2);
  box-shadow: 0 16px 32px -18px rgba(15, 68, 41, 0.28);
}
.sc-mini-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #5C6B60;
  font-weight: 500;
  margin: 0;
}
.sc-mini-card--video {
  cursor: pointer;
  padding-right: 52px;
}
.sc-mini-card--video:focus-visible {
  outline: 2px solid #1C7C4A;
  outline-offset: 3px;
}
.sc-mini-card__play {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #1C7C4A;
  color: #fff;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.sc-mini-card__play .sc-icon-wrap {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  box-shadow: none;
  color: #fff;
}
.sc-mini-card__play .sc-icon { width: 55%; height: 55%; margin-left: 1px; }
.sc-mini-card--video:hover .sc-mini-card__play,
.sc-mini-card--video:focus-visible .sc-mini-card__play {
  opacity: 1;
  transform: scale(1);
}

/* ── Catalog ── */
.sc-section--catalog {
  padding-bottom: 96px;
}
.sc-lead--catalog {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.sc-filters-wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 44px;
}
.sc-filters {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  padding: 7px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #E3EADE;
  border-radius: 999px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 16px 40px -28px rgba(15, 68, 41, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media (min-width: 769px) {
  .sc-filters {
    max-width: 100%;
  }
}
.sc-filter {
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 700;
  padding: 9px 16px;
  border-radius: 999px;
  cursor: pointer;
  letter-spacing: -0.01em;
  transition: transform 0.35s var(--sc-ease-out, cubic-bezier(0.16, 1, 0.3, 1)), box-shadow 0.35s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  background: transparent;
  color: #4A5A4E;
  border: 1px solid transparent;
}
.sc-filter:hover {
  color: #1C7C4A;
  background: rgba(238, 244, 233, 0.85);
}
.sc-filter.is-active {
  background: linear-gradient(135deg, #1C7C4A 0%, #168044 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 22px -12px rgba(28, 124, 74, 0.75);
}
.sc-filter.is-active:hover {
  color: #fff;
  background: linear-gradient(135deg, #178f47 0%, #157a3f 100%);
}
.sc-catalog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1280px;
  margin: 0 auto;
}
.sc-cat-card {
  background: #fff;
  border: 1px solid rgba(227, 234, 222, 0.95);
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.98) inset,
    0 22px 50px -38px rgba(15, 68, 41, 0.38);
  transition:
    opacity 0.62s var(--sc-ease-out),
    transform 0.62s var(--sc-ease-out),
    filter 0.52s var(--sc-ease-out),
    box-shadow 0.4s ease,
    border-color 0.35s ease;
}
.sc-cat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(28, 124, 74, 0.22);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.98) inset,
    0 32px 64px -32px rgba(15, 68, 41, 0.48);
}
.sc-cat-card.is-hiding,
.sc-cat-card.is-entering {
  opacity: 0;
  transform: scale(0.985) translateY(8px);
  filter: blur(3px);
  pointer-events: none;
}
.sc-cat-card.is-hidden { display: none; }
.sc-cat-card__trigger {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  color: inherit;
  font: inherit;
}
.sc-cat-card__trigger:focus-visible {
  outline: 2px solid #1C7C4A;
  outline-offset: 3px;
}
.sc-cat-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(145deg, #E8F0E4 0%, #D4E4CC 100%);
}
.sc-cat-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.75s var(--sc-ease-out, cubic-bezier(0.16, 1, 0.3, 1));
}
.sc-cat-card:hover .sc-cat-card__media img {
  transform: scale(1.06);
}
.sc-cat-card__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(14, 68, 41, 0.06) 0%, transparent 38%),
    linear-gradient(180deg, transparent 28%, rgba(8, 42, 26, 0.52) 78%, rgba(8, 42, 26, 0.76) 100%);
  pointer-events: none;
  transition: opacity 0.45s ease;
}
.sc-cat-card:hover .sc-cat-card__shade {
  opacity: 0.94;
}
.sc-cat-card__icon {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1C7C4A;
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 10px 24px -14px rgba(15, 68, 41, 0.45);
  transition: transform 0.35s var(--sc-ease-out, cubic-bezier(0.16, 1, 0.3, 1));
}
.sc-cat-card:hover .sc-cat-card__icon {
  transform: scale(1.04);
}
.sc-cat-card__icon .nav__mega-svg {
  width: 20px;
  height: 20px;
}
.sc-cat-card__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 16px 18px 15px;
}
.sc-cat-card__name {
  display: block;
  color: #fff;
  font-family: var(--home-font-display);
  font-weight: 700;
  font-size: clamp(17px, 1.8vw, 21px);
  letter-spacing: -0.02em;
  line-height: 1.15;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}
.sc-cat-card__hint {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  opacity: 0;
  transform: translate(-4px, 4px);
  transition: opacity 0.35s ease, transform 0.35s var(--sc-ease-out, cubic-bezier(0.16, 1, 0.3, 1));
}
.sc-cat-card__hint .sc-icon-wrap--xs {
  width: 36px;
  height: 36px;
  margin-bottom: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  box-shadow: none;
}
.sc-cat-card:hover .sc-cat-card__hint {
  opacity: 1;
  transform: none;
}
.sc-cat-card__body {
  flex: 1;
  padding: 18px 18px 20px;
  background: linear-gradient(180deg, #fff 0%, #FAFCF8 100%);
  min-height: 84px;
}
.sc-cat-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.sc-tag {
  background: linear-gradient(180deg, #F5FAF1 0%, #EAF3E4 100%);
  color: #176B40;
  font-size: 12.5px;
  font-weight: 650;
  padding: 7px 13px;
  border-radius: 999px;
  border: 1px solid rgba(28, 124, 74, 0.11);
  letter-spacing: -0.01em;
  line-height: 1.2;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.sc-cat-card:hover .sc-tag {
  border-color: rgba(28, 124, 74, 0.2);
  background: linear-gradient(180deg, #F0F7EB 0%, #E4F0DC 100%);
}

/* ── Popup catalogue ── */
.sc-cat-modal[hidden] { display: none; }
.sc-cat-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}
.sc-cat-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 28, 18, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: sc-backdrop-in 0.55s var(--sc-ease-out) both;
}
@keyframes sc-backdrop-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
.sc-cat-modal__dialog {
  position: relative;
  width: min(720px, 100%);
  max-height: min(90vh, 880px);
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 40px 100px -40px rgba(10, 40, 24, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.8);
  animation: sc-cat-modal-in 0.62s var(--sc-ease-out) both;
}
@keyframes sc-cat-modal-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
    filter: blur(5px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}
.sc-cat-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.92);
  color: #0E4429;
  font-size: 16px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.sc-cat-modal__close:hover {
  border-color: #1C7C4A;
  background: #fff;
}
.sc-cat-modal__hero {
  position: relative;
  height: 200px;
  flex-shrink: 0;
  background: #D8E7D0;
}
.sc-cat-modal__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sc-cat-modal__hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 68, 41, 0.08) 0%, rgba(14, 68, 41, 0.72) 100%);
}
.sc-cat-modal__title {
  position: absolute;
  left: 24px;
  right: 56px;
  bottom: 20px;
  margin: 0;
  color: #fff;
  font-family: var(--home-font-display);
  font-weight: 700;
  font-size: clamp(24px, 4vw, 32px);
  letter-spacing: -0.03em;
  line-height: 1.05;
}
.sc-cat-modal__body {
  padding: 24px 24px 20px;
  overflow-y: auto;
  flex: 1;
  min-height: 0;
}
.sc-cat-modal__desc {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.65;
  color: #4A5C50;
}
.sc-cat-modal__products-lbl {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1C7C4A;
}
.sc-cat-modal__products {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sc-cat-prod {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid #E3EADE;
  background: #FAFCF8;
}
.sc-cat-prod__img {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  background: #DCEAD4;
  flex-shrink: 0;
}
.sc-cat-prod__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sc-cat-prod__name {
  margin: 0 0 4px;
  font-family: var(--home-font-display);
  font-weight: 700;
  font-size: 16px;
  color: #13231A;
  letter-spacing: -0.02em;
}
.sc-cat-prod__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #6B7A6F;
}
.sc-cat-prod__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
  min-width: 148px;
}
.sc-cat-prod__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.sc-cat-prod__btn--view {
  background: #fff;
  color: #1C7C4A;
  border: 1px solid rgba(28, 124, 74, 0.22);
}
.sc-cat-prod__btn--view:hover {
  border-color: #1C7C4A;
  background: #F4FAF1;
}
.sc-cat-prod__btn--add {
  background: #1C7C4A;
  color: #fff;
}
.sc-cat-prod__btn--add:hover { background: #178f47; }
.sc-cat-prod__btn--quote {
  background: #EEF4E9;
  color: #0E4429;
  border: 1px solid #D8E7D0;
}
.sc-cat-prod__btn--quote:hover { background: #E3EADE; }
.sc-cat-prod__qty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.sc-cat-prod__qty .sc-cart-qty {
  flex: 1;
  min-width: 0;
}
.sc-cat-prod__qty .sc-cart-qty__btn {
  width: 32px;
  height: 32px;
}
.sc-cat-prod__qty .sc-cart-qty__val {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
body.sc-cat-modal-open { overflow: hidden; }

@media (max-width: 640px) {
  .sc-cat-prod {
    grid-template-columns: 64px 1fr;
    grid-template-rows: auto auto;
  }
  .sc-cat-prod__actions {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 0;
  }
  .sc-cat-prod__btn { flex: 1 1 auto; }
}

/* ── Qualité ── */
.sc-qualite {
  background: linear-gradient(165deg, #0E4429 0%, #0B3A22 55%, #0E4429 100%);
  color: #fff;
}
.sc-qualite__grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 32px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
}
.sc-qualite__intro { margin-bottom: 40px; }
.sc-steps { display: flex; flex-direction: column; gap: 2px; }
.sc-step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid #15583A;
}
.sc-step__desc {
  font-size: 14.5px;
  line-height: 1.5;
  color: #A9C8A0;
  font-weight: 500;
  margin: 0;
}
.sc-qualite__photo {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.6);
  aspect-ratio: 3 / 4;
  background: #15583A;
}
.sc-qualite__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Certifications ── */
.sc-certs { text-align: center; padding-top: 84px; padding-bottom: 84px; }
.sc-certs__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  max-width: 1120px;
  margin-inline: auto;
}
.sc-cert {
  background: linear-gradient(145deg, #fff 0%, #FAFCF8 100%);
  border: 1px solid #E3EADE;
  border-radius: 18px;
  padding: 22px 14px;
  box-shadow: 0 16px 36px -32px rgba(15, 68, 41, 0.4);
  min-width: 0;
  width: 100%;
  min-height: 148px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  transition:
    transform 0.35s var(--sc-ease-out, cubic-bezier(0.16, 1, 0.3, 1)),
    box-shadow 0.35s ease,
    border-color 0.3s ease;
}
.sc-cert:hover {
  transform: translateY(-3px);
  border-color: rgba(28, 124, 74, 0.22);
  box-shadow: 0 20px 40px -28px rgba(15, 68, 41, 0.45);
}
.sc-cert__logo {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  margin: 0 auto 14px;
  background: #fff;
  border: 1px solid rgba(28, 124, 74, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 10px 24px -14px rgba(28, 124, 74, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sc-cert--brand {
  padding: 22px 14px;
}

.sc-cert--brand .sc-cert__logo {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  margin: 0 auto 14px;
}

.sc-cert--brand .sc-cert__logo img {
  padding: 4px;
}
.sc-cert__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
  display: block;
}
.sc-cert__title {
  font-family: var(--home-font-display);
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -0.01em;
  color: #13231A;
}
.sc-cert__sub {
  font-size: 12.5px;
  color: #8A998D;
  font-weight: 600;
  margin-top: 3px;
}

/* ── CTA ── */
.sc-cta-wrap { padding-bottom: 96px; }
.sc-cta {
  background: linear-gradient(135deg, #1C7C4A 0%, #168044 45%, #0E4429 100%);
  border-radius: 32px;
  padding: 72px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 90px -45px rgba(15, 68, 41, 0.7);
}
.sc-cta__deco {
  position: absolute;
  top: -20px;
  right: 20px;
  line-height: 0;
  opacity: 0.35;
  pointer-events: none;
}
.sc-cta__deco .sc-icon-wrap--lg {
  width: 72px;
  height: 72px;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset;
}
.sc-cta__deco svg {
  width: 100%;
  height: 100%;
}
.sc-cta__title { position: relative; margin-bottom: 16px; }
.sc-cta__lead {
  font-size: 18px;
  line-height: 1.5;
  color: #CFE8C5;
  font-weight: 500;
  max-width: 520px;
  margin: 0 auto 32px;
  position: relative;
}
.sc-cta__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

/* ── Home nav ── */
.sc-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 248, 241, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid #E3EADE;
}
.sc-nav__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.sc-nav__brand {
  display: flex;
  align-items: baseline;
  gap: 1px;
  text-decoration: none;
  flex-shrink: 0;
}
.sc-nav__logo {
  font-family: var(--home-font-display);
  font-weight: 800;
  font-size: 25px;
  letter-spacing: -0.04em;
  color: #0E4429;
}
.sc-nav__dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #1C7C4A;
  display: inline-block;
}
.sc-nav__links {
  display: flex;
  align-items: center;
  gap: 30px;
}
.sc-nav__links > a:not(.sc-nav__cta) {
  text-decoration: none;
  color: #3A4A3E;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.sc-nav__cta {
  text-decoration: none;
  background: #1C7C4A;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 999px;
  letter-spacing: -0.01em;
  box-shadow: 0 6px 18px -8px rgba(28, 124, 74, 0.7);
}
.sc-nav__lang {
  display: flex;
  align-items: center;
  border-left: 1px solid #E3EADE;
  padding-left: 18px;
  position: relative;
}
.sc-nav__lang-btn {
  background: none;
  border: none;
  color: #8A998D;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  padding: 4px 8px;
}
.sc-nav__lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  border: 1px solid #E3EADE;
  border-radius: 12px;
  padding: 8px;
  list-style: none;
  margin: 0;
  min-width: 120px;
  box-shadow: 0 12px 32px -12px rgba(15, 68, 41, 0.25);
  z-index: 60;
}
.sc-nav__lang-dropdown a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #3A4A3E;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
}
.sc-nav__lang-dropdown a.is-active,
.sc-nav__lang-dropdown a:hover {
  background: #EEF4E9;
  color: #1C7C4A;
}
.sc-nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.sc-nav__toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #0E4429;
  border-radius: 2px;
}
@media (max-width: 900px) {
  .sc-nav__toggle { display: flex; }
  .sc-nav__links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(245, 248, 241, 0.98);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px 32px 24px;
    border-bottom: 1px solid #E3EADE;
  }
  .sc-nav__links.is-open { display: flex; }
  .sc-nav__links > a:not(.sc-nav__cta) {
    padding: 12px 0;
    border-bottom: 1px solid #EEF4E9;
  }
  .sc-nav__lang {
    border-left: none;
    padding-left: 0;
    padding: 12px 0;
  }
  .sc-nav__cta { text-align: center; margin-top: 12px; }
  .sc-nav { position: sticky; }
  .sc-nav__inner { position: relative; flex-wrap: wrap; }
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .sc-hero__grid,
  .sc-mission__grid,
  .sc-qualite__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .sc-hero__copy {
    text-align: center;
  }
  .sc-hero__lead {
    margin-left: auto;
    margin-right: auto;
  }
  .sc-cards-3,
  .sc-catalog {
    grid-template-columns: 1fr 1fr;
  }
  .sc-band__grid {
    grid-template-columns: 1fr 1fr;
  }
  .sc-band__grid > div:last-child .sc-band__text {
    white-space: normal;
  }
  .sc-hero__photo--float { left: 12px; }
  .sc-hero__card { right: 12px; }
  .sc-hero__stats {
    flex-wrap: wrap;
    gap: 18px 22px;
  }
  .sc-stat-sep { display: none; }
  .sc-certs__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .sc-section {
    padding: 64px 24px;
  }
  .sc-section__head--row {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
  .sc-prices .sc-section__head--row {
    align-items: stretch;
  }
  .sc-prices .sc-section__head--row .sc-btn--outline {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  .sc-mission__grid,
  .sc-qualite__grid {
    padding: 64px 24px;
  }
  .sc-certs {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sc-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 6px;
    align-items: start;
  }
  .sc-stat-sep { display: none; }
  .sc-stat {
    min-width: 0;
  }
  .sc-stat-row {
    flex-wrap: nowrap;
    gap: 5px;
    margin-bottom: 3px;
    white-space: nowrap;
  }
  .sc-stat-icon .sc-icon-wrap--xs {
    width: 24px;
    height: 24px;
    border-radius: 7px;
  }
  .sc-stat-num {
    font-size: clamp(13px, 3.4vw, 17px);
    white-space: nowrap;
    letter-spacing: -0.03em;
  }
  .sc-stat-sub {
    font-size: 10px;
    line-height: 1.25;
  }

  /* Catalogue — filtres défilables */
  .sc-section--catalog .sc-filters-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 36px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 4px;
  }
  .sc-section--catalog .sc-filters-wrap::-webkit-scrollbar {
    display: none;
  }
  .sc-section--catalog .sc-filters {
    display: inline-flex;
    width: max-content;
    max-width: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 5px;
    padding: 5px;
    border-radius: 14px;
    vertical-align: top;
  }
  .sc-section--catalog .sc-filter {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 12.5px;
    padding: 8px 14px;
  }
}

@media (max-width: 640px) {
  .sc-section {
    padding: 52px 20px;
  }
  .sc-section__head--center {
    margin-bottom: 40px;
  }

  /* Hero */
  .sc-hero {
    padding-left: 0;
    padding-right: 0;
  }
  .sc-hero__grid {
    padding: 16px 20px 28px;
    padding-top: calc(var(--nav-h) + 28px);
    gap: 28px;
  }
  .sc-hero__title {
    font-size: clamp(30px, 8.2vw, 40px);
    margin-bottom: 16px;
  }
  .sc-hero__lead {
    font-size: 16.5px;
    line-height: 1.5;
    margin-bottom: 22px;
  }
  .sc-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 28px;
  }
  .sc-hero__actions .sc-btn {
    width: 100%;
    padding: 14px 20px;
    font-size: 15px;
  }
  .sc-hero__visual {
    max-width: 420px;
    margin-inline: auto;
    width: 100%;
  }
  .sc-hero__photo--main {
    border-radius: 22px;
  }
  .sc-hero__photo--float {
    width: 120px;
    height: 92px;
    left: 6px;
    bottom: 20px;
    border-width: 4px;
    border-radius: 16px;
  }
  .sc-hero__card {
    right: 6px;
    top: auto;
    bottom: -10px;
    left: auto;
    max-width: min(200px, calc(100% - 140px));
    padding: 11px 13px;
    gap: 10px;
  }
  .sc-hero__card-value {
    font-size: 14px;
  }

  /* Ticker */
  body.sc-page {
    --sc-ticker-gap: 6px;
  }
  .sc-ticker__label {
    font-size: 10px;
    padding: 0 12px;
    letter-spacing: 0.06em;
    gap: 7px;
  }
  .sc-ticker__label .sc-icon-wrap--ticker {
    width: 22px;
    height: 22px;
  }
  .sc-ticker__item {
    padding: 0 14px;
    gap: 8px;
  }
  .sc-ticker__name,
  .sc-ticker__price {
    font-size: 12px;
  }
  .sc-ticker__fob {
    font-size: 10px;
  }

  /* Prix */
  .sc-table-wrap {
    border-radius: 18px;
  }
  .sc-table__head { display: none; }
  .sc-table__row {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "product product"
      "price unit"
      "trend trend";
    gap: 2px 12px;
    padding: 14px 16px;
    align-items: center;
  }
  .sc-table__product {
    grid-area: product;
    font-size: 14.5px;
  }
  .sc-table__price {
    grid-area: price;
    text-align: left;
    font-size: 18px;
  }
  .sc-table__unit {
    grid-area: unit;
    text-align: right;
    font-size: 12.5px;
  }
  .sc-table__trend {
    grid-area: trend;
    justify-content: flex-start;
    font-size: 12px;
    margin-top: 2px;
  }

  /* Bandeau stats */
  .sc-band__grid {
    padding: 40px 20px;
    gap: 24px;
  }
  .sc-band__num {
    font-size: clamp(30px, 8vw, 38px);
  }
  .sc-band__text {
    font-size: 13.5px;
    line-height: 1.4;
  }

  /* Mission & qualité */
  .sc-mission__grid,
  .sc-qualite__grid {
    padding-left: 0;
    padding-right: 0;
  }
  .sc-mission__grid,
  .sc-qualite__grid {
    padding: 52px 20px;
  }
  .sc-mission__badge {
    right: 8px;
    bottom: 8px;
    padding: 14px 16px;
    border-radius: 16px;
  }
  .sc-mission__badge-num {
    font-size: 24px;
  }
  .sc-mission__badge-text {
    font-size: 12px;
  }
  .sc-qualite__photo {
    border-radius: 20px;
    max-width: 360px;
    margin-inline: auto;
  }

  .sc-catalog {
    padding-left: 0;
    padding-right: 0;
  }
  .sc-cat-card__body {
    min-height: 0;
    padding: 14px 14px 16px;
  }
  .sc-cat-card__tags {
    gap: 6px;
  }
  .sc-tag {
    font-size: 11.5px;
    padding: 6px 11px;
  }
  .sc-cat-card__name {
    font-size: 16px;
  }

  /* Grilles */
  .sc-cards-3,
  .sc-catalog,
  .sc-band__grid,
  .sc-mission__cards {
    grid-template-columns: 1fr;
  }
  .sc-certs {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .sc-certs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .sc-cert {
    min-height: 124px;
    padding: 16px 10px;
    border-radius: 16px;
  }
  .sc-cert__title {
    font-size: 12.5px;
  }
  .sc-cert__sub {
    font-size: 11px;
  }

  /* CTA */
  .sc-cta-wrap {
    padding-bottom: 64px;
  }
  .sc-cta {
    padding: 36px 20px;
    border-radius: 22px;
  }
  .sc-cta__lead {
    font-size: 16px;
  }
  .sc-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .sc-cta__actions .sc-btn {
    width: 100%;
  }
  .sc-cta__deco {
    opacity: 0.2;
    top: -8px;
    right: 8px;
  }

  /* Modal catalogue */
  .sc-cat-modal {
    padding: 0;
    align-items: flex-end;
  }
  .sc-cat-modal__dialog {
    width: 100%;
    max-height: 92vh;
    border-radius: 20px 20px 0 0;
  }
  .sc-cat-modal__hero {
    height: 160px;
  }
}

@media (max-width: 380px) {
  .sc-hero__stats {
    gap: 4px;
  }
  .sc-stat-num {
    font-size: 12px;
  }
  .sc-stat-sub {
    font-size: 9px;
  }
  .sc-stat-icon .sc-icon-wrap--xs {
    width: 20px;
    height: 20px;
  }
  .sc-certs__grid {
    grid-template-columns: 1fr;
  }
  .sc-ticker__fob {
    display: none;
  }
}
