:root{
  --bg:#06111f;
  --bg2:#07182a;
  --panel:#0b1a2d;
  --line:rgba(124,161,255,.20);
  --text:#f6f8ff;
  --muted:#a8b4c8;
  --blue:#4d83ff;
  --violet:#8a5cff;
  --glow:0 0 22px rgba(85,101,255,.58),0 0 60px rgba(78,83,255,.22);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 78% 14%,rgba(37,64,142,.14),transparent 34%),linear-gradient(180deg,#06101d 0%,#06111f 100%);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}
body::before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent 85%);z-index:-2}
a{color:inherit;text-decoration:none}
button{font:inherit}
.site-header{position:fixed;top:0;left:0;right:0;z-index:40;height:76px;display:flex;align-items:center;gap:40px;padding:0 28px;background:linear-gradient(180deg,rgba(3,10,19,.92),rgba(3,10,19,.48),transparent);backdrop-filter:blur(10px)}
.brand{display:flex;align-items:center;width:215px;flex:0 0 215px}
.brand img{display:block;width:100%;height:auto;object-fit:contain}
.main-nav{margin-left:auto;display:flex;align-items:stretch;height:100%;gap:28px}
.main-nav a{position:relative;display:flex;align-items:center;font-size:13px;color:#eef3ff;opacity:.9}
.main-nav a::after{content:"";position:absolute;left:0;right:0;bottom:12px;height:2px;background:linear-gradient(90deg,var(--blue),var(--violet));transform:scaleX(0);transform-origin:left;transition:.28s ease}
.main-nav a:hover::after,.main-nav a.active::after{transform:scaleX(1)}
.header-actions{display:flex;align-items:center;gap:10px}
.lang{border:0;background:none;color:#fff;font-size:12px;padding:8px 2px}.lang.dim{opacity:.55}
.menu{width:34px;height:34px;display:none;place-content:center;gap:4px;border:0;background:transparent}.menu span{display:block;width:17px;height:1px;background:#fff}
.section-shell{max-width:1440px;margin:0 auto;padding-left:4vw;padding-right:4vw}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;border-radius:11px;font-weight:600;font-size:14px;white-space:nowrap;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease}
.btn:hover{transform:translateY(-2px)}
.btn-primary{padding:17px 28px;background:linear-gradient(100deg,#3c77ff,#8661ff);box-shadow:var(--glow);border:1px solid rgba(255,255,255,.28)}
.btn-primary:hover{box-shadow:0 0 28px rgba(93,107,255,.82),0 0 84px rgba(78,83,255,.35)}
.btn-outline{padding:13px 20px;border:1px solid #775cff;background:rgba(12,23,43,.3);box-shadow:0 0 24px rgba(86,72,255,.20)}
.btn-outline:hover{border-color:#a48cff;box-shadow:0 0 28px rgba(111,87,255,.35)}
.text-link{font-size:13px;border-bottom:1px solid rgba(255,255,255,.6);padding-bottom:4px;color:#f7f8ff}
.eyebrow{margin:0 0 14px;color:#5da0ff;letter-spacing:.26em;font-size:12px;font-weight:700}
.hero{min-height:690px;padding-top:112px;padding-bottom:56px;position:relative}
.hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1.5px;background:linear-gradient(90deg,rgba(77,131,255,.72),rgba(138,92,255,.76),rgba(77,131,255,.72));box-shadow:0 0 12px rgba(92,107,255,.28);pointer-events:none}
.hero-grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(560px,1.22fr);align-items:center;gap:36px}
.hero-copy{position:relative;z-index:3;padding-top:18px}
h1{margin:0;font-size:clamp(52px,5.4vw,82px);line-height:.95;letter-spacing:-.045em;max-width:680px}
h1 span,.cta-inner h2 span{background:linear-gradient(90deg,#4c86ff,#9a58ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-text{max-width:530px;margin:28px 0 0;color:#d4d9e5;font-size:18px;line-height:1.55}
.hero-actions{display:flex;align-items:center;gap:28px;margin-top:30px}
.benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:72px}
.benefit{display:flex;align-items:center;gap:11px;min-width:0}.benefit .icon{font-size:22px;color:#6f74ff;text-shadow:0 0 16px #5f63ff}.benefit strong,.benefit small{display:block}.benefit strong{font-size:12px}.benefit small{font-size:10px;color:var(--muted);margin-top:2px}
.hero-art{position:relative;min-height:505px;border-radius:30px;overflow:hidden;isolation:isolate;transform-style:preserve-3d}
.hero-art::before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,#06111f 0%,rgba(6,17,31,.54) 8%,transparent 28%),linear-gradient(180deg,rgba(3,10,20,.12),transparent 72%,#06111f 100%);pointer-events:none}
.hero-art img{width:100%;height:100%;min-height:505px;object-fit:cover;object-position:center;display:block;filter:saturate(1.08) contrast(1.06)}
.hero-art-glow{position:absolute;z-index:-1;inset:8% 3% 2% 18%;background:radial-gradient(circle,#5064ff 0%,rgba(72,68,255,.18) 35%,transparent 68%);filter:blur(36px)}
.floating-chip{position:absolute;z-index:4;padding:8px 11px;border:1px solid rgba(127,129,255,.35);border-radius:7px;background:rgba(5,14,28,.62);backdrop-filter:blur(10px);font-size:10px;letter-spacing:.16em;box-shadow:0 0 22px rgba(72,89,255,.18)}
.chip-one{right:5%;bottom:15%}.chip-two{right:20%;top:10%}
.orb{position:absolute;border-radius:50%;filter:blur(.2px);z-index:4;box-shadow:0 0 22px currentColor;animation:float 4s ease-in-out infinite}.orb-one{width:10px;height:10px;right:12%;top:22%;background:#8a6dff;color:#8a6dff}.orb-two{width:7px;height:7px;left:18%;bottom:14%;background:#4c8bff;color:#4c8bff;animation-delay:1.5s}
.process-strip{position:relative;max-width:none;margin:0;padding:38px 4vw 34px;display:grid;grid-template-columns:1.05fr 3.2fr;gap:44px;align-items:center;border-bottom:none;background:linear-gradient(180deg,rgba(4,16,29,.96),rgba(5,20,35,.94));box-shadow:inset 0 1px 0 rgba(255,255,255,.015)}
.process-strip::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1.5px;background:linear-gradient(90deg,rgba(77,131,255,.72),rgba(138,92,255,.76),rgba(77,131,255,.72));box-shadow:0 0 12px rgba(92,107,255,.28);pointer-events:none}
.process-intro h2{margin:0;font-size:23px;letter-spacing:-.03em}
.process-intro .eyebrow{margin-bottom:5px;transform:translateY(-4px);font-size:15px;letter-spacing:.28em}
.process-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-item{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:start}.process-item .step{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid #556bff;color:#fff;font-size:14px;box-shadow:0 0 18px rgba(66,84,255,.12)}.process-item h3{margin:2px 0 5px;font-size:14px}.process-item p{margin:0;font-size:11px;line-height:1.4;color:var(--muted)}.arrow{font-size:22px;color:#8392ff;padding-top:7px}
.work{padding-top:68px;padding-bottom:55px}.work-grid{display:grid;grid-template-columns:300px 1fr;gap:34px;align-items:center}.work-copy h2{font-size:28px;margin:0 0 20px}.work-copy>p:not(.eyebrow){color:#c7cfdd;line-height:1.55;font-size:14px;margin:0 0 28px}.carousel-controls{display:flex;gap:14px;margin-top:34px}.carousel-controls button{width:40px;height:40px;border-radius:50%;border:1px solid #5b68ff;background:#071526;color:#fff;cursor:pointer;transition:.25s}.carousel-controls button:hover{transform:translateY(-2px);box-shadow:0 0 22px rgba(83,83,255,.4)}
.portfolio-viewport{overflow:hidden;position:relative;padding:24px 0 42px}.portfolio-viewport::before,.portfolio-viewport::after{content:"";position:absolute;top:0;bottom:0;width:78px;z-index:5;pointer-events:none}.portfolio-viewport::before{left:0;background:linear-gradient(90deg,#06111f,transparent)}.portfolio-viewport::after{right:0;background:linear-gradient(270deg,#06111f,transparent)}
.portfolio-track{display:flex;gap:18px;width:max-content;transform:translate3d(0,0,0);will-change:transform}.project-card{width:235px;flex:0 0 235px;transform:perspective(900px) rotateY(-5deg);transition:transform .32s ease,filter .32s ease;position:relative}.project-card:nth-child(even){transform:perspective(900px) rotateY(4deg) translateY(9px)}.project-card:hover{transform:perspective(900px) rotateY(0) translateY(-8px);z-index:4}.project-card img{width:100%;height:238px;object-fit:cover;border:1px solid rgba(111,132,255,.15);box-shadow:0 18px 42px rgba(0,0,0,.42);display:block;filter:saturate(.9)}.project-card:hover img{filter:saturate(1.08)}.project-meta{padding:12px 3px 0}.project-meta span,.project-meta small{display:block}.project-meta span{font-size:13px;font-weight:700}.project-meta small{font-size:11px;color:var(--muted);margin-top:3px}.track-indicator{position:absolute;left:34%;right:34%;bottom:8px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:2px}.track-indicator span{height:2px;background:#24344e}.track-indicator span:first-child{background:#648cff;box-shadow:0 0 12px #648cff}
.metrics{padding-top:6px;padding-bottom:64px}.metrics-panel{display:grid;grid-template-columns:1.6fr repeat(4,1fr);gap:12px;padding:28px;border:1px solid rgba(76,96,178,.35);background:linear-gradient(100deg,rgba(8,18,32,.96),rgba(7,18,34,.84));box-shadow:0 0 34px rgba(42,64,125,.13),inset 0 0 48px rgba(27,49,92,.10);border-radius:4px}.metrics-copy h2{margin:0;font-size:29px}.metrics-copy p{margin:9px 0 0;color:#bdc7d6;max-width:230px;font-size:13px;line-height:1.5}.stat{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:118px;border:1px solid rgba(86,108,175,.28);background:linear-gradient(180deg,rgba(10,27,47,.7),rgba(6,18,33,.38));border-radius:6px}.stat strong{font-size:34px;color:#8ba5ff;text-shadow:0 0 18px rgba(99,111,255,.25)}.stat span{font-size:11px;color:#bdc7d7;margin-top:8px;text-align:center;max-width:110px}
.cta-section{position:relative;min-height:430px;overflow:hidden;display:flex;align-items:center;justify-content:center}.cta-bg{position:absolute;inset:0;background-image:url('assets/cta-bg-side-texts.webp');background-size:cover;background-position:center;transform:scale(1.04)}.cta-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,13,23,.25),rgba(3,13,23,.78) 37%,rgba(3,13,23,.82) 62%,rgba(3,13,23,.25)),linear-gradient(180deg,rgba(4,14,25,.22),rgba(4,14,25,.54));box-shadow:inset 0 20px 80px rgba(2,8,16,.68)}.cta-inner{position:relative;z-index:2;text-align:center;max-width:600px;padding:30px}.cta-inner h2{margin:0;font-size:44px;line-height:1.06;letter-spacing:-.04em}.cta-inner p{margin:20px auto 24px;max-width:520px;color:#d0d8e5;line-height:1.5}.cta-actions{display:flex;justify-content:center;align-items:center;gap:28px}.service-ticker{position:absolute;z-index:3;bottom:22px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:14px;font-size:9px;letter-spacing:.2em;color:#d8e4ff;white-space:nowrap}.service-ticker b{opacity:.35}
.reveal-up{opacity:0;transform:translateY(34px);transition:opacity .75s cubic-bezier(.2,.72,.2,1),transform .75s cubic-bezier(.2,.72,.2,1)}.reveal-scale{opacity:0;transform:scale(.96);transition:opacity .9s cubic-bezier(.2,.72,.2,1),transform .9s cubic-bezier(.2,.72,.2,1)}.in-view{opacity:1!important;transform:none!important}
.cursor-glow{position:fixed;z-index:100;pointer-events:none;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(65,96,255,.12),transparent 70%);transform:translate(-50%,-50%);mix-blend-mode:screen;opacity:0;transition:opacity .25s}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@media (max-width:1100px){.main-nav{display:none}.site-header{height:68px;padding:0 18px}.brand{width:185px;flex-basis:185px}.header-actions{margin-left:auto}.lang{display:none}.hero{padding-top:94px}.hero-grid{grid-template-columns:1fr;gap:22px}.hero-copy{order:1}.hero-art{order:2;min-height:430px}.hero-art img{min-height:430px}.benefits{margin-top:38px}.process-strip{grid-template-columns:1fr}.process-flow{grid-template-columns:repeat(2,1fr)}.work-grid{grid-template-columns:1fr}.work-copy{max-width:520px}.metrics-panel{grid-template-columns:repeat(2,1fr)}.metrics-copy{grid-column:1/-1}}
@media (max-width:720px){.site-header{background:rgba(3,10,19,.86)}.brand{width:166px;flex-basis:166px}.header-actions .btn{display:none}.section-shell{padding-left:20px;padding-right:20px}.hero{min-height:auto;padding-top:104px;padding-bottom:34px}.hero-grid{gap:28px}.eyebrow{font-size:10px;letter-spacing:.19em}h1{font-size:49px;line-height:.96}.hero-text{font-size:16px;margin-top:22px}.hero-actions{gap:20px;align-items:flex-start;flex-direction:column}.benefits{grid-template-columns:repeat(2,1fr);gap:22px 12px}.hero-art{min-height:320px;border-radius:18px}.hero-art img{min-height:320px}.floating-chip{display:none}.process-strip{padding:30px 20px;gap:26px}.process-flow{grid-template-columns:1fr}.process-item{grid-template-columns:auto 1fr}.process-item .arrow{display:none}.work{padding-top:48px}.portfolio-viewport{margin-left:-20px;margin-right:-20px;padding-left:20px}.project-card{width:210px;flex-basis:210px}.project-card img{height:220px}.metrics{padding-left:14px;padding-right:14px}.metrics-panel{grid-template-columns:1fr 1fr;padding:16px}.stat{min-height:100px}.stat strong{font-size:28px}.cta-section{min-height:500px}.cta-inner h2{font-size:40px}.cta-actions{flex-direction:column;gap:18px}.service-ticker{max-width:100%;overflow:hidden;padding:0 20px}.cursor-glow{display:none}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal-up,.reveal-scale{opacity:1;transform:none;transition:none}.orb{animation:none}.portfolio-track{transition:none!important}}

/* V2 — Hero visual full-bleed / larger */
@media (min-width:1101px){
  .hero.section-shell{
    max-width:none;
    padding-left:4vw;
    padding-right:0;
  }
  .hero-grid{
    grid-template-columns:minmax(500px,.86fr) minmax(0,1.45fr);
    gap:24px;
    align-items:stretch;
  }
  .hero-copy{
    align-self:center;
    padding-right:18px;
  }
  .hero-art{
    min-height:640px;
    height:100%;
    align-self:stretch;
    border-radius:30px 0 0 30px;
  }
  .hero-art img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    min-height:0;
    object-fit:cover;
    object-position:center center;
  }
}

@media (max-width:1100px){
  .hero.section-shell{padding-right:4vw}
  .hero-art{border-radius:24px}
  .hero-art img{position:relative;inset:auto;width:100%;height:100%;object-fit:cover}
}

@media (max-width:720px){
  .hero.section-shell{padding-right:20px}
  .hero-art{border-radius:18px}
}


/* V3 — Hero image fills height and removes top/bottom bands */
.hero{
  overflow:hidden;
}

@media (min-width:1101px){
  .hero{
    padding-top:104px;
    padding-bottom:0;
  }
  .hero-grid{
    grid-template-columns:minmax(500px,.82fr) minmax(0,1.52fr);
    gap:24px;
    align-items:stretch;
    min-height:clamp(720px,78vh,900px);
  }
  .hero-copy{
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-height:100%;
    padding-top:0;
    padding-right:22px;
  }
  .benefits{
    margin-top:56px;
  }
  .hero-art{
    min-height:100%;
    height:100%;
    align-self:stretch;
    margin-top:-18px;
    margin-bottom:-28px;
    border-radius:34px 0 0 34px;
  }
  .hero-art::before{
    background:linear-gradient(90deg,#06111f 0%,rgba(6,17,31,.34) 10%,transparent 30%);
  }
  .hero-art img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    min-height:0;
    object-fit:cover;
    object-position:center center;
    transform:scale(1.035);
  }
}

@media (max-width:1100px){
  .hero{
    padding-bottom:38px;
  }
  .hero-art{
    margin-top:0;
    margin-bottom:0;
  }
  .hero-art::before{
    background:linear-gradient(90deg,#06111f 0%,rgba(6,17,31,.44) 10%,transparent 32%);
  }
}


/* V4 — hero image runs behind the header and fills the full hero height */
@media (min-width:1101px){
  .hero{
    padding-top:0;
    padding-bottom:0;
    min-height:780px;
  }

  .hero.section-shell{
    max-width:none;
    padding-left:4vw;
    padding-right:0;
  }

  .hero-grid{
    grid-template-columns:minmax(500px,.82fr) minmax(0,1.56fr);
    gap:20px;
    align-items:stretch;
    min-height:780px;
  }

  .hero-copy{
    position:relative;
    z-index:3;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding-top:132px;
    padding-bottom:58px;
    padding-right:24px;
    min-height:100%;
  }

  .benefits{
    margin-top:54px;
  }

  .hero-art{
    position:relative;
    z-index:1;
    align-self:stretch;
    min-height:780px;
    height:100%;
    margin-top:0;
    margin-bottom:0;
    border-radius:0 0 0 34px;
    overflow:hidden;
  }

  .hero-art::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    pointer-events:none;
    background:linear-gradient(90deg,#06111f 0%,rgba(6,17,31,.70) 12%,rgba(6,17,31,.28) 26%,transparent 44%), linear-gradient(180deg,rgba(2,8,16,.08) 0%,transparent 18%,transparent 82%,rgba(6,17,31,.06) 100%);
  }

  .hero-art img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    min-height:0;
    object-fit:cover;
    object-position:center center;
    transform:scale(1.035);
  }

  .hero-art-glow{
    inset:4% 2% 0 18%;
  }
}


/* V5 — new logo + hero image integrated as the actual hero background */
.site-header .brand{
  width:260px;
  flex-basis:260px;
}
.site-header .brand img{
  width:100%;
  height:auto;
  object-fit:contain;
}

@media (min-width:1101px){
  .site-header{
    background:linear-gradient(180deg,rgba(3,10,19,.78),rgba(3,10,19,.34),transparent);
  }

  .hero{
    min-height:820px;
    padding-top:0;
    padding-bottom:0;
    background-image:
      linear-gradient(90deg,rgba(4,13,26,.96) 0%,rgba(4,13,26,.88) 24%,rgba(4,13,26,.54) 40%,rgba(4,13,26,.12) 58%,rgba(4,13,26,.04) 100%),
      linear-gradient(180deg,rgba(2,8,18,.10) 0%,rgba(2,8,18,.00) 60%,rgba(3,12,24,.24) 100%),
      url('assets/hero-visual.webp');
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
  }

  .hero-grid{
    grid-template-columns:minmax(520px,.80fr) minmax(0,1.60fr);
    gap:0;
    min-height:820px;
    align-items:stretch;
  }

  .hero-copy{
    min-height:820px;
    padding-top:132px;
    padding-bottom:58px;
    padding-right:34px;
    justify-content:center;
  }

  .hero-art{
    visibility:hidden;
    min-height:820px;
    height:100%;
    margin:0;
    border-radius:0;
  }

  .hero::after{
    bottom:0;
  }
}

@media (max-width:1100px){
  .site-header .brand{
    width:220px;
    flex-basis:220px;
  }
}

@media (max-width:720px){
  .site-header .brand{
    width:190px;
    flex-basis:190px;
  }
}


/* V6 — final desktop hero title composition */
.hero-title .hero-line{
  display:block;
}
.hero-title .hero-line:not(.hero-accent){
  background:none;
  -webkit-background-clip:border-box;
  background-clip:border-box;
  color:var(--text);
}
.hero-title .hero-accent{
  background:linear-gradient(90deg,#4c86ff,#9a58ff);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

@media (min-width:1101px){
  .hero-grid{
    grid-template-columns:minmax(650px, .94fr) minmax(0, 1.48fr);
  }

  .hero-copy{
    padding-left:0;
    padding-right:42px;
    max-width:720px;
  }

  .hero-title{
    max-width:690px;
    font-size:clamp(58px,4.35vw,70px);
    line-height:.99;
    letter-spacing:-.046em;
  }

  .hero-title .hero-line{
    white-space:nowrap;
  }

  .hero-text{
    max-width:560px;
    margin-top:30px;
  }

  .hero-actions{
    margin-top:28px;
  }

  .benefits{
    max-width:610px;
    margin-top:54px;
  }
}

@media (max-width:1100px){
  .hero-title .hero-line{
    white-space:normal;
  }
}


/* V7 — Real portfolio visuals from the V372 Réalisations page only */
#work .project-card{
  width:320px;
  flex:0 0 320px;
}
#work .project-card img{
  width:100%;
  height:205px;
  object-fit:cover;
  object-position:center;
  background:#081321;
}
#work .project-meta span{
  font-size:14px;
}
#work .project-meta small{
  line-height:1.35;
}
@media (max-width:720px){
  #work .project-card{
    width:278px;
    flex-basis:278px;
  }
  #work .project-card img{
    height:178px;
  }
}


/* V8 — premium coverflow / angled portfolio carousel */
#work .portfolio-viewport{
  min-height:360px;
  padding:34px 0 48px;
  perspective:1400px;
  perspective-origin:50% 42%;
  overflow:hidden;
}
#work .portfolio-viewport::before,
#work .portfolio-viewport::after{
  width:105px;
  z-index:20;
}
#work .portfolio-viewport::before{
  background:linear-gradient(90deg,#06111f 10%,rgba(6,17,31,.92) 30%,transparent 100%);
}
#work .portfolio-viewport::after{
  background:linear-gradient(270deg,#06111f 10%,rgba(6,17,31,.92) 30%,transparent 100%);
}
#work .portfolio-track{
  display:flex;
  align-items:flex-start;
  gap:24px;
  width:max-content;
  transform-style:preserve-3d;
  will-change:transform;
}
#work .project-card{
  --coverflow-rotate:0deg;
  --coverflow-scale:1;
  --coverflow-y:0px;
  --coverflow-opacity:1;
  width:318px;
  flex:0 0 318px;
  position:relative;
  transform-style:preserve-3d;
  transform-origin:center center;
  transform:rotateY(var(--coverflow-rotate)) translateY(var(--coverflow-y)) scale(var(--coverflow-scale));
  opacity:var(--coverflow-opacity);
  transition:filter .22s ease, opacity .22s ease;
  filter:brightness(var(--coverflow-brightness,.82)) saturate(var(--coverflow-saturation,.82));
  backface-visibility:hidden;
}
#work .project-card:nth-child(even),
#work .project-card:hover{
  transform:rotateY(var(--coverflow-rotate)) translateY(var(--coverflow-y)) scale(var(--coverflow-scale));
}
#work .project-card.is-coverflow-active{
  z-index:12;
  filter:brightness(1.06) saturate(1.06);
}
#work .project-card img{
  width:100%;
  height:204px;
  object-fit:cover;
  object-position:center;
  display:block;
  border:1px solid rgba(104,129,255,.20);
  border-radius:2px;
  background:#081321;
  box-shadow:0 20px 45px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.015);
  transition:box-shadow .3s ease,filter .3s ease;
}
#work .project-card.is-coverflow-active img{
  box-shadow:0 28px 64px rgba(0,0,0,.56),0 0 30px rgba(70,89,255,.12),0 0 0 1px rgba(115,137,255,.22);
}
#work .project-meta{
  padding:13px 4px 0;
  transform:translateZ(1px);
  opacity:var(--coverflow-meta-opacity,.75);
  transition:opacity .24s ease;
}
#work .project-meta span{
  font-size:14px;
  font-weight:700;
}
#work .project-meta small{
  font-size:11px;
  line-height:1.35;
  color:var(--muted);
}
#work .track-indicator{
  left:36%;
  right:36%;
  bottom:8px;
  grid-template-columns:repeat(4,1fr);
  gap:3px;
  z-index:25;
}
#work .track-indicator span{
  transition:background .25s ease,box-shadow .25s ease,transform .25s ease;
}
#work .track-indicator span.is-active{
  background:#648cff;
  box-shadow:0 0 14px #648cff;
  transform:scaleY(1.35);
}
#work .track-indicator span:first-child:not(.is-active){
  background:#24344e;
  box-shadow:none;
}

@media (min-width:1101px){
  #work .work-grid{
    grid-template-columns:300px minmax(0,1fr);
    gap:28px;
  }
  #work .portfolio-viewport{
    margin-right:-4vw;
    padding-right:4vw;
  }
}

@media (max-width:1100px){
  #work .portfolio-viewport{
    min-height:350px;
  }
}

@media (max-width:720px){
  #work .portfolio-viewport{
    min-height:300px;
    padding:24px 0 42px 20px;
    perspective:1000px;
  }
  #work .project-card{
    width:252px;
    flex-basis:252px;
  }
  #work .project-card img{
    height:162px;
  }
  #work .portfolio-track{
    gap:16px;
  }
  #work .portfolio-viewport::before,
  #work .portfolio-viewport::after{
    width:36px;
  }
  #work .track-indicator{
    left:25%;
    right:25%;
  }
}

/* V10 — enlarge ONLY the content inside Nos réalisations.
   Section height, vertical spacing and global page width remain the same as V8. */
@media (min-width:1101px){
  #work.work{
    padding-top:68px;
    padding-bottom:55px;
  }

  #work .work-grid{
    grid-template-columns:320px minmax(0,1fr);
    gap:20px;
    align-items:center;
  }

  #work .work-copy{
    max-width:320px;
  }

  #work .work-copy .eyebrow{
    font-size:13px;
    margin-bottom:12px;
  }

  #work .work-copy h2{
    font-size:32px;
    line-height:1.08;
    margin-bottom:22px;
  }

  #work .work-copy > p:not(.eyebrow){
    font-size:15.5px;
    line-height:1.55;
    margin-bottom:26px;
  }

  #work .work-copy .btn{
    font-size:15px;
    padding:14px 22px;
  }

  #work .carousel-controls{
    gap:15px;
    margin-top:29px;
  }

  #work .carousel-controls button{
    width:44px;
    height:44px;
    font-size:18px;
  }

  #work .portfolio-viewport{
    min-height:360px;
    padding-top:24px;
    padding-bottom:42px;
  }

  #work .portfolio-track{
    gap:18px;
  }

  #work .project-card{
    width:342px;
    flex-basis:342px;
  }

  #work .project-card img{
    height:220px;
  }

  #work .project-meta{
    padding-top:11px;
  }

  #work .project-meta span{
    font-size:15px;
  }

  #work .project-meta small{
    font-size:12px;
  }

  #work .portfolio-viewport::before,
  #work .portfolio-viewport::after{
    width:68px;
  }

  #work .portfolio-viewport::before{
    background:linear-gradient(90deg,#06111f 3%,rgba(6,17,31,.78) 30%,transparent 100%);
  }

  #work .portfolio-viewport::after{
    background:linear-gradient(270deg,#06111f 3%,rgba(6,17,31,.78) 30%,transparent 100%);
  }

  #work .track-indicator{
    left:32%;
    right:32%;
  }
}

/* V11 — fill the horizontal space INSIDE Nos réalisations only.
   Keep the V8/V10 section height and vertical position unchanged. */
@media (min-width:1101px){
  #work.work{
    padding-top:68px;
    padding-bottom:55px;
  }

  /* The section itself stays where it is; only its inner grid expands toward the viewport edges. */
  #work .work-grid{
    width:calc(100vw - 80px);
    margin-left:calc(50% - 50vw + 40px);
    grid-template-columns:360px minmax(0,1fr);
    gap:34px;
    align-items:center;
  }

  #work .work-copy{
    max-width:360px;
  }

  #work .work-copy .eyebrow{
    font-size:13.5px;
    letter-spacing:.27em;
  }

  #work .work-copy h2{
    font-size:34px;
    line-height:1.06;
    margin-bottom:24px;
  }

  #work .work-copy > p:not(.eyebrow){
    max-width:350px;
    font-size:16px;
    line-height:1.55;
  }

  #work .work-copy .btn{
    font-size:15.5px;
    padding:15px 24px;
  }

  #work .carousel-controls button{
    width:46px;
    height:46px;
    font-size:19px;
  }

  #work .portfolio-viewport{
    min-height:360px;
    margin-right:0;
    padding:24px 0 42px;
  }

  #work .portfolio-track{
    gap:22px;
  }

  #work .project-card{
    width:390px;
    flex-basis:390px;
  }

  #work .project-card img{
    height:220px;
  }

  #work .project-meta span{
    font-size:15.5px;
  }

  #work .project-meta small{
    font-size:12.25px;
  }

  /* Smaller edge fades let the angled side cards occupy the available width. */
  #work .portfolio-viewport::before,
  #work .portfolio-viewport::after{
    width:44px;
  }

  #work .portfolio-viewport::before{
    background:linear-gradient(90deg,#06111f 0%,rgba(6,17,31,.58) 34%,transparent 100%);
  }

  #work .portfolio-viewport::after{
    background:linear-gradient(270deg,#06111f 0%,rgba(6,17,31,.58) 34%,transparent 100%);
  }

  #work .track-indicator{
    left:34%;
    right:34%;
  }
}

/* Keep a safe margin on medium desktop widths while preserving the same section height. */
@media (min-width:1101px) and (max-width:1350px){
  #work .work-grid{
    width:calc(100vw - 48px);
    margin-left:calc(50% - 50vw + 24px);
    grid-template-columns:330px minmax(0,1fr);
    gap:24px;
  }
  #work .work-copy{max-width:330px}
  #work .project-card{width:350px;flex-basis:350px}
  #work .project-card img{height:205px}
}


/* V12 — connected process timeline. Keeps the existing dark/blue visual language,
   but connects the numbered bubbles with one continuous rail and moves the copy below. */
@media (min-width:1101px){
  .process-strip{
    grid-template-columns:minmax(270px,1.05fr) minmax(0,3.35fr);
    gap:46px;
    padding:34px 4vw 32px;
    align-items:center;
  }

  .process-flow{
    position:relative;
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:18px;
    align-items:start;
    padding-top:2px;
  }

  .process-flow::before{
    content:"";
    position:absolute;
    z-index:0;
    top:23px;
    left:10%;
    right:10%;
    height:1.5px;
    background:linear-gradient(90deg,rgba(77,131,255,.72),rgba(138,92,255,.76),rgba(77,131,255,.72));
    box-shadow:0 0 12px rgba(92,107,255,.28);
    pointer-events:none;
  }

  .process-item{
    position:relative;
    z-index:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:0;
    min-width:0;
  }

  .process-item .step{
    position:relative;
    z-index:2;
    width:46px;
    height:46px;
    flex:0 0 46px;
    display:grid;
    place-items:center;
    margin:0 auto;
    border:1px solid rgba(101,116,255,.96);
    border-radius:50%;
    background:linear-gradient(180deg,#0b1a2d,#071322);
    color:#fff;
    font-size:14px;
    font-weight:700;
    box-shadow:0 0 0 7px rgba(8,21,38,.92),0 0 22px rgba(83,92,255,.20);
  }

  .process-item > div{
    width:min(100%,188px);
    margin-top:16px;
    text-align:left;
  }

  .process-item h3{
    margin:0 0 7px;
    font-size:15px;
    line-height:1.2;
  }

  .process-item p{
    margin:0;
    font-size:11.5px;
    line-height:1.48;
    color:var(--muted);
  }

  .process-item .arrow{
    display:none;
  }
}

/* Tablet: keep two rows, connecting each pair with the same visual rail. */
@media (min-width:721px) and (max-width:1100px){
  .process-intro .eyebrow{font-size:14px}

  .process-strip{
    gap:28px;
  }

  .process-flow{
    position:relative;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:34px 30px;
  }

  .process-flow::before{
    content:none;
  }

  .process-item{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
    min-width:0;
  }

  .process-item:nth-child(odd):not(:last-child)::after{
    content:"";
    position:absolute;
    z-index:0;
    top:21px;
    left:50%;
    width:calc(100% + 30px);
    height:1px;
    background:linear-gradient(90deg,rgba(77,131,255,.72),rgba(138,92,255,.72));
    box-shadow:0 0 10px rgba(92,107,255,.24);
  }

  .process-item .step{
    position:relative;
    z-index:2;
    width:44px;
    height:44px;
    background:#081627;
    box-shadow:0 0 0 6px #071526,0 0 18px rgba(83,92,255,.18);
  }

  .process-item > div{
    width:min(100%,240px);
    margin-top:14px;
  }

  .process-item .arrow{display:none}
}

/* Mobile: use a vertical connected timeline so it remains readable without horizontal squeezing. */
@media (max-width:720px){
  .process-intro .eyebrow{font-size:12px;letter-spacing:.22em}

  .process-flow{
    position:relative;
    display:grid;
    grid-template-columns:1fr;
    gap:22px;
  }

  .process-flow::before{
    content:"";
    position:absolute;
    top:22px;
    bottom:54px;
    left:22px;
    width:1px;
    background:linear-gradient(180deg,rgba(77,131,255,.74),rgba(138,92,255,.74));
    box-shadow:0 0 10px rgba(92,107,255,.24);
  }

  .process-item{
    position:relative;
    display:block;
    min-height:76px;
    padding-left:66px;
  }

  .process-item .step{
    position:absolute;
    z-index:2;
    left:0;
    top:0;
    width:44px;
    height:44px;
    background:#081627;
    box-shadow:0 0 0 6px #071526,0 0 18px rgba(83,92,255,.18);
  }

  .process-item > div{
    margin:0;
    padding-top:2px;
  }

  .process-item h3{margin:0 0 6px}
  .process-item .arrow{display:none}
}

/* V13 — Replace hero benefit glyphs with custom neon icons */
.benefit{
  gap:14px;
}
.benefit-icon{
  width:46px;
  height:46px;
  flex:0 0 46px;
  display:block;
  object-fit:contain;
  object-position:center;
  filter:drop-shadow(0 0 9px rgba(86,105,255,.28));
}

@media (max-width:1100px){
  .benefit-icon{
    width:44px;
    height:44px;
    flex-basis:44px;
  }
}

@media (max-width:720px){
  .benefit{
    gap:11px;
  }
  .benefit-icon{
    width:40px;
    height:40px;
    flex-basis:40px;
  }
}

/* V14 — Keep hero benefit headings on one line */
.benefit strong{
  white-space:nowrap;
}


/* V15 — full service line on desktop/tablet, simplified on mobile */
.hero-service-line{
  display:block;
  white-space:nowrap;
  max-width:none;
  letter-spacing:.18em;
  font-size:11px;
}
.hero-service-separator{
  padding:0 .28em;
  color:#7289ff;
}
@media (max-width:1100px) and (min-width:721px){
  .hero-service-line{
    white-space:normal;
    line-height:1.7;
    max-width:760px;
    letter-spacing:.14em;
    font-size:10px;
  }
}
@media (max-width:720px){
  .hero-service-extra{
    display:none;
  }
  .hero-service-line{
    white-space:nowrap;
    letter-spacing:.19em;
    font-size:10px;
  }
}

/* V19 — CTA typography and controls matched to the original embedded-image composition */
@media (min-width:1101px){
  .cta-inner{
    max-width:820px;
    padding:12px 30px 54px;
  }
  .cta-inner h2{
    font-size:clamp(58px,4vw,68px);
    line-height:.98;
    letter-spacing:-.048em;
    font-weight:760;
  }
  .cta-inner p{
    max-width:700px;
    margin:25px auto 30px;
    font-size:20px;
    line-height:1.42;
    color:#e3e9f4;
  }
  .cta-actions{
    gap:38px;
  }
  .cta-actions .btn-primary{
    min-width:274px;
    min-height:64px;
    padding:19px 32px;
    border-radius:14px;
    font-size:16px;
  }
  .cta-actions .text-link{
    font-size:16px;
    font-weight:600;
    padding-bottom:7px;
  }
  .service-ticker{
    bottom:23px;
    gap:17px;
    font-size:10px;
    letter-spacing:.21em;
  }
  .service-ticker::before{
    content:"";
    position:absolute;
    left:50%;
    top:-28px;
    width:430px;
    height:1px;
    transform:translateX(-50%);
    background:linear-gradient(90deg,transparent,rgba(84,126,255,.75) 22%,rgba(132,87,255,.75) 78%,transparent);
    box-shadow:0 0 14px rgba(77,111,255,.32);
  }
}

@media (min-width:721px) and (max-width:1100px){
  .cta-inner{max-width:720px;padding-bottom:50px}
  .cta-inner h2{font-size:54px;line-height:1;letter-spacing:-.045em}
  .cta-inner p{max-width:620px;font-size:18px;margin:22px auto 28px}
  .cta-actions .btn-primary{min-width:250px;min-height:60px;font-size:15px}
  .cta-actions .text-link{font-size:15px}
  .service-ticker::before{content:"";position:absolute;left:50%;top:-25px;width:360px;height:1px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,rgba(84,126,255,.7),rgba(132,87,255,.7),transparent)}
}

@media (max-width:720px){
  .cta-inner{max-width:560px;padding:28px 22px 70px}
  .cta-inner h2{font-size:44px;line-height:1.02;letter-spacing:-.04em}
  .cta-inner p{font-size:16px;line-height:1.45;margin:20px auto 24px}
  .cta-actions .btn-primary{min-width:235px;min-height:56px}
  .service-ticker::before{display:none}
}


/* V20 — restore the original side-wall text while hiding only the baked-in center CTA */
.cta-overlay{
  background:
    linear-gradient(90deg,rgba(3,13,23,.16) 0%,rgba(3,13,23,.28) 16%,rgba(3,13,23,.72) 31%,rgba(3,13,23,.90) 43%,rgba(3,13,23,.90) 57%,rgba(3,13,23,.72) 69%,rgba(3,13,23,.28) 84%,rgba(3,13,23,.16) 100%),
    linear-gradient(180deg,rgba(4,14,25,.12),rgba(4,14,25,.46));
  box-shadow:inset 0 20px 80px rgba(2,8,16,.58);
}
.cta-overlay::after{
  content:"";
  position:absolute;
  left:27%;
  right:27%;
  top:4%;
  bottom:5%;
  border-radius:42px;
  background:rgba(3,13,23,.88);
  filter:blur(14px);
  opacity:.98;
}
@media (max-width:1100px){
  .cta-overlay::after{left:18%;right:18%;top:3%;bottom:4%;}
}
@media (max-width:720px){
  .cta-overlay::after{left:6%;right:6%;top:2%;bottom:3%;border-radius:26px;filter:blur(10px)}
}


/* V24 — CTA section slightly taller so the background breathes more and the content feels less compressed */
.cta-section{
  min-height: 520px;
}
.cta-bg{
  background-position: center center;
  transform: scale(1.01);
}

@media (min-width:1101px){
  .cta-section{
    min-height: 540px;
  }
  .cta-inner{
    max-width: 840px;
    padding: 28px 30px 84px;
  }
  .cta-inner h2{
    font-size: clamp(60px,4.1vw,70px);
  }
  .cta-inner p{
    margin: 26px auto 32px;
  }
  .service-ticker{
    bottom: 28px;
  }
  .service-ticker::before{
    top: -30px;
  }
}

@media (min-width:721px) and (max-width:1100px){
  .cta-section{
    min-height: 560px;
  }
  .cta-inner{
    padding: 34px 26px 82px;
  }
  .service-ticker{
    bottom: 26px;
  }
}

@media (max-width:720px){
  .cta-section{
    min-height: 600px;
  }
  .cta-bg{
    background-position: center center;
    transform: scale(1.02);
  }
  .cta-inner{
    padding: 34px 22px 86px;
  }
  .service-ticker{
    bottom: 24px;
  }
}


/* V25 — approved "Nos services" section from the final visual reference.
   Replaces the false-statistics block only and keeps the V24 CTA untouched. */
.services-showcase{
  position:relative;
  isolation:isolate;
  padding:42px 0 46px;
  background:
    radial-gradient(circle at 16% 30%,rgba(28,71,126,.09),transparent 34%),
    radial-gradient(circle at 78% 24%,rgba(43,63,140,.08),transparent 34%),
    linear-gradient(180deg,rgba(4,16,29,.96),rgba(4,16,29,.99));
}
.services-showcase::before,
.services-showcase::after{
  content:"";
  position:absolute;
  z-index:2;
  left:1.5vw;
  right:1.5vw;
  height:1.5px;
  pointer-events:none;
  background:linear-gradient(90deg,transparent 0%,rgba(72,126,255,.72) 8%,rgba(137,76,255,.98) 48%,rgba(86,107,255,.88) 78%,transparent 100%);
  box-shadow:0 0 12px rgba(96,88,255,.36),0 0 24px rgba(66,116,255,.12);
}
.services-showcase::before{top:0}
.services-showcase::after{bottom:0}
.services-shell{
  width:min(1390px,calc(100vw - 80px));
  margin:0 auto;
}
.services-heading{
  display:grid;
  grid-template-columns:minmax(0,1.65fr) minmax(280px,.82fr) auto;
  gap:42px;
  align-items:end;
  margin-bottom:28px;
}
.services-heading-main{min-width:0}
.services-heading .eyebrow{
  margin-bottom:10px;
  font-size:11px;
  letter-spacing:.29em;
}
.services-heading h2{
  margin:0;
  max-width:720px;
  font-size:clamp(24px,1.72vw,31px);
  line-height:1.18;
  letter-spacing:-.035em;
  font-weight:500;
}
.services-intro{
  margin:0 0 4px;
  max-width:330px;
  color:#c6cfdd;
  font-size:12px;
  line-height:1.55;
}
.services-cta{
  min-width:182px;
  margin-bottom:0;
  padding:12px 18px;
  border-color:rgba(107,76,255,.82);
  border-radius:9px;
  font-size:12px;
  box-shadow:0 0 18px rgba(74,78,255,.10);
}
.services-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
}
.service-card{
  min-width:0;
  min-height:176px;
  padding:18px 20px 17px;
  border:1px solid rgba(44,106,141,.48);
  border-radius:7px;
  background:
    linear-gradient(180deg,rgba(5,25,42,.83),rgba(5,20,35,.68));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.015),
    0 12px 28px rgba(0,0,0,.06);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,background .25s ease;
}
.service-card:hover{
  transform:translateY(-3px);
  border-color:rgba(75,134,173,.68);
  background:linear-gradient(180deg,rgba(7,31,52,.90),rgba(5,21,37,.74));
  box-shadow:0 16px 36px rgba(0,0,0,.16),0 0 20px rgba(61,106,255,.08);
}
.service-icon{
  display:block;
  width:60px;
  height:60px;
  margin:0 0 15px;
  object-fit:contain;
  border-radius:12px;
  image-rendering:auto;
}
.service-card h3{
  margin:0 0 11px;
  color:#f7f9ff;
  font-size:15px;
  line-height:1.18;
  letter-spacing:-.02em;
  font-weight:500;
}
.service-card p{
  margin:0;
  color:#c6cfdd;
  font-size:12px;
  line-height:1.43;
}

@media (min-width:1101px) and (max-width:1450px){
  .services-shell{width:calc(100vw - 56px)}
  .services-heading{grid-template-columns:minmax(0,1.55fr) minmax(250px,.78fr) auto;gap:28px}
  .services-grid{gap:10px}
  .service-card{padding-left:16px;padding-right:16px}
  .service-card h3{font-size:14px}
  .service-card p{font-size:11.5px}
}

@media (min-width:721px) and (max-width:1100px){
  .services-showcase{padding:42px 0 48px}
  .services-shell{width:calc(100vw - 48px)}
  .services-heading{
    grid-template-columns:minmax(0,1fr) auto;
    gap:18px 30px;
    align-items:end;
  }
  .services-heading-main{grid-column:1 / -1}
  .services-heading h2{max-width:760px;font-size:30px}
  .services-intro{max-width:520px;font-size:13px}
  .services-cta{justify-self:end}
  .services-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
  .service-card{min-height:170px}
}

@media (max-width:720px){
  .services-showcase{padding:38px 0 42px}
  .services-showcase::before,.services-showcase::after{left:14px;right:14px}
  .services-shell{width:auto;margin:0 20px}
  .services-heading{display:block;margin-bottom:26px}
  .services-heading .eyebrow{font-size:10px;margin-bottom:9px}
  .services-heading h2{font-size:27px;line-height:1.14}
  .services-intro{margin:16px 0 20px;max-width:560px;font-size:13px;line-height:1.55}
  .services-cta{min-width:0;padding:12px 17px}
  .services-grid{grid-template-columns:1fr;gap:12px}
  .service-card{
    min-height:0;
    padding:18px 18px 19px;
    display:grid;
    grid-template-columns:52px 1fr;
    column-gap:15px;
    align-items:start;
  }
  .service-icon{grid-row:1 / span 2;width:54px;height:54px;margin:0}
  .service-card h3{margin:2px 0 7px;font-size:15px}
  .service-card p{font-size:12px}
  .service-card p br{display:none}
}


/* V31 services section redesigned to mirror the portfolio layout */
.services-showcase{
  position:relative;
  padding-top:62px;
  padding-bottom:64px;
  border-top:1px solid rgba(120,99,255,.55);
  border-bottom:1px solid rgba(120,99,255,.55);
  background:linear-gradient(180deg,rgba(2,11,24,.18),rgba(4,15,30,.28));
}
.services-showcase::before{
  content:"";position:absolute;left:32px;right:32px;top:0;height:1px;
  background:linear-gradient(90deg,transparent,rgba(69,126,255,.9),transparent);
  box-shadow:0 0 18px rgba(69,126,255,.28);
}
.services-showcase::after{
  content:"";position:absolute;left:32px;right:32px;bottom:0;height:1px;
  background:linear-gradient(90deg,transparent,rgba(122,87,255,.88),transparent);
  box-shadow:0 0 18px rgba(122,87,255,.25);
}
.services-layout{display:grid;grid-template-columns:300px 1fr;gap:34px;align-items:center;}
.services-copy h2{font-size:28px;margin:0 0 20px;}
.services-copy>p:not(.eyebrow){color:#c7cfdd;line-height:1.55;font-size:14px;margin:0 0 28px;max-width:280px;}
.services-viewport{position:relative;overflow:hidden;padding:16px 68px 40px 28px;margin-right:-4px;}
.services-viewport::before,.services-viewport::after{content:"";position:absolute;top:0;bottom:34px;width:92px;pointer-events:none;z-index:4;}
.services-viewport::before{left:0;background:linear-gradient(90deg,rgba(2,11,24,.96),rgba(2,11,24,0));}
.services-viewport::after{right:0;background:linear-gradient(270deg,rgba(2,11,24,.96),rgba(2,11,24,0));}
.services-track{display:flex;align-items:stretch;gap:24px;width:max-content;will-change:transform;}
.service-slide{
  width:252px;flex:0 0 252px;
  min-height:220px;
  padding:22px 24px 24px;
  border:1px solid rgba(44,106,141,.48);
  border-radius:10px;
  background:linear-gradient(180deg,rgba(5,25,42,.84),rgba(5,20,35,.70));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.018),0 14px 34px rgba(0,0,0,.08);
  transform:translateY(var(--coverflow-y,0)) scale(var(--coverflow-scale,1)) rotateY(var(--coverflow-rotate,0deg));
  transform-origin:center center;
  opacity:var(--coverflow-opacity,1);
  filter:brightness(var(--coverflow-brightness,1)) saturate(var(--coverflow-saturation,1));
  transition:transform .35s ease, opacity .35s ease, filter .35s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
}
.service-slide.is-coverflow-active{
  border-color:rgba(90,140,255,.55);
  box-shadow:0 22px 44px rgba(0,0,0,.16), 0 0 24px rgba(61,106,255,.07);
  background:linear-gradient(180deg,rgba(7,31,52,.90),rgba(5,21,37,.76));
}
.service-slide-iconWrap{display:flex;align-items:center;justify-content:flex-start;height:70px;margin:0 0 16px;}
.service-icon{display:block;width:58px;height:58px;object-fit:contain;border-radius:14px;image-rendering:auto;filter:none;}
.service-slide-meta{opacity:var(--coverflow-meta-opacity,1);transition:opacity .3s ease;}
.service-slide-meta span{display:block;color:#f7f9ff;font-size:18px;line-height:1.16;font-weight:600;letter-spacing:-.02em;margin:0 0 12px;}
.service-slide-meta small{display:block;color:#c7cfdd;font-size:14px;line-height:1.52;}
.services-indicator{margin-top:18px;justify-content:center;}
@media (max-width:1180px){
  .services-layout{grid-template-columns:1fr;gap:22px;}
  .services-copy{max-width:520px;}
  .services-copy>p:not(.eyebrow){max-width:520px;}
  .services-viewport{padding-left:0;padding-right:0;margin-left:-4px;margin-right:-4px;}
}
@media (max-width:720px){
  .services-showcase{padding-top:48px;padding-bottom:48px;}
  .services-layout{gap:20px;}
  .services-copy h2{font-size:24px;line-height:1.08;}
  .services-copy>p:not(.eyebrow){font-size:13px;margin-bottom:22px;}
  .services-viewport{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px;padding-bottom:36px;}
  .service-slide{width:224px;flex-basis:224px;min-height:200px;padding:20px 18px 20px;}
  .service-slide-iconWrap{height:62px;margin-bottom:12px;}
  .service-icon{width:54px;height:54px;}
  .service-slide-meta span{font-size:17px;margin-bottom:10px;}
  .service-slide-meta small{font-size:13px;}
  .services-viewport::before,.services-viewport::after{bottom:28px;width:42px;}
}

/* V32 — extend Nos services to the same usable width/alignment as Nos réalisations.
   Icons are intentionally untouched in this version. */
@media (min-width:1101px){
  #services.services-showcase{
    max-width:none;
    width:100%;
    margin-left:0;
    margin-right:0;
    padding-left:4vw;
    padding-right:4vw;
  }

  #services .services-layout{
    width:calc(100vw - 80px);
    margin-left:calc(50% - 50vw + 40px);
    grid-template-columns:360px minmax(0,1fr);
    gap:34px;
    align-items:center;
  }

  #services .services-copy{
    max-width:360px;
  }

  #services .services-copy .eyebrow{
    font-size:13.5px;
    letter-spacing:.27em;
    margin-bottom:12px;
  }

  #services .services-copy h2{
    font-size:34px;
    line-height:1.06;
    margin-bottom:24px;
  }

  #services .services-copy > p:not(.eyebrow){
    max-width:350px;
    font-size:16px;
    line-height:1.55;
    margin-bottom:26px;
  }

  #services .services-copy .btn{
    font-size:15.5px;
    padding:15px 24px;
  }

  #services .services-copy .carousel-controls{
    gap:15px;
    margin-top:29px;
  }

  #services .services-copy .carousel-controls button{
    width:46px;
    height:46px;
    font-size:19px;
  }

  #services .services-viewport{
    min-width:0;
    min-height:330px;
    margin-right:0;
    padding:16px 0 40px;
  }

  #services .services-track{
    gap:22px;
  }

  #services .service-slide{
    width:300px;
    flex-basis:300px;
  }

  #services .services-viewport::before,
  #services .services-viewport::after{
    width:44px;
  }

  #services .services-viewport::before{
    background:linear-gradient(90deg,#06111f 0%,rgba(6,17,31,.58) 34%,transparent 100%);
  }

  #services .services-viewport::after{
    background:linear-gradient(270deg,#06111f 0%,rgba(6,17,31,.58) 34%,transparent 100%);
  }
}

@media (min-width:1101px) and (max-width:1350px){
  #services .services-layout{
    width:calc(100vw - 48px);
    margin-left:calc(50% - 50vw + 24px);
    grid-template-columns:330px minmax(0,1fr);
    gap:24px;
  }

  #services .services-copy{
    max-width:330px;
  }

  #services .service-slide{
    width:278px;
    flex-basis:278px;
  }
}


/* V33 — slightly larger service presentation cards only. Icons intentionally unchanged. */
@media (min-width:1351px){
  #services .service-slide{
    width:325px;
    flex-basis:325px;
    min-height:238px;
    padding:24px 26px 26px;
  }
}

@media (min-width:1101px) and (max-width:1350px){
  #services .service-slide{
    width:296px;
    flex-basis:296px;
    min-height:230px;
    padding:23px 24px 25px;
  }
}


/* V34 — service cards enlarged a bit more, icons unchanged */
@media (min-width:1351px){
  #services .service-slide{width:345px;flex-basis:345px;min-height:252px;padding:26px 28px 28px;}
  #services .services-track{gap:24px;}
}
@media (min-width:1101px) and (max-width:1350px){
  #services .service-slide{width:312px;flex-basis:312px;min-height:240px;padding:24px 26px 26px;}
  #services .services-track{gap:23px;}
}
@media (max-width:1100px) and (min-width:721px){
  #services .service-slide{width:286px;flex-basis:286px;min-height:228px;padding:23px 22px 24px;}
}
@media (max-width:720px){
  #services .service-slide{width:236px;flex-basis:236px;min-height:212px;padding:21px 19px 21px;}
}


/* V35 — expanded service list + crisp service cards. Existing icons unchanged; newly added services intentionally have no icon yet. */
#services .service-slide{
  transform:translateY(var(--coverflow-y,0));
  filter:none !important;
  opacity:var(--coverflow-opacity,1);
}
#services .service-slide-meta{opacity:1 !important;}
#services .services-viewport::before{background:linear-gradient(90deg,rgba(6,17,31,.62) 0%,rgba(6,17,31,.18) 38%,transparent 100%) !important;}
#services .services-viewport::after{background:linear-gradient(270deg,rgba(6,17,31,.62) 0%,rgba(6,17,31,.18) 38%,transparent 100%) !important;}
#services .service-slide-iconWrap--empty{height:70px;margin:0 0 16px;}
@media (max-width:720px){#services .service-slide-iconWrap--empty{height:62px;margin-bottom:12px;}}


/* V36 — one single-row services indicator + slightly larger service cards */
#services .services-indicator.track-indicator{
  left:28%;
  right:28%;
  bottom:8px;
  display:grid;
  grid-template-columns:repeat(10,minmax(0,1fr));
  gap:3px;
  z-index:25;
}
#services .services-indicator.track-indicator span{
  height:2px;
  background:#24344e;
  box-shadow:none;
  transition:background .25s ease, box-shadow .25s ease, transform .25s ease;
}
#services .services-indicator.track-indicator span.is-active{
  background:#648cff;
  box-shadow:0 0 14px #648cff;
  transform:scaleY(1.35);
}
#services .services-indicator.track-indicator span:first-child:not(.is-active){
  background:#24344e;
  box-shadow:none;
}
@media (min-width:1351px){
  #services .service-slide{width:370px;flex-basis:370px;min-height:266px;padding:28px 30px 30px;}
  #services .services-track{gap:26px;}
}
@media (min-width:1101px) and (max-width:1350px){
  #services .service-slide{width:334px;flex-basis:334px;min-height:252px;padding:26px 28px 28px;}
  #services .services-track{gap:24px;}
  #services .services-indicator.track-indicator{left:25%;right:25%;}
}
@media (max-width:1100px) and (min-width:721px){
  #services .service-slide{width:304px;flex-basis:304px;min-height:238px;padding:24px 24px 25px;}
  #services .services-indicator.track-indicator{left:22%;right:22%;}
}
@media (max-width:720px){
  #services .service-slide{width:252px;flex-basis:252px;min-height:220px;padding:22px 20px 22px;}
  #services .services-indicator.track-indicator{left:18%;right:18%;gap:2px;}
}


/* V37 — approved 3D service icons added to all 10 services.
   Assets are 140x140 (2x) and display at exactly 70x70 in the dedicated icon slot. */
#services .service-slide-iconWrap{
  width:70px;
  height:70px;
  margin:0 0 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
}
#services .service-icon{
  width:70px !important;
  height:70px !important;
  flex:0 0 70px;
  display:block;
  object-fit:contain;
  border-radius:16px;
  image-rendering:auto;
  filter:none !important;
}
#services .service-slide-iconWrap--empty{display:none !important;}
@media (max-width:720px){
  #services .service-slide-iconWrap{width:64px;height:64px;margin-bottom:14px;}
  #services .service-icon{width:64px !important;height:64px !important;flex-basis:64px;}
}


/* V38 — service cards filled out to match the approved visual mockup. */
#services .service-slide{
  display:flex;
  flex-direction:column;
  box-sizing:border-box;
}
#services .service-slide-iconWrap{
  height:94px;
  margin:0 0 16px;
  align-items:flex-start;
}
#services .service-icon{
  width:86px;
  height:86px;
  flex:0 0 86px;
  object-fit:contain;
  border-radius:19px;
  filter:drop-shadow(0 10px 24px rgba(0,0,0,.22));
}
#services .service-slide-meta{
  flex:0 0 auto;
}
#services .service-slide-meta span{
  font-size:20px;
  line-height:1.16;
  margin-bottom:12px;
}
#services .service-slide-meta small{
  font-size:15px;
  line-height:1.52;
  max-width:95%;
}
#services .service-slide-footer{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:auto;
  padding-top:24px;
  min-width:0;
}
#services .service-tags{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
  flex:1 1 auto;
  flex-wrap:wrap;
}
#services .service-tag{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:7px 13px;
  border:1px solid rgba(103,91,255,.62);
  border-radius:999px;
  background:rgba(22,28,63,.42);
  color:#d8def1;
  font-size:12.5px;
  font-weight:600;
  line-height:1;
  white-space:nowrap;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
#services .service-card-arrow{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  flex:0 0 46px;
  border:1px solid rgba(103,91,255,.82);
  border-radius:50%;
  color:#fff;
  font-size:24px;
  line-height:1;
  background:rgba(4,18,35,.78);
  box-shadow:0 0 18px rgba(92,88,255,.08);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
#services .service-slide.is-coverflow-active .service-card-arrow{
  border-color:rgba(101,141,255,.95);
  box-shadow:0 0 20px rgba(91,108,255,.16);
}
#services .service-slide:hover .service-card-arrow{
  transform:translateX(3px);
  border-color:rgba(114,147,255,1);
  box-shadow:0 0 22px rgba(94,101,255,.20);
}
@media (min-width:1351px){
  #services .service-slide{
    width:370px;
    flex-basis:370px;
    min-height:330px;
    padding:28px 30px 26px;
  }
}
@media (min-width:1101px) and (max-width:1350px){
  #services .service-slide{
    width:340px;
    flex-basis:340px;
    min-height:315px;
    padding:26px 28px 25px;
  }
  #services .service-icon{width:80px;height:80px;flex-basis:80px;}
  #services .service-slide-iconWrap{height:88px;}
  #services .service-slide-meta span{font-size:19px;}
  #services .service-slide-meta small{font-size:14px;}
}
@media (max-width:1100px) and (min-width:721px){
  #services .service-slide{
    width:310px;
    flex-basis:310px;
    min-height:294px;
    padding:24px 24px 23px;
  }
  #services .service-icon{width:76px;height:76px;flex-basis:76px;}
  #services .service-slide-iconWrap{height:84px;}
  #services .service-slide-meta span{font-size:18px;}
  #services .service-slide-meta small{font-size:13.5px;}
  #services .service-tag{font-size:11.5px;padding:6px 10px;min-height:32px;}
  #services .service-card-arrow{width:42px;height:42px;flex-basis:42px;font-size:21px;}
}
@media (max-width:720px){
  #services .service-slide{
    width:268px;
    flex-basis:268px;
    min-height:278px;
    padding:22px 20px 20px;
  }
  #services .service-icon{width:70px;height:70px;flex-basis:70px;}
  #services .service-slide-iconWrap{height:78px;margin-bottom:12px;}
  #services .service-slide-meta span{font-size:17px;}
  #services .service-slide-meta small{font-size:13px;line-height:1.45;}
  #services .service-slide-footer{padding-top:18px;gap:9px;}
  #services .service-tags{gap:6px;}
  #services .service-tag{font-size:10.5px;padding:6px 9px;min-height:30px;}
  #services .service-card-arrow{width:40px;height:40px;flex-basis:40px;font-size:20px;}
}


/* V39 — reduce empty space beside icons and enforce Title Case feeling on service cards. */
#services .service-slide{
  display:grid !important;
  grid-template-columns:96px minmax(0,1fr);
  grid-template-areas:
    "icon meta"
    "footer footer";
  column-gap:24px;
  row-gap:8px;
  align-content:start;
}
#services .service-slide-iconWrap{
  grid-area:icon;
  width:96px;
  height:96px;
  margin:0;
  align-items:flex-start;
  justify-content:flex-start;
}
#services .service-icon{
  width:96px;
  height:96px;
  flex:0 0 96px;
  object-fit:contain;
  border-radius:22px;
}
#services .service-slide-meta{
  grid-area:meta;
  align-self:center;
  min-width:0;
  padding-top:2px;
}
#services .service-slide-meta span{
  margin:0 0 12px;
  font-size:20px;
  line-height:1.18;
}
#services .service-slide-meta small{
  max-width:none;
}
#services .service-slide-footer{
  grid-area:footer;
  width:100%;
  padding-top:18px;
}
@media (min-width:1351px){
  #services .service-slide{
    width:390px;
    flex-basis:390px;
    min-height:332px;
    padding:28px 30px 26px;
  }
}
@media (min-width:1101px) and (max-width:1350px){
  #services .service-slide{
    width:360px;
    flex-basis:360px;
    min-height:320px;
    padding:26px 28px 24px;
  }
  #services .service-slide-iconWrap{width:92px;height:92px;}
  #services .service-icon{width:92px;height:92px;flex-basis:92px;}
}
@media (max-width:1100px) and (min-width:721px){
  #services .service-slide{
    width:326px;
    flex-basis:326px;
    min-height:302px;
    padding:24px 24px 22px;
    grid-template-columns:84px minmax(0,1fr);
    column-gap:18px;
  }
  #services .service-slide-iconWrap{width:84px;height:84px;}
  #services .service-icon{width:84px;height:84px;flex-basis:84px;}
  #services .service-slide-meta span{font-size:18px;}
}
@media (max-width:720px){
  #services .service-slide{
    width:280px;
    flex-basis:280px;
    min-height:288px;
    padding:22px 20px 20px;
    grid-template-columns:74px minmax(0,1fr);
    column-gap:14px;
    row-gap:6px;
  }
  #services .service-slide-iconWrap{width:74px;height:74px;}
  #services .service-icon{width:74px;height:74px;flex-basis:74px;border-radius:18px;}
  #services .service-slide-meta span{font-size:17px;line-height:1.16;}
  #services .service-slide-meta small{font-size:13px;line-height:1.45;}
  #services .service-slide-footer{padding-top:16px;}
}


/* V40 — larger high-resolution icons, fuller descriptions, stronger service-card borders. */
#services .service-slide{
  display:grid !important;
  grid-template-columns:124px minmax(0,1fr);
  grid-template-areas:
    "icon meta"
    "footer footer";
  column-gap:26px;
  row-gap:10px;
  align-content:start;
  border:1.5px solid rgba(78,126,170,.78) !important;
  background:linear-gradient(180deg,rgba(7,29,49,.92),rgba(5,20,36,.82)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.035),
    0 16px 36px rgba(0,0,0,.12),
    0 0 0 1px rgba(53,91,130,.12) !important;
}
#services .service-slide.is-coverflow-active{
  border-color:rgba(101,126,255,.98) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 22px 46px rgba(0,0,0,.18),
    0 0 28px rgba(80,98,255,.16),
    0 0 0 1px rgba(90,112,255,.30) !important;
}
#services .service-slide:hover{
  border-color:rgba(92,146,198,.96) !important;
}
#services .service-slide-iconWrap{
  grid-area:icon;
  width:124px;
  height:124px;
  margin:0;
  align-items:flex-start;
  justify-content:flex-start;
}
#services .service-icon{
  width:118px !important;
  height:118px !important;
  flex:0 0 118px !important;
  object-fit:contain;
  border-radius:26px;
  filter:drop-shadow(0 12px 26px rgba(0,0,0,.26)) !important;
}
#services .service-slide-meta{
  grid-area:meta;
  align-self:start;
  min-width:0;
  padding-top:6px;
}
#services .service-slide-meta span{
  margin:0 0 13px;
  font-size:21px;
  line-height:1.16;
  font-weight:700;
}
#services .service-slide-meta small{
  display:block;
  max-width:none;
  color:#cbd4e3;
  font-size:15px;
  line-height:1.55;
}
#services .service-slide-footer{
  grid-area:footer;
  width:100%;
  padding-top:18px;
  margin-top:auto;
}
@media (min-width:1351px){
  #services .service-slide{
    width:410px;
    flex-basis:410px;
    min-height:356px;
    padding:30px 32px 27px;
  }
}
@media (min-width:1101px) and (max-width:1350px){
  #services .service-slide{
    width:378px;
    flex-basis:378px;
    min-height:344px;
    padding:28px 29px 25px;
    grid-template-columns:114px minmax(0,1fr);
    column-gap:22px;
  }
  #services .service-slide-iconWrap{width:114px;height:114px;}
  #services .service-icon{width:108px !important;height:108px !important;flex-basis:108px !important;}
  #services .service-slide-meta span{font-size:20px;}
  #services .service-slide-meta small{font-size:14.5px;}
}
@media (max-width:1100px) and (min-width:721px){
  #services .service-slide{
    width:342px;
    flex-basis:342px;
    min-height:326px;
    padding:25px 25px 23px;
    grid-template-columns:100px minmax(0,1fr);
    column-gap:18px;
  }
  #services .service-slide-iconWrap{width:100px;height:100px;}
  #services .service-icon{width:96px !important;height:96px !important;flex-basis:96px !important;border-radius:22px;}
  #services .service-slide-meta span{font-size:18.5px;}
  #services .service-slide-meta small{font-size:13.5px;}
}
@media (max-width:720px){
  #services .service-slide{
    width:292px;
    flex-basis:292px;
    min-height:314px;
    padding:22px 20px 20px;
    grid-template-columns:84px minmax(0,1fr);
    column-gap:14px;
    row-gap:8px;
  }
  #services .service-slide-iconWrap{width:84px;height:84px;}
  #services .service-icon{width:82px !important;height:82px !important;flex-basis:82px !important;border-radius:19px;}
  #services .service-slide-meta{padding-top:2px;}
  #services .service-slide-meta span{font-size:17px;line-height:1.16;margin-bottom:9px;}
  #services .service-slide-meta small{font-size:12.8px;line-height:1.45;}
  #services .service-slide-footer{padding-top:15px;}
}


/* V41 — Final premium services treatment based on the approved visual. */
#services.services-v41{
  position:relative;
  overflow:hidden;
  min-height:650px;
  padding-top:70px;
  padding-bottom:72px;
  background:
    radial-gradient(circle at 55% 35%,rgba(36,72,178,.12),transparent 32%),
    linear-gradient(180deg,rgba(4,15,29,.98),rgba(4,14,27,.98));
  border-top:1px solid rgba(80,91,255,.70);
  border-bottom:1px solid rgba(80,91,255,.66);
}
#services.services-v41::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.22;
  background-image:
    linear-gradient(rgba(71,102,170,.08) 1px,transparent 1px),
    linear-gradient(90deg,rgba(71,102,170,.08) 1px,transparent 1px);
  background-size:92px 92px;
  mask-image:linear-gradient(90deg,transparent,black 20%,black 85%,transparent);
}
#services .services-layout{
  position:relative;
  z-index:2;
  width:calc(100vw - 80px);
  max-width:none;
  margin-left:calc(50% - 50vw + 40px);
  display:grid;
  grid-template-columns:370px minmax(0,1fr);
  gap:66px;
  align-items:center;
}
#services .services-copy{
  max-width:370px;
  align-self:center;
}
#services .services-copy .eyebrow{
  color:#69a9ff;
  font-size:13px;
  letter-spacing:.28em;
  margin:0 0 15px;
}
#services .services-copy h2{
  color:#f8fbff;
  font-size:39px;
  line-height:1.03;
  letter-spacing:-.035em;
  margin:0 0 22px;
  text-transform:none;
}
#services .services-copy h2 span{
  display:block;
}
#services .services-copy h2 .title-line{
  display:block;
  white-space:nowrap;
  color:#f8fbff;
  background:none;
  -webkit-background-clip:border-box;
  background-clip:border-box;
}
#services .services-copy h2 .title-line--accent{
  background:linear-gradient(90deg,#65b8ff 0%,#6b76ff 55%,#9b5cff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
#services .services-copy>p:not(.eyebrow){
  max-width:350px;
  color:#c9d2e0;
  font-size:15.5px;
  line-height:1.58;
  margin:0 0 28px;
}
#services .services-main-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  min-height:58px;
  padding:0 25px;
  border:1px solid rgba(108,115,255,.72);
  border-radius:11px;
  background:linear-gradient(90deg,#4c91ff 0%,#525cff 58%,#7d48ff 100%);
  color:#fff;
  font-size:15px;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 10px 30px rgba(68,77,255,.18),0 0 24px rgba(82,91,255,.16);
}
#services .services-main-cta:hover{transform:translateY(-2px);box-shadow:0 15px 34px rgba(68,77,255,.26),0 0 28px rgba(82,91,255,.22);}
#services .services-copy .carousel-controls{margin-top:28px;gap:14px;}
#services .services-copy .carousel-controls button{
  width:48px;
  height:48px;
  border-color:rgba(95,117,255,.86);
  background:rgba(4,17,34,.76);
  font-size:20px;
}
#services .services-viewport{
  position:relative;
  min-width:0;
  min-height:535px;
  overflow:hidden;
  padding:16px 0 58px;
  margin:0;
}
#services .services-viewport::before,
#services .services-viewport::after{
  top:0;
  bottom:48px;
  width:38px;
  z-index:8;
}
#services .services-viewport::before{background:linear-gradient(90deg,rgba(4,15,29,.98),rgba(4,15,29,0)) !important;}
#services .services-viewport::after{background:linear-gradient(270deg,rgba(4,15,29,.98),rgba(4,15,29,0)) !important;}
#services .services-track{
  display:flex;
  align-items:stretch;
  gap:24px;
  width:max-content;
  will-change:transform;
  perspective:1400px;
}
#services .service-slide{
  position:relative;
  display:flex !important;
  flex-direction:column;
  width:385px;
  flex:0 0 385px;
  min-height:454px;
  padding:22px 25px 20px;
  box-sizing:border-box;
  border:1.8px solid rgba(73,126,184,.72);
  border-radius:11px;
  background:
    linear-gradient(180deg,rgba(8,29,52,.91),rgba(5,19,35,.86));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.025),
    0 20px 42px rgba(0,0,0,.14);
  transform:translateY(var(--coverflow-y,0)) !important;
  filter:none !important;
  opacity:var(--coverflow-opacity,1);
  transition:border-color .28s ease,box-shadow .28s ease,background .28s ease,opacity .28s ease,transform .28s ease;
}
#services .service-slide.is-coverflow-active{
  border-color:rgba(101,115,255,.98);
  background:linear-gradient(180deg,rgba(10,38,70,.98),rgba(7,24,43,.94));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 24px 50px rgba(0,0,0,.20),
    0 0 0 1px rgba(97,102,255,.22),
    0 0 28px rgba(75,83,255,.22);
}
#services .service-number{
  position:absolute;
  top:18px;
  right:18px;
  z-index:4;
  display:grid;
  place-items:center;
  width:44px;
  height:36px;
  border-radius:13px;
  background:linear-gradient(135deg,rgba(38,76,165,.95),rgba(45,49,141,.95));
  border:1px solid rgba(111,143,255,.35);
  color:#f4f7ff;
  font-size:14px;
  font-weight:800;
  letter-spacing:.03em;
  box-shadow:0 8px 18px rgba(15,35,110,.22);
}
#services .service-slide.is-coverflow-active .service-number{
  background:linear-gradient(135deg,#4779ff,#6b4eff);
  box-shadow:0 0 20px rgba(81,92,255,.34);
}
#services .service-visual{
  width:100%;
  height:182px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 0 2px;
  overflow:visible;
}
#services .service-art{
  display:block;
  width:100%;
  max-width:340px;
  height:182px;
  object-fit:contain;
  filter:drop-shadow(0 18px 28px rgba(0,0,0,.25));
  transform:translateZ(0) scale(1.05);
  transform-origin:center center;
}
#services .service-art--screen{
  mix-blend-mode:screen;
}
#services .service-art.art-balanced{
  transform:translateZ(0) scale(1.13);
}
#services .service-art.art-balanced-strong{
  transform:translateZ(0) scale(1.22);
}
#services .service-art.art-balanced-subtle{
  transform:translateZ(0) scale(1.10);
}
#services .service-slide-meta{
  opacity:1 !important;
  min-width:0;
  flex:0 0 auto;
}
#services .service-slide-meta span{
  display:block;
  margin:0 0 8px;
  color:#f7f9ff;
  font-size:22px;
  line-height:1.12;
  font-weight:750;
  letter-spacing:-.025em;
}
#services .service-slide-meta small{
  display:block;
  max-width:98%;
  color:#c9d2e0;
  font-size:14.5px;
  line-height:1.46;
}
#services .service-slide-footer{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:14px;
  padding-top:14px;
  min-width:0;
}
#services .service-tags{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
  flex:1 1 auto;
  flex-wrap:wrap;
}
#services .service-tag{
  display:inline-flex;
  align-items:center;
  min-height:33px;
  padding:6px 12px;
  border:1px solid rgba(89,85,222,.72);
  border-radius:999px;
  background:rgba(18,27,59,.52);
  color:#dce3f2;
  font-size:11.5px;
  font-weight:700;
  white-space:nowrap;
}
#services .service-card-arrow{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  flex:0 0 44px;
  border:1.5px solid rgba(91,130,255,.92);
  border-radius:50%;
  color:#fff;
  font-size:23px;
  background:rgba(4,18,35,.88);
  box-shadow:0 0 18px rgba(78,92,255,.10);
}
#services .service-slide.is-coverflow-active .service-card-arrow{
  border-color:#6ea5ff;
  box-shadow:0 0 22px rgba(80,103,255,.22);
}
#services .services-indicator.track-indicator{
  left:28%;
  right:28%;
  bottom:14px;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:6px;
}
#services .services-indicator.track-indicator span{
  height:4px;
  border-radius:999px;
  background:#1f3550;
  box-shadow:none;
}
#services .services-indicator.track-indicator span.is-active{
  background:linear-gradient(90deg,#4f8cff,#716cff);
  box-shadow:0 0 14px rgba(80,122,255,.65);
  transform:none;
}
#services .services-signature{
  position:absolute;
  right:22px;
  bottom:-12px;
  color:rgba(233,240,255,.82);
  font-family:"Segoe Script","Brush Script MT",cursive;
  font-size:22px;
  font-style:italic;
  transform:rotate(-2deg);
  white-space:nowrap;
}
#services .services-signature::after{
  content:"";
  display:block;
  width:95%;
  height:2px;
  margin-top:4px;
  background:linear-gradient(90deg,#4d75ff,rgba(101,84,255,0));
  box-shadow:0 0 10px rgba(69,92,255,.45);
}
@media (max-width:1450px){
  #services .services-layout{grid-template-columns:330px minmax(0,1fr);gap:28px;}
  #services .services-copy{max-width:330px;}
  #services .services-copy h2{font-size:34px;}
  #services .service-slide{width:350px;flex-basis:350px;min-height:430px;padding:21px 23px 20px;}
  #services .service-visual{height:166px;}
  #services .service-art{height:166px;max-width:304px;}
  #services .service-slide-meta span{font-size:20px;}
  #services .service-slide-meta small{font-size:13.5px;}
  #services .services-viewport{min-height:510px;}
}
@media (max-width:1100px){
  #services.services-v41{min-height:auto;padding-top:52px;padding-bottom:62px;}
  #services .services-layout{width:calc(100vw - 40px);margin-left:calc(50% - 50vw + 20px);grid-template-columns:1fr;gap:26px;}
  #services .services-copy{max-width:600px;}
  #services .services-copy h2{font-size:32px;max-width:520px;}
  #services .services-copy>p:not(.eyebrow){max-width:560px;}
  #services .services-viewport{min-height:470px;margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px;}
  #services .service-slide{width:330px;flex-basis:330px;min-height:408px;}
  #services .service-visual{height:150px;}
  #services .service-art{height:150px;max-width:278px;}
  #services .services-signature{display:none;}
}
@media (max-width:720px){
  #services.services-v41{padding-top:44px;padding-bottom:52px;}
  #services .services-copy h2{font-size:28px;line-height:1.05;}
  #services .services-copy>p:not(.eyebrow){font-size:13.5px;line-height:1.52;}
  #services .services-main-cta{min-height:52px;padding:0 20px;font-size:14px;}
  #services .services-viewport{min-height:430px;padding-bottom:50px;}
  #services .service-slide{width:286px;flex-basis:286px;min-height:368px;padding:18px 18px 17px;}
  #services .service-number{top:14px;right:14px;width:40px;height:32px;font-size:12px;}
  #services .service-visual{height:128px;margin-bottom:2px;}
  #services .service-art{height:128px;max-width:240px;}
  #services .service-slide-meta span{font-size:18px;}
  #services .service-slide-meta small{font-size:12.5px;line-height:1.43;}
  #services .service-slide-footer{padding-top:14px;gap:8px;}
  #services .service-tag{min-height:29px;padding:5px 9px;font-size:10px;}
  #services .service-card-arrow{width:39px;height:39px;flex-basis:39px;font-size:20px;}
  #services .services-indicator.track-indicator{left:18%;right:18%;bottom:12px;gap:4px;}
}


/* V44 — first 3 service visuals: new approved images, full-bleed top area only. */
#services .service-slide[data-service-index="0"] .service-visual,
#services .service-slide[data-service-index="1"] .service-visual,
#services .service-slide[data-service-index="2"] .service-visual{
  width:calc(100% + 50px);
  height:214px;
  margin:-22px -25px 18px;
  overflow:hidden;
  border-radius:9px 9px 0 0;
  background:#061426;
}
#services .service-slide[data-service-index="0"] .service-art,
#services .service-slide[data-service-index="1"] .service-art,
#services .service-slide[data-service-index="2"] .service-art{
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
  mix-blend-mode:normal !important;
  filter:none !important;
}
@media (max-width:1450px){
  #services .service-slide[data-service-index="0"] .service-visual,
  #services .service-slide[data-service-index="1"] .service-visual,
  #services .service-slide[data-service-index="2"] .service-visual{
    width:calc(100% + 46px);
    height:194px;
    margin:-21px -23px 16px;
  }
}
@media (max-width:1100px){
  #services .service-slide[data-service-index="0"] .service-visual,
  #services .service-slide[data-service-index="1"] .service-visual,
  #services .service-slide[data-service-index="2"] .service-visual{
    height:184px;
  }
}
@media (max-width:720px){
  #services .service-slide[data-service-index="0"] .service-visual,
  #services .service-slide[data-service-index="1"] .service-visual,
  #services .service-slide[data-service-index="2"] .service-visual{
    width:calc(100% + 36px);
    height:160px;
    margin:-18px -18px 14px;
  }
}


/* V45 — HQ handling for the first three service visuals. */
#services .service-slide[data-service-index="0"] .service-art,
#services .service-slide[data-service-index="1"] .service-art,
#services .service-slide[data-service-index="2"] .service-art{
  image-rendering:auto !important;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}


/* V46 — all 10 service visuals use the same full-bleed panorama treatment. */
#services .service-slide .service-visual{
  width:calc(100% + 50px) !important;
  height:214px !important;
  margin:-22px -25px 18px !important;
  overflow:hidden !important;
  border-radius:9px 9px 0 0 !important;
  background:#061426 !important;
}
#services .service-slide .service-art{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
  mix-blend-mode:normal !important;
  filter:none !important;
  image-rendering:auto !important;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}
@media (max-width:1450px){
  #services .service-slide .service-visual{
    width:calc(100% + 46px) !important;
    height:194px !important;
    margin:-21px -23px 16px !important;
  }
}
@media (max-width:1100px){
  #services .service-slide .service-visual{
    height:184px !important;
  }
}
@media (max-width:720px){
  #services .service-slide .service-visual{
    width:calc(100% + 36px) !important;
    height:160px !important;
    margin:-18px -18px 14px !important;
  }
}


/* V47 — lighten CTA side imagery and Réalisations without sacrificing central text readability */
.cta-bg{
  filter:brightness(1.10) saturate(1.06) contrast(1.02);
}
.cta-overlay{
  background:
    linear-gradient(90deg,
      rgba(3,13,23,.05) 0%,
      rgba(3,13,23,.10) 16%,
      rgba(3,13,23,.46) 31%,
      rgba(3,13,23,.80) 43%,
      rgba(3,13,23,.80) 57%,
      rgba(3,13,23,.46) 69%,
      rgba(3,13,23,.10) 84%,
      rgba(3,13,23,.05) 100%),
    linear-gradient(180deg,rgba(4,14,25,.04),rgba(4,14,25,.22));
  box-shadow:inset 0 12px 52px rgba(2,8,16,.26);
}
.cta-overlay::after{
  left:30%;
  right:30%;
  top:5%;
  bottom:6%;
  background:rgba(3,13,23,.78);
  filter:blur(12px);
  opacity:.92;
}

/* Réalisations: keep side cards visible instead of heavily darkened */
#work .portfolio-viewport::before,
#work .portfolio-viewport::after{
  width:34px;
}
#work .portfolio-viewport::before{
  background:linear-gradient(90deg,rgba(6,17,31,.62) 0%,rgba(6,17,31,.22) 44%,transparent 100%);
}
#work .portfolio-viewport::after{
  background:linear-gradient(270deg,rgba(6,17,31,.62) 0%,rgba(6,17,31,.22) 44%,transparent 100%);
}
#work .project-card img{
  filter:saturate(1.02) brightness(1.02);
}
#work .project-card.is-coverflow-active img{
  filter:saturate(1.08) brightness(1.06);
}

@media (max-width:1100px){
  .cta-overlay::after{left:21%;right:21%;top:4%;bottom:5%;}
}
@media (max-width:720px){
  .cta-bg{filter:brightness(1.06) saturate(1.04);}
  .cta-overlay::after{left:8%;right:8%;top:3%;bottom:4%;filter:blur(9px)}
}

/* V54 — stronger visible borders for service cards only */
#services .service-slide{
  border:2.4px solid rgba(104,156,255,.96) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.045),
    0 0 0 1px rgba(90,125,255,.22),
    0 18px 42px rgba(0,0,0,.15),
    0 0 18px rgba(70,102,255,.12) !important;
}
#services .service-slide:hover{
  border-color:rgba(124,176,255,1) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.055),
    0 0 0 1px rgba(104,142,255,.28),
    0 20px 46px rgba(0,0,0,.18),
    0 0 22px rgba(78,114,255,.18) !important;
}
#services .service-slide.is-coverflow-active{
  border:2.6px solid rgba(124,146,255,1) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 0 0 1px rgba(114,130,255,.34),
    0 24px 50px rgba(0,0,0,.20),
    0 0 30px rgba(85,96,255,.24) !important;
}


/* V54-03 — make the separator above Nos services match the separator above Nos réalisations. */
#services.services-v41{
  border-top:none;
  background:
    linear-gradient(90deg,rgba(77,131,255,.72),rgba(138,92,255,.76),rgba(77,131,255,.72)) top/100% 1.5px no-repeat,
    radial-gradient(circle at 55% 35%,rgba(36,72,178,.12),transparent 32%),
    linear-gradient(180deg,rgba(4,15,29,.98),rgba(4,14,27,.98));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02),inset 0 12px 12px -12px rgba(92,107,255,.28);
}


/* V54-04 — Nos réalisations: enlarge the eyebrow and keep the main title on one line on desktop. */
@media (min-width:1101px){
  #work .work-grid{
    grid-template-columns:440px minmax(0,1fr);
  }

  #work .work-copy{
    max-width:440px;
  }

  #work .work-copy .eyebrow{
    font-size:17px;
    letter-spacing:.24em;
    margin-bottom:14px;
  }

  #work .work-copy h2{
    font-size:clamp(34px,2.55vw,48px);
    line-height:1.02;
    letter-spacing:-.04em;
    white-space:nowrap;
    margin-bottom:26px;
  }

  #work .work-copy > p:not(.eyebrow){
    max-width:400px;
  }
}

@media (min-width:721px) and (max-width:1100px){
  #work .work-copy .eyebrow{
    font-size:15px;
    letter-spacing:.22em;
  }
}


/* V54-05 — reduce the Nos réalisations main title size so it fits cleanly. */
@media (min-width:1101px){
  #work .work-copy h2{
    font-size:clamp(30px,2.15vw,40px);
  }
}


/* V54-06 — enlarge portfolio project visuals only. */
@media (min-width:1351px){
  #work .portfolio-viewport{
    min-height:390px;
  }

  #work .project-card{
    width:430px;
    flex-basis:430px;
  }

  #work .project-card img{
    height:245px;
  }
}

@media (min-width:1101px) and (max-width:1350px){
  #work .project-card{
    width:380px;
    flex-basis:380px;
  }

  #work .project-card img{
    height:220px;
  }
}

/* V54-06 — keep portfolio images bright while preserving the coverflow motion. */
#work .project-card{
  filter:none !important;
  opacity:1 !important;
}
#work .project-card img{
  filter:saturate(1.04) brightness(1.05) !important;
}
#work .project-card.is-coverflow-active img{
  filter:saturate(1.08) brightness(1.07) !important;
}


/* V54-07 — enlarge “Nos services” and keep all 6 indicator bars on one row. */
#services .services-copy .eyebrow{
  font-size:18px;
  letter-spacing:.24em;
  margin:0 0 17px;
}

#services .services-indicator.track-indicator{
  grid-template-columns:repeat(6,minmax(0,1fr));
}

@media (max-width:1450px){
  #services .services-copy .eyebrow{
    font-size:16px;
    letter-spacing:.22em;
  }
}

@media (max-width:1100px){
  #services .services-copy .eyebrow{
    font-size:15px;
    letter-spacing:.20em;
  }

  #services .services-indicator.track-indicator{
    grid-template-columns:repeat(6,minmax(0,1fr));
  }
}

@media (max-width:720px){
  #services .services-copy .eyebrow{
    font-size:13px;
    letter-spacing:.18em;
  }

  #services .services-indicator.track-indicator{
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:3px;
  }
}


/* V54-08 — move the services signature slightly lower without changing section height. */
#services .services-signature{
  bottom:-24px;
}


/* V54-09 — move the services signature lower again. */
#services .services-signature{
  bottom:-38px;
}


/* V54-10 — darken the CTA background sides so the side imagery shows less. */
.cta-bg{
  filter:brightness(.88) saturate(.96) contrast(1.02);
}

.cta-overlay{
  background:
    linear-gradient(90deg,
      rgba(3,13,23,.74) 0%,
      rgba(3,13,23,.56) 14%,
      rgba(3,13,23,.58) 24%,
      rgba(3,13,23,.82) 40%,
      rgba(3,13,23,.88) 50%,
      rgba(3,13,23,.82) 60%,
      rgba(3,13,23,.58) 76%,
      rgba(3,13,23,.56) 86%,
      rgba(3,13,23,.74) 100%),
    linear-gradient(180deg,rgba(4,14,25,.16),rgba(4,14,25,.46));
  box-shadow:inset 0 18px 84px rgba(2,8,16,.44);
}

.cta-overlay::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 0% 50%, rgba(3,13,23,.55) 0%, rgba(3,13,23,.28) 22%, transparent 42%),
    radial-gradient(circle at 100% 50%, rgba(3,13,23,.55) 0%, rgba(3,13,23,.28) 22%, transparent 42%);
}

@media (max-width:720px){
  .cta-bg{
    filter:brightness(.84) saturate(.94) contrast(1.01);
  }
}


/* V54-11 — remove the extra CTA darkening filter added by mistake. */
.cta-bg{
  filter:brightness(1.10) saturate(1.06) contrast(1.02);
}

.cta-overlay{
  background:
    linear-gradient(90deg,
      rgba(3,13,23,.05) 0%,
      rgba(3,13,23,.10) 16%,
      rgba(3,13,23,.46) 31%,
      rgba(3,13,23,.80) 43%,
      rgba(3,13,23,.80) 57%,
      rgba(3,13,23,.46) 69%,
      rgba(3,13,23,.10) 84%,
      rgba(3,13,23,.05) 100%),
    linear-gradient(180deg,rgba(4,14,25,.04),rgba(4,14,25,.22));
  box-shadow:inset 0 12px 52px rgba(2,8,16,.26);
}

.cta-overlay::before{
  content:none;
}

@media (max-width:720px){
  .cta-bg{
    filter:brightness(1.06) saturate(1.04);
  }
}


/* V54-12 — brighten the CTA background image and reduce the dark overlay. */
.cta-bg{
  filter:brightness(1.22) saturate(1.08) contrast(1.03);
}

.cta-overlay{
  background:
    linear-gradient(90deg,
      rgba(3,13,23,.02) 0%,
      rgba(3,13,23,.06) 16%,
      rgba(3,13,23,.30) 31%,
      rgba(3,13,23,.66) 43%,
      rgba(3,13,23,.66) 57%,
      rgba(3,13,23,.30) 69%,
      rgba(3,13,23,.06) 84%,
      rgba(3,13,23,.02) 100%),
    linear-gradient(180deg,rgba(4,14,25,.02),rgba(4,14,25,.14));
  box-shadow:inset 0 8px 36px rgba(2,8,16,.16);
}

.cta-overlay::after{
  background:rgba(3,13,23,.68);
  opacity:.78;
}

@media (max-width:720px){
  .cta-bg{
    filter:brightness(1.16) saturate(1.06) contrast(1.02);
  }
}


/* V54-13 — CTA section should stay bright overall; only the center text area gets a subtle dark backing. */
.cta-bg{
  filter:brightness(1.34) saturate(1.08) contrast(1.03);
}

.cta-overlay{
  background:linear-gradient(180deg,rgba(4,14,25,.02),rgba(4,14,25,.08));
  box-shadow:none;
}

.cta-overlay::before{
  content:none;
}

.cta-overlay::after{
  left:31%;
  right:31%;
  top:15%;
  bottom:16%;
  background:rgba(3,13,23,.42);
  border-radius:32px;
  filter:blur(18px);
  opacity:.92;
}

@media (max-width:1100px){
  .cta-overlay::after{
    left:21%;
    right:21%;
    top:14%;
    bottom:15%;
  }
}

@media (max-width:720px){
  .cta-bg{
    filter:brightness(1.24) saturate(1.06) contrast(1.02);
  }

  .cta-overlay{
    background:linear-gradient(180deg,rgba(4,14,25,.02),rgba(4,14,25,.08));
  }

  .cta-overlay::after{
    left:10%;
    right:10%;
    top:11%;
    bottom:12%;
    border-radius:24px;
    filter:blur(14px);
  }
}


/* V54-14 — CTA layout refinement: raise the main title slightly, lower the actions closer to the purple line, and reduce the primary button width. */
@media (min-width:1101px){
  .cta-inner h2{
    transform:translateY(-12px);
  }

  .cta-actions{
    position:relative;
    transform:translateY(18px);
    gap:30px;
  }

  .cta-actions .btn-primary{
    min-width:228px;
    min-height:58px;
    padding:15px 28px;
    font-size:15px;
    border-radius:14px;
  }

  .cta-actions .text-link{
    font-size:15px;
  }
}

@media (min-width:721px) and (max-width:1100px){
  .cta-inner h2{
    transform:translateY(-8px);
  }

  .cta-actions{
    position:relative;
    transform:translateY(14px);
    gap:26px;
  }

  .cta-actions .btn-primary{
    min-width:220px;
    min-height:56px;
    padding:14px 24px;
  }
}

/* V77 — universal slim glowing separator under the shared header */
.site-header{
  border-bottom:none;
}
.site-header::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1.5px;
  pointer-events:none;
  background:linear-gradient(90deg,
    rgba(77,131,255,.72),
    rgba(138,92,255,.76),
    rgba(77,131,255,.72)
  );
  box-shadow:0 0 12px rgba(92,107,255,.28);
}

/* Mobile artwork is hidden on desktop. Its layout is isolated in hero-mobile-v93.css. */
.mh93{display:none}

/* V105 — Mobile Nos réalisations: match the process eyebrow scale and keep the title on one line. */
@media (max-width:720px){
  #work .work-copy .eyebrow{
    font-size:12px;
    letter-spacing:.22em;
  }

  #work .work-copy h2{
    font-size:clamp(23px,7.2vw,26px);
    line-height:1.05;
    letter-spacing:-.04em;
    white-space:nowrap;
  }
}

/* V106 — Mobile Nos réalisations: move the portfolio up into the old CTA area,
   place the CTA between the carousel arrows below the four-position indicator,
   and lower the whole section content away from the fixed header. */
.work-mobile-actions{display:none}

@media (max-width:720px){
  #work.work{
    padding-top:96px;
    padding-bottom:48px;
  }

  #work .work-grid{
    row-gap:34px;
  }

  #work .work-copy > p:not(.eyebrow){
    margin-bottom:0;
  }

  /* Desktop controls keep their exact markup/behavior but are replaced by the
     dedicated mobile row below the portfolio. */
  #work .work-copy > .btn,
  #work .work-copy > .carousel-controls{
    display:none;
  }

  #work .work-mobile-actions{
    display:grid;
    grid-template-columns:48px minmax(0,1fr) 48px;
    gap:10px;
    align-items:center;
    width:100%;
    margin-top:10px;
  }

  #work .work-mobile-actions .btn{
    width:100%;
    min-width:0;
    min-height:52px;
    padding:13px 12px;
    gap:10px;
    font-size:14px;
    line-height:1;
  }

  #work .work-mobile-arrow{
    width:48px;
    height:48px;
    border-radius:50%;
    border:1px solid #5b68ff;
    background:#071526;
    color:#fff;
    cursor:pointer;
    font-size:19px;
    line-height:1;
    display:grid;
    place-items:center;
    transition:transform .25s ease,box-shadow .25s ease;
  }

  #work .work-mobile-arrow:active{
    transform:scale(.96);
  }
}


/* V107 — Mobile Nos réalisations: slightly enlarge the eyebrow and cut the top gap in half. */
@media (max-width:720px){
  #work .work-copy .eyebrow{
    font-size:13px;
  }

  #work.work{
    padding-top:48px;
  }
}

/* V108 — Mobile Nos réalisations: match the project CTA background to the Services CTA. */
@media (max-width:720px){
  #work .work-mobile-actions .btn{
    background:linear-gradient(90deg,#4c91ff 0%,#525cff 58%,#7d48ff 100%);
  }
}


/* V109 — Mobile Nos réalisations: force both carousel arrows to identical visual dimensions. */
@media (max-width:720px){
  #work .work-mobile-arrow{
    width:48px;
    min-width:48px;
    max-width:48px;
    height:48px;
    min-height:48px;
    max-height:48px;
    padding:0;
    box-sizing:border-box;
    font-size:0;
  }

  #work .work-mobile-arrow::before{
    content:"→";
    display:block;
    font-size:19px;
    line-height:1;
  }

  #work #prevProjectMobile::before{
    transform:rotate(180deg);
  }
}

/* V110 — Mobile Nos réalisations: geometrically center both carousel arrow icons. */
@media (max-width:720px){
  #work .work-mobile-arrow{
    position:relative;
  }

  #work .work-mobile-arrow::before{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    width:20px;
    height:2px;
    background:currentColor;
    transform:translate(-50%,-50%);
  }

  #work .work-mobile-arrow::after{
    content:"";
    position:absolute;
    top:50%;
    width:8px;
    height:8px;
    border-top:2px solid currentColor;
    border-right:2px solid currentColor;
    box-sizing:border-box;
  }

  #work #nextProjectMobile::after{
    left:calc(50% + 5px);
    transform:translate(-50%,-50%) rotate(45deg);
  }

  #work #prevProjectMobile::before{
    transform:translate(-50%,-50%);
  }

  #work #prevProjectMobile::after{
    left:calc(50% - 5px);
    transform:translate(-50%,-50%) rotate(-135deg);
  }
}

/* V112 — Mobile Nos réalisations: enlarge the section eyebrow and make carousel arrows more compact. */
@media (max-width:720px){
  #work .work-copy .eyebrow{
    font-size:15px;
  }

  #work .work-mobile-actions{
    grid-template-columns:38px minmax(0,1fr) 38px;
  }

  #work .work-mobile-arrow{
    width:38px;
    min-width:38px;
    max-width:38px;
    height:38px;
    min-height:38px;
    max-height:38px;
  }

  #work .work-mobile-arrow::before{
    width:14px;
    height:1.5px;
  }

  #work .work-mobile-arrow::after{
    width:5.5px;
    height:5.5px;
    border-top-width:1.5px;
    border-right-width:1.5px;
  }

  #work #nextProjectMobile::after{
    left:calc(50% + 3.5px);
  }

  #work #prevProjectMobile::after{
    left:calc(50% - 3.5px);
  }
}

/* V113 — Mobile process: match “UN PROCESSUS SIMPLE.” eyebrow size to “NOS RÉALISATIONS”. */
@media (max-width:720px){
  #process .process-intro .eyebrow{
    font-size:15px;
  }
}

/* V114 — Mobile Nos services: place the CTA and equal compact carousel arrows below the service cards, matching Nos réalisations. */
.services-mobile-actions{display:none}

@media (max-width:720px){
  /* Keep the desktop controls untouched; replace them only on mobile. */
  #services .services-copy > .services-main-cta,
  #services .services-copy > .carousel-controls{
    display:none;
  }

  #services .services-mobile-actions{
    display:grid;
    grid-template-columns:38px minmax(0,1fr) 38px;
    gap:10px;
    align-items:center;
    width:100%;
    margin-top:-8px;
  }

  #services .services-mobile-actions .services-main-cta{
    width:100%;
    min-width:0;
    min-height:52px;
    padding:13px 12px;
    gap:10px;
    font-size:14px;
    line-height:1;
    box-sizing:border-box;
  }

  #services .services-mobile-arrow{
    position:relative;
    width:38px;
    min-width:38px;
    max-width:38px;
    height:38px;
    min-height:38px;
    max-height:38px;
    padding:0;
    box-sizing:border-box;
    border-radius:50%;
    border:1px solid #5b68ff;
    background:#071526;
    color:#fff;
    cursor:pointer;
    font-size:0;
    line-height:1;
    display:grid;
    place-items:center;
    transition:transform .25s ease,box-shadow .25s ease;
  }

  #services .services-mobile-arrow:active{
    transform:scale(.96);
  }

  #services .services-mobile-arrow::before{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    width:14px;
    height:1.5px;
    background:currentColor;
    transform:translate(-50%,-50%);
  }

  #services .services-mobile-arrow::after{
    content:"";
    position:absolute;
    top:50%;
    width:5.5px;
    height:5.5px;
    border-top:1.5px solid currentColor;
    border-right:1.5px solid currentColor;
    box-sizing:border-box;
  }

  #services #nextServiceMobile::after{
    left:calc(50% + 3.5px);
    transform:translate(-50%,-50%) rotate(45deg);
  }

  #services #prevServiceMobile::after{
    left:calc(50% - 3.5px);
    transform:translate(-50%,-50%) rotate(-135deg);
  }
}


/* V116 — Mobile CTA: raise only the title and lower only the action group. Keep the paragraph fixed. */
@media (max-width:720px){
  .cta-inner h2{
    transform:translateY(-20px);
  }

  .cta-actions{
    transform:translateY(20px);
  }
}

/* V118 — New approved mobile CTA background. Image is locked; integration only. */
@media (max-width:720px){
  .cta-bg{
    background-image:url('assets/cta-bg-mobile-v118.webp');
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    transform:none;
    filter:none;
  }
}

/* V126 — Hide hamburger on desktop across every header; keep it for tablet/mobile only. */
/* V119 — Functional responsive hamburger menu. No other layout changes. */
@media (max-width:1100px){
  .site-header .menu{
    display:grid;
    position:relative;
    z-index:2;
    cursor:pointer;
  }

  .site-header .menu span{
    transition:transform .22s ease, opacity .18s ease;
    transform-origin:center;
  }

  .site-header.is-menu-open{
    background:rgba(3,10,19,.98);
    backdrop-filter:blur(16px);
  }

  .site-header.is-menu-open .main-nav{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    display:flex;
    height:auto;
    margin:0;
    padding:12px 18px 18px;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    background:rgba(3,10,19,.985);
    border-top:1px solid rgba(105,113,255,.28);
    box-shadow:0 18px 36px rgba(0,0,0,.34);
  }

  .site-header.is-menu-open .main-nav a{
    min-height:48px;
    padding:0 4px;
    align-items:center;
    font-size:15px;
    border-bottom:1px solid rgba(255,255,255,.075);
  }

  .site-header.is-menu-open .main-nav a:last-child{
    border-bottom:0;
  }

  .site-header.is-menu-open .main-nav a::after{
    bottom:7px;
  }

  .site-header.is-menu-open .menu span:nth-child(1){
    transform:translateY(5px) rotate(45deg);
  }

  .site-header.is-menu-open .menu span:nth-child(2){
    opacity:0;
  }

  .site-header.is-menu-open .menu span:nth-child(3){
    transform:translateY(-5px) rotate(-45deg);
  }
}

/* V122 — Mobile services: keep the CRM title on one line without changing the card layout. */
@media (max-width:720px){
  #services .service-slide[data-service-index="4"] .service-slide-meta span{
    white-space:nowrap;
    font-size:15px;
    letter-spacing:-.035em;
  }
}
