.hero{height:100vh;max-height:100vh;padding-top:4rem;position:relative;overflow:hidden}.hero-scroll-track{position:absolute;top:4rem;left:0;bottom:0;padding:.6rem;box-sizing:border-box;height:calc(100vh - 4rem);width:max-content;max-width:none}.hero-scroll-marquee{display:flex;flex-direction:column;gap:.75rem;width:max-content;height:100%;animation:hero-scroll-left 20s linear infinite;will-change:transform}@media (max-width:600px){.hero-scroll-marquee{gap:.5rem}.hero-scroll-track{padding:.4rem}}@keyframes hero-scroll-left{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.hero-scroll-marquee{animation:none!important;will-change:auto}}.hero-scroll-row{display:flex;flex-wrap:nowrap;gap:.65rem;flex-shrink:0;height:calc((100% - 1.5rem)/ 3)}@media (max-width:600px){.hero-scroll-row{gap:.5rem;height:calc((100% - 1rem)/ 3)}}.hero-scroll-item{flex-shrink:0;width:16.5vw;min-width:90px;max-width:180px;height:100%;overflow:hidden;background:var(--noir);aspect-ratio:3/4}.hero-scroll-item img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transform:translateZ(0)}@media (max-width:600px){.hero-scroll-item{width:26vw;min-width:80px}}.hero-pcb-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:2}.hero-pcb-overlay span{font-size:clamp(9rem, 24vw, 20rem);font-weight:800;letter-spacing:-.06em;color:var(--noir);line-height:.85}.hero-scroll-hint{position:absolute;bottom:.75rem;left:50%;transform:translateX(-50%);z-index:3;pointer-events:auto}.hero-scroll-hint a{display:inline-block;padding:.75rem 1.5rem;background:var(--noir);color:var(--ivoire);text-decoration:none;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;transition:background .25s ease}.hero-scroll-hint a:hover{background:var(--rouge)}.manifeste{background:var(--noir);color:var(--ivoire);padding:clamp(4rem,10vw,6rem) 5%}.manifeste .section-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--rouge);margin-bottom:1rem}.manifeste h2{font-size:clamp(1.75rem, 4vw, 2.75rem);font-weight:800;letter-spacing:-.03em;line-height:1.2;max-width:700px;margin-bottom:3rem;color:var(--ivoire)}.manifeste-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1.5rem,3vw,2.5rem)}@media (max-width:900px){.manifeste-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.manifeste-grid{grid-template-columns:1fr}}.manifeste-card .icon{width:44px;height:44px;margin-bottom:1.25rem;background:var(--rouge);border-radius:50%;display:flex;align-items:center;justify-content:center}.manifeste-card .icon svg{width:22px;height:22px;fill:var(--ivoire)}.manifeste-card h3{font-size:clamp(1.25rem, 2.5vw, 1.75rem);font-weight:800;letter-spacing:-.02em;margin-bottom:.5rem}.manifeste-card p{font-size:.9rem;line-height:1.6;color:rgba(249,249,245,.8)}.projets{padding:clamp(3rem,8vw,5rem) 5%;background:var(--ivoire)}.projets-head{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.projets .section-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--rouge);margin-bottom:.5rem;opacity:0;transform:translateY(30px)}.projets h2{font-size:clamp(2rem, 5vw, 3rem);font-weight:800;letter-spacing:-.04em;margin-bottom:0;opacity:0;transform:translateY(40px)}.projets .view-all{font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--noir);text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:color .25s ease,gap .25s ease}.projets .view-all:hover{color:var(--rouge);gap:.75rem}.projets-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch}.projet-card{position:relative;overflow:hidden;text-decoration:none;color:inherit}.projet-card .img-wrap{aspect-ratio:3/4;overflow:hidden;background:#ddd}.projet-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25, .46, .45, .94)}.projet-card:hover img{transform:scale(1.08)}@media (prefers-reduced-motion:reduce){.projet-card img{transition:none!important}.projet-card:hover img{transform:none!important}}.projet-card .legende{margin-top:1rem;padding-left:1rem;border-left:3px solid var(--rouge)}.projet-card .legende .title{font-size:1rem;font-weight:700;letter-spacing:.02em;display:block}.projet-card .legende .meta{font-size:.7rem;color:#666;font-weight:500;margin-top:.35rem;text-transform:uppercase;letter-spacing:.06em}.projets-cta-wrap{text-align:center;margin-top:2.5rem}.btn-projets{display:inline-block;padding:1rem 2.25rem;background:var(--noir);color:var(--ivoire);text-decoration:none;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;transition:background-color .3s ease}.btn-projets:hover{background:var(--rouge)}@media (max-width:900px){.projets-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.projets-grid{grid-template-columns:1fr}}.actualites-preview{padding:clamp(3rem,8vw,5rem) 0 clamp(2.5rem,6vw,4rem);background:linear-gradient(180deg,var(--beige) 0,var(--ivoire) 100%);border-top:1px solid rgba(17,17,17,.06);border-bottom:1px solid rgba(17,17,17,.06)}.actualites-preview .actualites-preview-inner{max-width:1100px;margin:0 auto;padding:0 5%}.actualites-head{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1rem;margin-bottom:1.75rem}.actualites-preview .section-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--rouge);margin-bottom:.5rem}.actualites-head h2{font-size:clamp(1.75rem, 4vw, 2.5rem);font-weight:800;letter-spacing:-.04em;margin:0}.actualites-head .view-all{font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--noir);text-decoration:none;transition:color .25s ease,gap .25s ease;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.actualites-head .view-all:hover{color:var(--rouge);gap:.75rem}.actualites-marquee-shell{display:flex;align-items:center;gap:.5rem;width:100%;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0 max(.75rem,5vw);box-sizing:border-box}.actualites-marquee-viewport{flex:1;min-width:0;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 2%,#000 98%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 2%,#000 98%,transparent)}.actualites-marquee-track{display:flex;flex-direction:row;flex-wrap:nowrap;gap:1rem;width:max-content;will-change:transform}.actualites-card{flex:0 0 auto;width:min(300px,78vw);padding:1.25rem 1.35rem;background:var(--ivoire);border:1px solid rgba(17,17,17,.08);border-radius:12px;text-decoration:none;color:inherit;box-shadow:0 4px 24px rgba(0,0,0,.04);transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.actualites-card:hover{border-color:rgba(227,6,19,.35);box-shadow:0 8px 32px rgba(0,0,0,.08);transform:translateY(-2px)}.actualites-card-tag{display:inline-block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--rouge);margin-bottom:.5rem}.actualites-card time{display:block;font-size:.7rem;font-weight:600;color:#666;letter-spacing:.04em;margin-bottom:.5rem}.actualites-card-title{display:block;font-size:1.05rem;font-weight:800;letter-spacing:-.02em;line-height:1.25;margin-bottom:.5rem}.actualites-card-teaser{display:block;font-size:.82rem;line-height:1.5;color:#555}.actualites-nav{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:1px solid rgba(17,17,17,.12);background:var(--ivoire);color:var(--noir);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease,color .2s ease;z-index:2}.actualites-nav:hover{background:var(--noir);color:var(--ivoire);border-color:var(--noir)}.actualites-nav:focus-visible{outline:2px solid var(--rouge);outline-offset:3px}.actualites-nav svg{width:22px;height:22px;display:block}@media (max-width:600px){.actualites-marquee-shell{gap:.35rem;padding:0 .75rem}.actualites-nav{width:40px;height:40px}}@media (prefers-reduced-motion:reduce){.actualites-card{transition:border-color .25s ease,box-shadow .25s ease}.actualites-card:hover{transform:none}}.cta-bandeau{background:var(--rouge);color:var(--ivoire);padding:clamp(4rem,10vw,6rem) 5%;text-align:center}.cta-bandeau h2{font-size:clamp(2rem, 5vw, 3.5rem);font-weight:800;letter-spacing:-.04em;text-transform:uppercase;margin-bottom:1.5rem}.cta-bandeau .btn-cta{display:inline-block;padding:1rem 2.5rem;background:var(--noir);color:var(--ivoire);text-decoration:none;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;transition:background .3s ease,transform .2s ease}.cta-bandeau .btn-cta:hover{background:#000;transform:scale(1.03)}@media (prefers-reduced-motion:reduce){.cta-bandeau .btn-cta{transition:background .3s ease}.cta-bandeau .btn-cta:hover{transform:none}}body.page-home .site-footer{background:var(--noir);color:var(--ivoire);padding:clamp(3rem,8vw,5rem) 5%}body.page-home .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:clamp(2rem,4vw,3rem);max-width:1100px;margin:0 auto}@media (max-width:700px){body.page-home .footer-grid{grid-template-columns:1fr;text-align:center}}body.page-home .footer-brand .logo-footer{font-weight:800;font-size:1.25rem;letter-spacing:-.03em}body.page-home .footer-brand p{font-size:.9rem;line-height:1.6;opacity:.9;margin-top:.75rem;max-width:320px}@media (max-width:700px){body.page-home .footer-brand p{margin-left:auto;margin-right:auto}}body.page-home .footer-col label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;opacity:.7;margin-bottom:1rem;display:block}body.page-home .footer-col a{display:block;color:var(--ivoire);text-decoration:none;font-size:.9rem;margin-bottom:.5rem;transition:color .25s ease}body.page-home .footer-col a:hover{color:var(--rouge)}body.page-home .footer-bottom{max-width:1100px;margin:2.5rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(249,249,245,.2);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.8rem;opacity:.8}@media (max-width:700px){body.page-home .footer-bottom{flex-direction:column}}body.page-home .footer-bottom a{color:var(--ivoire);text-decoration:none}body.page-home .footer-bottom a:hover{color:var(--rouge)}.cursor{width:20px;height:20px;background:var(--rouge);border-radius:50%;position:fixed;pointer-events:none;z-index:9999;mix-blend-mode:difference;transition:transform .15s ease}@media (hover:none){.cursor{display:none}}@media (prefers-reduced-motion:reduce){body.page-home .cursor{display:none!important}}@media (min-width:1500px){.manifeste .section-label,.manifeste h2,.manifeste-grid{max-width:1400px;margin-left:auto;margin-right:auto}.projets-cta-wrap,.projets-grid,.projets-head{max-width:1400px;margin-left:auto;margin-right:auto}.cta-bandeau .btn-cta,.cta-bandeau h2{max-width:900px;margin-left:auto;margin-right:auto}}.scroll-animation-container{min-height:120vh;display:flex;align-items:center;justify-content:center;position:relative;padding:clamp(4rem,10vw,8rem) 5%;background:var(--ivoire);overflow:hidden}.scroll-animation-wrapper{width:100%;max-width:1100px;position:relative;perspective:1000px}.scroll-animation-header{text-align:center;max-width:800px;margin:0 auto 3rem auto;transform:translateY(0);will-change:transform}.scroll-animation-header .scroll-tag{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.15em;color:var(--rouge);display:block;margin-bottom:.75rem}.scroll-animation-header h2{font-size:clamp(2rem, 5vw, 3.25rem);font-weight:900;letter-spacing:-.04em;color:var(--noir);line-height:1.1}.scroll-animation-card-wrapper{width:100%;transform-style:preserve-3d}.scroll-animation-card{max-width:950px;margin:0 auto;border:4px solid #6c6c6c;padding:.5rem;background:#222;border-radius:24px;box-shadow:0 0 #0000004d,0 9px 20px #0000004a,0 37px 37px #00000042,0 84px 50px #00000026,0 149px 60px #0000000a,0 233px 65px #00000003;transform:rotateX(20deg) scale(1.05);transform-origin:top center;will-change:transform}.scroll-animation-card-inner{width:100%;height:clamp(300px,60vh,600px);overflow:hidden;border-radius:16px;background:#111;position:relative;border:1px solid rgba(255,255,255,.05)}.scroll-animation-card-inner .showcase-img{width:100%;height:100%;object-fit:cover;opacity:.95;transition:transform .6s cubic-bezier(.25, 1, .5, 1)}.scroll-animation-card:hover .showcase-img{transform:scale(1.02);opacity:1}@media (max-width:768px){.scroll-animation-card{border-width:2px;border-radius:16px;padding:.25rem;transform:rotateX(20deg) scale(.75)}.scroll-animation-card-inner{border-radius:12px}}