  :root {
      --brand: #039e6d;
      --orange: #f59234;
      --ink: #eaf7f2;
      --dark: #212121;
  }

  .para-wrap {
      position: relative;
      inset: 0;
      width: 100%;
      overflow: hidden;
      background: #000;
  }

  .para-bg {
      position: absolute;
      inset: -40% 0 -40% 0;
      /* énorme marge pour grand débattement */
      filter: brightness(0.80) contrast(1.02);
      transform: translate3d(0, var(--py, 0px), 0) scale(var(--pz, 1));
      will-change: transform;
  }



  .para-inner {
      position: relative;
      z-index: 1;
      color: var(--ink);
      max-width: 1100px;
      width: 92%;
      margin: 0 auto;
      text-align: left;
      padding: clamp(60px, 22vw, 160px) 0;
      /* grande hauteur, responsive */
      font-family: Montserrat, system-ui, sans-serif;
  }

  .para-kicker {
      color: #cfe9e1;
      font: 800 12px/1.1 Montserrat;
      letter-spacing: .08em;
      text-transform: uppercase;
      margin: 0 0 8px
  }

  .para-title {
      margin: 0 0 10px;
      color: #fff;
      font-weight: 900;
      line-height: 1.05;
      font-size: clamp(28px, 6.2vw, 52px);
  }

  .para-text {
      max-width: 760px;
      margin: 0 0 16px;
      color: #e8fbf5;
      font-weight: 600;
      line-height: 1.55
  }

  .badges {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 14px 0 0
  }

  .badge {
      background: var(--orange);
      color: #fff;
      border-radius: 999px;
      padding: 8px 12px;
      font: 800 12px/1 Montserrat;
      letter-spacing: .04em;
      text-transform: uppercase;
  }

  .cta-row {
      margin-top: 16px
  }

  .divider-halope {
      border: 0;
      height: 2px;
      width: 100%;
      max-width: 100%;
      /* largeur du trait */
      margin: 40px 0 40px;
      background: linear-gradient(90deg, #039e6d, #f59234);
      border-radius: 999px;
      box-shadow: 0 0 8px rgba(3, 158, 109, 0.45);
  }

  .btn-ghost {
      display: inline-block;
      border: 2px solid var(--brand);
      color: #fff;
      line-height: 33px !important;
      text-decoration: none;
      padding: 10px 16px;
      border-radius: 999px;
      font: 800 12px/1 Montserrat;
      letter-spacing: .06em;
      text-transform: uppercase;
      background: rgba(3, 158, 109, .15)
  }

  /* petite amélioration lisibilité sur très petits écrans */
  @media (max-width:420px) {
      .para-text {
          font-size: 14px
      }
  }

  .logo-pc {
      width: 80px !important;
      transform: translateY(0) scale(0.67);
      opacity: .95;
  }

  /* ========== PAGE SERVICE - THEME SOMBRE HALOPE ========== */

  /* Fond global service */
  .page-service {
      background: rgb(33, 33, 33);
      /* fond demandé */
      color: #eaf7f2;
      font-family: Montserrat, system-ui, sans-serif;
      margin-top: 70px;
  }

  /* HERO (bande en haut) */
  .service-hero {
      background: rgb(33, 33, 33);
      padding: 56px 0 26px;
  }

  .service-hero__breadcrumb {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: .16em;
      color: #b9e2d4;
      opacity: .9;
      margin-bottom: 4px;
  }

  .service-hero__breadcrumb a {
      color: #b9e2d4;
      text-decoration: none;
  }

  .service-hero__breadcrumb a:hover {
      color: #fff;
  }

  .service-hero__title {
      margin: 6px 0 8px;
      font-weight: 800;
      font-size: 2.1rem;
      letter-spacing: .02em;
  }

  .service-hero__subtitle {
      font-size: 0.98rem;
      max-width: 700px;
      color: #eaf7f2;
      opacity: .9;
  }

  .service-hero__meta {
      margin-top: 14px;
      font-size: 0.85rem;
      color: #b9e2d4;
      display: flex;
      flex-wrap: wrap;
      gap: 6px 20px;
  }

  .service-hero__meta span {
      display: inline-flex;
      align-items: center;
      gap: 6px;
  }

  .service-hero__cta {
      margin-top: 20px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
  }

  .btn-brand {
      border-radius: 999px;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
  }

  .btn-brand:hover {
      filter: brightness(1.05);
  }

  .btn-ghost {
      border-radius: 999px;
      border: 1px solid rgba(234, 247, 242, .7);
      background: transparent !important;
      color: #eaf7f2 !important;
      font-weight: 600;
  }

  /* BANDE IMAGE PRINCIPALE SOUS LE HERO */
  .service-hero-image {
      margin: 0 0 30px;
  }

  .service-hero-image__inner {
      border-radius: 18px;
      overflow: hidden;
      position: relative;
      background: #000;
  }

  .service-hero-image__inner img {
      width: 100%;
      height: auto;
      display: block;
      /* on garde un bandeau, mais l’image n’est pas forcée en hauteur */
  }

  /* CONTENU PRINCIPAL */
  .service-main {
      padding: 0 0 60px;
      background: rgb(33, 33, 33);
  }

  .service-layout {
      display: grid;
      grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
      gap: 32px;
  }

  @media (max-width: 992px) {
      .service-layout {
          grid-template-columns: 1fr;
          gap: 24px;
      }
  }

  /* Colonne texte */
  .service-content h2 {
      font-size: 1.2rem;
      margin-top: 0;
      margin-bottom: 8px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .14em;
      color: #ffffff;
  }

  .service-content p {
      font-size: 0.96rem;
      line-height: 1.7;
      color: #eaf7f2;
      opacity: .95;
  }

  .service-content section+section {
      margin-top: 22px;
  }

  .service-list {
      margin: 6px 0 10px 0;
      padding-left: 18px;
      font-size: 0.95rem;
  }

  .service-list li+li {
      margin-top: 3px;
  }

  .service-highlight {
      border-left: 3px solid #039e6d;
      padding-left: 12px;
      margin: 16px 0;
      font-size: 0.9rem;
      color: #b9e2d4;
  }

  /* Étapes / FAQ */
  .service-steps h3,
  .service-faq h3 {
      font-size: 0.95rem;
      text-transform: uppercase;
      letter-spacing: .14em;
      margin: 0 0 8px;
      font-weight: 800;
  }

  .service-steps ol {
      margin: 0;
      padding-left: 18px;
      font-size: 0.9rem;
  }

  .service-faq {
      margin-top: 22px;
  }

  .service-faq-item+.service-faq-item {
      margin-top: 8px;
  }

  .service-faq-q {
      font-weight: 600;
      font-size: 0.9rem;
  }

  .service-faq-a {
      font-size: 0.9rem;
      color: #d0dfda;
  }

  /* Colonne droite */
  .service-aside-block {
      margin-bottom: 20px;
  }

  .service-aside-block h3 {
      font-size: 0.9rem;
      text-transform: uppercase;
      letter-spacing: .14em;
      margin: 0 0 8px;
      font-weight: 800;
      color: #ffffff;
  }

  .service-aside-block p {
      font-size: 0.9rem;
      color: #d0dfda;
      margin: 0 0 8px;
  }

  .service-aside-list {
      margin: 0;
      padding-left: 16px;
      list-style: disc;
      font-size: 0.9rem;
      color: #d0dfda;
  }

  .service-aside-list li+li {
      margin-top: 2px;
  }

  /* ====== GALERIE : VIGNETTES ====== */

  /* petites vignettes, pas d’images pleine largeur */
  .service-gallery {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
  }

  .service-gallery__item {
      flex: 0 0 48%;
      /* deux vignettes par ligne sur desktop */
      max-width: 48%;
      border-radius: 10px;
      overflow: hidden;
      cursor: zoom-in;
      position: relative;
      background: #000;
  }

  @media (max-width: 600px) {
      .service-gallery__item {
          flex: 0 0 31%;
          /* 3 petites vignettes par rangée sur mobile */
          max-width: 31%;
      }
  }

  .service-gallery__item img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover;
      transition: transform .2s ease, filter .2s ease;
  }

  .service-gallery__item:hover img {
      transform: scale(1.03);
      filter: brightness(1.05);
  }

  .service-gallery__item::after {
      content: "Agrandir";
      position: absolute;
      right: 6px;
      bottom: 6px;
      padding: 2px 6px;
      font-size: 9px;
      text-transform: uppercase;
      letter-spacing: .12em;
      background: rgba(0, 0, 0, .6);
      color: #fff;
      border-radius: 999px;
  }

  /* ====== LIGHTBOX : IMAGE ENTIÈRE ====== */

  .lightbox-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, .93);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      overflow: auto;
      /* si l’image dépasse, on peut scroller */
  }

  .lightbox-overlay.is-open {
      display: flex;
  }

  .lightbox-inner {
      position: relative;
      margin: auto;
      padding: 16px;
  }

  /* IMPORTANT : on ne recadre pas, on fit dans la fenêtre */
  .lightbox-inner img {
      display: block;
      width: auto;
      height: auto;
      max-width: 100vw;
      max-height: 100vh;
      /* l’image entière tient dans l’écran */
      border-radius: 10px;
      box-shadow: 0 18px 40px rgba(0, 0, 0, .8);
  }

  .lightbox-caption {
      margin-top: 8px;
      font-size: 0.85rem;
      color: #f0f0f0;
      text-align: center;
  }

  .lightbox-close {
      position: absolute;
      top: 8px;
      right: 8px;
      width: 30px;
      height: 30px;
      border-radius: 999px;
      background: rgba(0, 0, 0, .85);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      cursor: pointer;
      transition: background .15s ease, transform .15s ease;
  }

  .lightbox-close:hover {
      background: rgba(0, 0, 0, 1);
      transform: translateY(-1px);
  }

  /* Responsive */
  @media (max-width: 992px) {
      .service-hero {
          padding: 40px 0 20px;
      }

      .service-hero__title {
          font-size: 1.7rem;
      }
  }

  @media (max-width: 600px) {
      .service-hero__subtitle {
          font-size: 0.94rem;
      }
  }