
  /* ── RESET & BASE ── */
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --navy:   #1B2A4A;
    --navy2:  #243559;
    --gold:   #8F7016;
    --gold2:  #D4AD45;
    --white:  #FFFFFF;
    --off:    #F7F6F2;
    --gray1:  #F0EEE9;
    --gray2:  #C8C4BA;
    --gray3:  #888480;
    --dark:   #2A2824;
    --radius: 4px;
    --shadow: 0 4px 24px rgba(27,42,74,.10);
    --shadow-hover: 0 12px 40px rgba(27,42,74,.18);
  }
  html { scroll-behavior: smooth; }
  body { font-family: 'Inter', sans-serif; color: var(--dark); background: var(--white); }
  img { max-width: 100%; display: block; }
  a { text-decoration: none; color: inherit; }

  /* ── TYPOGRAPHY ── */
  .serif { font-family: 'Playfair Display', serif; }
  h1, h2, h3, .serif-title { font-family: 'Playfair Display', serif; }
  h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--navy); line-height: 1.25; }
  h3 { font-size: 1.2rem; color: var(--navy); }
  p  { font-size: .95rem; line-height: 1.75; color: #555; }

  /* ── UTILITIES ── */
  .container    { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
  .section-label{ display: inline-block; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
                  color: var(--gold); font-weight: 600; margin-bottom: .9rem; }
  .gold-line    { width: 48px; height: 2px; background: var(--gold); margin: 1.1rem 0 1.6rem; }
  .gold-line.centered { margin-left: auto; margin-right: auto; }
  .btn-primary  { display: inline-flex; align-items: center; gap: .6rem;
                  background: var(--gold); color: var(--white); font-size: .88rem; font-weight: 600;
                  letter-spacing: .05em; padding: .9rem 2.2rem; border-radius: 2px;
                  transition: background .25s, transform .2s, box-shadow .25s; }
  .btn-primary:hover { background: var(--gold2); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(184,150,46,.35); }
  .btn-outline  { display: inline-flex; align-items: center; gap: .6rem;
                  border: 1.5px solid var(--white); color: var(--white); font-size: .88rem; font-weight: 500;
                  padding: .85rem 2rem; border-radius: 2px; transition: all .25s; }
  .btn-outline:hover { background: rgba(255,255,255,.1); }
  .badge        { display: inline-flex; align-items: center; gap: .4rem;
                  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25);
                  color: var(--white); font-size: .78rem; font-weight: 500; letter-spacing: .04em;
                  padding: .35rem .9rem; border-radius: 2px; }

  

  /* ════════════════════════════════════════
     NAVIGATION
  ════════════════════════════════════════ */
  .navbar {
    position: sticky; top: 0; z-index: 100;
    background: var(--white); border-bottom: 1px solid rgba(27,42,74,.08);
    box-shadow: 0 2px 12px rgba(27,42,74,.06);
  }
  .navbar .container { display: flex; align-items: center; justify-content: space-between; height: 72px; }
  .logo { display: flex; align-items: center; gap: 1rem; }
  .logo-icon {
    width: 44px; height: 44px; border-radius: 2px;
    background: var(--navy); display: flex; align-items: center; justify-content: center;
  }
  .logo-icon svg { width: 26px; height: 26px; fill: var(--gold); }
  .logo-text { line-height: 1.2; }
  .logo-name { font-family: 'Playfair Display', serif; font-size: 1.35rem; font-weight: 700; color: var(--navy); letter-spacing: .01em; }
  .logo-tag  { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
  .nav-menu  { display: flex; gap: .25rem; align-items: center; list-style: none; }
  .nav-menu li a {
    font-size: .85rem; font-weight: 500; color: var(--navy); padding: .5rem .85rem;
    border-radius: var(--radius); transition: color .2s, background .2s; letter-spacing: .02em;
  }
  .nav-menu li a:hover { color: var(--gold); background: rgba(184,150,46,.07); }
  .nav-menu li a.active { color: var(--gold); }
  .nav-cta {
    background: var(--navy); color: var(--white) !important; padding: .55rem 1.3rem !important;
    border-radius: 2px; font-weight: 600 !important; transition: background .2s !important;
  }
  .nav-cta:hover { background: var(--gold) !important; color: var(--white) !important; }

  /* ════════════════════════════════════════
     HERO CAROUSEL
  ════════════════════════════════════════ */
  .hero {
    position: relative; min-height: 88vh; display: flex; align-items: center;
    overflow: hidden;
  }

  /* ── Carousel tracks ── */
  .carousel-track {
    position: absolute; inset: 0; z-index: 0;
    display: flex; transition: none;
  }
  .carousel-slide {
    position: absolute; inset: 0;
    opacity: 0; transition: opacity 1.1s cubic-bezier(.4,0,.2,1);
    pointer-events: none;
    overflow: hidden;
  }
  .slide-img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover; object-position: center;
    display: block;
    image-rendering: auto;
    will-change: auto;
  }
  .carousel-slide.active { opacity: 1; pointer-events: auto; }

  /* Slide — Pergola Aha: img tag (no background-image) */

  /* Slide — Porte: img tag (no background-image) */

  /* Slide — Portail: img tag (no background-image) */

  /* Slide — Cloture: img tag (no background-image) */

  /* Slide — Sobox: img tag (no background-image) */

  /* Slide — Volets: img tag (no background-image) */

  /* ── Slide SVG illustration (right side) ── */
  .slide-illustration {
    position: absolute; right: 0; top: 0; bottom: 0; width: 52%;
    z-index: 1; display: flex; align-items: center; justify-content: center;
    pointer-events: none;
  }

  /* ── Slide caption (bottom-right) ── */
  .slide-caption {
    position: absolute; bottom: 2.5rem; right: 2.5rem; z-index: 10;
    text-align: right; pointer-events: none;
    opacity: 0; transform: translateY(6px); transition: opacity .6s .4s, transform .6s .4s;
  }
  .carousel-slide.active .slide-caption { opacity: 1; transform: translateY(0); }
  .slide-caption .sc-cat  { font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; color: var(--gold2); font-weight: 600; }
  .slide-caption { text-shadow: 0 2px 12px rgba(0,0,0,.7), 0 1px 4px rgba(0,0,0,.9); }
  .slide-caption .sc-name { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: rgba(255,255,255,.85); margin-top: .2rem; }
  .slide-caption .sc-brand{ font-size: .75rem; color: rgba(255,255,255,.45); margin-top: .1rem; letter-spacing: .06em; }

  /* ── Progress bar ── */
  .carousel-progress {
    position: absolute; bottom: 0; left: 0; right: 0; height: 2px; z-index: 20;
    background: rgba(255,255,255,.10);
  }
  .carousel-progress-bar {
    height: 100%; background: var(--gold); width: 0%;
    transition: width linear;
  }

  /* ── Dots ── */
  .carousel-dots {
    position: absolute; bottom: 2.2rem; left: 50%; transform: translateX(-50%);
    z-index: 20; display: flex; gap: .55rem; align-items: center;
  }
  .carousel-dot {
    width: 6px; height: 6px; border-radius: 3px; background: rgba(255,255,255,.35);
    cursor: pointer; transition: width .3s, background .3s;
    border: none; padding: 0;
  }
  .carousel-dot.active { width: 24px; background: var(--gold); }

  /* ── Arrows ── */
  .carousel-arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    z-index: 20; width: 48px; height: 48px;
    background: rgba(27,42,74,.55); border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(6px);
    border-radius: 2px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background .2s, border-color .2s; color: var(--white);
  }
  .carousel-arrow:hover { background: var(--gold); border-color: var(--gold); }
  .carousel-arrow svg { width: 20px; height: 20px; fill: currentColor; }
  .carousel-arrow.prev { left: 1.8rem; }
  .carousel-arrow.next { right: 1.8rem; }

  /* ── Thumbnails strip ── */
  .carousel-thumbs {
    position: absolute; bottom: 3.5rem; right: 2.5rem; z-index: 20;
    display: flex; gap: .5rem;
  }
  .carousel-thumb {
    width: 56px; height: 36px; border-radius: 2px; cursor: pointer;
    border: 1.5px solid rgba(255,255,255,.2);
    transition: border-color .2s, transform .2s;
    overflow: hidden; display: flex; align-items: center; justify-content: center;
    font-size: .6rem; font-weight: 600; letter-spacing: .05em;
    text-transform: uppercase; color: rgba(255,255,255,.55);
  }
  .carousel-thumb.active { border-color: var(--gold); transform: scale(1.08); color: var(--gold2); }
  .carousel-thumb:hover { border-color: rgba(184,150,46,.6); }
  .ct-pergola-aha { background: url('/wp-content/uploads/img-cache/bg-1fd9af250491.jpg') center/cover; }
  .ct-porte       { background: url('/wp-content/uploads/img-cache/bg-712da74b9740.jpg') center/cover; }
  .ct-portail     { background: url('/wp-content/uploads/img-cache/bg-852ebd798738.jpg') center/cover; }
  .ct-cloture     { background: url('/wp-content/uploads/img-cache/bg-1ca9b6ca5dd4.jpg') center/cover; }
  .ct-sobox       { background: url('/wp-content/uploads/img-cache/bg-53e2e417c1a9.jpg') center/cover; }
  .ct-volets      { background: url('/wp-content/uploads/img-cache/bg-501f5fbf951c.jpg') center/cover; }

  /* ── Hero content (overlay) ── */
  .hero-content { position: relative; z-index: 10; max-width: 620px; padding: 5rem 0; }
  .hero-content-enter { animation: contentIn .8s ease both; }
  @keyframes contentIn {
    from { opacity: 0; transform: translateY(18px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .hero-badges { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 1.8rem; }
  .hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 4.5vw, 3.6rem);
    font-weight: 700; color: var(--white); line-height: 1.18; margin-bottom: 1.4rem;
    text-shadow: 0 2px 16px rgba(0,0,0,.4);
  }
  .hero h1 em { color: var(--gold2); font-style: normal; }
  .hero-desc { font-size: 1.02rem; color: rgba(255,255,255,.82); line-height: 1.8; margin-bottom: 2.2rem; max-width: 540px; }
  .hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; margin-bottom: 3rem; }
  .hero-tel { display: flex; align-items: center; gap: .7rem; color: var(--white); font-size: 1.15rem; font-weight: 600; }
  .hero-tel svg { width: 18px; height: 18px; fill: var(--gold); }
  .hero-stats { display: flex; gap: 2.5rem; flex-wrap: wrap; }
  .hero-stat .num  { font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 700; color: var(--gold2); line-height: 1; }
  .hero-stat .lbl  { font-size: .78rem; color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: .08em; margin-top: .3rem; }
  .hero-stat { border-left: 2px solid rgba(184,150,46,.35); padding-left: 1.2rem; }

  /* ════════════════════════════════════════
     TRUST BAR
  ════════════════════════════════════════ */
  .trustbar {
    background: var(--navy); padding: 1.4rem 0;
    border-top: 2px solid var(--gold);
  }
  .trustbar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
  .trust-item { display: flex; align-items: center; gap: .8rem; color: var(--white); }
  .trust-item svg { width: 28px; height: 28px; fill: var(--gold); flex-shrink: 0; }
  .trust-item-text .t1 { font-size: .82rem; font-weight: 600; letter-spacing: .04em; }
  .trust-item-text .t2 { font-size: .72rem; color: rgba(255,255,255,.55); }
  .trust-sep { width: 1px; height: 32px; background: rgba(255,255,255,.15); }

  /* ════════════════════════════════════════
     SERVICES
  ════════════════════════════════════════ */
  .services { padding: 6rem 0; background: var(--off); }
  .section-header { text-align: center; margin-bottom: 3.5rem; }
  .services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.5rem; }
  .service-card {
    background: var(--white); border-radius: var(--radius);
    padding: 2rem 1.8rem; transition: transform .3s, box-shadow .3s;
    border: 1px solid rgba(27,42,74,.07); position: relative; overflow: hidden;
    cursor: pointer;
  }
  .service-card::before {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
    background: var(--gold); transform: scaleX(0); transition: transform .3s; transform-origin: left;
  }
  .service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
  .service-card:hover::before { transform: scaleX(1); }
  .service-card.featured {
    background: var(--navy); color: var(--white);
    grid-column: span 2;
  }
  .service-card.featured .service-icon { background: rgba(184,150,46,.2); }
  .service-card.featured h3, .service-card.featured .service-brand { color: var(--white); }
  .service-card.featured .service-desc { color: rgba(255,255,255,.7); }
  .service-card.featured::before { background: var(--gold); }
  .service-icon {
    width: 52px; height: 52px; border-radius: 3px;
    background: rgba(27,42,74,.07); display: flex; align-items: center; justify-content: center;
    margin-bottom: 1.3rem;
  }
  .service-icon svg { width: 28px; height: 28px; fill: var(--navy); }
  .service-card.featured .service-icon svg { fill: var(--gold); }
  .service-card h3 { font-size: 1.05rem; margin-bottom: .5rem; }
  .service-brand { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase;
                   color: var(--gold); font-weight: 600; margin-bottom: .8rem; }
  .service-desc { font-size: .88rem; color: #666; line-height: 1.65; }
  .service-link { display: inline-flex; align-items: center; gap: .35rem; margin-top: 1.1rem;
                  font-size: .82rem; font-weight: 600; color: var(--gold); }
  .service-link svg { width: 14px; height: 14px; fill: var(--gold); transition: transform .2s; }
  .service-card:hover .service-link svg { transform: translateX(3px); }
  .service-card.featured .service-link { color: var(--gold2); }
  .service-card.featured .service-link svg { fill: var(--gold2); }

  /* ════════════════════════════════════════
     À PROPOS / SAVOIR-FAIRE
  ════════════════════════════════════════ */
  .about { padding: 6rem 0; background: var(--white); }
  .about .container { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
  .about-visual { position: relative; }
  .about-img-main {
    width: 100%; height: 440px; border-radius: 3px; object-fit: cover;
    background: linear-gradient(145deg, #243559, #1B2A4A);
    display: flex; align-items: center; justify-content: center; overflow: hidden;
  }
  .about-gallery {
    width: 100%; border-radius: 3px; overflow: hidden;
  }
  .g-row {
    display: flex; gap: 4px; margin-bottom: 4px;
  }
  .g-cell {
    width: 50%; height: 248px; overflow: hidden;
  }
  .g-cell img {
    width: 100%; height: 248px; object-fit: cover; display: block;
  }
  .about-card {
    position: absolute; bottom: -20px; right: -20px;
    background: var(--gold); color: var(--white);
    padding: 1.5rem 2rem; border-radius: 3px;
    box-shadow: 0 8px 30px rgba(184,150,46,.4);
  }
  .about-card .big { font-family: 'Playfair Display', serif; font-size: 3.2rem; font-weight: 700; line-height: 1; }
  .about-card .lbl { font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; opacity: .85; }
  .about-content { }
  .about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin: 2rem 0; }
  .about-feat { display: flex; align-items: flex-start; gap: .7rem; }
  .about-feat svg { width: 18px; height: 18px; fill: var(--gold); flex-shrink: 0; margin-top: .1rem; }
  .about-feat span { font-size: .88rem; color: #555; line-height: 1.5; }
  .about-feat strong { display: block; font-weight: 600; color: var(--navy); font-size: .9rem; }


  /* ── Brands carousel infinite scroll ── */
  .brands { padding: 2.5rem 0; background: var(--white); border-top: 1px solid rgba(27,42,74,.07); border-bottom: 1px solid rgba(27,42,74,.07); overflow: hidden; }
  .brands-header { text-align: center; margin-bottom: 1.6rem; }
  .brands-header span { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
  .brands-track-wrap { overflow: hidden; position: relative; }
  .brands-track-wrap::before, .brands-track-wrap::after {
    content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2;
  }
  .brands-track-wrap::before { left: 0; background: linear-gradient(to right, var(--white), transparent); }
  .brands-track-wrap::after  { right: 0; background: linear-gradient(to left, var(--white), transparent); }
  .brands-track {
    display: flex; gap: 1.2rem; align-items: center;
    width: max-content;
    animation: brandScroll 28s linear infinite;
  }
  .brands-track:hover { animation-play-state: paused; }
  @keyframes brandScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }
  .brand-logo {
    flex-shrink: 0; height: 52px; padding: .7rem 1.4rem;
    border-radius: 4px; display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: .82rem; letter-spacing: .08em;
    white-space: nowrap; border: 1.5px solid transparent;
    transition: transform .2s, box-shadow .2s;
    cursor: default; user-select: none;
  }
  .brand-logo:hover { transform: scale(1.06); box-shadow: 0 4px 18px rgba(0,0,0,.12); }



  /* ════════════════════════════════════════
     RÉALISATIONS
  ════════════════════════════════════════ */
  .realisations { padding: 6rem 0; background: var(--white); }
  .realisations-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3rem; flex-wrap: wrap; gap: 1rem; }
  .realisations-filter { display: flex; gap: .5rem; flex-wrap: wrap; }
  .filter-btn { font-size: .78rem; font-weight: 500; padding: .45rem 1.1rem; border-radius: 2px;
               border: 1.5px solid rgba(27,42,74,.15); color: var(--navy); cursor: pointer;
               transition: all .2s; }
  .filter-btn.active, .filter-btn:hover { background: var(--navy); border-color: var(--navy); color: var(--white); }

  /* Gallery grid */
  .realisations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 220px;
    gap: 1rem;
  }
  .realisation-card {
    position: relative; border-radius: var(--radius); overflow: hidden; cursor: pointer;
    transition: transform .3s, box-shadow .3s;
  }
  .realisation-card:hover { transform: translateY(-3px); box-shadow: 0 16px 48px rgba(27,42,74,.18); }
  .realisation-card.span2h { grid-row: span 2; }  /* tall card */
  .realisation-card.span2w { grid-column: span 2; } /* wide card */
  .realisation-card[data-hidden="1"] { display: none; }

  /* Photo image */
  .realisation-photo {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover; object-position: center;
    transition: transform .5s cubic-bezier(.4,0,.2,1);
  }
  .realisation-card:hover .realisation-photo { transform: scale(1.06); }

  /* Placeholder (no photo yet) */
  .realisation-placeholder {
    position: absolute; inset: 0;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .6rem;
  }
  .realisation-placeholder svg { width: 40px; height: 40px; fill: rgba(184,150,46,.3); }
  .realisation-placeholder span { font-size: .72rem; color: rgba(255,255,255,.25); letter-spacing: .08em; text-transform: uppercase; }

  /* Overlay */
  .realisation-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(10,18,35,.85) 0%, rgba(10,18,35,.15) 50%, transparent 100%);
    padding: 1.2rem 1.3rem; display: flex; flex-direction: column; justify-content: flex-end;
    transition: opacity .3s;
  }
  .realisation-overlay .r-tag { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold2); font-weight: 600; }
  .realisation-overlay .r-title { font-family: 'Playfair Display', serif; color: var(--white); font-size: 1rem; margin: .2rem 0 .15rem; line-height: 1.3; }
  .realisation-overlay .r-loc { font-size: .76rem; color: rgba(255,255,255,.6); }

  /* Category badge top-left */
  .realisation-badge {
    position: absolute; top: .9rem; left: .9rem; z-index: 2;
    background: rgba(27,42,74,.78); backdrop-filter: blur(6px);
    color: var(--white); font-size: .66rem; font-weight: 600; letter-spacing: .07em;
    text-transform: uppercase; padding: .28rem .7rem; border-radius: 2px;
    border-left: 2px solid var(--gold);
  }
  .realisations-more { text-align: center; margin-top: 2.5rem; }
  @media(max-width:768px){
    .realisations-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
    .realisation-card.span2w { grid-column: span 1; }
  }
  @media(max-width:520px){
    .realisations-grid { grid-template-columns: 1fr; grid-auto-rows: 200px; }
    .realisation-card.span2h { grid-row: span 1; }
  }

  /* ════════════════════════════════════════
     ZONE INTERVENTION
  ════════════════════════════════════════ */
  .zone { padding: 5rem 0; background: var(--navy); position: relative; overflow: hidden; }
  .zone::before {
    content: ''; position: absolute; inset: 0;
    background: repeating-linear-gradient(45deg, rgba(184,150,46,.03) 0, rgba(184,150,46,.03) 1px, transparent 0, transparent 50%);
    background-size: 20px 20px;
  }
  .zone .container { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
  .zone h2, .zone .section-label { color: var(--white); }
  .zone h2 em { color: var(--gold2); font-style: normal; }
  .zone p { color: rgba(255,255,255,.7); }
  .zone .gold-line { background: var(--gold); }
  .zone-depts { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 2rem 0; }
  .zone-dept {
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--radius); padding: 1.2rem 1.4rem;
    transition: background .2s, border-color .2s;
    display: flex; align-items: center; gap: .8rem;
  }
  .zone-dept:hover { background: rgba(184,150,46,.15); border-color: rgba(184,150,46,.4); }
  .zone-dept-num { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: var(--gold2); line-height: 1; }
  .zone-dept-info .name { font-weight: 600; color: var(--white); font-size: .92rem; }
  .zone-dept-info .cities { font-size: .76rem; color: rgba(255,255,255,.5); margin-top: .15rem; }
  .zone-map-placeholder {
    width: 100%; height: 380px; border-radius: 3px;
    border: 1px solid rgba(255,255,255,.12);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 1rem; background: rgba(255,255,255,.04);
  }
  .zone-map-placeholder svg { width: 64px; height: 64px; fill: rgba(184,150,46,.3); }
  .zone-map-placeholder span { font-size: .82rem; color: rgba(255,255,255,.3); letter-spacing: .08em; text-transform: uppercase; }


  /* ── Testimonials auto-scroll ── */
  .testimonials { padding: 6rem 0; background: var(--off); overflow: hidden; }
  .testimonials .section-header { text-align: center; }
  .testi-carousel { position: relative; margin-top: 3rem; }
  .testi-track-wrap { overflow: hidden; }
  .testi-track {
    display: flex; gap: 1.5rem;
    width: max-content;
    animation: testiScroll 22s linear infinite;
  }
  .testi-track:hover { animation-play-state: paused; }
  @keyframes testiScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }
  .testimonial-card {
    flex-shrink: 0; width: 340px;
    background: var(--white); border-radius: var(--radius);
    padding: 2rem 1.8rem;
    border: 1px solid rgba(27,42,74,.07);
    transition: transform .3s, box-shadow .3s;
  }
  .testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
  .testimonial-card.featured { background: var(--navy); }
  .testimonial-card.featured .stars, .testimonial-card.featured .quote-icon,
  .testimonial-card.featured .t-name { color: var(--gold2); }
  .testimonial-card.featured .t-text { color: rgba(255,255,255,.8); }
  .testimonial-card.featured .t-service { color: rgba(255,255,255,.45); }
  .testi-nav { display: flex; justify-content: center; gap: .8rem; margin-top: 1.8rem; }
  .testi-dot { width: 8px; height: 8px; border-radius: 4px; background: rgba(27,42,74,.2); cursor: pointer; border: none; transition: background .3s, width .3s; }
  .testi-dot.active { width: 24px; background: var(--gold); }

  .stars { color: var(--gold); font-size: 1rem; margin-bottom: .8rem; letter-spacing: .15em; }
  .quote-icon { font-size: 2rem; color: var(--gold); opacity: .3; line-height: 1; margin-bottom: .5rem; font-family: Georgia, serif; }
  .t-text { font-size: .9rem; line-height: 1.7; color: #555; margin-bottom: 1.2rem; }
  .t-author { display: flex; align-items: center; gap: .8rem; border-top: 1px solid rgba(27,42,74,.07); padding-top: 1rem; }
  .t-avatar {
    width: 40px; height: 40px; border-radius: 50%;
    background: linear-gradient(135deg, var(--navy), var(--navy2));
    display: flex; align-items: center; justify-content: center;
    color: var(--white); font-size: .85rem; font-weight: 700; flex-shrink: 0;
  }
  .t-name { font-weight: 600; font-size: .88rem; color: var(--navy); }
  .t-service { font-size: .75rem; color: var(--gray3); }

  /* ════════════════════════════════════════
     CTA SECTION
  ════════════════════════════════════════ */
  .cta-section {
    padding: 6rem 0; position: relative; overflow: hidden;
    background: linear-gradient(135deg, var(--navy) 0%, #243559 60%, #1a2d54 100%);
  }
  .cta-section::after {
    content: ''; position: absolute; inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60"><path d="M30 0 L60 30 L30 60 L0 30Z" fill="none" stroke="rgba(184,150,46,.06)" stroke-width="1"/></svg>') repeat;
  }
  .cta-section .container { position: relative; z-index: 1; text-align: center; max-width: 700px; margin: 0 auto; }
  .cta-section h2 { color: var(--white); }
  .cta-section p { color: rgba(255,255,255,.75); font-size: 1.05rem; margin: 1.2rem 0 2.5rem; }
  .cta-section .gold-line { background: var(--gold); }
  .cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
  .cta-devis { display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; margin-top: 3rem; }
  .cta-step { display: flex; flex-direction: column; align-items: center; gap: .5rem; }
  .cta-step .step-num { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid var(--gold); color: var(--gold); font-size: .85rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
  .cta-step span { font-size: .78rem; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .06em; }

  /* ════════════════════════════════════════
     FOOTER
  ════════════════════════════════════════ */
  .footer { background: #121B2E; padding: 4rem 0 0; }
  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; }
  .footer-brand .logo-name { color: var(--white); font-size: 1.25rem; }
  .footer-brand .logo-tag { font-size: .65rem; }
  .footer-desc { font-size: .84rem; color: rgba(255,255,255,.45); line-height: 1.7; margin: 1.2rem 0; }
  .footer-contact a { display: flex; align-items: center; gap: .5rem; font-size: .84rem; color: rgba(255,255,255,.65); margin-bottom: .6rem; transition: color .2s; }
  .footer-contact a:hover { color: var(--gold); }
  .footer-contact svg { width: 14px; height: 14px; fill: var(--gold); flex-shrink: 0; }
  .footer-col h4 { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 1.2rem; }
  .footer-col ul { list-style: none; }
  .footer-col ul li a { font-size: .84rem; color: rgba(255,255,255,.5); transition: color .2s; display: block; padding: .25rem 0; }
  .footer-col ul li a:hover { color: var(--white); }
  .footer-cert { display: flex; flex-direction: column; gap: .8rem; }
  .cert-item { display: flex; align-items: center; gap: .7rem; }
  .cert-icon { width: 32px; height: 32px; border-radius: 3px; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .cert-icon svg { width: 18px; height: 18px; fill: var(--gold); }
  .cert-text .cn { font-size: .82rem; font-weight: 600; color: var(--white); }
  .cert-text .cd { font-size: .72rem; color: rgba(255,255,255,.4); }
  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,.07); margin-top: 3rem;
    padding: 1.3rem 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .5rem;
  }
  .footer-bottom span { font-size: .77rem; color: rgba(255,255,255,.3); }

  /* ════════════════════════════════════════
     FLOATING CTA
  ════════════════════════════════════════ */
  .float-cta {
    position: fixed; bottom: 2rem; right: 2rem; z-index: 999;
    display: flex; flex-direction: column; gap: .7rem; align-items: flex-end;
  }
  .float-btn {
    display: flex; align-items: center; gap: .7rem;
    padding: .75rem 1.5rem; border-radius: 40px;
    font-size: .85rem; font-weight: 600; letter-spacing: .03em;
    box-shadow: 0 4px 20px rgba(0,0,0,.25); transition: transform .2s, box-shadow .2s;
    cursor: pointer;
  }
  .float-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,.3); }
  .float-btn.phone { background: var(--navy); color: var(--white); }
  .float-btn.devis { background: var(--gold); color: var(--white); }
  .float-btn.whatsapp { background: #25D366; color: var(--white); }

  .float-btn svg { width: 16px; height: 16px; fill: currentColor; }



  /* RESPONSIVE */
  @media (max-width: 900px) {
    .about .container { grid-template-columns: 1fr; }
    .zone .container   { grid-template-columns: 1fr; }
    .zone-map-placeholder { display: none; }
    .realisations-grid { grid-template-columns: 1fr 1fr; }
    .realisation-card.large { grid-row: span 1; }
    .realisation-card.large .realisation-img { min-height: 260px; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .service-card.featured { grid-column: span 1; }
  }
  @media (max-width: 640px) {
    .nav-menu { display: none; }
    .realisations-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .trust-sep { display: none; }
  }

  /* Ken Burns supprimé — évite le flou par zoom CSS */

  /* ── Nav dropdown ── */
  .has-dropdown { position: relative; }
  .dropdown {
    display: none; position: absolute; top: 100%; left: 0;
    background: var(--white); border: 1px solid rgba(27,42,74,.08);
    border-top: 2px solid var(--gold); border-radius: 0 0 4px 4px;
    box-shadow: 0 8px 24px rgba(27,42,74,.12);
    list-style: none; min-width: 210px; z-index: 200;
    padding: .4rem 0;
  }
  .has-dropdown:hover .dropdown { display: block; }
  .dropdown li a {
    display: flex; align-items: center; gap: .5rem;
    padding: .55rem 1.2rem; font-size: .83rem; font-weight: 500;
    color: var(--navy); transition: background .15s, color .15s;
    border-radius: 0;
  }
  .dropdown li a:hover { background: rgba(184,150,46,.07); color: var(--gold); }
  .dropdown li a::before { content: '—'; font-size: .65rem; opacity: .4; }
  .nav-arrow { font-size: .65rem; opacity: .6; margin-left: .2rem; transition: transform .2s; }
  .has-dropdown:hover .nav-arrow { transform: rotate(180deg); }


  /* ── Infostrip ── */
  .infostrip {
    background: #1B2A4A; border-bottom: 2px solid #8F7016;
    padding: .4rem 0; font-size: .76rem;
  }
  .infostrip .container { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:.4rem; }
  .infostrip-left, .infostrip-right { display:flex; align-items:center; gap:1rem; flex-wrap:wrap; }
  .infostrip a, .infostrip span { color: rgba(255,255,255,.85); display:flex; align-items:center; gap:.32rem; font-weight:400; transition:color .2s; white-space:nowrap; }
  .infostrip a:hover { color: #D4AD45; }
  .infostrip svg { width:12px; height:12px; fill:rgba(255,255,255,.7); flex-shrink:0; }
  .infostrip a:hover svg { fill:#D4AD45; }
  .infostrip-sep { width:1px; height:14px; background:rgba(255,255,255,.2); flex-shrink:0; }
  .ig-circle { width:20px;height:20px;border-radius:50%;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);display:flex;align-items:center;justify-content:center;flex-shrink:0; }
  .ig-circle svg { width:11px;height:11px;fill:#fff; }
  .fb-circle { width:20px;height:20px;border-radius:50%;background:#1877F2;display:flex;align-items:center;justify-content:center;flex-shrink:0; }
  .fb-circle svg { width:10px;height:10px;fill:#fff; }
  .wa-circle { width:20px;height:20px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;flex-shrink:0; }
  .wa-circle svg { width:11px;height:11px;fill:#fff; }
  /* ── Real brand logo images ── */
  .brand-logo img { height:32px;width:auto;max-width:110px;object-fit:contain;filter:none; }

  /* Logos fournisseurs dans les cartes expertise */
  .brand-logo-wrap {
    height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(184,150,46,.15);
    padding-bottom: .8rem;
  }
  .brand-logo-wrap img {
    height: 32px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    filter: grayscale(20%);
    opacity: .9;
    transition: opacity .2s, filter .2s;
  }
  .brand-logo-wrap img:hover { opacity: 1; filter: grayscale(0%); }
  .brand-logo-svg {
    font-size: 1.15rem;
    line-height: 32px;
  }
  /* Logo INOTHERM (SVG fond transparent) sur fond navy → rendu blanc */
  .service-card.featured .brand-logo-wrap img {
    filter: brightness(0) invert(1);
    opacity: 1;
    height: 32px;
    max-width: 200px;
  }
  .service-card.featured .brand-logo-wrap img:hover {
    opacity: 1;
    filter: brightness(0) invert(1);
  }
  .brand-logo-svg {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: .08em;
    color: var(--navy);
    text-transform: uppercase;
  }
  .service-card.featured .brand-logo-svg { color: var(--gold); }

  /* ════════════════════════════════════════
     LANDING PAGES SERVICES
  ════════════════════════════════════════ */
  .lp-section {
    padding: 5rem 0;
    background: var(--off);
  }
  .lp-tabs {
    display: flex; gap: .5rem; flex-wrap: wrap;
    margin-bottom: 2.5rem; border-bottom: 2px solid rgba(27,42,74,.10);
    padding-bottom: .25rem;
  }
  .lp-tab-btn {
    font-size: .82rem; font-weight: 600; letter-spacing: .04em;
    color: var(--gray3); background: none; border: none;
    padding: .65rem 1.2rem; cursor: pointer; border-radius: 2px;
    transition: all .2s; border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    font-family: 'Inter', sans-serif;
  }
  .lp-tab-btn:hover { color: var(--navy); background: rgba(27,42,74,.05); }
  .lp-tab-btn.active { color: var(--gold); border-bottom-color: var(--gold); }
  .lp-panel { display: none; }
  .lp-panel.active { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
  @media(max-width:768px){ .lp-panel.active { grid-template-columns: 1fr; } }
  .lp-content h2 { font-size: clamp(1.5rem, 2.5vw, 2rem); margin-bottom: .8rem; }
  .lp-content p { margin-bottom: 1rem; }
  .lp-content ul { list-style: none; padding: 0; margin: 1rem 0; }
  .lp-content ul li {
    padding: .4rem 0 .4rem 1.4rem; position: relative;
    font-size: .92rem; color: #444; border-bottom: 1px solid rgba(27,42,74,.06);
  }
  .lp-content ul li::before {
    content: ''; position: absolute; left: 0; top: .85rem;
    width: 7px; height: 7px; background: var(--gold); border-radius: 50%;
  }
  .lp-info-cards {
    display: flex; flex-direction: column; gap: 1rem;
  }
  .lp-info-card {
    background: var(--white); border-radius: 4px; padding: 1.2rem 1.4rem;
    border-left: 3px solid var(--gold); box-shadow: var(--shadow);
  }
  .lp-info-card .lp-card-title {
    font-weight: 700; color: var(--navy); font-size: .9rem; margin-bottom: .3rem;
  }
  .lp-info-card p { font-size: .85rem; margin: 0; color: #555; }
  .lp-tag {
    display: inline-flex; align-items: center; gap: .4rem;
    background: rgba(184,150,46,.1); color: var(--gold);
    font-size: .75rem; font-weight: 600; letter-spacing: .06em;
    padding: .3rem .8rem; border-radius: 2px; margin-bottom: .8rem;
  }
  .lp-cities {
    margin-top: 1.5rem; padding: 1rem 1.2rem;
    background: rgba(27,42,74,.04); border-radius: 3px;
    font-size: .8rem; color: var(--gray3); line-height: 1.9;
  }
  .lp-cities strong { color: var(--navy); display: block; margin-bottom: .2rem; font-size: .82rem; }

  /* ════════════════════════════════════════
     FAQ SEO
  ════════════════════════════════════════ */
  .faq-section {
    padding: 5rem 0;
    background: var(--white);
  }
  .faq-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0 3rem;
    margin-top: 2.5rem;
  }
  @media(max-width:768px){ .faq-grid { grid-template-columns: 1fr; } }
  .faq-item {
    border-bottom: 1px solid rgba(27,42,74,.08);
  }
  .faq-item summary {
    display: flex; align-items: center; justify-content: space-between;
    padding: 1.1rem 0; cursor: pointer; list-style: none;
    font-weight: 600; color: var(--navy); font-size: .92rem;
    gap: 1rem;
  }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary::after {
    content: '+'; font-size: 1.4rem; color: var(--gold);
    font-weight: 300; flex-shrink: 0; transition: transform .2s;
  }
  .faq-item[open] summary::after { transform: rotate(45deg); }
  .faq-item[open] summary { color: var(--gold); }
  .faq-answer {
    padding: 0 0 1.2rem 0;
    font-size: .88rem; color: #555; line-height: 1.8;
  }
  .faq-answer strong { color: var(--navy); }


  /* ── MOBILE HAMBURGER ── */
  .hamburger {
    display: none; cursor: pointer; background: none; border: none;
    width: 36px; height: 36px; position: relative; z-index: 300;
  }
  .hamburger span {
    display: block; width: 24px; height: 2px; background: var(--navy);
    margin: 5px auto; transition: all .3s; border-radius: 2px;
  }
  .hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .hamburger.active span:nth-child(2) { opacity: 0; }
  .hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
  
  .mobile-menu {
    display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,.98); z-index: 250;
    flex-direction: column; align-items: center; justify-content: center;
    gap: 0; padding-top: 80px; overflow-y: auto;
  }
  .mobile-menu.open { display: flex; }
  .mobile-menu a {
    display: block; padding: 1rem 2rem; font-size: 1.1rem; font-weight: 500;
    color: var(--navy); text-align: center; width: 100%;
    border-bottom: 1px solid rgba(27,42,74,.06); transition: color .2s, background .2s;
  }
  .mobile-menu a:hover { color: var(--gold); background: rgba(184,150,46,.05); }
  .mobile-menu .mobile-cta {
    margin-top: 1.5rem; background: var(--navy); color: var(--white) !important;
    border-radius: 2px; padding: 1rem 2rem; font-weight: 600; width: auto;
    border: none;
  }
  .mobile-menu .mobile-cta:hover { background: var(--gold); }
  .mobile-menu .mobile-contact {
    margin-top: 1rem; display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center;
  }
  .mobile-menu .mobile-contact a {
    border: none; font-size: .9rem; width: auto; padding: .5rem 1rem;
    color: var(--gold); font-weight: 600;
  }
  
  @media (max-width: 640px) {
    .hamburger { display: block; }
  }


  /* ── Contact form responsive ── */
  @media(max-width:768px){
    #contact .container > div { grid-template-columns: 1fr !important; }
  }

@media(max-width:768px){
  .carousel-dot{padding:19px;box-sizing:content-box;background-clip:content-box}
  .carousel-dots{gap:0}
  .infostrip a{padding:12px 8px;min-height:44px;display:inline-flex;align-items:center}
  .nav-menu a{padding:12px 16px;min-height:44px}
  .social-icons a,.footer-social a{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}
}
