/* =========================================================
   GRACYL — ACCUEIL PREMIUM
   ========================================================= */

body[data-page="accueil"]{
  overflow-x:hidden;
}

.home-page,
.home-page *{
  box-sizing:border-box;
}

.home-page{
  position:relative;
  overflow:hidden;
}

.home-hero__visual{
  will-change:transform;
  transition:transform .18s ease-out;
}

.home-hero__visual img{
  will-change:transform, filter;
}

.home-page::before{
  content:"";
  position:absolute;
  top:-260px;
  left:calc(50% - 50vw);
  width:100vw;
  height:1500px;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(70% 55% at 50% 0%, rgba(70,220,255,.30), transparent 68%),
    radial-gradient(42% 32% at 22% 42%, rgba(255,22,139,.14), transparent 70%),
    radial-gradient(45% 34% at 82% 30%, rgba(124,140,255,.16), transparent 72%);
  filter:blur(80px) saturate(150%);
}

.home-page > *{
  position:relative;
  z-index:1;
}

/* Reveal */

.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:
    opacity .7s ease,
    transform .7s cubic-bezier(.22,.61,.36,1);
  transition-delay:var(--reveal-delay, 0ms);
}

.reveal.reveal-visible{
  opacity:1;
  transform:none;
}

/* Base */

.home-section{
  padding:clamp(64px, 8vw, 112px) 0;
}

.home-section-head{
  text-align:center;
  max-width:980px;
  margin:0 auto clamp(30px, 4vw, 48px);
}

.home-section-head h2{
  margin:0 0 14px;
  font-size:clamp(30px, 4.4vw, 52px);
  line-height:1.06;
  letter-spacing:-.045em;
  color:var(--ink, #0F172A);
  text-wrap:balance;
}

.home-section-head p{
  margin:0 auto;
  max-width:78ch;
  color:var(--muted, #5B6A7E);
  font-size:clamp(1rem, 1.35vw, 1.08rem);
  line-height:1.72;
}

.home-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:0 0 12px;
  color:color-mix(in oklab, var(--muted, #5B6A7E), #000 12%);
  font-size:.82rem;
  font-weight:750;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.home-kicker__dot{
  width:9px;
  height:9px;
  border-radius:999px;
  background:
    radial-gradient(circle at 30% 30%, #fff, rgba(255,255,255,.15) 38%, transparent 62%),
    linear-gradient(135deg, #12B3FF, #7C8CFF, #FF168B);
  box-shadow:0 8px 22px rgba(18,179,255,.20);
  flex:0 0 auto;
}

/* Hero */

.home-hero{
  padding:clamp(88px, 10vw, 140px) 0 clamp(56px, 7vw, 92px);
}

.home-hero__wrap{
  max-width:1180px;
}

.home-hero__content{
  min-width:0;
  text-align:center;
  max-width:1080px;
  margin:0 auto;
}

.home-title{
  margin:0 auto clamp(22px, 3vw, 34px);
  max-width:1000px;
  font-size:clamp(42px, 6.8vw, 82px);
  line-height:.98;
  letter-spacing:-.07em;
  color:var(--ink, #0F172A);
  text-wrap:balance;
}

.home-lead{
  margin:clamp(20px, 3vw, 34px) auto 0;
  max-width:850px;
  color:var(--muted, #5B6A7E);
  font-size:clamp(1.06rem, 1.55vw, 1.24rem);
  line-height:1.72;
}

.home-hero__actions{
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:28px;
}

.home-hero__visual{
  position:relative;
  margin:0 auto;
  width:min(100%, 1080px);
  min-width:0;
  background:transparent;
  border:0;
  box-shadow:none;
  overflow:visible;
}

.home-hero__visual::before{
  content:"";
  position:absolute;
  left:50%;
  bottom:-22px;
  width:70%;
  height:70px;
  transform:translateX(-50%);
  pointer-events:none;
  z-index:0;
  background:radial-gradient(60% 100% at 50% 40%, rgba(15,23,42,.18), transparent 70%);
  filter:blur(22px);
  opacity:.65;
}

.home-hero__visual img{
  position:relative;
  z-index:1;
  width:100%;
  height:auto;
  max-height:460px;
  object-fit:contain;
  object-position:center;
  filter:drop-shadow(0 34px 70px rgba(15,23,42,.14));
  opacity:.98;
  transition:
    opacity .8s ease,
    transform .8s cubic-bezier(.22,.61,.36,1),
    filter .8s ease;
}

.home-hero__visual:hover img{
  transform:translateY(-4px);
  filter:drop-shadow(0 42px 86px rgba(15,23,42,.17));
}

/* Full width sections */

.home-services-section,
.home-trust-section,
.home-method-section{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
}

.home-services-bg,
.home-trust-bg,
.home-method-bg{
  position:relative;
  width:100%;
  padding:clamp(76px, 9vw, 126px) 0;
  border:0;
  border-radius:0;
  box-shadow:none;
  overflow:hidden;
}

.home-services-bg{
  background:
    radial-gradient(55% 85% at 12% 22%, rgba(18,179,255,.20), transparent 68%),
    radial-gradient(60% 85% at 86% 76%, rgba(255,22,139,.14), transparent 70%),
    linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.54));
}

.home-trust-bg{
  background:
    radial-gradient(55% 85% at 12% 20%, rgba(18,179,255,.18), transparent 68%),
    radial-gradient(58% 85% at 86% 80%, rgba(255,22,139,.14), transparent 70%),
    linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.54));
}

.home-method-bg{
  background:
    radial-gradient(55% 85% at 14% 22%, rgba(18,179,255,.17), transparent 68%),
    radial-gradient(58% 85% at 86% 82%, rgba(255,22,139,.13), transparent 70%),
    linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.54));
}

/* Services */

.home-services-head{
  margin-bottom:clamp(26px, 4vw, 46px);
}

.home-services-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
}

.home-service-card{
  min-width:0;
  display:flex;
  flex-direction:column;
  text-align:center;
  padding:42px 30px 34px;
  border-radius:32px;
  background:linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.68));
  border:1px solid rgba(255,255,255,.74);
  box-shadow:0 18px 46px rgba(15,23,42,.08), inset 0 1px 0 rgba(255,255,255,.78);
  transition:transform .24s ease, box-shadow .24s ease, background .24s ease;
}

.home-service-card:hover{
  transform:translateY(-5px);
  box-shadow:0 28px 72px rgba(15,23,42,.13), inset 0 1px 0 rgba(255,255,255,.82);
  background:rgba(255,255,255,.84);
}

.home-service-icon{
  width:80px;
  height:80px;
  margin:0 auto 28px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.98), rgba(255,255,255,.86));
  border:1px solid rgba(255,255,255,.88);
  box-shadow:
    0 18px 40px rgba(15,23,42,.08),
    inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter:blur(12px) saturate(150%);
  -webkit-backdrop-filter:blur(12px) saturate(150%);
  transition:transform .25s ease, box-shadow .25s ease;
}

.home-service-card:hover .home-service-icon{
  transform:translateY(-3px) scale(1.03);
  box-shadow:
    0 24px 54px rgba(15,23,42,.12),
    inset 0 1px 0 rgba(255,255,255,.98);
}

.home-service-icon svg{
  width:44px;
  height:44px;
  color:var(--brand, #FF168B);
  stroke:currentColor;
  fill:none;
  stroke-width:2.4;
}

.home-service-card h3{
  margin:0 0 16px;
  font-size:1.25rem;
  letter-spacing:-.025em;
  text-transform:none;
}

.home-service-card p{
  margin:0 auto 24px;
  max-width:30ch;
  color:var(--muted, #5B6A7E);
  line-height:1.62;
}

.home-service-card .link{
  margin:auto auto 0;
  width:max-content;
  font-weight:750;
  border-bottom:1px solid rgba(15,23,42,.20);
}

/* Intro */

.home-intro-card{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(300px, 390px);
  gap:clamp(24px, 4vw, 52px);
  align-items:stretch;
  padding:clamp(26px, 4vw, 48px);
  border-radius:38px;
  background:
    radial-gradient(70% 90% at 10% 0%, rgba(18,179,255,.16), transparent 66%),
    radial-gradient(68% 88% at 88% 80%, rgba(255,22,139,.12), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,.90), rgba(255,255,255,.72));
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 30px 96px rgba(15,23,42,.12);
  backdrop-filter:blur(10px) saturate(145%);
  -webkit-backdrop-filter:blur(10px) saturate(145%);
  overflow:hidden;
}

.home-intro-card h2{
  margin:0 0 18px;
  font-size:clamp(32px, 4.6vw, 58px);
  line-height:1.04;
  letter-spacing:-.055em;
  text-wrap:balance;
}

.home-intro-card p{
  margin:.78rem 0;
  color:var(--muted, #5B6A7E);
  line-height:1.74;
  font-size:1.05rem;
}

.home-intro-card__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}

.home-intro-card__side{
  display:grid;
  gap:14px;
  min-width:0;
}

.home-stat{
  border-radius:26px;
  padding:20px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 16px 36px rgba(15,23,42,.07), inset 0 1px 0 rgba(255,255,255,.70);
}

.home-stat__value{
  display:block;
  margin:0 0 8px;
  font-size:clamp(30px, 3.4vw, 48px);
  line-height:1;
  letter-spacing:-.055em;
  font-weight:850;
  color:var(--ink, #0F172A);
}

.home-stat__label{
  display:block;
  color:var(--muted, #5B6A7E);
  line-height:1.5;
  font-weight:600;
}

/* Logos */

.home-trust-head{
  margin-bottom:clamp(24px, 3.5vw, 44px);
}

.home-logo-marquee{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  padding:14px 0 28px;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}

.home-logo-marquee::before,
.home-logo-marquee::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:clamp(78px, 12vw, 190px);
  z-index:4;
  pointer-events:none;
}

.home-logo-marquee::before{
  left:0;
  background:linear-gradient(90deg, rgba(248,251,255,.96), rgba(248,251,255,0));
}

.home-logo-marquee::after{
  right:0;
  background:linear-gradient(270deg, rgba(248,251,255,.96), rgba(248,251,255,0));
}

.home-logo-marquee__track{
  display:flex;
  align-items:center;
  gap:32px;
  width:max-content;
  padding:0 54px;
  animation:homeLogoScroll 56s linear infinite;
  will-change:transform;
}

.home-logo-marquee:hover .home-logo-marquee__track{
  animation-play-state:paused;
}

@keyframes homeLogoScroll{
  from{ transform:translateX(0); }
  to{ transform:translateX(-50%); }
}

.home-logo-item{
  position:relative;
  flex:0 0 auto;
}

.home-logo{
  position:relative;
  width:220px;
  height:220px;
  display:grid;
  place-items:center;
  border-radius:34px;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.70));
  border:1px solid rgba(255,255,255,.72);
  box-shadow:
    0 18px 44px rgba(15,23,42,.08),
    inset 0 1px 0 rgba(255,255,255,.82);
  backdrop-filter:blur(16px) saturate(150%);
  -webkit-backdrop-filter:blur(16px) saturate(150%);
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.home-logo::after{
  content:"";
  position:absolute;
  inset:0;
  opacity:0;
  pointer-events:none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(15,23,42,.16)),
    radial-gradient(90% 90% at 50% 10%, rgba(255,255,255,.45), transparent 62%);
  transition:opacity .22s ease;
}

.home-logo img{
  max-width:168px;
  max-height:130px;
  object-fit:contain;
  filter:saturate(.92);
  opacity:.88;
  transition:opacity .2s ease, transform .2s ease, filter .2s ease;
}

.home-logo:hover{
  transform:translateY(-5px);
  background:rgba(255,255,255,.92);
  box-shadow:
    0 28px 62px rgba(15,23,42,.14),
    inset 0 1px 0 rgba(255,255,255,.86);
}

.home-logo:hover::after{
  opacity:1;
}

.home-logo:hover img{
  opacity:.36;
  transform:scale(1.045);
  filter:saturate(1);
}

.home-logo-tooltip{
  position:absolute;
  left:50%;
  bottom:22px;
  transform:translateX(-50%) translateY(8px);
  opacity:0;
  visibility:hidden;
  z-index:8;
  width:max-content;
  max-width:calc(100% - 28px);
  padding:10px 14px;
  border-radius:16px;
  text-align:center;
  background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.68));
  border:1px solid rgba(255,255,255,.78);
  box-shadow:
    0 18px 40px rgba(15,23,42,.14),
    inset 0 1px 0 rgba(255,255,255,.82);
  backdrop-filter:blur(14px) saturate(150%);
  -webkit-backdrop-filter:blur(14px) saturate(150%);
  color:var(--ink, #0F172A);
  font-weight:850;
  font-size:.92rem;
  line-height:1.15;
  transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.home-logo:hover .home-logo-tooltip{
  opacity:1;
  visibility:visible;
  transform:translateX(-50%) translateY(0);
}

/* About */

.home-about-card{
  display:grid;
  grid-template-columns:minmax(300px, 420px) minmax(0, 1fr);
  gap:clamp(24px, 4vw, 56px);
  align-items:center;
  padding:clamp(22px, 3vw, 34px);
  border-radius:38px;
  background:
    radial-gradient(72% 80% at 0% 20%, rgba(18,179,255,.14), transparent 65%),
    radial-gradient(60% 76% at 96% 84%, rgba(255,22,139,.12), transparent 68%),
    linear-gradient(180deg, rgba(255,255,255,.90), rgba(255,255,255,.72));
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 30px 92px rgba(15,23,42,.12);
  overflow:hidden;
}

.home-about-media{
  position:relative;
  min-width:0;
  border-radius:32px;
  overflow:hidden;
  aspect-ratio:1 / 1.12;
  background:#fff;
  box-shadow:0 24px 60px rgba(15,23,42,.14);
}

.home-about-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, transparent 54%, rgba(15,23,42,.22));
  pointer-events:none;
}

.home-about-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.home-about-content{
  min-width:0;
  padding:clamp(8px, 2vw, 20px);
}

.home-about-slider{
  position:relative;
  min-height:280px;
}

.home-about-slide{
  position:absolute;
  inset:0;
  opacity:0;
  transform:translateY(12px);
  filter:blur(6px);
  pointer-events:none;
  transition:opacity .45s ease, transform .45s cubic-bezier(.22,.61,.36,1), filter .45s ease;
}

.home-about-slide.is-active{
  position:relative;
  opacity:1;
  transform:none;
  filter:none;
  pointer-events:auto;
}

.home-about-slide h2{
  margin:0 0 16px;
  font-size:clamp(30px, 4.4vw, 56px);
  line-height:1.04;
  letter-spacing:-.055em;
  text-wrap:balance;
}

.home-about-slide p{
  margin:0;
  color:var(--muted, #5B6A7E);
  font-size:clamp(1rem, 1.35vw, 1.08rem);
  line-height:1.75;
}

/* About dots */

.home-about-controls{
  display:flex;
  gap:10px;
  margin-top:22px;
}

.home-about-dot{
  position:relative;
  width:42px;
  height:8px;
  border:0;
  border-radius:999px;
  background:rgba(15,23,42,.14);
  overflow:hidden;
  cursor:pointer;
  transition:width .25s ease, transform .25s ease, background .25s ease;
}

.home-about-dot::before{
  content:"";
  position:absolute;
  inset:0;
  width:0;
  border-radius:inherit;
  background:linear-gradient(90deg, #12B3FF, #7C8CFF, #FF168B);
}

.home-about-dot.is-active{
  width:72px;
  background:rgba(15,23,42,.12);
}

.home-about-dot.is-active.is-animating::before{
  animation:homeAboutProgress var(--slide-duration, 6500ms) linear forwards;
}

.home-about-dot:hover{
  transform:translateY(-1px);
}

@keyframes homeAboutProgress{
  from{ width:0; }
  to{ width:100%; }
}

.home-about-actions{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
}

.home-linkedin,
.home-origin-mini{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
  font-weight:750;
  text-decoration:none;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.home-linkedin{
  color:#0A66C2;
}

.home-origin-mini{
  color:var(--ink, #0F172A);
}

.home-linkedin:hover,
.home-origin-mini:hover{
  transform:translateY(-2px);
  background:#fff;
  box-shadow:0 18px 34px rgba(15,23,42,.10);
}

.home-origin-mini span{
  transition:transform .2s ease;
}

.home-origin-mini:hover span{
  transform:translateX(4px);
}

.home-linkedin__icon{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:6px;
  background:#0A66C2;
  color:#fff;
  font-size:.86rem;
  font-weight:900;
  font-family:Arial, sans-serif;
}

/* Works */

/* Works */

.home-works-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:30px;
}

.home-work-card{
  min-width:0;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:34px;
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.72));
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 24px 70px rgba(15,23,42,.11);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.home-work-card:hover{
  transform:translateY(-5px);
  box-shadow:0 34px 88px rgba(15,23,42,.15);
  border-color:rgba(15,23,42,.12);
}

.home-work-card figure{
  position:relative;
  margin:0;
  aspect-ratio:16 / 9;
  overflow:hidden;
  border-radius:34px 34px 22px 22px;
  background:#fff;
  box-shadow:none;
}

.home-work-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transform:scale(1.01);
  transition:transform .55s ease, filter .55s ease;
}

.home-work-card:hover img{
  transform:scale(1.045);
  filter:saturate(1.04) contrast(1.02);
}

.home-work-card > div{
  padding:28px 30px 30px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.home-work-card__tag{
  margin:0 0 8px;
  color:var(--brand, #FF168B);
  font-size:.78rem;
  letter-spacing:.10em;
  text-transform:uppercase;
  font-weight:850;
}

.home-work-card h3{
  margin:0 0 10px;
  font-size:1.22rem;
  letter-spacing:-.02em;
}

.home-work-card p{
  color:var(--muted, #5B6A7E);
  line-height:1.62;
}

.home-work-card .link{
  margin-top:auto;
  font-weight:750;
  color:var(--ink, #0F172A);
  border-bottom:1px solid rgba(15,23,42,.20);
  width:max-content;
}

.home-work-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:14px;
}

.home-work-tags span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 11px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.68));
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 10px 24px rgba(15,23,42,.06), inset 0 1px 0 rgba(255,255,255,.72);
  color:color-mix(in oklab, var(--ink, #0F172A), #fff 12%);
  font-size:.74rem;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  backdrop-filter:blur(10px) saturate(140%);
  -webkit-backdrop-filter:blur(10px) saturate(140%);
}

/* Method */

.home-method-head{
  margin-bottom:clamp(26px, 4vw, 46px);
}

.home-method-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}

.home-method-step{
  padding:24px;
  border-radius:30px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(255,255,255,.76);
  box-shadow:0 16px 34px rgba(15,23,42,.07), inset 0 1px 0 rgba(255,255,255,.70);
}

.home-method-step__num{
  display:inline-flex;
  margin-bottom:14px;
  color:transparent;
  background:linear-gradient(90deg, #12B3FF, #7C8CFF, #FF168B);
  -webkit-background-clip:text;
  background-clip:text;
  font-size:1.1rem;
  font-weight:900;
  letter-spacing:-.04em;
}

.home-method-step h3{
  margin:0 0 8px;
  font-size:1.15rem;
  letter-spacing:-.02em;
}

.home-method-step p{
  margin:0;
  color:var(--muted, #5B6A7E);
  line-height:1.58;
}

.home-method-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  margin-top:26px;
}

.home-method-tools{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.home-method-tools span{
  display:inline-flex;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 10px 24px rgba(15,23,42,.05);
  font-weight:700;
  color:color-mix(in oklab, var(--ink, #0F172A), #fff 16%);
}

/* Final CTA */

.home-final{
  padding:clamp(72px, 9vw, 120px) 0 clamp(82px, 10vw, 134px);
}

.home-final-card{
  width:100%;
  margin:0 auto;
  text-align:center;
  padding:clamp(30px, 5vw, 62px);
  border-radius:40px;
  background:
    radial-gradient(70% 90% at 50% -10%, rgba(255,22,139,.18), transparent 65%),
    radial-gradient(80% 100% at 20% 100%, rgba(18,179,255,.14), transparent 66%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.72));
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 34px 100px rgba(15,23,42,.13);
}

.home-final-card h2{
  margin:0 0 14px;
  font-size:clamp(32px, 5vw, 62px);
  line-height:1.04;
  letter-spacing:-.06em;
  text-wrap:balance;
}

.home-final-card p{
  margin:0 auto;
  max-width:72ch;
  color:var(--muted, #5B6A7E);
  font-size:1.06rem;
  line-height:1.72;
}

.home-final-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.home-about-controls{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:22px;
}

.home-about-play{
  position:relative;
  width:38px;
  height:38px;
  flex:0 0 auto;
  margin-left:6px;
  border:0;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.92),
      rgba(255,255,255,.76)
    );
  border:1px solid rgba(15,23,42,.08);
  box-shadow:
    0 10px 24px rgba(15,23,42,.08),
    inset 0 1px 0 rgba(255,255,255,.92);
  backdrop-filter:blur(10px) saturate(160%);
  -webkit-backdrop-filter:blur(10px) saturate(160%);
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background .2s ease;
}

.home-about-play::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:
    linear-gradient(
      135deg,
      rgba(18,179,255,.08),
      rgba(124,140,255,.06),
      rgba(255,22,139,.08)
    );
}

.home-about-play:hover{
  transform:translateY(-1px);
  box-shadow:
    0 14px 28px rgba(15,23,42,.10),
    inset 0 1px 0 rgba(255,255,255,.96);
}

.home-about-play span{
  position:relative;
  z-index:2;
  color:#0F172A;
  line-height:1;
  font-weight:900;
}

.home-about-play__pause{
  font-size:.72rem;
  letter-spacing:-.08em;
}

.home-about-play__play{
  display:none;
  font-size:.62rem;
  transform:translateX(1px);
}

.home-about-play.is-paused .home-about-play__pause{
  display:none;
}

.home-about-play.is-paused .home-about-play__play{
  display:block;
}

.home-section-actions .btn.brand{
	display: flex;
    gap: 10px;
    text-decoration: none;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}


/* Responsive */

@media (max-width:1400px) and (max-height:900px){
  .home-hero{
    min-height:calc(100svh - 120px);
    display:flex;
    align-items:flex-start;
    padding:clamp(118px, 15vh, 150px) 0 24px;
  }

  .home-title{
    max-width:760px;
    margin:0 auto 12px;
    font-size:clamp(34px, 4.2vw, 50px);
    line-height:1;
  }

  .home-hero__visual{
    width:100%;
    max-width:480px;
    height:clamp(150px, 24vh, 230px);
    margin:0 auto;
    transform:none !important;
  }

  .home-hero__visual::before{
    bottom:-8px;
    height:34px;
    opacity:.38;
  }

  .home-hero__visual img{
    display:block;
    width:auto;
    height:100%;
    max-width:100%;
    max-height:100%;
    margin:0 auto;
    object-fit:contain;
  }

  .home-lead{
    max-width:620px;
    margin:10px auto 0;
    font-size:.88rem;
    line-height:1.42;
  }

  .home-hero__actions{
    margin-top:12px;
  }
}

@media (max-width:1200px) and (max-height:820px){
  .home-hero{
    min-height:calc(100svh - 112px);
    align-items:flex-start;
    padding:clamp(108px, 14vh, 132px) 0 20px;
  }

  .home-title{
    max-width:700px;
    font-size:clamp(32px, 4vw, 46px);
    margin-bottom:10px;
  }

  .home-hero__visual{
    max-width:420px;
    height:clamp(130px, 22vh, 200px);
    transform:none !important;
  }

  .home-lead{
    max-width:600px;
    font-size:.84rem;
    line-height:1.38;
  }

  .home-hero__actions{
    margin-top:10px;
  }
}

@media (max-width:1080px){
  .home-services-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .home-works-grid{
    grid-template-columns:1fr;
  }

  .home-method-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:980px){
  .home-hero{
    min-height:calc(100svh - 105px);
    display:flex;
    align-items:flex-start;
    padding:110px 0 24px;
  }

  .home-title{
    max-width:700px;
    margin:0 auto 10px;
    font-size:clamp(32px, 6.4vw, 48px);
    line-height:1;
  }

  .home-hero__visual{
    width:100%;
    max-width:410px;
    height:clamp(135px, 23vh, 210px);
    margin:0 auto;
    transform:none !important;
  }

  .home-hero__visual img{
    display:block;
    width:auto;
    height:100%;
    max-width:100%;
    max-height:100%;
    margin:0 auto;
    object-fit:contain;
  }

  .home-lead{
    max-width:620px;
    margin:9px auto 0;
    font-size:.86rem;
    line-height:1.38;
  }

  .home-hero__actions{
    margin-top:12px;
  }

  .home-intro-card,
  .home-about-card{
    grid-template-columns:1fr;
  }

  .home-intro-card__side{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }

  .home-about-media{
    max-width:460px;
    margin:0 auto;
    width:100%;
  }

  .home-about-content{
    text-align:center;
  }

  .home-about-controls,
  .home-about-actions{
    justify-content:center;
  }

  .home-method-bottom{
    justify-content:center;
    text-align:center;
  }

  .home-method-tools{
    justify-content:center;
  }
}

@media (max-width:700px){
  .home-section{
    padding:50px 0;
  }

  .home-hero{
    min-height:auto;
    display:block;
    padding:96px 0 42px;
  }

  .home-title{
    max-width:100%;
    font-size:clamp(31px, 9.2vw, 42px);
    line-height:1.02;
    margin-bottom:10px;
  }

  .home-hero__visual{
    width:100%;
    max-width:320px;
    height:clamp(120px, 20vh, 180px);
    margin:0 auto;
    transform:none !important;
  }

  .home-hero__visual::before{
    bottom:-6px;
    height:28px;
    opacity:.34;
  }

  .home-hero__visual img{
    width:auto;
    height:100%;
    max-width:100%;
    max-height:100%;
    display:block;
    margin:0 auto;
    object-fit:contain;
  }

  .home-lead{
    max-width:100%;
    margin:9px auto 0;
    font-size:.86rem;
    line-height:1.36;
  }

  .home-hero__actions{
    margin-top:12px;
  }

  .home-services-bg,
  .home-trust-bg,
  .home-method-bg{
    padding:58px 0;
  }

  .home-services-grid,
  .home-intro-card__side,
  .home-works-grid,
  .home-method-grid{
    grid-template-columns:1fr;
  }

  .home-intro-card,
  .home-about-card,
  .home-final-card{
    border-radius:28px;
  }

  .home-logo-marquee__track{
    gap:20px;
    padding:0 26px;
  }

  .home-logo{
    width:164px;
    height:164px;
    border-radius:28px;
  }

  .home-logo img{
    max-width:122px;
    max-height:92px;
  }

  .home-about-slider{
    min-height:360px;
  }

  .home-hero__actions .btn,
  .home-intro-card__actions .btn,
  .home-final-actions .btn{
    width:100%;
  }
}

@media (max-width:430px){
  .home-hero{
    padding:88px 0 38px;
  }

  .home-hero__content,
  .home-section-head,
  .home-about-content,
  .home-method-head,
  .home-final-card{
    text-align:left;
  }

  .home-title{
    font-size:clamp(29px, 8.7vw, 37px);
    line-height:1.03;
    letter-spacing:-.06em;
  }

  .home-hero__visual{
    max-width:270px;
    height:clamp(105px, 18vh, 155px);
    margin-left:auto;
    margin-right:auto;
    transform:none !important;
  }

  .home-hero__visual img{
    width:auto;
    height:100%;
    max-width:100%;
    max-height:100%;
  }

  .home-kicker{
    justify-content:flex-start;
    font-size:.68rem;
    gap:8px;
    margin-bottom:8px;
  }

  .home-kicker__dot{
    width:7px;
    height:7px;
  }

  .home-lead{
    margin-left:0;
    margin-right:0;
    max-width:780px;
    font-size:.82rem;
    line-height:1.34;
  }

  .home-hero__actions,
  .home-about-controls,
  .home-about-actions,
  .home-final-actions{
    justify-content:flex-start;
  }

  .home-method-tools{
    justify-content:flex-start;
  }

  .home-logo{
    width:148px;
    height:148px;
  }

  .home-logo img{
    max-width:110px;
    max-height:82px;
  }
}

@media (max-width:380px){
  .home-hero{
    padding:82px 0 34px;
  }

  .home-title{
    font-size:clamp(27px, 8.3vw, 34px);
  }

  .home-hero__visual{
    max-width:245px;
    height:clamp(95px, 16vh, 135px);
  }

  .home-lead{
    font-size:.78rem;
    line-height:1.3;
  }

  .home-hero__actions{
    margin-top:10px;
  }
}

@media (prefers-reduced-motion:reduce){
  .home-logo-marquee__track{
    animation:none;
  }

  .home-hero__visual,
  .home-hero__visual img,
  .home-work-card img,
  .home-about-slide,
  .home-about-dot{
    transition:none;
  }
}

/* =========================================================
   FIX HERO — HAUTEUR MENU + MACBOOK/IPAD
   À METTRE TOUT À LA FIN DU CSS
   ========================================================= */

.home-hero{
  min-height:auto;
  height:auto;
  padding:clamp(92px, 11vh, 130px) 0 clamp(44px, 6vh, 72px);
}

@media (max-width:1600px) and (max-height:1000px){
  .home-hero{
    min-height:auto !important;
    height:auto !important;
    display:block !important;
    padding:118px 0 48px !important;
  }

  .home-title{
    max-width:860px;
    font-size:clamp(42px, 5.1vw, 64px);
    line-height:1;
    margin-bottom:18px;
  }

  .home-hero__visual{
    max-width:520px;
    height:auto !important;
    transform:none !important;
  }

  .home-hero__visual img{
    width:100%;
    height:auto;
    max-height:260px;
    object-fit:contain;
  }

  .home-lead{
    max-width:760px;
    font-size:1rem;
    line-height:1.5;
    margin-top:16px;
  }

  .home-hero__actions{
    margin-top:18px;
  }
}

@media (max-width:1200px) and (max-height:900px){
  .home-hero{
    padding:104px 0 42px !important;
  }

  .home-title{
    max-width:760px;
    font-size:clamp(36px, 4.7vw, 52px);
    margin-bottom:14px;
  }

  .home-hero__visual{
    max-width:420px;
  }

  .home-hero__visual img{
    max-height:210px;
  }

  .home-lead{
    max-width:660px;
    font-size:.9rem;
    line-height:1.42;
    margin-top:12px;
  }

  .home-hero__actions{
    margin-top:14px;
  }
}

@media (max-width:980px){
  .home-hero{
    padding:104px 0 40px !important;
  }

  .home-title{
    max-width:720px;
    font-size:clamp(34px, 6vw, 46px);
  }

  .home-hero__visual{
    max-width:360px;
  }

  .home-hero__visual img{
    max-height:185px;
  }
}

@media (max-width:700px){
  .home-hero{
    padding:92px 0 38px !important;
  }

  .home-title{
    font-size:clamp(30px, 8.8vw, 40px);
  }

  .home-hero__visual{
    max-width:280px;
  }

  .home-hero__visual img{
    max-height:150px;
  }

  .home-lead{
    font-size:.84rem;
    line-height:1.35;
  }
	
  .home-work-card{
    border-radius:28px;
  }

  .home-work-card figure{
    margin:0;
    border-radius:28px 28px 20px 20px;
  }

  .home-work-card > div{
    padding:22px 20px 24px;
  }
}



