/* Vidally — une composition éditoriale claire, portée par le travail réel. */
:root{--ink:#1c1c1f;--muted:#77777e;--paper:#fff;--wash:#f5f5f7;--line:#e2e2e7;--accent:#df3050;--max:1320px;--gutter:5vw;--radius:24px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none;scroll-behavior:smooth;scroll-padding-top:110px}
*{box-sizing:border-box}body{margin:0}button,a,input{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{display:block;max-width:100%;height:auto}button:focus-visible,a:focus-visible,video:focus-visible{outline:3px solid var(--accent);outline-offset:6px}button:disabled{cursor:default}::selection{background:#f8d2db}p{margin:0 0 20px;font-size:17px;line-height:1.68;color:#69696f}strong{font-weight:600;color:var(--ink)}h1,h2,h3,h4{margin:0;font-weight:500;letter-spacing:-.045em;line-height:1.1}h1{font-size:clamp(44px,5.3vw,76px);letter-spacing:-.055em;line-height:1.045}h2{font-size:clamp(36px,4.3vw,61px)}h3{font-size:clamp(27px,2.7vw,38px)}h4{font-size:22px;letter-spacing:-.025em}h1>span,h2>span,h3>span,h4>span{color:var(--muted)}.shell{width:min(calc(100% - var(--gutter)*2),var(--max));margin-inline:auto}.section{padding-block:120px}.eyebrow{font-size:13px;font-weight:550;letter-spacing:.06em;line-height:1.5;margin-bottom:24px;color:#74747a}.section-heading{margin-bottom:60px}.section-heading>p:last-child:not(.eyebrow){max-width:700px;margin:28px 0 0}.section-heading.center>p:last-child{margin-inline:auto}.center{text-align:center}.text-link{font-size:14px;font-weight:550;line-height:1.5;border-bottom:1px solid #b8b8bf;padding-bottom:5px;display:inline-flex;align-items:center;gap:16px}.text-link:hover{color:var(--accent);border-color:var(--accent)}.button{min-height:54px;padding:16px 25px;border-radius:100px;display:inline-flex;align-items:center;justify-content:center;gap:32px;background:var(--ink);color:white;font-size:14px;font-weight:500;line-height:1.5;box-shadow:0 3px 8px #00000009;transition:background .2s,transform .2s}.button>span{font-size:19px;line-height:1}.button:hover{background:#38383d;transform:translateY(-2px)}.button.small{min-height:46px;padding:12px 20px;font-size:13px}.skip{position:fixed;top:-100px;left:20px;z-index:100;background:var(--ink);color:white;padding:15px}.skip:focus{top:10px}.footnote{font-size:12px;line-height:1.6;color:#7c7c84;margin:25px 0 0}.mobile-only{display:none}
.site-header{position:fixed;top:12px;left:20px;right:20px;z-index:40;display:flex;align-items:center;justify-content:space-between;height:64px;padding:10px 20px 10px 24px;border-radius:100px;transition:box-shadow .3s,background .3s;background:#ffffffd9;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.site-header.scrolled{box-shadow:0 8px 30px #1616220a;border:1px solid #f0f0f2}.brand{display:flex;gap:8px;align-items:center;font-size:23px;font-weight:650;letter-spacing:-.07em;white-space:nowrap}.brand img{width:29px;height:29px;object-fit:contain}.brand-light{font-weight:450}.site-header nav{display:flex;align-items:center;gap:30px}.site-header nav a{font-size:13px;color:#74747a;transition:color .2s}.site-header nav a:hover{color:#171719}.nav-cta{display:flex;align-items:center;gap:24px;padding:12px 19px;border-radius:100px;color:#fff;background:var(--ink);font-size:13px;white-space:nowrap}.nav-cta:hover{background:#3c3c40}
.hero{padding-top:128px}.hero-copy{text-align:center}.hero .eyebrow{margin-bottom:22px}.hero h1{max-width:1170px;margin-inline:auto}.hero h1>span{color:var(--ink)}.hero-lead{max-width:710px;margin:27px auto 15px;font-size:17px;line-height:1.6}.hero-role{font-size:14px;color:#77777d;margin-bottom:24px}.hero-proof{display:flex;gap:16px;align-items:center;justify-content:center;margin:28px auto 0;width:fit-content;text-align:left}.hero-proof>span:last-child{font-size:12px;line-height:1.65;color:#77777d}.hero-proof strong{font-weight:500}.portrait-stack{display:flex;padding-left:0}.portrait-stack img{width:43px;height:43px;border-radius:50%;border:3px solid white;object-fit:cover;object-position:50% 28%;margin-left:-9px}.portrait-stack img:first-child{margin-left:0}.first-work{margin-top:54px}.section-topline{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.section-topline p{font-size:14px;margin:0}.section-topline .text-link{font-size:12px}.work-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.work-video{margin:0;min-width:0}.video-frame{position:relative;aspect-ratio:16/9;border-radius:18px;overflow:hidden;background:#131318;isolation:isolate;box-shadow:0 10px 24px #17171a08}.video-play{display:block;position:relative;width:100%;height:100%;border:0;padding:0;color:white;background:none;overflow:hidden}.video-play img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1),filter .6s}.video-play:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#0009,transparent 48%);transition:background .3s;z-index:0}.play-circle{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:54px;height:54px;display:grid;place-items:center;border:1px solid #ffffff80;border-radius:50%;background:#ffffff29;backdrop-filter:blur(10px);z-index:1;transition:background .3s,scale .3s}.play-circle svg{width:22px;fill:white;margin-left:2px}.video-play:hover img{transform:scale(1.045);filter:brightness(.86)}.video-play:hover .play-circle{background:#fff;scale:1.1}.video-play:hover .play-circle svg{fill:var(--ink)}.video-action{position:absolute;bottom:16px;left:18px;font-size:12px;font-weight:500;z-index:1}.work-video figcaption{display:flex;align-items:baseline;justify-content:space-between;gap:8px;font-size:12px;padding:13px 3px 0;line-height:1.4}.work-video figcaption>span{font-weight:550}.work-video figcaption>a{color:#85858c;white-space:nowrap;font-size:11px}.video-frame iframe{width:100%;height:100%;border:0;position:absolute;inset:0}.stop-video{position:absolute;right:8px;top:8px;background:#171719e6;color:white;border:1px solid #ffffff70;width:32px;height:32px;border-radius:50%;font-size:22px;display:grid;place-items:center;line-height:1;z-index:3}
.clients-section{padding-top:110px;padding-bottom:100px}.clients-section h2{font-size:clamp(31px,3.3vw,48px)}.clients-section .section-heading{margin-bottom:42px}.clients-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px}.client-photo{height:235px;border-radius:14px;overflow:hidden;background:var(--wash);margin-bottom:17px}.client-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 25%;transition:transform .6s}.client:hover img{transform:scale(1.035)}.client h3{font-size:17px;letter-spacing:-.03em;line-height:1.3;margin-bottom:6px}.client p{font-size:13px;color:#505057;line-height:1.4;margin:0 0 5px}.client>span{font-size:11px;line-height:1.5;color:#85858d;display:block}.client:nth-child(2) img{object-position:50% 22%}.client:nth-child(5) img{object-position:50% 12%}
.case-section{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-block:85px}.case-copy h2{font-size:clamp(33px,3.2vw,47px)}.case-copy .eyebrow{margin-bottom:20px}.case-stat{margin:27px 0 26px;display:flex;gap:23px;align-items:center}.case-stat>strong{font-size:68px;letter-spacing:-.065em;font-weight:500;color:var(--accent);line-height:1}.case-stat>span{font-size:12px;line-height:1.6;color:#77777f}.case-copy>p{font-size:15px;line-height:1.65}.case-copy .text-link{margin-top:6px}.case-media>.work-video .video-frame{border-radius:22px}.case-media>p{font-size:12px;margin-top:20px;color:#909097}.recognition{padding-block:120px}.recognition-body{display:grid;grid-template-columns:1fr 1fr;gap:100px}.large-copy{font-size:27px;line-height:1.55;letter-spacing:-.035em}.prose p:last-child{margin-bottom:0}.recognition .section-heading{margin-bottom:45px}
.friction-section{background:var(--wash)}.friction-heading{max-width:950px;margin-bottom:62px}.friction-heading>p:last-child{max-width:640px;margin-top:28px}.friction-rows article{border-top:1px solid #dcdce2;display:grid;grid-template-columns:55px .88fr 1fr;gap:28px;padding:40px 0}.friction-rows article:last-child{padding-bottom:0}.row-number{font-size:14px;color:#8a8a92;padding-top:5px}.friction-rows h3{font-size:25px;line-height:1.3;letter-spacing:-.035em}.friction-rows article p{font-size:16px}.friction-rows article p:last-child{margin-bottom:0}.ink{color:var(--ink)}.incubator>.section-heading h2{font-size:clamp(44px,5.6vw,80px)}.incubator .section-heading>p:last-child{font-size:18px}.trust-path{display:grid;grid-template-columns:repeat(3,1fr);margin-top:64px;border-top:1px solid var(--line);position:relative}.trust-path article{padding:34px 38px 5px 0;position:relative}.trust-path article+article{padding-left:36px;border-left:1px solid var(--line)}.trust-path article>span{font-size:12px;color:#8a8a91;line-height:1.5}.trust-path h3{font-size:28px;letter-spacing:-.035em;line-height:1.2;margin:23px 0 20px}.trust-path p{font-size:15px;margin-bottom:0}.path-caption{font-size:12px;color:#888890;margin-top:22px}.community{display:grid;grid-template-columns:1fr 1fr;gap:100px;border-top:1px solid var(--line);margin-top:75px;padding-top:60px}.community h3{font-size:36px;line-height:1.15}.community p{font-size:16px}.community p:last-child{margin:0}
.platform-section{background:var(--wash)}.platform-table{width:100%}.platform-row{display:grid;grid-template-columns:.8fr 1.1fr 1fr;gap:45px;padding:29px 0;border-bottom:1px solid #dcdce2;align-items:start}.platform-row h3{font-size:21px;letter-spacing:-.035em;line-height:1.5}.platform-row p{margin:0;font-size:15px}.table-head{padding:0 0 15px;font-size:12px;color:#77777d}.youtube-row{border-bottom:0;padding-top:38px}.youtube-row h3{display:flex;gap:12px;align-items:center}.yt-symbol{display:grid;place-items:center;background:#e62d3f;color:white;border-radius:6px;width:34px;height:25px}.yt-symbol svg{width:19px;fill:#fff}.longform-heading{margin-bottom:55px}.longform-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:start}.video-explainer>img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:22px}.chapter-list{display:flex;justify-content:space-between;gap:12px;padding:25px 0 22px;border-bottom:1px solid var(--line)}.chapter-list span{font-size:12px;line-height:1.5}.chapter-list b{display:block;font-size:12px;color:var(--accent);font-weight:500;margin-bottom:8px}.video-explainer>p{font-size:12px;margin-top:15px}.longform-layout .prose p{font-size:16px}.qualified{text-align:center;max-width:990px;margin:95px auto 0;padding-top:80px;border-top:1px solid var(--line)}.qualified h3{font-size:36px;line-height:1.2}.qualified>p:last-child{max-width:740px;margin:27px auto 0;font-size:16px}.delegation{background:#1d1d20;color:#fff}.delegation-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:85px;align-items:start}.delegation h2{font-size:clamp(36px,3.7vw,52px);line-height:1.12}.delegation h2>span{color:#a6a6ae}.delegation p{color:#b4b4bc;font-size:17px}.delegation strong{color:white;font-weight:500}.delegation .eyebrow{color:#aaaab4;font-size:13px}
.team-section .section-heading{margin-bottom:70px}.team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}.team-photo{height:280px;overflow:hidden;border-radius:20px;background:var(--wash);margin-bottom:25px}.team-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 30%}.team-role{font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:#85858d;margin-bottom:8px;line-height:1.5}.teammate h3{font-size:28px;margin-bottom:23px}.teammate h4{font-size:18px;line-height:1.35;margin-bottom:13px;letter-spacing:-.03em}.teammate>p:not(.team-role){font-size:14px;line-height:1.65}.teammate .team-ref{font-size:11px!important;line-height:1.55;color:#8c8c93;padding-top:15px;border-top:1px solid var(--line);margin-top:19px}.scope{display:grid;grid-template-columns:.88fr 1.12fr;gap:100px;margin-top:100px;border-top:1px solid var(--line);padding-top:90px}.scope h3{font-size:40px;margin-bottom:28px}.scope>div:first-child>p:not(.eyebrow){font-size:16px;max-width:390px}.scope-promise{border-top:1px solid var(--line);padding-top:23px;margin-top:35px}.scope-list article{display:flex;gap:24px;padding:0 0 26px;margin-bottom:27px;border-bottom:1px solid var(--line)}.scope-list article:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.scope-list article>span{font-size:13px;color:#9999a0;padding-top:4px}.scope-list h4{font-size:21px;margin-bottom:12px;line-height:1.3}.scope-list p{font-size:15px;margin:0}
.journey{background:var(--wash);padding:90px 0}.journey-heading{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;column-gap:40px;row-gap:30px}.journey-heading>.eyebrow{flex-basis:100%;margin-bottom:-12px}.journey-heading h2{font-size:clamp(36px,3.6vw,51px)}.journey-nav{display:flex;gap:8px;background:#eaeaec;padding:5px;border-radius:100px;align-self:end;margin-bottom:6px}.journey-nav a{display:flex;gap:8px;padding:12px 17px;border-radius:100px;font-size:11px;font-weight:500;white-space:nowrap;color:#7b7b83;transition:background .25s,box-shadow .25s,color .25s}.journey-nav a>span{color:#aaaab2}.journey-nav a[aria-current]{background:#fff;color:var(--ink);box-shadow:0 2px 6px #1616200c}.journey-nav a[aria-current]>span{color:var(--accent)}.journey-stages{margin-top:36px}.journey-stage{display:grid;grid-template-columns:.87fr 1.13fr;align-items:center;gap:60px;padding:50px 0;border-top:1px solid #e2e2e7}.journey-stage:first-child{border-top:0}.step-label{display:block;font-size:11px;letter-spacing:.035em;font-weight:550;color:#7c7c84;margin-bottom:23px}.journey-text h3{font-size:41px;line-height:1.1;margin-bottom:25px}.journey-text>p{font-size:15px;max-width:470px;line-height:1.65}.behind{padding-top:18px;margin-top:23px;border-top:1px solid #dddde2;max-width:470px}.behind>span{font-size:11px;font-weight:550;color:#585860}.behind p{font-size:12px;color:#898991;margin:9px 0 0;line-height:1.6}.journey-visual{position:relative;min-height:430px;isolation:isolate}.journey-visual:before{content:"";position:absolute;width:90%;height:70%;left:10%;top:15%;background:radial-gradient(ellipse,#e0e0e866,transparent 68%);z-index:-1}.brief-sheet{position:absolute;top:1%;left:2%;width:64%;max-width:345px;background:white;box-shadow:0 35px 65px #32324914,0 1px 4px #00000008;border-radius:14px;padding:34px 28px;transform:rotate(-6deg);z-index:2}.sheet-label{font-size:10px;letter-spacing:.14em;color:#a0a0a7}.brief-sheet h4{font-size:29px;line-height:1.15;margin:23px 0 30px}.script-line{font-size:11px;line-height:1.7;display:flex;gap:14px;padding:12px 0;border-top:1px solid #ececef}.script-line>span{color:#a2a2aa}.brief-sheet>p{font-size:10px;color:#a5a5ad;margin:20px 0 0}.shoot-frame{position:absolute;top:31%;right:-1%;width:57%;transform:rotate(6deg);background:#fff;padding:8px;border-radius:16px;box-shadow:0 26px 55px #37374a22;z-index:3}.shoot-frame img{border-radius:9px;aspect-ratio:16/9;object-fit:cover}.shoot-frame>span{font-size:11px;display:block;padding:12px 8px 6px}.scene-badge{position:absolute;bottom:4%;right:7%;z-index:4;padding:16px 20px;border:1px solid #ffffffc9;background:#ffffffcf;backdrop-filter:blur(10px);box-shadow:0 12px 35px #2c2c4a10;border-radius:100px;font-size:12px;display:flex;gap:30px;align-items:center}.scene-badge>span{color:#8d8d96}.warm-visual{display:flex;justify-content:center;align-items:center}.trust-core{position:relative;z-index:3;padding:30px 32px;background:#ffffffed;border:1px solid #fff;backdrop-filter:blur(16px);border-radius:24px;box-shadow:0 30px 60px #33334712;width:280px;transform:translate(20px,8px)}.mini-brand{display:flex;align-items:center;gap:6px;font-size:10px;color:#8f8f97}.mini-brand>img{height:15px;width:15px}.trust-core h4{font-size:34px;line-height:1.16;margin:24px 0 26px}.trust-core h4>span{color:var(--ink)}.trust-progress{height:3px;background:#eeeef1;margin-bottom:15px;overflow:hidden;border-radius:3px}.trust-progress i{display:block;width:100%;height:100%;background:var(--accent);transform-origin:left}.trust-core p{font-size:10px;color:#919198;margin:0}.orbit-video{position:absolute;width:57%;padding:6px;border-radius:17px;background:#fff;box-shadow:0 20px 50px #20203413}.orbit-video img{aspect-ratio:16/9;object-fit:cover;border-radius:11px}.orbit-one{top:2%;left:-2%;transform:rotate(-10deg)}.orbit-two{bottom:1%;right:-2%;transform:rotate(9deg)}.call-sheet{position:absolute;left:12%;right:0;top:5%;background:white;border-radius:23px;padding:36px;box-shadow:0 30px 60px #30304512;transform:rotate(3deg)}.call-sheet h4{font-size:30px;line-height:1.18;margin:24px 0}.call-topic{display:flex;gap:13px;border-top:1px solid #ececef;padding:15px 0;font-size:12px;color:#5f5f67}.call-topic>span{color:#9999a2}.call-sheet>p{font-size:10px;color:#a0a0a9;margin:12px 0 0}.quote-float{position:absolute;bottom:3%;left:0;z-index:4;display:flex;align-items:center;gap:16px;background:#fff;border-radius:15px;padding:18px 24px;transform:rotate(-4deg);box-shadow:0 16px 35px #35354d18}.quote-float>img{width:49px;height:49px;border-radius:50%;object-fit:cover;object-position:50% 20%}.quote-float>p{font-size:15px;line-height:1.4;color:#44444e;margin:0}.quote-float p>span{display:block;font-size:9px;color:#a0a0a9;margin-top:9px}.loop-label{position:absolute;bottom:-9%;right:0;font-size:10px;color:#8e8e96;display:flex;gap:15px;align-items:center}.loop-label>span{font-size:27px}.journey-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #dedee5;margin-top:30px;padding-top:25px;gap:25px}.journey-bottom p{font-size:12px;margin:0;color:#97979e}
@media(min-width:1000px) and (min-height:700px) and (prefers-reduced-motion:no-preference){.journey.motion-ready{height:280vh;padding:0}.motion-ready .journey-pin{position:sticky;top:0;height:100vh;display:flex;align-items:center;padding:88px 0 26px}.motion-ready .journey-pin>.shell{width:min(calc(100% - var(--gutter)*2),var(--max))}.motion-ready .journey-stages{position:relative;height:440px;margin-top:22px}.motion-ready .journey-stage{position:absolute;inset:0;padding:20px 0;border:0;transition:none}.motion-ready .journey-stage:not(:first-child){opacity:0;pointer-events:none}.motion-ready .journey-bottom{margin-top:15px;padding-top:18px}.motion-ready .journey-heading h2{font-size:43px}.motion-ready .journey-heading>.eyebrow{margin-bottom:-15px}.motion-ready .journey-text h3{font-size:36px;margin-bottom:20px}.motion-ready .step-label{margin-bottom:18px}.motion-ready .journey-text>p{font-size:14px;margin-bottom:15px}.motion-ready .behind{padding-top:13px;margin-top:15px}.motion-ready .journey-visual{min-height:410px}.motion-ready .brief-sheet{padding:27px 25px}.motion-ready .brief-sheet h4{margin:20px 0;font-size:27px}.motion-ready .script-line{padding:10px 0}}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:55px 32px}.testimonial-media{position:relative;height:280px;border-radius:21px;overflow:hidden;background:#eeeef1;isolation:isolate}.testimonial-media video{width:100%;height:100%;object-fit:cover;display:block;background:#151519}.testimonial-media.celine-media video{object-position:50% 15%}.testimonial-media.is-playing video{object-fit:contain}.testimonial-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:13px;width:100%;height:100%;padding:0;border:0;color:white;background:linear-gradient(0deg,#0009,transparent 50%);transition:background .2s}.testimonial-play>svg{width:48px;height:48px;padding:14px;border:1px solid #ffffff9a;background:#ffffff26;backdrop-filter:blur(12px);border-radius:50%;fill:#fff;position:absolute;top:calc(50% - 24px);left:calc(50% - 24px)}.testimonial-play>span{position:absolute;bottom:18px;left:20px;font-size:12px}.testimonial-media.is-playing .testimonial-play{display:none}.testimonial-person{font-size:15px;font-weight:550;color:var(--ink);margin:22px 0 15px}.testimonial-person>span{display:block;font-size:12px;font-weight:400;color:#92929a;margin-top:3px}.testimonial blockquote{margin:0;font-size:25px;letter-spacing:-.035em;line-height:1.3;font-weight:450}.testimonial mark{background:none;color:inherit;text-decoration:underline;text-decoration-color:#e9798e;text-underline-offset:5px;text-decoration-thickness:2px}.testimonial-context{font-size:12px;color:#8d8d96;margin:17px 0 0;line-height:1.6}.valere-result{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px;padding-top:80px;margin-top:80px;border-top:1px solid var(--line)}.valere-result h3{font-size:34px;line-height:1.15;margin-bottom:25px}.valere-result p:not(.eyebrow){font-size:15px}.valere-result a{display:block}.valere-result img{width:100%;border-radius:20px;box-shadow:0 15px 50px #16162012;transition:transform .4s}.valere-result a:hover img{transform:scale(1.02)}
.library-section{background:var(--wash)}.library-heading{display:flex;align-items:end;justify-content:space-between;gap:70px;margin-bottom:50px}.library-heading h2{font-size:42px}.library-heading>p{max-width:360px;font-size:15px;margin:0}.library-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 20px}.library-grid .video-frame{border-radius:14px}.library-grid .play-circle{width:40px;height:40px}.library-grid .play-circle svg{width:18px}.library-grid .video-action{font-size:10px;bottom:12px;left:14px}.library-grid figcaption{font-size:11px}.library-grid figcaption a{font-size:10px}.library-section .text-link{margin-top:36px;font-size:13px}
.booking-heading{max-width:900px;margin-bottom:60px}.booking-heading>p:last-child{max-width:660px;margin-top:25px}.booking-layout{display:grid;grid-template-columns:310px 1fr;gap:75px;align-items:start}.booking-info>img{width:65px;height:65px;object-fit:cover;object-position:50% 25%;border-radius:50%;margin-bottom:16px}.booking-info h3{font-size:22px;margin-bottom:5px}.booking-info>div>p{font-size:12px}.booking-info ol{list-style:none;counter-reset:booking;padding:0;margin:28px 0}.booking-info li{position:relative;counter-increment:booking;padding:0 0 23px 31px;margin-bottom:23px;border-bottom:1px solid var(--line);font-size:13px;color:#8a8a92;line-height:1.6}.booking-info li:before{content:"0"counter(booking);position:absolute;left:0;top:2px;font-size:10px;color:#aaaab1}.booking-info li strong{display:block;margin-bottom:6px;font-size:14px}.booking-note{font-size:12px;line-height:1.7}.booking-direct{font-size:11px}.booking-frame{border:1px solid #e6e6ec;border-radius:24px;overflow:hidden;min-height:810px;background:#fff;box-shadow:0 15px 55px #30304506}.booking-frame iframe{display:block;width:100%;height:810px;border:0}.site-footer{border-top:1px solid var(--line);display:flex;gap:30px;align-items:center;justify-content:space-between;padding-block:38px 48px}.site-footer .brand{font-size:19px}.site-footer .brand img{width:25px;height:25px}.site-footer p{font-size:11px;margin:0}.site-footer>a:not(.brand),.site-footer>span{font-size:11px;color:#92929a}.booking-nudge{position:fixed;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:20px;align-items:center;border-radius:100px;background:#ffffffea;border:1px solid #eeeef2;box-shadow:0 8px 40px #14142d14;backdrop-filter:blur(15px);padding:7px 9px 7px 22px;z-index:30;white-space:nowrap}.booking-nudge[hidden]{display:none}.booking-nudge>span{font-size:12px;color:#8a8a92}.booking-nudge>a{background:#222225;color:white;padding:12px 17px;border-radius:100px;font-size:12px;display:flex;gap:25px;align-items:center}.booking-nudge>button{border:0;background:none;color:#92929a;font-size:20px;width:29px;height:29px;padding:0}
@media(min-width:1600px){.hero{padding-top:145px}.hero-lead{font-size:18px}.first-work{margin-top:60px}.client-photo{height:270px}}
@media(max-width:1199px){:root{--gutter:4vw}.site-header nav{gap:20px}.site-header nav a{font-size:12px}.clients-grid{gap:14px}.client-photo{height:200px}.client h3{font-size:15px}.case-section{gap:45px}.case-stat{gap:17px}.case-stat>strong{font-size:57px}.recognition-body{gap:60px}.friction-rows article{grid-template-columns:35px .9fr 1fr;gap:22px}.team-grid{gap:22px}.team-photo{height:240px}.scope{gap:65px}.journey-stage{gap:35px}.journey-heading{gap:25px}.journey-nav a{padding:11px 12px;font-size:10px}.journey-nav a>span{display:none}.journey-text h3{font-size:36px}.testimonial-media{height:235px}.testimonial blockquote{font-size:22px}.valere-result{gap:55px}.library-heading{gap:40px}.library-heading h2{font-size:37px}.library-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.booking-layout{gap:45px;grid-template-columns:280px 1fr}.site-footer{flex-wrap:wrap}}
@media(max-width:999px){:root{--gutter:5vw}.section{padding-block:90px}.site-header nav{display:none}.site-header{left:14px;right:14px;top:10px;height:60px;padding:9px 13px 9px 18px}.hero{padding-top:120px}.hero h1{font-size:clamp(44px,6.7vw,66px)}.hero-lead{max-width:640px}.first-work{margin-top:48px}.clients-grid{grid-template-columns:repeat(3,1fr);gap:30px 25px}.client-photo{height:270px}.client h3{font-size:18px}.client>span{font-size:12px}.case-section{gap:35px}.case-copy h2{font-size:31px}.case-stat{display:block}.case-stat>strong{font-size:64px;display:block;margin-bottom:10px}.case-copy>p{font-size:14px}.case-stat>span br{display:none}.recognition-body{gap:45px}.large-copy{font-size:23px}.friction-rows article{grid-template-columns:30px 1fr 1.2fr;gap:19px}.friction-rows h3{font-size:22px}.friction-rows article p{font-size:14px}.trust-path h3{font-size:25px}.trust-path article{padding-right:22px}.trust-path article+article{padding-left:22px}.trust-path p{font-size:14px}.community{gap:55px}.community h3{font-size:30px}.platform-row{gap:25px}.platform-row h3{font-size:18px}.platform-row p{font-size:14px}.longform-layout{gap:40px}.chapter-list{flex-direction:column;gap:12px}.chapter-list span{display:flex;gap:12px}.chapter-list b{margin:0}.delegation-layout{gap:45px}.team-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}.team-photo{height:330px}.team-ref{margin-bottom:0}.scope{gap:45px}.scope h3{font-size:33px}.scope-list h4{font-size:19px}.journey{padding-block:85px}.journey-nav{margin-top:10px}.journey-nav a{font-size:12px;padding:11px 17px}.journey-stage{gap:28px;padding:65px 0}.journey-text h3{font-size:31px}.journey-text>p{font-size:14px}.journey-visual{min-height:380px}.brief-sheet{padding:25px 22px;width:70%}.brief-sheet h4{font-size:25px;margin:23px 0}.script-line{font-size:9px;gap:9px}.shoot-frame{right:-2%;width:58%}.scene-badge{font-size:9px;right:1%;padding:13px 16px;gap:15px}.trust-core{width:230px;padding:25px}.trust-core h4{font-size:28px}.trust-core p{font-size:9px}.call-sheet{left:8%;padding:25px}.call-sheet h4{font-size:24px}.call-topic{font-size:10px}.quote-float{padding:15px;gap:10px;bottom:0}.quote-float>p{font-size:12px}.quote-float>img{width:38px;height:38px}.loop-label{font-size:8px}.testimonials-grid{gap:40px 23px}.testimonial-media{height:205px}.testimonial blockquote{font-size:21px}.valere-result{gap:45px}.valere-result h3{font-size:30px}.library-heading{display:block}.library-heading>p{max-width:620px;margin-top:22px}.library-grid{gap:30px 20px}.library-grid figcaption{flex-direction:column;gap:5px}.booking-layout{grid-template-columns:1fr}.booking-info{display:grid;grid-template-columns:65px 1fr;gap:0 20px;align-items:center}.booking-info ol{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:10px}.booking-info li{padding-left:0}.booking-info li:before{display:none}.booking-note,.booking-direct{grid-column:1/-1}.booking-frame{min-height:760px}.booking-frame iframe{height:760px}.booking-direct{width:fit-content}.site-footer{gap:20px}}
@media(max-width:699px){:root{--gutter:22px;scroll-padding-top:94px}p{font-size:16px;line-height:1.7}.section{padding-block:75px}h1{font-size:42px}h2{font-size:36px;letter-spacing:-.045em;line-height:1.12}h3{font-size:28px}.eyebrow{font-size:11px;letter-spacing:.04em;margin-bottom:20px}.section-heading{margin-bottom:35px}.section-heading>p:last-child:not(.eyebrow){margin-top:23px;font-size:16px}.brand{font-size:21px}.brand img{width:25px;height:25px}.site-header{top:8px;left:10px;right:10px;height:57px;padding-left:13px}.nav-cta{font-size:10px;gap:8px;padding:11px 13px}.nav-cta>span{font-size:13px}.button{min-height:51px;padding:15px 22px;font-size:13px;gap:23px}.hero{padding-top:108px}.hero .eyebrow{font-size:10px;max-width:250px;margin-inline:auto;margin-bottom:19px;line-height:1.55}.hero h1{font-size:clamp(35px,8.5vw,53px);line-height:1.1;letter-spacing:-.052em}.hero h1 br{display:none}.hero h1>span{display:block;color:#85858d}.hero-lead{font-size:15px;line-height:1.65;margin-top:23px}.hero-role{font-size:12px;line-height:1.7;margin:20px auto}.mobile-only{display:block}.hero-proof{gap:10px;margin-top:23px}.portrait-stack img{width:35px;height:35px;border-width:2px;margin-left:-10px}.hero-proof>span:last-child{font-size:9px;line-height:1.65}.first-work{margin-top:36px}.section-topline{display:block;margin-bottom:17px}.section-topline p{font-size:12px;line-height:1.6}.section-topline .text-link{margin-top:9px;font-size:10px;padding-bottom:3px}.first-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:15px;padding-bottom:15px;scrollbar-width:thin;scrollbar-color:#dddde4 transparent;margin-right:calc(var(--gutter)*-1);padding-right:var(--gutter)}.first-grid .work-video{flex:0 0 86%;scroll-snap-align:start}.video-frame{border-radius:15px}.work-video figcaption{font-size:10px;padding-top:11px}.work-video figcaption>a{font-size:9px}.video-action{font-size:10px;bottom:13px;left:15px}.play-circle{width:47px;height:47px}.clients-section{padding-top:65px;padding-bottom:65px}.clients-section h2{font-size:31px}.clients-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:27px 16px}.client-photo{height:auto;aspect-ratio:4/5;border-radius:12px;margin-bottom:13px}.client h3{font-size:15px;line-height:1.3;margin-bottom:4px}.client p{font-size:11px;margin-bottom:4px}.client>span{font-size:10px}.footnote{font-size:10px;line-height:1.6;margin-top:23px}.case-section{grid-template-columns:1fr;gap:30px;padding-block:60px}.case-copy h2{font-size:34px}.case-stat{display:flex;gap:18px;margin-block:25px}.case-stat>strong{font-size:65px;margin:0}.case-stat>span{font-size:11px}.case-stat>span br{display:block}.case-copy>p{font-size:15px}.case-media>p{font-size:10px;margin-bottom:0}.case-copy .text-link{font-size:12px}.recognition-body{grid-template-columns:1fr;gap:22px}.large-copy{font-size:23px;line-height:1.5;margin-bottom:0}.recognition .prose p{font-size:15px}.friction-heading h2{font-size:33px}.friction-heading>p:last-child{font-size:15px;margin-top:24px}.friction-heading{margin-bottom:35px}.friction-rows article{grid-template-columns:24px 1fr;gap:17px;padding:30px 0}.friction-rows article>div{grid-column:2}.friction-rows h3{font-size:23px}.friction-rows article p{font-size:14px;line-height:1.7}.row-number{font-size:11px}.incubator .section-heading h2{font-size:43px}.incubator .section-heading>p:last-child{font-size:15px}.trust-path{grid-template-columns:1fr;margin-top:35px;border-top:0}.trust-path article,.trust-path article+article{padding:28px 0;border-top:1px solid var(--line);border-left:0}.trust-path article>span{font-size:11px}.trust-path h3{font-size:28px;margin:18px 0 16px}.trust-path p{font-size:15px}.path-caption{font-size:10px;margin-top:0}.community{grid-template-columns:1fr;gap:24px;margin-top:35px;padding-top:35px}.community h3{font-size:29px}.community p{font-size:15px}.platform-section h2{font-size:32px}.platform-row{grid-template-columns:1fr 1fr;gap:14px 24px;padding-block:24px}.platform-row h3{grid-column:1/-1;font-size:20px}.platform-row p{font-size:13px;line-height:1.7}.platform-row p:nth-child(2):before{content:"Ce qu’il permet";display:block;font-size:9px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:9px;color:#92929a}.platform-row p:nth-child(3):before{content:"La question à se poser";display:block;font-size:9px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:9px;color:#92929a}.table-head{display:none}.platform-row:nth-child(2){border-top:1px solid var(--line)}.longform-heading{margin-bottom:30px}.longform h2{font-size:34px}.longform-layout{grid-template-columns:1fr;gap:28px}.chapter-list{flex-direction:row;gap:15px;padding-block:20px}.chapter-list span{display:block;font-size:10px}.chapter-list b{font-size:10px;margin-bottom:6px}.video-explainer>p{font-size:10px;margin:12px 0 0}.longform-layout .prose p{font-size:15px}.qualified{margin-top:50px;padding-top:45px;text-align:left}.qualified h3{font-size:29px}.qualified>p:last-child{font-size:15px;margin-top:24px}.delegation-layout{grid-template-columns:1fr;gap:30px}.delegation h2{font-size:35px}.delegation p{font-size:15px}.team-section .section-heading{text-align:left;margin-bottom:38px}.team-section .section-heading h2{font-size:34px}.team-section .section-heading>p:last-child{font-size:15px}.team-grid{gap:35px 19px}.team-photo{height:auto;aspect-ratio:4/5;border-radius:13px;margin-bottom:17px}.team-role{font-size:8px;min-height:24px;line-height:1.45;margin-bottom:6px}.teammate h3{font-size:23px;margin-bottom:17px;letter-spacing:-.035em}.teammate h4{font-size:15px;line-height:1.4;letter-spacing:-.025em;margin-bottom:12px}.teammate>p:not(.team-role){font-size:12px;line-height:1.65}.teammate .team-ref{font-size:9px!important;margin-top:14px;padding-top:13px}.scope{grid-template-columns:1fr;gap:35px;margin-top:65px;padding-top:55px}.scope h3{font-size:33px}.scope>div:first-child>p:not(.eyebrow){font-size:15px}.scope-promise{margin-top:26px;padding-top:20px}.scope-list h4{font-size:20px}.scope-list p{font-size:14px}.scope-list article{gap:19px;margin-bottom:22px;padding-bottom:22px}.scope-list article>span{font-size:11px}.journey{padding-block:60px}.journey-heading{display:block}.journey-heading>.eyebrow{margin-bottom:20px}.journey-heading h2{font-size:35px}.journey-nav{display:flex;background:none;padding:0;border-radius:0;gap:0;justify-content:space-between;margin-top:28px;border-bottom:1px solid #dcdce3}.journey-nav a{font-size:9px;line-height:1.4;padding:12px 5px 12px 0;border-radius:0;white-space:normal;max-width:35%;color:#929299}.journey-nav a[aria-current]{box-shadow:none;background:none;color:#17171a;border-bottom:1px solid #17171a}.journey-nav a>span{display:none}.journey-stages{margin-top:0}.journey-stage{grid-template-columns:1fr;gap:35px;padding:45px 0 55px}.step-label{font-size:10px;margin-bottom:18px}.journey-text h3{font-size:32px;margin-bottom:23px}.journey-text>p{font-size:15px}.behind>span{font-size:10px}.behind p{font-size:11px}.journey-visual{min-height:380px;max-width:420px;width:100%;margin-inline:auto}.brief-sheet{width:69%;left:0;padding:26px 24px;top:2%;border-radius:12px}.brief-sheet h4{font-size:27px;margin:23px 0}.sheet-label{font-size:8px}.script-line{font-size:10px;padding-block:10px;gap:10px}.brief-sheet>p{font-size:9px;margin-top:17px}.shoot-frame{width:58%;right:0;top:37%;border-radius:12px;padding:5px}.shoot-frame>span{font-size:9px;padding:11px 7px 5px}.scene-badge{font-size:9px;right:6%;bottom:0;padding:14px 16px}.trust-core{width:235px;transform:translate(6px,5px);padding:25px}.trust-core h4{font-size:31px}.trust-core p{font-size:9px}.orbit-one{top:0;left:-1%;width:65%}.orbit-two{bottom:0;right:0;width:67%}.call-sheet{left:6%;right:1%;padding:28px 26px;top:0}.call-sheet h4{font-size:28px}.call-topic{font-size:11px;padding-block:13px}.call-sheet>p{font-size:9px}.quote-float{bottom:5%;left:0;padding:16px 17px}.quote-float>p{font-size:13px}.quote-float p>span{font-size:8px}.quote-float>img{width:42px;height:42px}.loop-label{bottom:-4%;font-size:8px;gap:8px;max-width:95%;line-height:1.5}.journey-bottom{display:block;margin-top:0;padding-top:25px}.journey-bottom p{font-size:11px;margin-bottom:20px}.journey-bottom .button{font-size:12px;padding:14px 20px}.testimonials-section h2{font-size:33px}.testimonials-grid{grid-template-columns:1fr;gap:40px}.testimonial-media{height:280px;border-radius:20px}.testimonial-person{margin-top:18px;font-size:15px}.testimonial-person>span{font-size:11px}.testimonial blockquote{font-size:26px;max-width:440px}.testimonial-context{font-size:11px;margin-top:14px}.testimonial-media.celine-media{height:330px}.testimonial-media.celine-media video{object-fit:cover;object-position:50% 15%}.testimonial-media.is-playing video{object-fit:contain}.valere-result{grid-template-columns:1fr;gap:25px;padding-top:50px;margin-top:55px}.valere-result h3{font-size:29px}.valere-result p:not(.eyebrow){font-size:14px}.library-heading h2{font-size:32px}.library-heading>p{font-size:14px}.library-heading{margin-bottom:32px}.library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:23px 13px}.library-grid .video-frame{border-radius:9px}.library-grid .video-action{display:none}.library-grid .play-circle{width:32px;height:32px}.library-grid .play-circle svg{width:15px}.library-grid figcaption{font-size:9px;line-height:1.45;padding-top:9px}.library-grid figcaption a{font-size:9px}.library-section .text-link{font-size:11px;margin-top:28px}.booking-heading{margin-bottom:38px}.booking-heading h2{font-size:36px}.booking-heading>p:last-child{font-size:15px}.booking-info>img{margin-bottom:12px}.booking-info ol{grid-template-columns:1fr;gap:0;margin-top:20px}.booking-info li{margin-bottom:16px;padding-bottom:16px;font-size:13px}.booking-info li strong{font-size:14px}.booking-info ol{margin-bottom:5px}.booking-note{font-size:11px;margin-bottom:18px}.booking-direct{font-size:11px}.booking-layout{gap:28px}.booking-frame{margin-inline:-10px;border-radius:16px;min-height:930px}.booking-frame iframe{height:930px}.site-footer{display:grid;grid-template-columns:1fr 1fr;padding-block:30px 85px;gap:20px 12px}.site-footer .brand{grid-column:1/-1}.site-footer p{grid-column:1/-1;font-size:11px}.site-footer>a:not(.brand),.site-footer>span{font-size:10px}.site-footer>span{text-align:right}.booking-nudge{bottom:12px;padding:5px 7px 5px 5px;gap:4px;max-width:calc(100% - 24px);box-shadow:0 6px 30px #14142d1a}.booking-nudge>span{display:none}.booking-nudge>a{font-size:11px;padding:12px 19px;gap:23px}.booking-nudge>button{font-size:20px}}
@media(max-width:359px){:root{--gutter:17px}.nav-cta{font-size:9px;padding:10px}.brand{font-size:19px}.hero h1{font-size:33px}.hero-proof{gap:8px}.hero-proof>span:last-child{font-size:8px}.portrait-stack img{width:31px;height:31px}.testimonial-media{height:250px}.case-stat>strong{font-size:56px}.client h3{font-size:14px}.journey-visual{min-height:365px}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.journey{height:auto!important}.journey-pin{position:static!important}.journey-stage{opacity:1!important;transform:none!important;filter:none!important;position:relative!important;pointer-events:auto!important}.journey-stages{height:auto!important}.trust-progress i{transform:none!important}}

/* Ajustements après contrôle visuel du premier écran. */
@media(min-width:700px){.hero{padding-top:112px}.hero-lead{max-width:735px;margin-top:24px}.hero-role{margin-bottom:21px}.hero-actions{display:flex;align-items:center;justify-content:center;gap:32px}.hero-proof{margin:0}.portrait-stack img{width:45px;height:45px}.first-work{margin-top:38px}.section-topline{margin-bottom:18px}}
@media(min-width:1000px) and (max-height:799px){.journey.motion-ready{height:auto;padding:80px 0}.motion-ready .journey-pin{height:auto;position:static;padding:0}.motion-ready .journey-stages{height:auto}.motion-ready .journey-stage{position:relative;opacity:1!important;transform:none!important;filter:none!important;pointer-events:auto!important;padding:55px 0;border-top:1px solid #dddde4}.motion-ready .journey-stage:first-child{border-top:0}.motion-ready .journey-bottom{margin-top:25px}.motion-ready .journey-visual{min-height:430px}}
@media(max-width:699px){.hero-proof{margin-top:23px}.teammate>p:not(.team-role){font-size:14px}.team-role{font-size:9px;min-height:28px}.teammate h4{font-size:16px}.teammate .team-ref{font-size:10px!important}.scene-badge{bottom:-2%}}

.iclosed-widget{width:100%;height:810px;min-height:810px}.booking-frame .iclosed-widget iframe{height:100%;min-height:810px}@media(max-width:699px){.iclosed-widget{height:930px;min-height:930px}.booking-frame .iclosed-widget iframe{min-height:930px}}
@media(max-width:359px){.site-header{gap:8px;padding-inline:9px}.site-header .brand{font-size:17px;gap:6px}.site-header .brand img{width:22px;height:22px}.site-header .nav-cta{gap:5px;padding:10px 9px;font-size:9px}}

.testimonial-media video{object-fit:contain}.testimonial-media.celine-media video{object-fit:cover}.testimonial-media.has-played video{object-fit:contain}

/* Une promesse directe, des réalisations en mouvement et des preuves à leur juste taille. */
.hero h1{font-size:clamp(40px,4.35vw,64px);max-width:1240px;line-height:1.09;letter-spacing:-.05em}
.hero h1>span{color:#77777f}
.hero-lead{max-width:770px;font-size:17px;line-height:1.65}
.first-work{width:100%;overflow:hidden;margin-top:40px}
.reel-carousel{position:relative}
.first-grid{display:flex;gap:24px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-inline:max(var(--gutter),calc((100vw - var(--max))/2));padding:8px max(var(--gutter),calc((100vw - var(--max))/2)) 22px;margin:0;scrollbar-width:none;overscroll-behavior-x:contain;cursor:grab;touch-action:pan-x pan-y pinch-zoom}
.first-grid::-webkit-scrollbar{display:none}
.first-grid .work-video{flex:0 0 clamp(290px,29.5vw,420px);scroll-snap-align:start;scroll-snap-stop:normal}
.first-grid .video-frame{border-radius:20px;box-shadow:0 10px 24px #17171a0c}
.first-grid .video-play img{user-select:none;-webkit-user-drag:none}
.first-grid.is-dragging{cursor:grabbing;scroll-snap-type:none;user-select:none}
.first-grid.is-dragging .video-play{cursor:grabbing}
.first-grid.is-dragging .video-play img{transform:none;filter:none}
.first-grid figcaption{padding-top:13px;font-size:11px}
.first-grid figcaption>a{font-size:10px}
.carousel-footer{display:flex;align-items:center;gap:28px;margin-top:4px}
.reel-caption{font-size:11px;line-height:1.5;margin:0;color:#606068;flex-shrink:0}
.reel-caption span{color:#96969e}
.reel-progress{height:2px;flex:1;background:#ededf1;overflow:hidden;border-radius:10px}
.reel-progress>span{display:block;width:100%;height:100%;transform:scaleX(.42);transform-origin:left;background:#9e9ea7}
.reel-controls{display:flex;align-items:center;gap:8px}
.reel-controls[hidden]{display:none}
.reel-controls button{display:grid;place-items:center;width:40px;height:40px;border:1px solid #e4e4e9;border-radius:50%;background:#fff;color:#4c4c56;transition:background .2s,color .2s,transform .2s}
.reel-controls button:hover{background:#222226;color:#fff;transform:translateY(-1px)}
.reel-controls svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}
.reel-controls .reel-toggle{border-color:transparent;color:#92929b;font-size:14px;width:30px;margin-right:3px}
.testimonials-section{padding-top:100px;padding-bottom:80px}
.valere-result{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);max-width:980px;margin-inline:auto;gap:70px;margin-top:58px;padding-top:58px}
.valere-result h3{font-size:31px;max-width:470px;margin-bottom:20px}
.valere-result p{max-width:490px}
.valere-result .eyebrow{font-size:11px;margin-bottom:18px}
.valere-result>a{width:fit-content;max-width:100%;justify-self:center;text-align:center}
.valere-result img{height:320px;width:auto;max-width:100%;object-fit:contain;border-radius:13px;box-shadow:0 10px 28px #1616200b}
.valere-result>a:after{content:"Agrandir la capture ↗";display:block;margin-top:13px;font-size:10px;color:#8a8a93}
.recognition{padding-top:90px}
@media(max-width:999px){.hero h1{font-size:clamp(37px,4.8vw,49px)}.first-grid{gap:20px}.first-grid .work-video{flex-basis:43vw}.reel-caption{font-size:10px}.reel-caption span{display:none}.valere-result{gap:40px}.valere-result img{height:290px}.valere-result h3{font-size:28px}}
@media(max-width:699px){.hero h1{font-size:clamp(32px,8.5vw,43px);line-height:1.1}.hero h1>span{margin-top:5px}.hero-lead{font-size:15px;max-width:480px;line-height:1.65}.hero-role{font-size:12px}.first-work{margin-top:34px}.first-work .section-topline{display:flex;align-items:start;gap:25px;margin-bottom:12px}.first-work .section-topline>p{max-width:220px;font-size:11px}.first-work .section-topline .text-link{margin-top:0;font-size:9px;flex-shrink:0;gap:8px}.first-grid{gap:16px;padding-top:7px;padding-bottom:16px;margin-right:0}.first-grid .work-video{flex:0 0 80vw}.first-grid .video-frame{border-radius:16px}.first-grid figcaption{font-size:10px}.first-grid figcaption>a{font-size:9px}.carousel-footer{gap:16px;margin-top:0}.reel-caption{font-size:9px;max-width:105px}.reel-progress{min-width:25px}.reel-controls{gap:6px}.reel-controls button{width:35px;height:35px}.reel-controls .reel-toggle{width:23px;margin:0}.testimonials-section{padding-top:66px;padding-bottom:54px}.valere-result{grid-template-columns:1fr;gap:24px;margin-top:42px;padding-top:38px}.valere-result h3{font-size:27px}.valere-result img{height:auto;width:245px;max-width:100%}.valere-result p:not(.eyebrow){font-size:14px}.recognition{padding-top:65px}}
@media(max-width:359px){.hero h1{font-size:30px}.first-work .section-topline{gap:13px}.first-work .section-topline .text-link{font-size:8px}.first-grid .work-video{flex-basis:83vw}.reel-caption{max-width:92px;font-size:8px}.carousel-footer{gap:9px}.valere-result img{width:220px}}
@media(prefers-reduced-motion:reduce){.first-grid{scroll-behavior:auto}.reel-controls button{transition:none}}

.market-shift{display:grid;grid-template-columns:.95fr 1.05fr;align-items:start;gap:90px;border-top:1px solid #dddde3;margin-top:42px;padding-top:52px}
.market-shift .eyebrow{font-size:11px;margin-bottom:20px}
.market-shift h3{font-size:clamp(27px,2.5vw,35px);line-height:1.16;max-width:460px}
.market-shift .prose p{font-size:16px;line-height:1.75}
.market-shift .prose p:last-child{margin-bottom:0}
@media(max-width:999px){.market-shift{gap:45px}.market-shift .prose p{font-size:15px}}
@media(max-width:699px){.market-shift{grid-template-columns:1fr;gap:24px;margin-top:18px;padding-top:35px}.market-shift h3{font-size:28px}.market-shift .eyebrow{font-size:10px;margin-bottom:17px}.market-shift .prose p{font-size:14px}}

/* Lecture plus directe : temps du client, responsabilités et preuves regroupées. */
.hero-time{display:flex;align-items:center;justify-content:center;gap:24px;width:fit-content;margin:25px auto 29px;padding:15px 25px;border:1px solid var(--line);border-radius:18px;background:#fafafa;text-align:left}
.hero-time-number{font-size:28px;font-weight:600;letter-spacing:-.05em;line-height:1.05;color:var(--ink);white-space:nowrap}
.hero-time-number>span{display:block;font-size:11px;font-weight:500;letter-spacing:0;color:#75757c;margin-top:7px}
.hero-time p{font-size:12px;line-height:1.6;margin:0;padding-left:24px;border-left:1px solid #dddde3}
.ownership,.recognition-lite,.trust-section,.roadmap-section,.team-section{padding-block:86px}
.ownership-heading{margin-bottom:36px}.ownership-heading h2,.recognition-lite h2,.trust-section h2,.roadmap-section h2,.team-section h2{font-size:clamp(32px,3.4vw,48px);line-height:1.13}
.ownership-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px}
.your-part,.our-part{padding:36px;border-radius:24px;min-width:0}
.your-part{background:#202024;color:#fff;display:flex;flex-direction:column;align-items:flex-start}
.role-tag{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:550;letter-spacing:.04em;text-transform:uppercase;line-height:1.4}
.role-tag:before{content:"";width:6px;height:6px;background:var(--accent);border-radius:50%;flex-shrink:0}
.your-part>.role-tag{color:#c4c4cc}.time-number{font-size:112px;letter-spacing:-.06em;line-height:1;margin:24px 0 26px;display:flex;align-items:flex-end;gap:17px;font-weight:500}
.time-number>span{font-size:16px;letter-spacing:-.02em;line-height:1.4;margin-bottom:12px;max-width:100px}
.your-part h3{font-size:29px;letter-spacing:-.04em;margin-bottom:15px}.your-part>p{font-size:15px;line-height:1.6;color:#c1c1ca;margin-bottom:22px;max-width:390px}
.time-footer{font-size:12px;color:#ededf1;padding-top:20px;border-top:1px solid #ffffff24;width:100%;margin-top:auto}
.our-part{background:#f5f5f7}.our-part h3{font-size:29px;margin-top:25px}
.expert-tasks{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:30px 22px;padding:0;margin:29px 0}
.expert-tasks li{display:flex;align-items:start;gap:11px;min-width:0}.expert-tasks li>span{color:#95959e;font-size:10px;padding-top:4px}
.expert-tasks strong{font-size:15px;line-height:1.45}.expert-tasks p{font-size:13px;line-height:1.55;margin:7px 0 0}
.ownership-close{border-top:1px solid #dfdfe5;padding-top:20px;margin:0;font-size:13px;line-height:1.6}.ownership-close strong{display:block}
.recognition-lite{background:var(--wash)}.recognition-lite .section-heading{margin-bottom:36px}.voice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.voice-grid article{background:white;border-radius:20px;padding:28px;display:flex;flex-direction:column;align-items:start;border:1px solid #ebebef}
.voice-label{font-size:11px;color:#81818a;line-height:1.5}.voice-grid h3{font-size:25px;letter-spacing:-.035em;line-height:1.3;margin:22px 0 17px}.voice-grid h3 br{display:none}
.voice-grid p{font-size:14px;line-height:1.6;margin:0 0 20px}.voice-grid article>strong{font-size:12px;line-height:1.6;margin-top:auto;padding-top:17px;border-top:1px solid #ededf1;width:100%;font-weight:550}
.trust-section .market-shift{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center;border:0;margin:0;padding:0}
.trust-section .market-shift p:not(.eyebrow){font-size:16px;margin:0;line-height:1.7}.trust-section .market-shift .eyebrow{margin-bottom:20px}
.trust-story{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center;padding:38px 42px;background:#f5f5f7;border-radius:24px;margin-top:42px}
.trust-story-intro h3{font-size:29px;line-height:1.15;margin:17px 0 14px}.trust-story-intro p{font-size:14px;line-height:1.6;margin:0;max-width:340px}
.trust-steps{list-style:none;display:flex;flex-direction:column;margin:0;padding:0}.trust-steps li{display:flex;gap:18px;padding:17px 0;align-items:center}.trust-steps li+li{border-top:1px solid #dedee5}
.trust-steps li>span{display:grid;place-items:center;width:32px;height:32px;background:white;border:1px solid #e3e3e8;border-radius:50%;font-size:10px;color:#8b8b94;flex-shrink:0}
.trust-steps strong{font-size:16px;font-weight:550}.trust-steps p{font-size:13px;margin:4px 0 0;line-height:1.5}
.roadmap-section{background:#f5f5f7}.roadmap-section .section-heading{margin-bottom:36px}
.roadmap-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.roadmap-grid>li{padding:27px;background:white;border:1px solid #e4e4e9;border-radius:22px;position:relative;min-width:0;scroll-margin-top:100px}
.roadmap-grid>li:not(:last-child):after{content:"→";position:absolute;right:-24px;top:39px;color:#aaaab3;font-size:18px;width:23px;text-align:center;z-index:1}
.roadmap-top{display:flex;align-items:center;gap:11px;font-size:11px;color:#73737d;line-height:1.4}.roadmap-number{display:grid;place-items:center;border:1px solid #dedee6;border-radius:50%;width:32px;height:32px;font-size:12px;color:var(--ink);flex-shrink:0}
.roadmap-picture{height:145px;border-radius:14px;background:#f6f6f8;display:flex;align-items:center;justify-content:center;margin:23px 0;position:relative;overflow:hidden}
.mini-calendar{padding:14px 20px;background:white;border:1px solid #e6e6eb;border-radius:10px;transform:rotate(-4deg);box-shadow:0 5px 15px #19192608;text-align:center}
.mini-calendar>span{font-size:7px;letter-spacing:.06em;color:#898993}.mini-calendar strong{display:block;font-size:28px;letter-spacing:-.045em;margin:8px 0 3px}.mini-calendar p{font-size:9px;margin:0}.mini-check{position:absolute;right:12px;bottom:13px;background:#202024;color:white;font-size:9px;padding:8px 11px;border-radius:20px}
.publish-mini img{width:170px;height:96px;object-fit:cover;border-radius:10px;transform:rotate(4deg);box-shadow:0 4px 13px #20202913}.publish-mini>span{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);white-space:nowrap;font-size:9px;background:white;border:1px solid #e2e2e8;padding:8px 12px;border-radius:20px}
.call-mini{flex-wrap:wrap;align-content:center;gap:11px;padding:22px 12px}.call-avatar{width:34px;height:34px;border-radius:50%;background:#eee0e5;color:var(--accent);display:grid;place-items:center}.call-mini strong{font-size:12px;font-weight:550}.call-mini p{font-size:9px;margin:4px 0 0;line-height:1.4}.call-status{font-size:10px;flex-basis:100%;text-align:center;color:#86868f;margin-top:3px}
.roadmap-grid h3{font-size:25px;line-height:1.25;letter-spacing:-.04em;min-height:94px;margin:0 0 22px}.roadmap-grid h3 br{display:none}
.role-line{display:grid;grid-template-columns:45px 1fr;gap:10px;padding:15px 0;border-top:1px solid #ebebef;align-items:start}.role-line:last-child{padding-bottom:0}.role-line>span{font-size:10px;font-weight:600;padding-top:2px;color:var(--ink)}.role-line p{font-size:13px;line-height:1.6;margin:0}.role-line:last-child>span{color:#b32b46}
.roadmap-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:28px}.roadmap-bottom p{font-size:13px;margin:0}.roadmap-bottom strong{font-weight:500}
.team-section .section-heading{margin-bottom:36px}.team-grid{gap:24px}.team-photo{height:230px;margin-bottom:18px}.teammate h3{font-size:24px;margin-bottom:12px}.teammate .team-role{font-size:10px;line-height:1.5;min-height:30px;margin-bottom:7px}.teammate>p:not(.team-role){font-size:13px;line-height:1.6}.teammate .team-ref{font-size:10px!important;padding-top:12px;margin:15px 0 0}.team-production{font-size:14px;line-height:1.6;border-top:1px solid var(--line);margin:30px 0 0;padding-top:23px}.team-section .footnote{margin-top:14px;font-size:10px}
.testimonials-grid{gap:24px;align-items:start}.testimonial{border:1px solid #e1e1e8;border-radius:22px;padding:13px;background:#fafafa;overflow:hidden;min-width:0}
.testimonial-identity{display:flex;align-items:center;gap:11px;padding:5px 4px 16px}.testimonial-identity>img{width:40px;height:40px;border-radius:50%;object-fit:cover;object-position:center 24%;flex-shrink:0}.testimonial-identity>p{font-size:15px;font-weight:600;line-height:1.35;color:var(--ink);margin:0}.testimonial-identity>p>span{display:block;font-size:11px;font-weight:400;color:#7d7d88;margin-top:4px}
.testimonial-media,.testimonial-media.celine-media{height:240px;border-radius:13px}.testimonial-play>span{left:15px;bottom:13px;font-size:11px}.testimonial-quote{padding:20px 7px 6px}.testimonial blockquote{font-size:21px;line-height:1.4;letter-spacing:-.025em;font-weight:500;max-width:none}.testimonial mark{text-decoration:none;color:inherit;background:#f6e2e7;border-radius:3px;padding:0 2px}.testimonial-quote>p{margin:13px 0 0;font-size:11px;line-height:1.5;font-weight:600;color:#575761}.testimonial-quote>p>span{font-weight:400;color:#888891}
.booking-time{padding-block:23px;margin-top:20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.booking-time>strong{font-size:17px;line-height:1.4;display:block}.booking-time>p{font-size:13px;margin:12px 0 0;line-height:1.6}.booking-info>.booking-note{margin-top:22px}
@media(max-width:1099px){.voice-grid article{padding:22px}.voice-grid h3{font-size:23px}.roadmap-grid>li{padding:21px}.roadmap-grid h3{font-size:23px;min-height:112px}.roadmap-picture{height:128px}.roadmap-grid,.team-grid{gap:18px}.roadmap-grid>li:not(:last-child):after{right:-18px;width:17px}.ownership-grid{grid-template-columns:1fr 1.15fr}.your-part,.our-part{padding:28px}.expert-tasks{gap:24px 16px}.expert-tasks li>span{display:none}.team-photo{height:210px}}
@media(max-width:799px){.ownership-grid{grid-template-columns:1fr 1fr;gap:17px}.your-part,.our-part{padding:25px}.your-part h3,.our-part h3{font-size:25px}.expert-tasks{grid-template-columns:1fr;gap:15px;margin:22px 0}.expert-tasks p{display:none}.time-number{font-size:96px;flex-wrap:wrap;gap:5px}.voice-grid{gap:14px}.voice-grid article{padding:20px}.voice-grid h3{font-size:21px}.trust-section .market-shift{gap:35px}.trust-story{gap:35px;padding:28px}.roadmap-grid{grid-template-columns:1fr}.roadmap-grid>li{display:grid;grid-template-columns:180px 1fr;column-gap:28px;padding:26px}.roadmap-top{grid-column:1/-1;margin-bottom:20px}.roadmap-picture{grid-column:1;grid-row:2/5;margin:0;height:100%;min-height:190px}.roadmap-grid h3{min-height:0;grid-column:2;margin-bottom:18px;font-size:25px}.role-line{grid-column:2}.roadmap-grid>li:not(:last-child):after{content:"↓";right:auto;left:35px;top:auto;bottom:-20px;height:20px}.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.team-photo{height:auto;aspect-ratio:5/4}.testimonials-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonial-media,.testimonial-media.celine-media{height:225px}}
@media(max-width:599px){.hero-time{gap:15px;padding:14px 15px;margin:21px auto 24px;width:100%;max-width:400px;border-radius:15px}.hero-time-number{font-size:24px}.hero-time-number>span{font-size:9px}.hero-time p{padding-left:14px;font-size:11px;line-height:1.55}.ownership,.recognition-lite,.trust-section,.roadmap-section,.team-section{padding-block:54px}.ownership-heading h2,.recognition-lite h2,.trust-section h2,.roadmap-section h2,.team-section h2{font-size:30px;line-height:1.13}.ownership-heading,.recognition-lite .section-heading,.roadmap-section .section-heading,.team-section .section-heading{margin-bottom:26px}.ownership-grid{grid-template-columns:1fr;gap:14px}.your-part,.our-part{padding:26px;border-radius:20px}.time-number{font-size:84px;flex-wrap:nowrap;margin:17px 0 19px;gap:15px}.time-number>span{max-width:none;font-size:15px;margin-bottom:8px}.your-part h3,.our-part h3{font-size:26px}.your-part>p{font-size:14px;margin-bottom:19px}.time-footer{font-size:12px;padding-top:16px}.our-part h3{margin-top:17px}.expert-tasks{grid-template-columns:1fr 1fr;gap:22px 16px;margin:25px 0}.expert-tasks p{display:block;font-size:12px}.expert-tasks strong{font-size:13px}.ownership-close{font-size:12px;padding-top:17px}.voice-grid{grid-template-columns:1fr;gap:13px}.voice-grid article{padding:23px;border-radius:17px}.voice-label{font-size:10px}.voice-grid h3{font-size:24px;margin:14px 0 12px;max-width:300px}.voice-grid p{font-size:14px;margin-bottom:14px}.voice-grid article>strong{font-size:12px;padding-top:13px}.trust-section .market-shift{grid-template-columns:1fr;gap:20px}.trust-section .market-shift .eyebrow{margin-bottom:16px}.trust-section .market-shift p:not(.eyebrow){font-size:14px;line-height:1.65}.trust-story{grid-template-columns:1fr;padding:25px;gap:15px;margin-top:27px;border-radius:20px}.trust-story-intro h3{font-size:26px;margin:15px 0 13px}.trust-story-intro h3 br{display:none}.trust-story-intro p{font-size:13px}.trust-steps li{padding:16px 0;gap:13px}.trust-steps li:last-child{padding-bottom:0}.trust-steps strong{font-size:15px}.trust-steps p{font-size:12px}.roadmap-grid{gap:20px}.roadmap-grid>li{display:block;padding:24px;border-radius:20px}.roadmap-top{font-size:11px;margin-bottom:0}.roadmap-picture{height:112px;min-height:0;margin:18px 0 20px}.mini-calendar{padding:8px 23px}.mini-calendar strong{font-size:24px;margin:5px 0}.publish-mini img{width:140px;height:79px}.publish-mini>span{bottom:6px}.call-mini{padding:15px}.roadmap-grid h3{font-size:26px;min-height:0;margin:0 0 19px;max-width:330px}.role-line{padding:13px 0;grid-template-columns:42px 1fr;gap:12px}.role-line p{font-size:13px;line-height:1.6}.role-line>span{font-size:10px}.roadmap-bottom{display:block;margin-top:26px}.roadmap-bottom p{font-size:12px;margin-bottom:18px}.team-grid{gap:28px 18px}.team-photo{aspect-ratio:1/1;border-radius:14px;margin-bottom:14px}.teammate h3{font-size:22px;margin-bottom:10px}.teammate .team-role{font-size:9px;min-height:27px;margin-bottom:5px}.teammate>p:not(.team-role){font-size:12px;line-height:1.55}.teammate .team-ref{font-size:9px!important;line-height:1.5}.team-production{font-size:13px;margin-top:24px;padding-top:20px}.team-section .footnote{font-size:10px;line-height:1.5}.testimonials-section h2{font-size:30px}.testimonials-section .section-heading{margin-bottom:27px}.testimonials-grid{grid-template-columns:1fr;gap:17px}.testimonial{padding:12px;border-radius:19px}.testimonial-identity{padding:3px 3px 13px}.testimonial-identity>p{font-size:15px}.testimonial-identity>p>span{font-size:11px}.testimonial-media,.testimonial-media.celine-media{height:215px;border-radius:12px}.testimonial-quote{padding:16px 5px 5px}.testimonial blockquote{font-size:18px;line-height:1.45;letter-spacing:-.02em}.testimonial-quote>p{margin-top:10px;font-size:11px}.valere-result{margin-top:32px;padding-top:32px}.valere-result h3{font-size:25px}.booking-time{padding-block:20px}.booking-time>strong{font-size:16px}.booking-time>p{font-size:13px}.booking-heading>p:last-child{font-size:14px}}
@media(max-width:359px){.hero-time{padding:13px 12px;gap:12px}.hero-time-number{font-size:21px}.hero-time p{font-size:10px;padding-left:12px}.ownership-heading h2,.recognition-lite h2,.trust-section h2,.roadmap-section h2,.team-section h2{font-size:28px}.your-part,.our-part{padding:23px}.expert-tasks{gap:20px 12px}.time-number{font-size:74px}.time-number>span{font-size:14px}.roadmap-grid>li{padding:21px}.testimonial-media,.testimonial-media.celine-media{height:190px}.testimonial blockquote{font-size:17px}.testimonial-identity>p{font-size:14px}}
