/* Lenis : scrollbar native visible */
html.lenis {
  overflow: auto !important;
}

/* =================================================
   TYPOGRAPHIE INSTITUTIONNELLE — Playfair + DM Sans + Cormorant
   ================================================= */

/* Titres hero : Cormorant Garamond — grands formats, italique élégant */
.lr-hero__title-line {
  font-family: var(--lr-font-display, 'Cormorant Garamond', Georgia, serif) !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.05 !important;
}
.lr-hero__title-line--sm {
  font-family: var(--lr-font-body, 'DM Sans', system-ui, sans-serif) !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
}
.lr-hero__title-line--md {
  font-size: clamp(2.1rem, 3.4vw, 3.8rem) !important;
  line-height: 1.06 !important;
}
.lr-hero__title-line--lg {
  font-size: clamp(2.8rem, 4.5vw, 5rem) !important;
  font-style: italic;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
}

/* Headings sections : Playfair Display */
.lr-about__title,
.lr-services__heading,
.lr-apps__heading,
.lr-real-heading,
.lr-partners__heading,
.lr-gallery__heading,
.lr-jobs__heading,
.lr-cta-heading,
.lr-expertises__heading {
  font-family: var(--lr-font-heading, 'Playfair Display', Georgia, serif) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.1 !important;
}

/* em italic dans les headings : Cormorant */
.lr-about__title-em,
.lr-services__heading-em,
.lr-apps__heading-em,
.lr-real-heading-em,
.lr-partners__heading-em,
.lr-gallery__heading-em,
.lr-jobs__heading-em,
.lr-cta-heading__line--em {
  font-family: var(--lr-font-display, 'Cormorant Garamond', Georgia, serif) !important;
  font-style: italic;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
}

/* CTA heading dim lines */
.lr-cta-heading__line--dim {
  font-family: var(--lr-font-heading, 'Playfair Display', Georgia, serif) !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
}

/* Body : DM Sans — corps de texte plus aéré */
.lr-hero__subtitle,
.lr-services__heading-sub,
.lr-apps__heading-sub,
.lr-real-header__desc,
.lr-partners__desc,
.lr-gallery__head-desc,
.lr-jobs__mission,
.lr-about__lead,
.lr-about__extended,
.lr-cta-desc {
  font-family: var(--lr-font-body, 'DM Sans', system-ui, sans-serif) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.75 !important;
}

/* Labels uppercase : DM Sans medium */
.lr-label,
.lr-svc-card__tag,
.lr-svc-card__num,
.lr-slide-caption__label,
.lr-real-badge,
.lr-showcase__tag {
  font-family: var(--lr-font-body, 'DM Sans', system-ui, sans-serif) !important;
  letter-spacing: 0.15em !important;
}

/* Boutons */
.lr-btn,
.lr-cta-btn {
  font-family: var(--lr-font-body, 'DM Sans', system-ui, sans-serif) !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
}

/* Cards corps */
.lr-svc-card h3,
.lr-svc-card p,
.lr-job-row__title,
.lr-job-row__desc,
.lr-real-card__title,
.lr-real-card__desc,
.lr-showcase__title,
.lr-showcase__desc {
  font-family: var(--lr-font-body, 'DM Sans', system-ui, sans-serif) !important;
}
.lr-svc-card h3,
.lr-showcase__title {
  font-family: var(--lr-font-heading, 'Playfair Display', Georgia, serif) !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
}

/* Stats/chiffres : Cormorant pour le côté prestige */
.lr-stat-item__num,
.lr-real-stat__num,
.lr-gallery__stat-num,
.lr-about__metric strong,
.lr-partners__metric-num {
  font-family: var(--lr-font-display, 'Cormorant Garamond', Georgia, serif) !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
  font-style: normal;
}

/* Quicklinks */
.lr-ql-card__title {
  font-family: var(--lr-font-heading, 'Playfair Display', Georgia, serif) !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  letter-spacing: -0.01em !important;
}
.lr-ql-card__sub {
  font-family: var(--lr-font-body, 'DM Sans', system-ui, sans-serif) !important;
}

/* Slide captions */
.lr-slide-caption__title {
  font-family: var(--lr-font-heading, 'Playfair Display', Georgia, serif) !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
}

/* Citation */
.lr-about__quote p {
  font-family: var(--lr-font-display, 'Cormorant Garamond', Georgia, serif) !important;
  font-style: italic;
  font-size: 1.15rem !important;
  letter-spacing: 0 !important;
}

/* =================================================
   RESET GLOBAL HOME
   ================================================= */
.home .site-main,
.home .content-area,
.home #primary {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.home .entry-content {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

/* =================================================
   UTILITAIRES
   ================================================= */
.lr-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
}

.lr-section {
  padding: 5rem 0;
}

.lr-section__head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 3.5rem;
}

.lr-section__head--left {
  text-align: left;
  max-width: none;
}

.lr-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2d7a50;
  margin-bottom: 0.7rem;
}

.lr-section__head h2 {
  font-family: var(--halpes-heading-font-family) !important;
  font-size: clamp(2.2rem, 3.5vw, 3.2rem) !important;
  font-weight: 600 !important;
  color: #1b3a2a !important;
  line-height: 1.12 !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 1rem !important;
}

.lr-section__head p {
  font-family: var(--halpes-font-sans-serif);
  font-size: 1.1rem;
  font-weight: 400;
  color: #64748b;
  line-height: 1.8;
  margin: 0;
}

.lr-section__cta {
  text-align: center;
  margin-top: 3rem;
}

/* Boutons */
.lr-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.6rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.25s;
  border: 2px solid transparent;
}
.lr-btn--primary {
  background: #d46a2e;
  color: #fff !important;
  box-shadow: 0 4px 18px rgba(212, 106, 46, 0.32);
}
.lr-btn--primary:hover {
  background: #bf5f28;
  transform: translateY(-2px);
  color: #fff !important;
}
.lr-btn--outline {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.6);
}
.lr-btn--outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff !important;
}
.lr-btn--outline-dark {
  background: transparent;
  color: #1b4332 !important;
  border-color: #1b4332;
}
.lr-btn--outline-dark:hover {
  background: #1b4332;
  color: #fff !important;
}
.lr-btn--white {
  background: #fff;
  color: #1b4332 !important;
}
.lr-btn--white:hover {
  background: #f0f7f4;
  color: #1b4332 !important;
}
.lr-btn--outline-white {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.55);
}
.lr-btn--outline-white:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff !important;
}

/* =================================================
   HERO — Cinematic Split 50/50
   ================================================= */
.lr-hero {
  display: grid;
  grid-template-columns: 52% 48%;
  height: 773px;
  min-height: 580px;
  max-height: 780px;
  width: 100%;
  position: relative;
  z-index: 0;
  background: #f5f3ef;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
}


/* ── Côté gauche — editorial premium ── */
.lr-hero__left {
  background: #f5f3ef;
  padding: 0 5.5rem 0 7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  gap: 0;
}

/* Grille de petits carrés — copie exacte lr-cta-bg__grid */
.lr-hero__left::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(27, 67, 50, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27, 67, 50, 0.045) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at 30% 60%, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(
    ellipse at 30% 60%,
    black 20%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
}

/* Orb vert — haut gauche */
.lr-hero__ambient {
  position: absolute;
  top: -120px;
  left: -80px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(27, 67, 50, 0.09) 0%,
    transparent 65%
  );
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
  animation: lr-orb-drift 14s ease-in-out infinite alternate;
}

/* Orb orange — bas droite */
.lr-hero__left::before {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -40px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(212, 106, 46, 0.07) 0%,
    transparent 65%
  );
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
  animation: lr-orb-drift 18s ease-in-out infinite alternate-reverse;
}

/* Badge / overline verte */
.lr-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  color: #2d7a55;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  align-self: flex-start;
  position: relative;
  z-index: 1;
}

.lr-hero__badge::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #2d7a55;
  border-radius: 2px;
  flex-shrink: 0;
}

.lr-hero__badge-dot {
  display: none;
}

/* Titre multi-lignes */
.lr-hero__title {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 1.1rem !important;
  position: relative;
  z-index: 1;
}

.lr-hero__title-line {
  display: block;
  font-family: var(
    --lr-font-display,
    var(--lr-font-heading, var(--halpes-heading-font-family))
  ) !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  line-height: 1 !important;
}

.lr-hero__title-line--sm {
  font-size: clamp(0.8rem, 1.1vw, 1rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  color: rgba(13, 31, 24, 0.35) !important;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.lr-hero__title-line--md {
  font-size: clamp(2rem, 3.2vw, 3.6rem) !important;
  color: #0d1f16 !important;
  line-height: 1.05 !important;
  margin-bottom: 0.05rem;
}

.lr-hero__title-line--lg {
  font-size: clamp(2.5rem, 4vw, 4.4rem) !important;
  color: #2d7a55 !important;
  line-height: 1 !important;
}

/* Sous-titre */
.lr-hero__subtitle {
  font-family: var(--lr-font-body, var(--halpes-font-sans-serif)) !important;
  font-size: clamp(0.9rem, 1.1vw, 1rem) !important;
  font-weight: 400 !important;
  color: #4e6658 !important;
  line-height: 1.75 !important;
  letter-spacing: 0 !important;
  max-width: 400px;
  margin-bottom: 1.4rem !important;
  position: relative;
  z-index: 1;
}

.lr-hero__actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1.1rem;
  position: relative;
  z-index: 1;
}

/* Boutons hero — style copié de lr-cta-btn */
.lr-hero__actions .lr-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--lr-font-body, inherit);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  border: none;
  transition: all 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 0.85rem 1.75rem;
}

.lr-hero__actions .lr-btn--primary {
  background: #d46a2e;
  color: #fff !important;
  box-shadow:
    0 6px 28px rgba(212, 106, 46, 0.38),
    0 0 0 1px rgba(212, 106, 46, 0.2);
}
.lr-hero__actions .lr-btn--primary:hover {
  background: #bf5f28;
  transform: translateY(-3px);
  box-shadow:
    0 14px 48px rgba(212, 106, 46, 0.42),
    0 0 0 1px rgba(212, 106, 46, 0.3);
  color: #fff !important;
  gap: 0.95rem;
}

.lr-hero__actions .lr-btn--ghost {
  padding: 0.85rem 1.5rem;
  background: rgba(27, 67, 50, 0.06);
  color: #1b4332 !important;
  border: 1.5px solid rgba(27, 67, 50, 0.18);
}
.lr-hero__actions .lr-btn--ghost:hover {
  background: rgba(27, 67, 50, 0.1);
  border-color: rgba(27, 67, 50, 0.32);
  color: #0d1f18 !important;
  transform: translateY(-2px);
}

/* Trust items */
.lr-hero__trust {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(27, 67, 50, 0.08);
}

.lr-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.74rem;
  color: #5a7262;
  font-weight: 500;
}

.lr-hero__trust-item svg {
  color: #2d7a55;
  flex-shrink: 0;
  opacity: 0.7;
}

/* Stats inline — 4 chiffres clés avant les boutons */
.lr-hero__stats-inline {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-bottom: 1.4rem;
  position: relative;
  z-index: 1;
  align-self: flex-start;
  border: 1px solid rgba(27, 67, 50, 0.1);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(27, 67, 50, 0.03);
}

.lr-hero__stat-i {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  padding: 0.7rem 1.1rem;
}

.lr-hero__stat-i strong {
  font-family: var(--lr-font-heading, var(--halpes-heading-font-family));
  font-size: 1.4rem;
  font-weight: 700;
  color: #0d1f16;
  line-height: 1;
  letter-spacing: -0.03em;
}

.lr-hero__stat-i strong span {
  font-size: 0.75rem;
  color: #2d7a55;
  font-weight: 700;
}

.lr-hero__stat-i > span {
  font-size: 0.6rem;
  font-weight: 600;
  color: #7a9080;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.lr-hero__stat-i-sep {
  width: 1px;
  background: rgba(27, 67, 50, 0.1);
  align-self: stretch;
  flex-shrink: 0;
}

/* ── Côté droit — conteneur photo avec espacement vertical ── */
.lr-hero__right {
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: visible;
  background: #f5f3ef;
  /* padding: 2rem 2rem 2rem 0; */
  padding: 6rem 2rem 8rem 0;
}

.lr-hero__img-scene {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lr-hero-splide {
  width: 100%;
  height: 100%;
  min-height: 320px;
  overflow: hidden;
  position: relative;
  background: #0d1f18;
}

/* Splide track + list must fill full height */
.lr-hero-splide .splide__track,
.lr-hero-splide .splide__list {
  height: 100%;
}

.lr-hero-splide .splide__slide {
  height: 100% !important;
}

.lr-hero__slide {
  background-size: cover;
  background-position: center;
  background-color: #0d1f18;
  height: 100%;
  list-style: none;
  position: relative;
  overflow: hidden;
}

/* Image layer via ::before — Ken Burns isolated from Splide opacity */
.lr-hero__slide::before {
  content: "";
  position: absolute;
  inset: -6%;
  background-image: inherit;
  background-size: cover;
  background-position: inherit;
  z-index: 0;
  filter: saturate(1.05) brightness(1);
}

@keyframes lr-ken-burns {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.07);
  }
}

.lr-hero__slide.lr-kb-active::before {
  animation: lr-ken-burns 9s ease-in both;
}

/* Subtle vignette layer via ::after — soft dark edge all around */
.lr-hero__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(
    ellipse 120% 100% at 60% 50%,
    transparent 40%,
    rgba(0, 0, 0, 0.28) 100%
  );
  pointer-events: none;
}

/* Dots Splide — progress pill style */
.lr-hero-splide__dots {
  position: absolute;
  bottom: 1.5rem;
  right: 1.75rem;
  left: auto;
  width: auto;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.5rem 0.75rem;
  margin: 0;
  list-style: none;
}

.lr-hero-splide__dots .splide__pagination__page {
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  transition:
    background 0.35s ease,
    width 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.lr-hero-splide__dots .splide__pagination__page.is-active {
  background: #d94010;
  width: 24px;
  transform: none;
}

/* Overlay photo — heavy bottom gradient guarantees text zone */
.lr-hero__img-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.22) 0%,
    transparent 30%
  );
}

/* Slide captions — anchored text block */
.lr-slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5rem 2.4rem 4rem;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.48) 45%,
    rgba(0, 0, 0, 0.08) 80%,
    transparent 100%
  );
}

/* Label */
.lr-slide-caption__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #ff8a65;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.9);
  opacity: 0;
  transform: translateY(10px);
}

.lr-slide-caption__label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1.5px;
  background: #ff8a65;
  border-radius: 2px;
  flex-shrink: 0;
}

/* Title — large, always readable regardless of image */
.lr-slide-caption__title {
  font-family: var(
    --lr-font-display,
    var(--lr-font-heading, var(--halpes-heading-font-family))
  );
  font-size: clamp(1.7rem, 2.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #ffffff;
  margin: 0;
  max-width: 88%;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  opacity: 0;
  transform: translateY(14px);
}

/* Meta */
.lr-slide-caption__meta {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.9);
  opacity: 0;
  transform: translateY(8px);
}

/* Stagger reveal — JS adds .is-visible */
.lr-slide-caption.is-visible .lr-slide-caption__label,
.lr-slide-caption.is-visible .lr-slide-caption__title,
.lr-slide-caption.is-visible .lr-slide-caption__meta {
  opacity: 1;
  transform: translateY(0);
}

.lr-slide-caption.is-visible .lr-slide-caption__label {
  transition:
    opacity 0.5s ease 0.08s,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}
.lr-slide-caption.is-visible .lr-slide-caption__title {
  transition:
    opacity 0.7s ease 0.2s,
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
.lr-slide-caption.is-visible .lr-slide-caption__meta {
  transition:
    opacity 0.55s ease 0.38s,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.38s;
}

/* (lr-hero__img-badge et lr-hero__img-card supprimés — simplification visuelle) */

/* Scroll hint */
.lr-hero__scroll-hint {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  z-index: 5;
}

.lr-hero__scroll-hint svg {
  animation: lr-bounce-down 2s ease-in-out infinite;
}

@keyframes lr-bounce-down {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}

/* =================================================
   EXPERTISES — 3 cartes photo pleine hauteur  [LIGHT]
   ================================================= */
/* =================================================
   EXPERTISES — Cinematic Asymmetric Showcase
   ================================================= */
.lr-expertises {
  background: #f7f9f6;
  padding: 6rem 0 6.5rem;
  position: relative;
  overflow: hidden;
}
.lr-expertises::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(27, 67, 50, 0.05) 0%,
    transparent 65%
  );
  top: -150px;
  right: -150px;
  pointer-events: none;
  z-index: 0;
}

/* Header */
.lr-expertises__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: end;
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 1;
}
.lr-expertises__label {
  color: #2d7a50 !important;
}
.lr-expertises__heading {
  font-family: var(
    --lr-font-display,
    var(--lr-font-heading, var(--halpes-heading-font-family))
  ) !important;
  font-size: clamp(2.8rem, 4.5vw, 5rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  color: #1b3a2a !important;
  line-height: 1 !important;
  margin: 0.5rem 0 0 !important;
}
.lr-expertises__heading-em {
  font-style: normal;
  color: #c8521a;
}
.lr-expertises__head-desc {
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  color: #64748b;
  line-height: 1.8;
  margin: 0;
  max-width: 400px;
  align-self: end;
  justify-self: end;
}

/* Stage asymétrique */
.lr-exp__stage {
  display: grid;
  grid-template-columns: 58fr 42fr;
  gap: 1.25rem;
  position: relative;
  z-index: 1;
}
.lr-exp__secondary {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* Base card */
.lr-exp-card {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 20px;
  overflow: hidden;
  background: #0a1a10;
  cursor: pointer;
  will-change: transform;
}
.lr-exp-card:hover {
  text-decoration: none;
}

/* Featured — tall */
.lr-exp-card--featured {
  min-height: 560px;
}
/* Secondary — shorter */
.lr-exp-card--secondary {
  min-height: 260px;
  flex: 1;
}

/* Photo */
.lr-exp-card__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  transition:
    transform 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    filter 0.85s ease;
  filter: saturate(1) brightness(0.95);
  will-change: transform;
}
.lr-exp-card:hover .lr-exp-card__img {
  transform: scale(1.12);
  filter: saturate(1.08) brightness(1);
}

/* Overlay */
.lr-exp-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(15, 37, 24, 0.82) 0%,
    rgba(15, 37, 24, 0.38) 45%,
    rgba(0, 0, 0, 0.04) 100%
  );
  z-index: 1;
  transition: background 0.45s ease;
}
.lr-exp-card:hover .lr-exp-card__overlay {
  background: linear-gradient(
    to top,
    rgba(15, 37, 24, 0.88) 0%,
    rgba(15, 37, 24, 0.48) 52%,
    rgba(0, 0, 0, 0.06) 100%
  );
}

/* Top row: num + featured badge */
.lr-exp-card__top {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}
.lr-exp-card__num {
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.28rem 0.8rem;
  border-radius: 50px;
  transition:
    background 0.3s,
    border-color 0.3s;
}
.lr-exp-card:hover .lr-exp-card__num {
  background: #d94010;
  border-color: #d94010;
}
.lr-exp-card__featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ffda85;
  background: rgba(201, 124, 20, 0.4);
  border: 1px solid rgba(255, 218, 133, 0.3);
  backdrop-filter: blur(8px);
  padding: 0.28rem 0.75rem;
  border-radius: 50px;
}

/* Body text — overlaid at bottom */
.lr-exp-card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1.75rem 1.75rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  transform: translateY(6px);
  transition: transform 0.4s ease;
}
.lr-exp-card:hover .lr-exp-card__body {
  transform: translateY(0);
}

.lr-exp-card__label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #ff8a65;
  margin-bottom: 0.5rem;
}

.lr-exp-card__title {
  font-family: var(
    --lr-font-heading,
    var(--halpes-heading-font-family)
  ) !important;
  font-size: clamp(1.3rem, 2vw, 1.65rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: #fff !important;
  line-height: 1.2 !important;
  margin-bottom: 0.7rem !important;
}
.lr-exp-card--featured .lr-exp-card__title {
  font-size: clamp(1.55rem, 2.4vw, 2.1rem) !important;
}

.lr-exp-card__text {
  font-size: 0.92rem !important;
  color: rgba(255, 255, 255, 0.62) !important;
  line-height: 1.7 !important;
  margin-bottom: 1.1rem !important;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.38s ease 0.06s,
    transform 0.38s ease 0.06s;
}
.lr-exp-card--featured .lr-exp-card__text {
  opacity: 1;
  transform: translateY(0);
}
.lr-exp-card:hover .lr-exp-card__text {
  opacity: 1;
  transform: translateY(0);
}

.lr-exp-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #ff8a65 !important;
  transition: gap 0.25s;
}
.lr-exp-card:hover .lr-exp-card__cta {
  gap: 0.9rem;
}

/* =================================================
   SERVICES — Premium Bento Showcase
   ================================================= */
.lr-services {
  background: #f7f9f6;
  padding: 7rem 0 8rem;
  position: relative;
}
.lr-services::before {
  display: none;
}
.lr-services .lr-container {
  position: relative;
  z-index: 1;
}

.lr-services__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(27, 67, 50, 0.1);
}

.lr-services__label {
  color: #2d7a50 !important;
}

.lr-services__heading {
  font-family: var(
    --lr-font-display,
    var(--lr-font-heading, var(--halpes-heading-font-family))
  ) !important;
  font-size: clamp(2.4rem, 3.2vw, 3.4rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  color: #1b3a2a !important;
  line-height: 1.1 !important;
  margin: 0.5rem 0 0 !important;
}
.lr-services__heading-em {
  font-style: normal;
  color: #c8521a;
}

.lr-services__header-right {
  display: none;
}
.lr-services__header-right p {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  color: #64748b;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.lr-services__heading-sub {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.75;
  margin: 0.5rem 0 0;
  max-width: 520px;
}
.lr-services__see-all {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #2d7a50 !important;
  text-decoration: none;
  transition: gap 0.2s;
}
.lr-services__see-all:hover {
  gap: 0.75rem;
}

/* Grid principale : featured (large) + colonne droite (2 stacked) */
.lr-services__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

/* Colonne droite : 2 cartes empilées */
.lr-svc-col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* Ligne basse : 3 cartes égales */
.lr-services__grid-row2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

/* Carte photo — base */
.lr-svc-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  min-height: 340px;
  cursor: pointer;
  background: #0a1a10;
  box-shadow: 0 20px 48px rgba(16, 45, 32, 0.1);
  transition:
    box-shadow 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lr-svc-card:hover {
  box-shadow: 0 36px 80px rgba(16, 45, 32, 0.18);
  transform: translateY(-4px);
}

/* Grande carte featured */
.lr-svc-card--featured {
  min-height: 580px;
}

/* Petites cartes ligne basse */
.lr-svc-card--sm {
  min-height: 260px;
}

.lr-svc-card__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lr-svc-card:hover .lr-svc-card__img {
  transform: scale(1.1);
}

/* Overlay div (explicit element) */
.lr-svc-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(15, 37, 24, 0.82) 0%,
    rgba(15, 37, 24, 0.42) 50%,
    rgba(0, 0, 0, 0.04) 100%
  );
  z-index: 1;
  transition: background 0.4s ease;
}
.lr-svc-card:hover .lr-svc-card__overlay {
  background: linear-gradient(
    to top,
    rgba(15, 37, 24, 0.88) 0%,
    rgba(15, 37, 24, 0.52) 56%,
    rgba(0, 0, 0, 0.06) 100%
  );
}

/* Ligne orange animée en bas au hover */
.lr-svc-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #d46a2e;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 4;
}
.lr-svc-card:hover::after {
  transform: scaleX(1);
}

/* Badge numéro */
.lr-svc-card__num {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.32rem 0.9rem;
  border-radius: 50px;
  z-index: 3;
  transition:
    background 0.3s,
    border-color 0.3s,
    color 0.3s;
}
.lr-svc-card:hover .lr-svc-card__num {
  background: #d46a2e;
  border-color: #d46a2e;
  color: #fff;
}

/* Corps de texte en bas */
.lr-svc-card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1.75rem 1.75rem;
  z-index: 2;
}

/* Tag catégorie */
.lr-svc-card__tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #ff8a65;
  margin-bottom: 0.5rem;
}

.lr-svc-card__body h3 {
  font-family: var(
    --lr-font-display,
    var(--lr-font-heading, var(--halpes-heading-font-family))
  ) !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-bottom: 0.55rem !important;
  line-height: 1.25 !important;
}
.lr-svc-card--sm .lr-svc-card__body h3 {
  font-size: 1.3rem !important;
}

.lr-svc-card__body p {
  font-size: 0.95rem !important;
  color: rgba(255, 255, 255, 0.68) !important;
  line-height: 1.65 !important;
  margin: 0 0 1rem !important;
  max-width: 420px;
  transition: color 0.3s;
}
.lr-svc-card:hover .lr-svc-card__body p {
  color: rgba(255, 255, 255, 0.88) !important;
}

/* CTA */
.lr-svc-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(212, 106, 46, 0.15);
  border: 1.5px solid rgba(212, 106, 46, 0.5);
  color: #ff8a65 !important;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.55rem 1.1rem;
  border-radius: 6px;
  text-decoration: none;
  transition:
    background 0.25s,
    border-color 0.25s,
    gap 0.25s,
    color 0.25s;
}
.lr-svc-card:hover .lr-svc-card__cta,
.lr-svc-card--featured .lr-svc-card__cta {
  background: #d46a2e;
  border-color: #d46a2e;
  color: #fff !important;
  gap: 0.85rem;
}

/* =================================================
   STATISTIQUES — Fond vert vif  [VERT]
   ================================================= */
.lr-stats-section {
  background: #eef4f0;
  padding: 8rem 0;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

/* .lr-stats-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/uploads/2020/09/Amboromalandy.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
} */

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

.lr-stats-section .lr-container {
  padding: 0 2rem;
}

.lr-stats-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
}

.lr-stat-item {
  padding: 3.5rem 2rem;
  text-align: center;
  border-right: 1px solid rgba(27, 67, 50, 0.12);
  position: relative;
  overflow: hidden;
  transition:
    transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background 0.35s ease;
}

.lr-stat-item:last-child {
  border-right: none;
}

.lr-stat-item:hover {
  transform: translateY(-6px);
  background: rgba(27, 67, 50, 0.04);
}

.lr-stat-item::before {
  content: attr(data-watermark);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 9rem;
  font-family: var(--halpes-heading-font-family);
  color: rgba(27, 67, 50, 0.05);
  pointer-events: none;
  line-height: 1;
  user-select: none;
  transition:
    transform 0.4s ease,
    color 0.4s ease;
}

.lr-stat-item:hover::before {
  transform: translate(-50%, -50%) scale(1.06);
  color: rgba(27, 67, 50, 0.09);
}

.lr-stat-item__num {
  font-family: var(--lr-font-heading, var(--halpes-heading-font-family));
  font-size: clamp(2.8rem, 4vw, 3.8rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #1b4332;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.lr-stat-item:nth-child(1) .lr-stat-item__num,
.lr-stat-item:nth-child(4) .lr-stat-item__num {
  font-size: clamp(3.4rem, 5.5vw, 5rem);
}

.lr-stat-item__label {
  font-family: var(--lr-font-body, var(--halpes-font-sans-serif));
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #1b3a2a;
  margin-bottom: 0.65rem;
}

.lr-stat-item__desc {
  font-family: var(--lr-font-body, var(--halpes-font-sans-serif));
  font-size: 0.925rem;
  color: #64748b;
  line-height: 1.65;
  max-width: 190px;
  margin: 0 auto 1.25rem;
}

/* Barre de progression animée */
.lr-stat-item__bar {
  width: 100%;
  height: 2px;
  background: rgba(27, 67, 50, 0.12);
  border-radius: 2px;
  overflow: hidden;
  max-width: 120px;
  margin: 0 auto;
}

.lr-stat-item__bar::after {
  content: "";
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #2d6a4f, #3d8b6a);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.lr-stat-item.lr-counted .lr-stat-item__bar::after {
  transform: scaleX(1);
}

/* =================================================
   À PROPOS — Editorial Stack credibility block
   ================================================= */
.lr-about {
  position: relative;
  background: #ffffff;
  padding: 5rem 0 7rem;
  overflow: hidden;
}

/* Bloc éditorial principal */
.lr-about__editorial {
  display: flex;
  flex-direction: column;
}

/* En-tête : label + grand titre */
.lr-about__head {
  margin-bottom: 2.5rem;
  max-width: 720px;
}
.lr-about__label {
  opacity: 1;
}
.lr-about__title {
  font-family: var(
    --lr-font-display,
    var(--lr-font-heading, var(--halpes-heading-font-family))
  ) !important;
  font-size: clamp(2.4rem, 3.2vw, 3.4rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  color: #1b3a2a !important;
  line-height: 1.1 !important;
  margin: 0.75rem 0 0 !important;
  opacity: 1;
  will-change: opacity, transform;
}
.lr-about__title-em {
  font-style: normal;
  color: #c8521a;
}

/* Métriques inline */
.lr-about__metrics {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 4rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(27, 67, 50, 0.1);
  border-bottom: 1px solid rgba(27, 67, 50, 0.1);
  max-width: 600px;
}
.lr-about__metric {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0 2.5rem 0 0;
}
.lr-about__metric strong {
  font-family: var(--lr-font-heading, var(--halpes-heading-font-family));
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #1b4332;
  line-height: 1;
  display: block;
}
.lr-about__metric strong sup {
  font-size: 0.55em;
  vertical-align: super;
}
.lr-about__metric span {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #64748b;
  display: block;
}
.lr-about__metric-sep {
  width: 1px;
  height: 2.5rem;
  background: rgba(27, 67, 50, 0.15);
  flex-shrink: 0;
  margin: 0 2.5rem 0 0;
}

/* Corps : grille texte + image */
.lr-about__body {
  display: grid;
  grid-template-columns: 58fr 42fr;
  gap: 5rem;
  align-items: start;
  background: none;
  position: relative;
}
.lr-about__body::before {
  display: none;
}

/* Colonne texte */
.lr-about__text {
  display: flex;
  flex-direction: column;
}
.lr-about__lead {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  opacity: 1;
}
.lr-about__extended {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.75;
  margin-bottom: 2rem;
}
.lr-about__pills {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 2.5rem !important;
  display: flex;
  flex-direction: column;
  gap: 0;
  opacity: 1;
}
.lr-about__pills li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: #2d3748;
  border-bottom: 1px solid rgba(27, 67, 50, 0.07);
  opacity: 1;
  transform: none;
}
.lr-about__pills li:last-child {
  border-bottom: none;
}
.lr-about__pills li svg {
  color: #c8521a;
  flex-shrink: 0;
  opacity: 0.85;
}
.lr-about__footer {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  flex-wrap: wrap;
  opacity: 1;
}
.lr-about__quote {
  flex: 1;
  min-width: 160px;
  border-left: 2px solid rgba(200, 82, 26, 0.35);
  padding-left: 1.1rem;
  margin: 0;
}
.lr-about__quote p {
  font-size: 0.92rem !important;
  color: #1b4332 !important;
  font-style: italic;
  line-height: 1.6 !important;
  margin: 0 0 0.35rem !important;
}
.lr-about__quote cite {
  font-size: 0.75rem;
  color: #94a3b8;
  font-style: normal;
  letter-spacing: 0.04em;
}

/* Colonne image (secondaire, encadrée) */
.lr-about__img-col {
  position: relative;
  align-self: stretch;
}
.lr-about__img-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  min-height: 420px;
  max-height: 540px;
  box-shadow:
    0 24px 64px rgba(27, 67, 50, 0.12),
    0 4px 16px rgba(27, 67, 50, 0.06);
}
.lr-about__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
.lr-about__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(13, 31, 24, 0.5) 0%,
    rgba(13, 31, 24, 0.1) 45%,
    transparent 70%
  );
  pointer-events: none;
}
.lr-about__terrain-tag {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  opacity: 1;
  background: rgba(13, 31, 24, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.lr-about__terrain-tag svg {
  color: #ff8a65;
  flex-shrink: 0;
}

/* =================================================
   APPLICATIONS — SaaS Product Spotlight
   ================================================= */
.lr-apps {
  background: #ffffff;
  padding: 4rem 0 4rem;
  position: relative;
  overflow: hidden;
}
.lr-apps::before {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(27, 67, 50, 0.06) 0%,
    transparent 60%
  );
  top: -200px;
  right: -200px;
  pointer-events: none;
  z-index: 0;
}
.lr-apps .lr-container {
  position: relative;
  z-index: 1;
}

/* Header */
.lr-apps__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(27, 67, 50, 0.08);
}
.lr-apps__head-text {
  display: flex;
  flex-direction: column;
}
.lr-apps__heading {
  font-family: var(
    --lr-font-display,
    var(--lr-font-heading, var(--halpes-heading-font-family))
  ) !important;
  font-size: clamp(2.4rem, 3.2vw, 3.4rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  color: #1b3a2a !important;
  line-height: 1.1 !important;
  margin: 0.4rem 0 0 !important;
}
.lr-apps__heading-em {
  font-style: normal;
  color: #c8521a;
}
.lr-apps__heading-sub {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.75;
  margin: 0.5rem 0 0 !important;
  max-width: 520px;
}
.lr-apps__head-desc {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  color: #64748b;
  line-height: 1.8;
  max-width: 400px;
  margin: 0;
  align-self: end;
  justify-self: end;
}
.lr-label--light {
  color: #2d7a50;
}

/* Showcase row */
.lr-showcase {
  display: grid;
  grid-template-columns: 62fr 38fr;
  gap: 3rem;
  align-items: center;
  padding: 2rem 0;
}
.lr-showcase--normal {
  border-bottom: 1px solid rgba(27, 67, 50, 0.07);
}
.lr-showcase--reverse {
  grid-template-columns: 38fr 62fr;
}
.lr-showcase:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

/* Panel texte */
.lr-showcase__panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
}
.lr-showcase__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.lr-showcase__num {
  display: none;
}
.lr-showcase__tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 0.3rem 0.9rem;
  border-radius: 50px;
}
.lr-showcase__tag--env {
  background: rgba(40, 90, 38, 0.6);
  color: #a8e6a3;
  border: 1px solid rgba(168, 230, 163, 0.2);
}
.lr-showcase__tag--foncier {
  background: rgba(201, 124, 20, 0.18);
  color: #ffb366;
  border: 1px solid rgba(255, 179, 102, 0.22);
}
.lr-showcase__title {
  font-family: var(
    --lr-font-display,
    var(--lr-font-heading, var(--halpes-heading-font-family))
  ) !important;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
  color: #1b3a2a !important;
  line-height: 1.15 !important;
  margin: 0 !important;
}
.lr-showcase__desc {
  font-size: clamp(0.95rem, 1.1vw, 1.05rem) !important;
  color: #64748b !important;
  line-height: 1.8 !important;
  margin: 0 !important;
  max-width: 420px;
}
.lr-showcase__pills {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.lr-showcase__pills li {
  font-size: 0.78rem;
  font-weight: 600;
  color: #2d5a3d;
  background: rgba(27, 67, 50, 0.07);
  border: 1px solid rgba(27, 67, 50, 0.14);
  padding: 0.3rem 0.85rem;
  border-radius: 50px;
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s;
}
.lr-showcase__pills li:hover {
  background: rgba(27, 67, 50, 0.14);
  border-color: rgba(27, 67, 50, 0.28);
  color: #1b4332;
}
.lr-showcase__cta {
  margin-top: 0.4rem;
}

/* Bouton outline sur fond clair (section .lr-apps) */
.lr-apps .lr-btn--outline {
  color: #1b4332 !important;
  border-color: rgba(27, 67, 50, 0.55) !important;
}
.lr-apps .lr-btn--outline:hover {
  background: #1b4332 !important;
  border-color: #1b4332 !important;
  color: #fff !important;
}

/* Screen + glow */
.lr-showcase__screen {
  position: relative;
  max-width: 420px;
  margin-left: auto;
}
.lr-showcase__glow {
  position: absolute;
  width: 70%;
  height: 60%;
  border-radius: 50%;
  filter: blur(60px);
  z-index: 0;
  pointer-events: none;
}
.lr-showcase__glow--env {
  background: rgba(40, 90, 38, 0.35);
  bottom: -10%;
  left: 10%;
}
.lr-showcase__glow--foncier {
  background: rgba(201, 124, 20, 0.25);
  bottom: -10%;
  right: 10%;
}

/* Browser mockup */
.lr-browser {
  position: relative;
  z-index: 1;
  background: #1e3d2c;
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 48px 120px rgba(27, 67, 50, 0.22),
    0 0 0 1px rgba(27, 67, 50, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: perspective(1200px) rotateX(3deg) rotateY(-4deg) scale(1);
  transition:
    transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.7s ease;
  will-change: transform;
}
.lr-showcase--reverse .lr-browser {
  transform: perspective(1200px) rotateX(3deg) rotateY(4deg) scale(1);
}
.lr-showcase--reverse .lr-showcase__screen {
  margin-left: 0;
  margin-right: auto;
}
.lr-browser:hover {
  transform: perspective(1200px) rotateX(0deg) rotateY(0deg) translateY(-8px)
    scale(1.01) !important;
  box-shadow:
    0 70px 140px rgba(27, 67, 50, 0.28),
    0 0 0 1px rgba(27, 67, 50, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.lr-browser__bar {
  background: #253f30;
  padding: 0.7rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.lr-browser__dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  flex-shrink: 0;
}
.lr-browser__dot--red {
  background: #ff5f57;
}
.lr-browser__dot--yellow {
  background: #ffbd2e;
}
.lr-browser__dot--green {
  background: #28c840;
}
.lr-browser__url {
  margin-left: 0.75rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.32);
  background: rgba(0, 0, 0, 0.28);
  padding: 0.2rem 0.75rem;
  border-radius: 4px;
  flex: 1;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lr-browser__viewport {
  position: relative;
  overflow: hidden;
  background: #e8f0ec;
}
.lr-browser__viewport::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 20%,
    rgba(255, 255, 255, 0.1) 46%,
    transparent 72%
  );
  transform: translateX(-120%);
  transition: transform 0.8s ease;
  pointer-events: none;
  z-index: 2;
}
.lr-browser:hover .lr-browser__viewport::after {
  transform: translateX(120%);
}
.lr-browser__viewport img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  max-height: 220px;
  transition: transform 2s ease;
}
.lr-browser:hover .lr-browser__viewport img {
  transform: scale(1.04);
}

/* =================================================
   RÉALISATIONS — Layout 2 colonnes + Swiper stacked
   ================================================= */
/* =================================================
   RÉALISATIONS — Cinematic Portfolio Showcase
   ================================================= */
.lr-realisations {
  background: #eef4f0;
  padding: 7rem 0 6rem;
  position: relative;
  overflow: hidden;
}
.lr-realisations::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(27, 67, 50, 0.07) 0%,
    transparent 65%
  );
  top: -100px;
  left: -150px;
  pointer-events: none;
  z-index: 0;
}

/* Header */
.lr-real-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: flex-end;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}
.lr-real-header__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lr-real-heading {
  font-family: var(
    --lr-font-display,
    var(--lr-font-heading, var(--halpes-heading-font-family))
  ) !important;
  font-size: clamp(2.4rem, 3.2vw, 3.4rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  color: #1b3a2a !important;
  line-height: 1.1 !important;
  margin: 0.5rem 0 0 !important;
}
.lr-real-heading-em {
  font-style: normal;
  color: #c8521a;
}
.lr-real-header__desc {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.75;
  margin: 0.5rem 0 2rem;
  max-width: 520px;
}
.lr-real-header__meta {
  display: flex;
  gap: 2.5rem;
  align-self: flex-end;
  padding: 1.5rem 2rem;
  border: 1px solid rgba(27, 67, 50, 0.1);
  border-radius: 16px;
  background: #f7f9f6;
  flex-shrink: 0;
}
.lr-real-stat {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.lr-real-stat__num {
  font-family: var(--lr-font-heading, var(--halpes-heading-font-family));
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: 700;
  color: #1b4332;
  line-height: 1;
  letter-spacing: -0.04em;
}
.lr-real-stat__label {
  font-size: 0.72rem;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* Stage — full-width carousel */
.lr-real-stage {
  position: relative;
  width: 100%;
  padding-bottom: 0;
}

/* Swiper */
.lr-real-swiper {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 5vw 4rem !important;
  overflow: visible !important;
}
.lr-real-swiper .swiper-wrapper {
  align-items: stretch;
}
.lr-real-swiper .swiper-slide {
  width: 400px;
  max-width: 78vw;
  transition:
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.5s ease;
  opacity: 0.62;
  transform: scale(0.93);
}
.lr-real-swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.lr-real-swiper .swiper-slide-prev,
.lr-real-swiper .swiper-slide-next {
  opacity: 0.85;
  transform: scale(0.96);
}

/* Card cinématique — full overlay */
.lr-real-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  user-select: none;
}

/* Visual */
.lr-real-card__visual {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.lr-real-swiper .swiper-slide-active .lr-real-card__visual {
  transform: scale(1.02);
}
.lr-real-card:hover .lr-real-card__visual {
  transform: scale(1.06);
}

/* Gradient overlay */
.lr-real-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(15, 37, 24, 0.8) 0%,
    rgba(15, 37, 24, 0.38) 42%,
    rgba(15, 37, 24, 0.05) 70%,
    transparent 100%
  );
}

/* Badges positionnés en haut */
.lr-real-card__badges {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  display: flex;
  gap: 0.5rem;
  z-index: 2;
}
.lr-real-badge {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 0.28rem 0.75rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  backdrop-filter: blur(8px);
}
.lr-real-badge--env {
  background: rgba(40, 90, 38, 0.7);
  color: #a8e6a3;
  border: 1px solid rgba(168, 230, 163, 0.3);
}
.lr-real-badge--sante {
  background: rgba(154, 42, 10, 0.7);
  color: #ffb3a0;
  border: 1px solid rgba(255, 179, 160, 0.3);
}
.lr-real-badge--foncier {
  background: rgba(201, 124, 20, 0.5);
  color: #ffda85;
  border: 1px solid rgba(255, 218, 133, 0.3);
}
.lr-real-badge--loc {
  background: rgba(0, 0, 0, 0.45);
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* Content overlaid at bottom */
.lr-real-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4.5rem 1.5rem 1.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: linear-gradient(
    to top,
    rgba(8, 25, 16, 0.92) 0%,
    rgba(8, 25, 16, 0.6) 50%,
    rgba(8, 25, 16, 0.05) 85%,
    transparent 100%
  );
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lr-real-card:hover .lr-real-card__content {
  transform: translateY(-4px);
}

/* Label trait — style hero caption label */
.lr-real-card__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #a8d5b8;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.9);
}
.lr-real-card__label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1.5px;
  background: #a8d5b8;
  border-radius: 2px;
  flex-shrink: 0;
}

.lr-real-card__title {
  font-family: var(
    --lr-font-display,
    var(--lr-font-heading, var(--halpes-heading-font-family))
  ) !important;
  font-size: clamp(1rem, 1.5vw, 1.2rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: #fff !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lr-real-card__title a {
  color: inherit !important;
  text-decoration: none;
}
.lr-real-card__title a:hover {
  color: #a8d5b8 !important;
}

.lr-real-card__desc {
  font-size: 0.8rem !important;
  color: rgba(255, 255, 255, 0.72) !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  opacity: 1;
}

.lr-real-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none;
  margin-top: 0.25rem;
  opacity: 1;
  transition: color 0.25s;
}
.lr-real-card__cta:hover {
  color: #a8d5b8 !important;
}

/* Navigation arrows — barre sous le carousel */
.lr-real-nav {
  position: static;
  transform: none;
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(27, 67, 50, 0.18);
  color: #1b4332;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    background 0.25s,
    border-color 0.25s,
    color 0.25s,
    box-shadow 0.25s;
  box-shadow: 0 2px 8px rgba(27, 67, 50, 0.08);
}
.lr-real-nav:hover {
  background: #1b4332;
  border-color: #1b4332;
  color: #fff;
  box-shadow: 0 4px 16px rgba(27, 67, 50, 0.2);
  transform: none;
}

/* Barre nav : flèches + dots alignés sur une ligne */
.lr-real-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0 1rem;
}

/* Dots */
.lr-real-swiper__dots {
  position: static !important;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: auto !important;
}
.lr-real-swiper__dots .swiper-pagination-bullet {
  background: rgba(27, 67, 50, 0.2);
  opacity: 1;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition:
    background 0.25s,
    transform 0.25s,
    width 0.25s;
  margin: 0 !important;
}
.lr-real-swiper__dots .swiper-pagination-bullet-active {
  background: #c8521a;
  transform: scale(1.3);
  width: 18px;
  border-radius: 3px;
}

/* CTA footer */
.lr-real-footer {
  display: flex;
  justify-content: center;
  padding: 3.5rem 0 5rem;
  position: relative;
  z-index: 1;
}

/* =================================================
   RECRUTEMENT — Fond crème, cards blanches  [LIGHT]
   ================================================= */
/* =================================================
   JOBS — redesign moderne
   ================================================= */
/* =================================================
   RECRUTEMENT — Premium Careers Showcase
   ================================================= */
.lr-jobs {
  background: #eef4f0;
  position: relative;
  overflow: hidden;
  padding: 7rem 0 7.5rem;
}
.lr-jobs::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(27, 67, 50, 0.05) 0%,
    transparent 65%
  );
  top: -200px;
  right: -200px;
  pointer-events: none;
  z-index: 0;
}

/* Layout 2 colonnes asymétrique */
.lr-jobs__layout {
  display: grid;
  grid-template-columns: 56fr 44fr;
  gap: 4rem;
  align-items: start;
  position: relative;
  z-index: 1;
}

/* Colonne gauche — mission */
.lr-jobs__left {
  position: sticky;
  top: 6rem;
}
.lr-jobs__label {
  color: #2d7a50 !important;
}
.lr-jobs__heading {
  font-family: var(
    --lr-font-display,
    var(--lr-font-heading, var(--halpes-heading-font-family))
  ) !important;
  font-size: clamp(2rem, 3vw, 3.2rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  color: #1b3a2a !important;
  line-height: 1.1 !important;
  margin: 0.5rem 0 1.25rem !important;
}
.lr-jobs__heading-em {
  font-style: normal;
  color: #c8521a;
}
.lr-jobs__mission {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.75;
  margin: 0.5rem 0 2rem;
  max-width: 520px;
}

/* Culture pills */
.lr-jobs__culture {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 2.5rem !important;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.lr-jobs__culture li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #1b4332;
}
.lr-jobs__culture li svg {
  flex-shrink: 0;
  color: #c8521a;
  opacity: 0.85;
}

/* Open badge */
.lr-jobs__open-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #1b4332;
  background: rgba(27, 67, 50, 0.06);
  border: 1px solid rgba(27, 67, 50, 0.12);
  padding: 0.5rem 1rem;
  border-radius: 50px;
}
.lr-jobs__open-badge strong {
  color: #16a34a;
  font-size: 1rem;
}
.lr-jobs__open-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #16a34a;
  animation: lr-pulse-dot 2s ease-in-out infinite;
  flex-shrink: 0;
}

/* Colonne droite — offres */
.lr-jobs__right {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 600px;
}

/* Job row — lien complet */
.lr-job-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.6rem 1.75rem;
  border-radius: 16px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(27, 67, 50, 0.07);
  box-shadow: 0 1px 3px rgba(27, 67, 50, 0.03);
  margin-bottom: 0.5rem;
  transition:
    background 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    border-color 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lr-job-row:last-of-type {
  margin-bottom: 0;
}
.lr-job-row:hover {
  background: #fff;
  transform: translateX(4px);
  box-shadow: 0 8px 32px rgba(27, 67, 50, 0.12);
  border-color: rgba(27, 67, 50, 0.15);
}

/* Featured row */
.lr-job-row--featured {
  background: #fff;
  border: 1px solid rgba(27, 67, 50, 0.1);
  box-shadow: 0 4px 24px rgba(27, 67, 50, 0.08);
  margin-bottom: 0.5rem;
}
.lr-job-row--featured:hover {
  box-shadow: 0 12px 40px rgba(27, 67, 50, 0.14);
  transform: translateX(4px) translateY(-2px);
}
.lr-job-row__glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  background: radial-gradient(
    ellipse at right,
    rgba(200, 82, 26, 0.06) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.lr-job-row__left {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
  min-width: 0;
}
.lr-job-row__tags {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.lr-job-tag {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0.22rem 0.65rem;
  border-radius: 50px;
}
.lr-job-tag--tech {
  background: rgba(27, 67, 50, 0.08);
  color: #1b4332;
}
.lr-job-tag--env {
  background: rgba(40, 90, 38, 0.1);
  color: #285a26;
}
.lr-job-tag--sig {
  background: rgba(200, 82, 26, 0.08);
  color: #c8521a;
}
.lr-job-tag--type {
  background: rgba(100, 116, 139, 0.08);
  color: #64748b;
}
.lr-job-tag--hot {
  background: rgba(22, 163, 74, 0.1);
  color: #16a34a;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.lr-job-tag__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #16a34a;
  animation: lr-pulse-dot 2s ease-in-out infinite;
  flex-shrink: 0;
}

.lr-job-row__title {
  font-family: var(
    --lr-font-heading,
    var(--halpes-heading-font-family)
  ) !important;
  font-size: clamp(1rem, 1.4vw, 1.2rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: #1b3a2a !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lr-job-row:hover .lr-job-row__title {
  color: #1b4332 !important;
}

.lr-job-row__desc {
  font-size: 0.85rem !important;
  color: #64748b !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lr-job-row__arrow {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(27, 67, 50, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1b4332;
  transition:
    background 0.25s,
    border-color 0.25s,
    color 0.25s,
    transform 0.25s;
}
.lr-job-row:hover .lr-job-row__arrow {
  background: #c8521a;
  border-color: #c8521a;
  color: #fff;
  transform: translateX(3px);
}

/* CTA row */
.lr-jobs__cta-row {
  padding-top: 1.75rem;
  border-top: 1px solid rgba(27, 67, 50, 0.07);
  margin-top: 0.5rem;
}

/* Onglets actives / historique — segmented pill control */
.lr-jobs__tabs {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 1.5rem;
  padding: 0.3rem;
  background: rgba(27, 67, 50, 0.05);
  border: 1px solid rgba(27, 67, 50, 0.08);
  border-radius: 999px;
}
.lr-jobs__tab {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.15rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #4a6356;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 999px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  white-space: nowrap;
}
.lr-jobs__tab:focus { outline: none; }
.lr-jobs__tab:focus-visible {
  box-shadow: 0 0 0 2px rgba(27, 67, 50, 0.25);
}
.lr-jobs__tab:hover:not(.lr-jobs__tab--active) {
  color: #1b3a2a;
  background: rgba(27, 67, 50, 0.08);
}
.lr-jobs__tab--active,
.lr-jobs__tab--active:hover,
.lr-jobs__tab--active:focus,
.lr-jobs__tab--active:focus-visible {
  color: #fff !important;
  background: #1b4332 !important;
  box-shadow: 0 4px 14px rgba(27, 67, 50, 0.18);
}
.lr-jobs__tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  background: rgba(27, 67, 50, 0.08);
  color: #1b4332;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0 5px;
  transition: background 0.25s ease, color 0.25s ease;
}
.lr-jobs__tab--active .lr-jobs__tab-count {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.lr-jobs__panel {
  animation: lr-jobs-fadein 0.35s ease;
}
.lr-jobs__panel--hidden { display: none; }
@keyframes lr-jobs-fadein {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Job row archivé */
.lr-job-row--archived {
  opacity: 0.6;
  transition: opacity 0.25s ease;
}
.lr-job-row--archived:hover { opacity: 1; }
.lr-job-row--archived .lr-job-row__title {
  text-decoration: line-through;
  text-decoration-color: rgba(27, 67, 50, 0.25);
  text-decoration-thickness: 1px;
}
.lr-job-tag--closed {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8aaa96;
  background: rgba(27, 67, 50, 0.06);
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
}

/* État vide — engageant */
.lr-jobs__empty {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 2.5rem 2rem;
  background: rgba(27, 67, 50, 0.03);
  border: 1px dashed rgba(27, 67, 50, 0.15);
  border-radius: 16px;
  font-size: 0.92rem;
  color: #4a6356;
  line-height: 1.6;
  margin: 0;
}
.lr-jobs__empty a {
  color: #c8521a;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(200, 82, 26, 0.3);
  transition: border-color 0.2s ease, color 0.2s ease;
}
.lr-jobs__empty a:hover {
  color: #1b4332;
  border-bottom-color: #1b4332;
}

/* =================================================
   PARTENAIRES — Fond blanc + logos blocs vert foncé
   ================================================= */
/* =================================================
   PARTENAIRES — Premium Trust Showcase
   ================================================= */
.lr-partners {
  background: #ffffff;
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
}

/* Header — titre + métriques sur une seule ligne */
.lr-partners__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 3.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(27, 67, 50, 0.1);
}
.lr-partners__head-left {
  flex: 1;
  min-width: 0;
}
.lr-partners__label {
  color: #2d7a50 !important;
}
.lr-partners__heading {
  font-family: var(
    --lr-font-display,
    var(--lr-font-heading, var(--halpes-heading-font-family))
  ) !important;
  font-size: clamp(2.4rem, 3.2vw, 3.4rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  color: #1b3a2a !important;
  line-height: 1.1 !important;
  margin: 0.5rem 0 0.75rem !important;
}
.lr-partners__heading-em {
  font-style: normal;
  color: #c8521a;
}
.lr-partners__desc {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.75;
  margin: 0.5rem 0 0;
  max-width: 520px;
}

/* Trust metrics — ligne horizontale à droite du titre */
.lr-partners__trust-metrics {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
  padding: 1.5rem 2rem;
  background: #fff;
  border: 1px solid rgba(27, 67, 50, 0.1);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(27, 67, 50, 0.06);
}
.lr-partners__metric {
  padding: 0 2rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.lr-partners__metric:last-child {
  padding-right: 0;
}
.lr-partners__metric:hover {
  background: none;
}
.lr-partners__metric + .lr-partners__metric {
  border-top: none;
  border-left: 1px solid rgba(27, 67, 50, 0.1);
  padding-left: 2rem;
}
.lr-partners__metric-sep {
  display: none;
}
.lr-partners__metric-num {
  font-family: var(
    --lr-font-display,
    var(--lr-font-heading, var(--halpes-heading-font-family))
  );
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #1b4332;
  line-height: 1;
}
.lr-partners__metric-num sup {
  font-size: 0.45em;
  vertical-align: super;
  color: #c8521a;
}
.lr-partners__metric-label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #94a3b8;
}

/* Featured tier — 4 grandes cartes */
.lr-partners__featured {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.lr-partners__feat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 2.5rem 2rem;
  background: #fff;
  border: 1px solid rgba(27, 67, 50, 0.1);
  border-radius: 16px;
  text-decoration: none;
  overflow: hidden;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
  box-shadow: 0 2px 12px rgba(27, 67, 50, 0.04);
}
.lr-partners__feat-card:hover {
  border-color: rgba(27, 67, 50, 0.2);
  box-shadow: 0 12px 40px rgba(27, 67, 50, 0.1);
  transform: translateY(-4px);
}
.lr-partners__feat-glow {
  display: none;
}
.lr-partners__feat-card img {
  height: 48px;
  max-width: 150px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: grayscale(20%) opacity(0.85);
  transition: filter 0.3s ease, transform 0.3s ease;
}
.lr-partners__feat-card:hover img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.04);
}
.lr-partners__feat-name {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #94a3b8;
  transition: color 0.3s ease;
}
.lr-partners__feat-card:hover .lr-partners__feat-name {
  color: #2d6a4f;
}

/* Marquee zone — second rang */
.lr-partners__marquee-zone {
  overflow: hidden;
  padding: 1.5rem 0 0;
  border-top: 1px solid rgba(27, 67, 50, 0.08);
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );
}
.lr-partners__marquee-row {
  overflow: hidden;
}
.lr-partners__marquee-track {
  display: flex;
  gap: 1rem;
  align-items: center;
  animation: lr-partners-scroll 40s linear infinite;
  width: max-content;
  will-change: transform;
}
.lr-partners__marquee-track:hover {
  animation-play-state: paused;
}
@keyframes lr-partners-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-33.333%); }
}
.lr-partners__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f7f9f6;
  border: 1px solid rgba(27, 67, 50, 0.08);
  border-radius: 10px;
  padding: 0.85rem 1.75rem;
  min-width: 130px;
  height: 64px;
  flex-shrink: 0;
  transition: border-color 0.3s, background 0.3s;
}
.lr-partners__item:hover {
  background: #ffffff;
  border-color: rgba(27, 67, 50, 0.18);
}
.lr-partners__item img {
  height: 32px;
  max-width: 110px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: grayscale(30%) opacity(0.75);
  transition: filter 0.35s ease;
}
.lr-partners__item:hover img {
  filter: grayscale(0%) opacity(1);
}

/* =================================================
   CTA FINAL — Parallaxe photo + overlay sombre
   ================================================= */
/* =================================================
   CTA FINAL — Cinematic Conversion
   ================================================= */
.lr-cta-section {
  position: relative;
  padding: 5.5rem 0 5rem;
  background: linear-gradient(135deg, #1b3a2a 0%, #2d5a3d 50%, #1b4332 100%);
  overflow: hidden;
  z-index: 0;
}

/* Ambient background */
.lr-cta-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.lr-cta-bg__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}
.lr-cta-bg__orb--1 {
  width: 700px;
  height: 700px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.06) 0%,
    transparent 65%
  );
  top: -200px;
  left: -150px;
  animation: lr-orb-drift 12s ease-in-out infinite alternate;
}
.lr-cta-bg__orb--2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(212, 106, 46, 0.06) 0%,
    transparent 65%
  );
  bottom: -100px;
  right: 5%;
  animation: lr-orb-drift 16s ease-in-out infinite alternate-reverse;
}
.lr-cta-bg__orb--3 {
  width: 350px;
  height: 350px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.04) 0%,
    transparent 65%
  );
  top: 40%;
  left: 45%;
  animation: lr-orb-drift 10s ease-in-out infinite alternate;
}
@keyframes lr-orb-drift {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(30px, -20px) scale(1.05);
  }
}
.lr-cta-bg__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    black 30%,
    transparent 75%
  );
}

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

/* Main layout */
.lr-cta-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 4rem;
  align-items: center;
}

/* ── Texte gauche ── */
.lr-cta-label {
  color: rgba(167, 210, 185, 0.9) !important;
}

.lr-cta-heading {
  display: flex;
  flex-direction: column;
  margin: 0.5rem 0 1.5rem !important;
  font-family: var(
    --lr-font-display,
    var(--lr-font-heading, var(--halpes-heading-font-family))
  ) !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  line-height: 1 !important;
}
.lr-cta-heading__line {
  display: block;
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  line-height: 1;
}
.lr-cta-heading__line--dim {
  color: rgba(240, 237, 232, 0.5);
}
.lr-cta-heading__line--em {
  color: #c8521a;
  font-size: clamp(2.8rem, 5vw, 5.8rem);
}

.lr-cta-desc {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  color: rgba(240, 237, 232, 0.72);
  line-height: 1.85;
  margin: 0 0 1.75rem !important;
  max-width: 420px;
}

/* Buttons */
.lr-cta-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
  flex-wrap: wrap;
}
.lr-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--lr-font-body, inherit);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lr-cta-btn--primary {
  padding: 0.85rem 1.75rem;
  background: #d46a2e;
  color: #fff !important;
  box-shadow:
    0 6px 28px rgba(212, 106, 46, 0.38),
    0 0 0 1px rgba(212, 106, 46, 0.2);
}
.lr-cta-btn--primary:hover {
  background: #bf5f28;
  transform: translateY(-3px);
  box-shadow:
    0 14px 48px rgba(212, 106, 46, 0.42),
    0 0 0 1px rgba(212, 106, 46, 0.3);
  gap: 0.95rem;
  color: #fff !important;
}
.lr-cta-btn--ghost {
  padding: 0.85rem 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(240, 237, 232, 0.9) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
}
.lr-cta-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff !important;
}

/* Micro-réassurance */
.lr-cta-micro {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.lr-cta-micro__item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.76rem;
  font-weight: 600;
  color: rgba(240, 237, 232, 0.62);
  letter-spacing: 0.04em;
}
.lr-cta-micro__item svg {
  color: rgba(167, 210, 185, 0.8);
  flex-shrink: 0;
}
.lr-cta-micro__sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

/* ── Carte droite ── */
.lr-cta-card-wrap {
  perspective: 1000px;
}
.lr-cta-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(27, 67, 50, 0.1);
  border-radius: 24px;
  padding: 2rem 2.25rem;
  box-shadow:
    0 20px 60px rgba(27, 67, 50, 0.1),
    0 4px 16px rgba(27, 67, 50, 0.06);
  overflow: hidden;
  transition:
    transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.6s ease;
}
.lr-cta-card:hover {
  transform: translateY(-6px) rotateX(1deg);
  box-shadow:
    0 36px 80px rgba(27, 67, 50, 0.14),
    0 6px 20px rgba(27, 67, 50, 0.08);
}
.lr-cta-card__glow {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(27, 67, 50, 0.06) 0%,
    transparent 65%
  );
  top: -100px;
  right: -80px;
  pointer-events: none;
}

.lr-cta-card__header {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(27, 67, 50, 0.1);
}
.lr-cta-card__eyebrow {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #2d7a50;
  margin-bottom: 0.6rem;
}
.lr-cta-card__tagline {
  font-family: var(--lr-font-heading, var(--halpes-heading-font-family));
  font-size: 1.35rem;
  font-weight: 700;
  color: #1b3a2a;
  line-height: 1.35;
  margin: 0;
}

/* Route links */
.lr-cta-card__routes {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
}
.lr-cta-route {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.25s ease;
  border: 1px solid transparent;
}
.lr-cta-route:hover {
  background: rgba(27, 67, 50, 0.05);
  border-color: rgba(27, 67, 50, 0.1);
}
.lr-cta-route__icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  flex-shrink: 0;
  background: rgba(27, 67, 50, 0.07);
  border: 1px solid rgba(27, 67, 50, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2d7a50;
  transition:
    background 0.25s,
    color 0.25s;
}
.lr-cta-route:hover .lr-cta-route__icon {
  background: rgba(212, 106, 46, 0.12);
  color: #c8521a;
  border-color: rgba(212, 106, 46, 0.2);
}
.lr-cta-route__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.lr-cta-route__body strong {
  font-size: 0.88rem;
  font-weight: 700;
  color: #1b3a2a;
}
.lr-cta-route__body span {
  font-size: 0.74rem;
  color: #94a3b8;
}
.lr-cta-route__arrow {
  color: rgba(27, 67, 50, 0.3);
  flex-shrink: 0;
  transform: translateX(0);
  transition:
    transform 0.25s,
    color 0.25s;
}
.lr-cta-route:hover .lr-cta-route__arrow {
  color: rgba(217, 64, 16, 0.7);
  transform: translateX(3px);
}

/* Card footer */
.lr-cta-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(27, 67, 50, 0.1);
}
.lr-cta-card__location {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #94a3b8;
  letter-spacing: 0.05em;
}
.lr-cta-card__avail {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(74, 222, 128, 0.8);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.lr-cta-card__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3d8b6a;
  box-shadow: 0 0 8px rgba(61, 139, 106, 0.5);
  animation: lr-pulse-dot 2.4s ease-in-out infinite;
}
@keyframes lr-pulse-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(0.85);
  }
}

@keyframes lr-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

/* =================================================
   PREMIUM HOME OVERRIDES — Refonte 2026
   ================================================= */

/* ── Hero premium override — nulled, base block is canonical ── */

/* ── Quicklinks premium override — nulled, base block is canonical ── */

/* ── Expertises — dark refonte (supprimé — base block canonique) ── */

/* ── Services — dark refonte (supprimé — base block canonique) ── */

/* ── Statistiques light premium ───────────────── */
.lr-stat-item__num {
  font-size: clamp(3.5rem, 6vw, 5.5rem) !important;
  color: #1b4332 !important;
  text-shadow: none !important;
}
.lr-stat-item:nth-child(1) .lr-stat-item__num,
.lr-stat-item:nth-child(4) .lr-stat-item__num {
  font-size: clamp(4rem, 7vw, 6.5rem) !important;
}
.lr-stat-item__label {
  font-size: 1rem !important;
  color: #1b3a2a !important;
}
.lr-stat-item__desc {
  font-size: 0.88rem;
  color: #64748b !important;
}
.lr-stat-item__bar {
  background: rgba(27, 67, 50, 0.12) !important;
  height: 3px;
}
.lr-stats-section .lr-label {
  color: #2d6a4f !important;
}

/* ── Applications — dark refonte (override supprimé — base block est canonique) ── */

/* ── Réalisations — dark refonte (supprimé — base block canonique) ── */

/* ── Partenaires — dark refonte (supprimé — base block canonique) ── */

/* ── CTA final — dark refonte (supprimé — base block canonique) ── */

/* ─── Responsive overrides (refonte) ────────────── */
@media (max-width: 900px) {
  .lr-hero__left {
    padding: 5rem 2rem 3rem 2.5rem;
  }
  .lr-stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(27, 67, 50, 0.1);
  }

  /* About — tablet : 1 colonne */
  .lr-about__body {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .lr-about__img-frame {
    min-height: 320px;
    max-height: 400px;
  }
  .lr-about__title {
    font-size: clamp(2.4rem, 6vw, 3.6rem) !important;
  }
}

@media (max-width: 600px) {
  /* Hero mobile */
  .lr-hero__left {
    padding: 4rem 1.5rem 2.5rem;
  }
  .lr-hero__title-line--md {
    font-size: clamp(2.2rem, 10vw, 3.2rem) !important;
  }
  .lr-hero__title-line--lg {
    font-size: clamp(2.8rem, 13vw, 4.2rem) !important;
  }
  .lr-hero__stats-glass {
    flex-wrap: wrap;
  }
  .lr-hero__stat-g {
    flex: 1 1 calc(50% - 0.5rem);
  }
  .lr-hero__stat-g-div:nth-child(4) {
    display: none;
  }
  .lr-slide-caption {
    padding: 1.8rem 1.4rem 3.5rem;
  }
  .lr-slide-caption__title {
    font-size: 1.25rem;
    max-width: 100%;
  }
  .lr-slide-caption__meta {
    display: none;
  }

  /* (old lr-cta-inner removed) */

  /* About — mobile */
  .lr-about {
    padding: 4rem 0 5rem;
  }
  .lr-about__head {
    margin-bottom: 2rem;
  }
  .lr-about__metrics {
    flex-wrap: wrap;
    gap: 1.5rem;
    max-width: 100%;
    padding: 1.5rem 0;
  }
  .lr-about__metric-sep {
    display: none;
  }
  .lr-about__metric {
    padding: 0;
    min-width: 30%;
  }
  .lr-about__body {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .lr-about__img-frame {
    min-height: 260px;
    max-height: 320px;
  }
  .lr-about__footer {
    flex-direction: column;
    gap: 1.5rem;
  }
}
/* ── Expertises — light refonte (supprimé — base block canonique) ── */

/* ── Services — light refonte (supprimé — base block canonique) ── */

/* ── Applications — light refonte (override supprimé — base block est canonique) ── */

/* ── Réalisations — light refonte (supprimé — base block canonique) ── */

/* ── Partenaires — light refonte (supprimé — base block canonique) ── */

/* =================================================
   ANIMATIONS
   ================================================= */
@keyframes lr-fade-up-soft {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lr-fade-up {
  from {
    opacity: 0;
    transform: translate(var(--lr-ax, 0), var(--lr-ay, 24px));
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes lr-badge-bob {
  0%,
  100% {
    transform: rotate(-3deg) translateY(0);
  }
  50% {
    transform: rotate(-2deg) translateY(-8px);
  }
}

@keyframes lr-orbit-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

.lr-animate {
  opacity: 0;
  animation: lr-fade-up 0.6s ease forwards;
}

/* =================================================
   RESPONSIVE
   ================================================= */
@media (max-width: 1100px) {
  .lr-hero__left {
    padding: 4rem 2.5rem 3rem 3rem;
  }
  .lr-about__body {
    padding: 2.5rem 2rem 2.5rem 3rem;
  }
  .lr-showcase {
    gap: 3.5rem;
  }
}

@media (max-width: 900px) {
  /* Hero */
  .lr-hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: unset;
    max-height: unset;
  }
  .lr-hero__left {
    padding: 5rem 2rem 3rem 3rem;
  }
  .lr-hero__right {
    min-height: 60vw;
  }
  .lr-hero-swiper {
    min-height: 54vw;
  }
  .lr-hero__title-line--md {
    font-size: clamp(2.6rem, 7vw, 4.5rem) !important;
  }
  .lr-hero__title-line--lg {
    font-size: clamp(3.2rem, 9vw, 6rem) !important;
  }
  .lr-hero__stats-glass {
    width: 100%;
  }
  .lr-hero__stat-g {
    padding: 0.8rem 1rem;
    flex: 1;
  }
  .lr-slide-caption {
    padding: 2rem 1.8rem 3.8rem;
  }
  .lr-slide-caption__title {
    font-size: 1.35rem;
    max-width: 100%;
  }

  /* Expertises */
  .lr-expertises__head {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .lr-expertises__head-desc {
    justify-self: start;
    max-width: none;
  }
  .lr-exp__stage {
    grid-template-columns: 1fr;
  }
  .lr-exp-card--featured {
    min-height: 420px;
  }
  .lr-exp-card--secondary {
    min-height: 280px;
  }
  .lr-exp-card__text {
    opacity: 1;
    transform: translateY(0);
  }

  /* Services */
  .lr-services__header {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
  .lr-services__heading {
    font-size: clamp(2.2rem, 5vw, 3.2rem) !important;
  }
  .lr-services__grid {
    grid-template-columns: 1fr;
  }
  .lr-svc-col {
    flex-direction: row;
  }
  .lr-services__grid-row2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lr-svc-card {
    min-height: 300px;
  }
  .lr-svc-card--featured {
    min-height: 420px;
  }
  .lr-svc-card--sm {
    min-height: 240px;
  }

  /* Stats */
  .lr-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lr-stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(27, 67, 50, 0.1);
  }

  /* About — responsive (768px breakpoint) */
  .lr-about__body {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .lr-about__img-frame {
    min-height: 300px;
    max-height: 420px;
  }
  .lr-about__title {
    font-size: clamp(2.2rem, 6vw, 3rem) !important;
  }

  /* Apps — Product Spotlight */
  .lr-apps__head {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .lr-apps__head-desc {
    justify-self: start;
    max-width: none;
  }
  .lr-apps__heading {
    font-size: clamp(2.2rem, 5vw, 3.2rem) !important;
  }
  .lr-showcase,
  .lr-showcase--reverse {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 4rem 0;
  }
  .lr-showcase--reverse .lr-showcase__screen {
    order: -1;
  }
  .lr-browser {
    transform: perspective(1200px) rotateX(2deg) rotateY(0deg) !important;
  }
  .lr-browser__viewport img {
    max-height: 280px;
  }

  /* Réalisations */
  .lr-real-header {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .lr-real-swiper .swiper-slide {
    width: 80vw;
    max-width: 500px;
  }

  /* Jobs */
  .lr-jobs__layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .lr-jobs__left {
    position: static;
  }
  .lr-jobs__mission {
    max-width: none;
  }
  .lr-job-row__title {
    white-space: normal;
  }
  .lr-job-row__desc {
    white-space: normal;
  }

  /* Partners — tablet */
  .lr-partners__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 3.5rem;
  }
  .lr-partners__heading {
    font-size: clamp(2.2rem, 5vw, 3.2rem) !important;
  }
  .lr-partners__trust-metrics {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .lr-partners__metric {
    padding: 1.25rem 1.75rem;
  }
  .lr-partners__featured {
    grid-template-columns: repeat(2, 1fr);
  }

  /* CTA */
  .lr-cta-layout {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  .lr-cta-heading__line {
    font-size: clamp(2.2rem, 5.5vw, 3.8rem);
  }
  .lr-cta-heading__line--em {
    font-size: clamp(2.6rem, 7vw, 4.8rem);
  }
}

@media (max-width: 600px) {
  .lr-apps {
    padding: 5rem 0 6rem;
  }
  .lr-apps__head {
    margin-bottom: 4rem;
  }
  .lr-showcase {
    padding: 4rem 0;
  }
  .lr-browser {
    transform: none !important;
  }
  .lr-browser__viewport img {
    max-height: 220px;
  }
  .lr-showcase__num {
    font-size: 4rem;
  }
  .lr-services {
    padding: 5rem 0 6rem;
  }
  .lr-services__header {
    margin-bottom: 2.5rem;
  }
  .lr-services__heading {
    font-size: clamp(2rem, 8vw, 2.8rem) !important;
  }
  .lr-services__grid {
    grid-template-columns: 1fr;
  }
  .lr-svc-col {
    flex-direction: column;
  }
  .lr-services__grid-row2 {
    grid-template-columns: 1fr;
  }
  .lr-svc-card {
    min-height: 260px;
    transform: none !important;
  }
  .lr-svc-card--featured {
    min-height: 360px;
  }
  .lr-svc-card--sm {
    min-height: 220px;
  }
  .lr-hero__left {
    padding: 4.5rem 1.5rem 2.5rem;
  }
  .lr-hero__right {
    padding: 0;
  }
  .lr-hero-swiper {
    min-height: 72vw;
  }
  .lr-hero__actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .lr-hero__stats {
    flex-wrap: wrap;
  }
  .lr-hero__stat {
    padding: 0.7rem 0.9rem;
  }
  .lr-hero__stat-sep {
    display: none;
  }
  .lr-hero__trust {
    gap: 1rem;
  }
  .lr-section {
    padding: 3.5rem 0;
  }
  .lr-stats-section {
    clip-path: none;
    padding: 4rem 0;
    margin-top: 0;
  }
  .lr-partners {
    padding-top: 5rem;
  }
  .lr-partners__metric {
    flex: 1 1 calc(50% - 2rem);
    padding: 1rem 1.25rem;
  }
  .lr-partners__metric + .lr-partners__metric {
    border-left: none;
    border-top: 1px solid rgba(27, 67, 50, 0.1);
    padding-left: 1.25rem;
  }
  .lr-partners__heading {
    font-size: clamp(2rem, 8vw, 2.8rem) !important;
  }
  .lr-partners__featured {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .lr-partners__feat-card {
    padding: 2rem 1.25rem 1.5rem;
  }
  .lr-partners__feat-card img {
    height: 40px;
  }
  .lr-partners__item {
    min-width: 110px;
    height: 62px;
    padding: 0.75rem 1.25rem;
  }
  .lr-partners__item img {
    height: 28px;
  }
  .lr-cta-section {
    padding: 4rem 0 3.5rem;
  }
  .lr-cta-heading__line {
    font-size: clamp(2rem, 7.5vw, 3.2rem);
  }
  .lr-cta-heading__line--em {
    font-size: clamp(2.4rem, 9vw, 4rem);
  }
  .lr-cta-micro {
    gap: 0.75rem;
  }
  .lr-cta-card {
    padding: 2rem;
  }
  .lr-cta-bg__orb--1 {
    width: 400px;
    height: 400px;
  }
  .lr-cta-bg__orb--2 {
    display: none;
  }
}

/* =================================================
   HERO — Cercle SVG animé
   ================================================= */
.lr-hero__circled {
  position: relative;
  display: inline-block;
}

.lr-circle-svg {
  position: absolute;
  left: -8px;
  top: -10px;
  width: calc(100% + 16px);
  height: calc(100% + 20px);
  pointer-events: none;
  overflow: visible;
}

.lr-circle-path {
  transition: stroke-dashoffset 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.9s;
}

.lr-circle-path.lr-drawn {
  stroke-dashoffset: 0;
}

/* =================================================
   HERO WRAP — fond commun hero + quicklinks
   ================================================= */
.lr-hero-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: visible;
  background: #f5f3ef;
  border-bottom: none;
  padding-bottom: 3rem;
}

.lr-hero-wrap::after {
  display: none;
}

/* =================================================
   QUICKLINKS — Footer structurel du hero
   Grille miroir du hero : 52% gauche / 48% droite
   ================================================= */
.lr-quicklinks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: calc(100% - 14rem);
  max-width: 1100px;
  margin: -2rem auto 0;
  position: relative;
  z-index: 20;
  background: transparent;
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 8px 32px rgba(27, 67, 50, 0.18),
    0 2px 8px rgba(27, 67, 50, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Chaque moitié = 2 items côte à côte */
.lr-quicklinks::before,
.lr-quicklinks::after {
  display: none;
}

/* Toutes les cartes — fond vert foncé uniforme */
.lr-ql-card:nth-child(1),
.lr-ql-card:nth-child(2),
.lr-ql-card:nth-child(3),
.lr-ql-card:nth-child(4) {
  background: #1b4332;
}

/* Textes — toutes cartes sur fond vert */
.lr-ql-card__title {
  color: #ffffff !important;
}

.lr-ql-card__sub {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* Icônes — blanc sur fond vert */
.lr-ql-card__icon {
  background: rgba(255, 255, 255, 0.12) !important;
  border: none !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

/* Arrow — toutes cartes */
.lr-ql-card__arrow {
  color: rgba(255, 255, 255, 0.3) !important;
}

/* Hover — toutes cartes */
.lr-ql-card:hover {
  background: #1e4d38 !important;
}

.lr-ql-card:hover .lr-ql-card__icon {
  background: rgba(255, 255, 255, 0.2) !important;
}

.lr-ql-card:hover .lr-ql-card__arrow {
  color: rgba(255, 255, 255, 0.75) !important;
  transform: translateX(3px);
}

/* Séparateurs blancs entre cartes */
.lr-ql-card {
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.lr-ql-card:nth-child(4) {
  border-right: none !important;
}

/* Card base */
.lr-ql-card {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.25rem 1.75rem;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  transition: background 0.22s ease;
}

.lr-ql-card:first-child {
  border-radius: 15px 0 0 15px;
}

.lr-ql-card:last-child {
  border-radius: 0 15px 15px 0;
  border-right: none !important;
}

/* Séparateur côté sombre */
.lr-ql-card:nth-child(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.lr-ql-card:nth-child(4) {
  border-right: none;
}

/* Ligne de séparation verticale entre les deux zones */
.lr-ql-card:nth-child(2) {
  border-right: 2px solid rgba(27, 67, 50, 0.12);
}

/* Accent bar top — couleur domaine */
.lr-ql-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}

.lr-ql-card:hover::before {
  opacity: 1;
}

.lr-ql-card:nth-child(1)::before {
  background: linear-gradient(90deg, #1b4332, #2d7a50);
}
.lr-ql-card:nth-child(2)::before {
  background: linear-gradient(90deg, #2d5a1e, #3a7d2a);
}
.lr-ql-card:nth-child(3)::before {
  background: rgba(255, 255, 255, 0.15);
}
.lr-ql-card:nth-child(4)::before {
  background: rgba(255, 138, 101, 0.5);
}

/* Dot couleur domaine — petit cercle discret */
.lr-ql-card__dot {
  display: none;
}

/* Icon compact */
.lr-ql-card__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(27, 67, 50, 0.07);
  color: #1b4332;
  transition:
    background 0.22s,
    color 0.22s;
}

.lr-ql-card:nth-child(4) .lr-ql-card__icon {
  color: #c8521a;
  background: rgba(217, 64, 16, 0.07);
}

.lr-ql-card:hover .lr-ql-card__icon {
  background: #1b4332;
  color: #fff;
}

.lr-ql-card:nth-child(4):hover .lr-ql-card__icon {
  background: #d94010;
  color: #fff;
}

/* Text body */
.lr-ql-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}

.lr-ql-card__title {
  display: block;
  font-family: var(--lr-font-body, var(--halpes-font-sans-serif));
  font-size: 0.92rem;
  font-weight: 700;
  color: #1b3a2a;
  letter-spacing: -0.015em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.22s;
}

.lr-ql-card:nth-child(4) .lr-ql-card__title {
  color: #6b2008;
}

.lr-ql-card__sub {
  display: block;
  font-family: var(--lr-font-body, var(--halpes-font-sans-serif));
  font-size: 0.73rem;
  color: #5a7a68;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.22s;
}

.lr-ql-card:nth-child(4) .lr-ql-card__sub {
  color: #8a5038;
}

.lr-ql-card:hover .lr-ql-card__sub {
  color: #2d7a50;
}

.lr-ql-card:nth-child(4):hover .lr-ql-card__sub {
  color: #b83008;
}

/* Arrow */
.lr-ql-card__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(27, 67, 50, 0.3);
  margin-left: auto;
  transition:
    color 0.22s,
    transform 0.22s;
}

.lr-ql-card:nth-child(4) .lr-ql-card__arrow {
  color: rgba(217, 64, 16, 0.3);
}

.lr-ql-card:hover .lr-ql-card__arrow {
  color: #1b4332;
  transform: translateX(3px);
}

.lr-ql-card:nth-child(4):hover .lr-ql-card__arrow {
  color: #c8521a;
  transform: translateX(3px);
}

/* =================================================
   GALERIE TERRAIN — Mosaïque fixe 6 colonnes
   ================================================= */
/* =================================================
   GALLERY — Cinematic Showcase
   ================================================= */
/* =================================================
   GALLERY — Cinematic Field Showcase
   ================================================= */
.lr-gallery {
  background: #f7f9f6;
  padding: 5rem 0 4rem;
  overflow: hidden;
  position: relative;
}

/* Header */
.lr-gallery__head {
  position: relative;
  margin-bottom: 3rem;
}
.lr-gallery__head-inner {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(27, 67, 50, 0.1);
}
.lr-gallery__head-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lr-gallery__label {
  color: #2d7a50 !important;
}
.lr-gallery__heading {
  font-family: var(
    --lr-font-display,
    var(--lr-font-heading, var(--halpes-heading-font-family))
  ) !important;
  font-size: clamp(2.4rem, 3.2vw, 3.4rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  color: #1b3a2a !important;
  line-height: 1.1 !important;
  margin: 0.5rem 0 0 !important;
}
.lr-gallery__heading-em {
  font-style: normal;
  color: #c8521a;
}
.lr-gallery__head-desc {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.75;
  margin: 0.5rem 0 0;
  max-width: 520px;
}

/* Marquee de lieux */
.lr-gallery__marquee {
  overflow: hidden;
  margin-top: 2.5rem;
  padding: 0.8rem 0;
  border-top: 1px solid rgba(27, 67, 50, 0.08);
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 8%,
    #000 92%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 8%,
    #000 92%,
    transparent 100%
  );
}
.lr-gallery__marquee-track {
  display: flex;
  gap: 2rem;
  white-space: nowrap;
  animation: lr-marquee 28s linear infinite;
  width: max-content;
}
.lr-gallery__marquee-track span {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(27, 67, 50, 0.3);
}
.lr-gallery__marquee-track span:nth-child(even) {
  color: rgba(217, 64, 16, 0.4);
}
@keyframes lr-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ── Grille 4 images ordonnée ── */
.lr-gallery__bento {
  display: grid;
  grid-template-columns: 5fr 3fr 3fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.lr-gallery__anchor {
  grid-column: 1;
  grid-row: 1 / 3;
}

/* Shared frame styles */
.lr-gallery__frame {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}
.lr-gallery__frame--anchor {
  height: 440px;
}
.lr-gallery__frame--sm {
  height: 213px;
}

.lr-gallery__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lr-gallery__frame:hover .lr-gallery__img {
  transform: scale(1.09);
}

.lr-gallery__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(15, 37, 24, 0.72) 0%,
    rgba(15, 37, 24, 0.14) 60%,
    transparent 100%
  );
  z-index: 1;
  transition: background 0.4s ease;
}
.lr-gallery__frame:hover .lr-gallery__overlay {
  background: linear-gradient(
    to top,
    rgba(15, 37, 24, 0.82) 0%,
    rgba(15, 37, 24, 0.22) 65%,
    transparent 100%
  );
}

/* Meta dans l'image anchor */
.lr-gallery__meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 2rem 2rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  transform: translateY(8px);
  transition: transform 0.4s ease;
}
.lr-gallery__frame:hover .lr-gallery__meta {
  transform: translateY(0);
}

.lr-gallery__caption {
  font-family: var(--lr-font-heading, var(--halpes-heading-font-family));
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 0;
}

/* Location tag */
.lr-gallery__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(15, 37, 24, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.28rem 0.75rem 0.28rem 0.6rem;
  border-radius: 50px;
  width: fit-content;
}
.lr-gallery__tag--float {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}
.lr-gallery__frame:hover .lr-gallery__tag--float {
  opacity: 1;
  transform: translateY(0);
}

/* Col 2&3 : 4 cases remplissent les 2 colonnes × 2 lignes */
.lr-gallery__stack {
  display: contents;
}

/* Stat card — bande horizontale sous la grille */
.lr-gallery__stat-card {
  display: flex;
  align-items: center;
  gap: 0;
  background: #ffffff;
  border: 1px solid rgba(27, 67, 50, 0.1);
  border-radius: 12px;
  padding: 1.25rem 2rem;
  box-shadow: 0 4px 16px rgba(27, 67, 50, 0.06);
  margin-bottom: 0.75rem;
}
.lr-gallery__stat-num {
  font-family: var(
    --lr-font-display,
    var(--lr-font-heading, var(--halpes-heading-font-family))
  );
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #1b4332;
  line-height: 1;
}
.lr-gallery__stat-num sup {
  font-size: 0.5em;
  vertical-align: super;
}
.lr-gallery__stat-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #94a3b8;
  margin-left: 0.5rem;
  margin-right: 2.5rem;
}
.lr-gallery__stat-divider {
  width: 1px;
  height: 2rem;
  background: rgba(27, 67, 50, 0.12);
  margin: 0 2.5rem 0 0;
  flex-shrink: 0;
  align-self: center;
}

/* ── Rangée 2 : 4 colonnes égales dans le container ── */
.lr-gallery__row2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-top: 0.75rem;
}
.lr-gallery__frame--strip {
  height: 200px;
}

/* ── Gallery footer CTA ── */
.lr-gallery__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 0 4.5rem;
  border-top: 1px solid rgba(27, 67, 50, 0.1);
  margin-top: 2.5rem;
}
.lr-gallery__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1b4332 !important;
  text-decoration: none;
  transition: gap 0.2s;
}
.lr-gallery__cta:hover {
  gap: 1rem;
}
.lr-gallery__footer-note {
  font-size: 0.78rem;
  font-weight: 600;
  color: #94a3b8;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Jobs footer CTA (supprimé — remplacé par lr-jobs__cta-row) */

/* ── Réalisations coverflow (supprimé — base block canonique) ── */

/* ── Services grid CTA ───────────────────────────── */
.lr-services__grid-cta {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(27, 67, 50, 0.1);
}

/* Responsive quicklinks + galerie */
@media (max-width: 900px) {
  .lr-quicklinks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% - 4rem);
    margin: -1.5rem auto 0;
    border-radius: 12px;
  }

  .lr-ql-card:first-child { border-radius: 11px 0 0 0; }
  .lr-ql-card:nth-child(2) { border-radius: 0 11px 0 0; border-right: none !important; }
  .lr-ql-card:nth-child(3) { border-radius: 0 0 0 11px; border-top: 1px solid rgba(255,255,255,0.08); }
  .lr-ql-card:last-child { border-radius: 0 0 11px 0; border-right: none !important; border-top: 1px solid rgba(255,255,255,0.08); }

  /* Gallery tablet */
  .lr-gallery__head-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .lr-gallery__heading {
    font-size: clamp(2.2rem, 5vw, 3.2rem) !important;
  }
  .lr-gallery__bento {
    grid-template-columns: 1fr;
  }
  .lr-gallery__frame--anchor {
    height: 440px;
  }
  .lr-gallery__strip-frame {
    width: 320px;
    height: 220px;
  }
}

@media (max-width: 600px) {
  .lr-quicklinks {
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% - 2rem);
    margin: -1rem auto 0;
    border-radius: 10px;
    overflow-x: hidden;
  }

  .lr-ql-card {
    padding: 1rem 1.25rem;
  }

  /* Gallery mobile */
  .lr-gallery {
    padding: 5rem 0 0;
  }
  .lr-gallery__heading {
    font-size: clamp(2rem, 8vw, 2.8rem) !important;
  }
  .lr-gallery__frame--anchor {
    height: 360px;
  }
  .lr-gallery__frame--sm {
    height: 160px;
  }
  .lr-gallery__strip-frame {
    width: 80vw;
    height: 200px;
  }
  .lr-gallery__strip-track {
    padding: 0 1rem;
  }
  .lr-gallery__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .lr-gallery__stat-card {
    padding: 1.5rem;
  }
  .lr-gallery__stat-num {
    font-size: 2.5rem;
  }
  .lr-expertises {
    padding: 4.5rem 0 5rem;
  }
  .lr-expertises__heading {
    font-size: clamp(2rem, 8vw, 2.8rem) !important;
  }
  .lr-exp-card--featured {
    min-height: 360px;
  }
  .lr-exp-card--secondary {
    min-height: 240px;
  }
  .lr-jobs {
    padding: 5rem 0 5.5rem;
  }
  .lr-jobs__heading {
    font-size: clamp(2rem, 8vw, 2.8rem) !important;
  }
  .lr-job-row {
    padding: 1.2rem 1rem;
  }
  .lr-realisations {
    padding-top: 5rem;
  }
  .lr-real-header {
    margin-bottom: 3rem;
  }
  .lr-real-header__meta {
    gap: 1.5rem;
  }
  .lr-real-swiper .swiper-slide {
    width: 88vw;
    max-width: 400px;
  }
  .lr-real-card__visual {
    aspect-ratio: 3 / 2;
  }
  .lr-real-card__content {
    transform: translateY(0);
  }
  .lr-real-card__desc {
    opacity: 1;
  }
  .lr-real-card__cta {
    opacity: 1;
  }
  .lr-real-nav {
    display: none;
  }
  .lr-real-footer {
    padding-bottom: 4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lr-hero__badge,
  .lr-hero__title,
  .lr-hero__subtitle,
  .lr-hero__actions,
  .lr-hero__stats,
  .lr-hero__trust,
  .lr-hero__img-badge,
  .lr-hero__badge-dot,
  .lr-about__label,
  .lr-about__title,
  .lr-about__lead,
  .lr-about__pills,
  .lr-about__pills li,
  .lr-about__footer,
  .lr-about__terrain-tag,
  .lr-cta-deco__num,
  .lr-animate,
  .lr-exp-card__img,
  .lr-exp-card__text,
  .lr-svc-card__img,
  .lr-circle-path {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
  .lr-circle-path {
    stroke-dashoffset: 0 !important;
  }
}

/* ════════════════════════════════════════════════
   DOMAINES D'ACTIVITÉ — lr-activites
════════════════════════════════════════════════ */

.lr-activites {
  background: #eef4f0;
  padding: 7rem 0 8rem;
  position: relative;
  overflow: hidden;
}
.lr-activites::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27,67,50,0.06) 0%, transparent 65%);
  bottom: -200px;
  left: -200px;
  pointer-events: none;
  z-index: 0;
}
.lr-activites .lr-container {
  position: relative;
  z-index: 1;
}

.lr-activites__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: end;
  margin-bottom: 4rem;
}
.lr-activites__head .lr-label {
  color: #2d7a50 !important;
}
.lr-activites__title {
  font-family: var(--lr-font-display, var(--lr-font-heading, var(--halpes-heading-font-family))) !important;
  font-size: clamp(2.8rem, 4.5vw, 5rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  color: #1b3a2a !important;
  line-height: 1 !important;
  margin: 0.5rem 0 0 !important;
}
.lr-activites__title em {
  font-style: italic;
  color: #c8521a;
}
.lr-activites__desc {
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  color: #64748b;
  line-height: 1.8;
  margin: 0;
  max-width: 400px;
  align-self: end;
  justify-self: end;
}

.lr-activites__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.lr-act-card {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid rgba(27,67,50,0.08);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  transition: box-shadow 0.25s, transform 0.25s;
  position: relative;
  overflow: hidden;
}
.lr-act-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
  box-shadow: 0 12px 40px rgba(27,67,50,0.12);
}
.lr-act-card:hover { transform: translateY(-3px); }
.lr-act-card:hover::after { opacity: 1; }

.lr-act-card--green  { border-top: 3px solid #1b4332; }
.lr-act-card--olive  { border-top: 3px solid #3a7d1e; }
.lr-act-card--sand   { border-top: 3px solid #b08d57; }
.lr-act-card--orange { border-top: 3px solid #d94010; }
.lr-act-card--blue   { border-top: 3px solid #2563eb; }
.lr-act-card--red    { border-top: 3px solid #c0392b; }
.lr-act-card--forest { border-top: 3px solid #2d7a55; }

.lr-act-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.lr-act-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #1b3a2a;
  line-height: 1.35;
  margin: 0;
  flex: 1;
}
.lr-act-card__link {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eef4f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1b4332;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.lr-act-card__link:hover {
  background: #1b4332;
  color: #fff;
}

.lr-act-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
}
.lr-act-card__list li {
  font-size: 0.84rem;
  color: #64748b;
  padding-left: 1.1rem;
  position: relative;
  line-height: 1.55;
}
.lr-act-card__list li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #1b4332;
  font-weight: 700;
  font-size: 0.9rem;
}

.lr-act-card__pays {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-size: 0.73rem;
  color: #94a3b8;
  line-height: 1.45;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(27,67,50,0.07);
}
.lr-act-card__pays svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: #1b4332;
  opacity: 0.6;
}

@media (max-width: 1024px) {
  .lr-activites__head { grid-template-columns: 1fr; gap: 1rem; }
  .lr-activites__desc { max-width: 100%; justify-self: start; }
  .lr-activites__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .lr-activites { padding: 4rem 0; }
  .lr-activites__grid { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════
   STATS PAR DOMAINE — lr-stats-domain
════════════════════════════════════════════════ */

.lr-stats-domain {
  background: #0f2d1e;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.lr-stats-domain::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    rgba(255,255,255,0.015) 0px,
    rgba(255,255,255,0.015) 1px,
    transparent 1px,
    transparent 80px
  );
  pointer-events: none;
}
.lr-stats-domain .lr-container {
  position: relative;
  z-index: 1;
  padding: 0;
  max-width: 1440px;
}

.lr-stats-domain__label {
  display: none;
}

.lr-stats-domain__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.lr-stats-domain__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.4rem;
  padding: 2.5rem 1.5rem;
  border-right: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  position: relative;
  transition: background 0.2s;
}
.lr-stats-domain__item:hover {
  background: rgba(255,255,255,0.03);
}
.lr-stats-domain__item:nth-child(4n) { border-right: none; }
.lr-stats-domain__item:nth-child(n+5) { border-bottom: none; }

.lr-stats-domain__num {
  font-family: var(--lr-font-display, var(--lr-font-heading, inherit));
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.03em;
}

/* Couleurs accent par icône */
.lr-stats-domain__item--env  .lr-stats-domain__num { color: #6ee7b7; }
.lr-stats-domain__item--sig  .lr-stats-domain__num { color: #93c5fd; }
.lr-stats-domain__item--pays .lr-stats-domain__num { color: #fcd34d; }
.lr-stats-domain__item--it   .lr-stats-domain__num { color: #a78bfa; }
.lr-stats-domain__item--par  .lr-stats-domain__num { color: #fdba74; }
.lr-stats-domain__item--dev  .lr-stats-domain__num { color: #86efac; }
.lr-stats-domain__item--foret .lr-stats-domain__num { color: #4ade80; }
.lr-stats-domain__item--form .lr-stats-domain__num { color: #f9a8d4; }

.lr-stats-domain__lbl {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.4;
  max-width: 130px;
}

@media (max-width: 768px) {
  .lr-stats-domain__grid { grid-template-columns: repeat(2, 1fr); }
  .lr-stats-domain__item:nth-child(4n) { border-right: 1px solid rgba(255,255,255,0.06); }
  .lr-stats-domain__item:nth-child(2n) { border-right: none; }
  .lr-stats-domain__item:nth-child(n+5) { border-bottom: 1px solid rgba(255,255,255,0.06); }
  .lr-stats-domain__item:nth-child(n+7) { border-bottom: none; }
}
@media (max-width: 480px) {
  .lr-stats-domain__grid { grid-template-columns: repeat(2, 1fr); }
  .lr-stats-domain__item { padding: 1.75rem 1rem; }
}

/* ════════════════════════════════════════════════
   ABOUT — texte étendu
════════════════════════════════════════════════ */

.lr-about__extended {
  font-size: 0.88rem;
  color: #94a3b8;
  line-height: 1.8;
  margin: 0.5rem 0 0;
}

/* ════════════════════════════════════════════════
   EXPERTS DISPONIBLES — lr-experts
════════════════════════════════════════════════ */

.lr-experts {
  background: #f7f9f6;
  padding: 7rem 0 7.5rem;
  position: relative;
  overflow: hidden;
}
.lr-experts::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27,67,50,0.05) 0%, transparent 65%);
  top: -150px;
  left: -150px;
  pointer-events: none;
  z-index: 0;
}
.lr-experts .lr-container {
  position: relative;
  z-index: 1;
}

.lr-experts__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: end;
  margin-bottom: 4rem;
}
.lr-experts__head .lr-label {
  color: #2d7a50 !important;
}
.lr-experts__title {
  font-family: var(--lr-font-display, var(--lr-font-heading, var(--halpes-heading-font-family))) !important;
  font-size: clamp(2.8rem, 4.5vw, 5rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  color: #1b3a2a !important;
  line-height: 1 !important;
  margin: 0.5rem 0 0 !important;
}
.lr-experts__title em {
  font-style: italic;
  color: #c8521a;
}
.lr-experts__desc {
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  color: #64748b;
  line-height: 1.8;
  margin: 0;
  max-width: 400px;
  align-self: end;
  justify-self: end;
}

.lr-experts__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 5rem;
  background: #fff;
  border-radius: 20px;
  padding: 3rem 4rem;
  border: 1px solid rgba(27,67,50,0.07);
  box-shadow: 0 4px 32px rgba(27,67,50,0.06);
  position: relative;
}
.lr-experts__cols::before {
  content: "";
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  left: 50%;
  width: 1px;
  background: rgba(27,67,50,0.08);
  transform: translateX(-50%);
}

.lr-experts__col {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.lr-experts__col li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.92rem;
  color: #334155;
  line-height: 1.55;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(27,67,50,0.05);
}
.lr-experts__col li:last-child { border-bottom: none; }
.lr-experts__col li svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: #1b4332;
  opacity: 0.8;
}

@media (max-width: 1024px) {
  .lr-experts__head { grid-template-columns: 1fr; gap: 1rem; }
  .lr-experts__desc { max-width: 100%; justify-self: start; }
}
@media (max-width: 768px) {
  .lr-experts__cols {
    grid-template-columns: 1fr;
    padding: 2rem;
    gap: 1.5rem;
  }
  .lr-experts__cols::before { display: none; }
  .lr-experts { padding: 4rem 0; }
}
