@charset "UTF-8";.navbar{position:fixed;width:100%;background-color:#edede9;box-shadow:0 2px 4px #0000001a;z-index:999}.navbar .content{max-width:1200px;height:6rem;margin:0 auto;display:flex;justify-content:center;align-items:center;position:relative}.navbar .logo{position:absolute;left:0;font-size:1.5rem;font-weight:700;color:#5a4e48}.navbar .logo img{height:90px;width:auto}.navbar .links{display:flex;justify-content:center;gap:1.5rem;list-style:none}.navbar .links li a{color:#5a4e48;text-decoration:none;font-weight:500;display:flex;align-items:center;justify-content:center;position:relative;margin:20px auto;min-width:100px;width:auto;padding:0 1.2rem;height:55px;background:transparent;border:1px solid transparent;border-radius:75px;font-family:Nunito Sans,sans-serif;font-weight:600;font-size:1.1rem;letter-spacing:2px;transition:border-color .15s ease,color .15s ease,box-shadow .15s ease;white-space:nowrap}.navbar .links li a:hover{animation:glow-pulse 1.2s infinite alternate ease-in-out}.navbar .links li a.active{color:#9e5843}.navbar .links li a.active:after{content:"";position:absolute;bottom:8px;left:10%;width:80%;height:2px;background:linear-gradient(to right,transparent,#9E5843,transparent)}.navbar .service-dropdown{position:relative}.navbar .service-dropdown .dropdown-toggle{background:none;border:1px solid transparent;border-radius:75px;color:#5a4e48;font-family:Nunito Sans,sans-serif;font-weight:600;font-size:1.1rem;letter-spacing:2px;display:flex;align-items:center;justify-content:center;gap:.4rem;height:55px;padding:0 1.2rem;min-width:100px;margin:20px auto;cursor:pointer;transition:border-color .15s ease,color .15s ease,box-shadow .15s ease;white-space:nowrap}.navbar .service-dropdown .dropdown-toggle:hover{color:#b46a55;animation:glow-pulse 1.2s infinite alternate ease-in-out}.navbar .service-dropdown .dropdown-chevron{transition:transform .3s ease}.navbar .service-dropdown.open .dropdown-chevron{transform:rotate(180deg)}.navbar .service-dropdown .dropdown-menu{position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);background:#edede9;border-radius:12px;box-shadow:0 8px 24px #0000001f;list-style:none;padding:.5rem 0;min-width:200px;opacity:0;visibility:hidden;transform:translate(-50%) translateY(-8px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease;z-index:1001}.navbar .service-dropdown .dropdown-menu li a{display:block;padding:.65rem 1.2rem;color:#5a4e48;text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:.5px;white-space:nowrap;transition:background-color .15s ease,color .15s ease;border:none;border-radius:0;height:auto;min-width:unset;margin:0;animation:none}.navbar .service-dropdown .dropdown-menu li a:hover{color:#b46a55;background-color:#b46a550f;animation:none}.navbar .service-dropdown .dropdown-menu li a.active{color:#9e5843;font-weight:600}.navbar .service-dropdown .dropdown-menu li a.active:after{content:none}.navbar .service-dropdown.open .dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.navbar .burger{display:none;background:none;border:none;color:#5a4e48;cursor:pointer;padding:.5rem;z-index:1001}.navbar .toggle{background:none;border:none;padding:0;cursor:pointer;outline:none}.navbar .toggle .toggle-track{position:relative;display:flex;align-items:center;justify-content:space-between;width:50px;height:28px;padding:0 7px;border-radius:50px;background:#f1d8c8;transition:background .4s ease}.navbar .toggle .toggle-icon{position:relative;z-index:1;transition:opacity .3s ease,color .3s ease}.navbar .toggle .toggle-sun{color:#695b54;opacity:.4}.navbar .toggle .toggle-moon{color:#695b54;opacity:1}.navbar .toggle .toggle-thumb{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #00000026;transition:transform .4s cubic-bezier(.68,-.15,.27,1.15)}.navbar .toggle.dark .toggle-track{background:#695b54}.navbar .toggle.dark .toggle-sun{color:#fff;opacity:1}.navbar .toggle.dark .toggle-moon{opacity:.4}.navbar .toggle.dark .toggle-thumb{transform:translate(36px);background:#2c2c2c;box-shadow:0 1px 4px #0000004d}.navbar .toggle:hover .toggle-thumb{box-shadow:0 0 8px #b46a5566}.menu-overlay{display:none;border:none;padding:0;background:transparent;cursor:default}@media (max-width: 768px){.menu-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0000004d;z-index:998}.navbar .content{height:4.5rem;padding:0 1rem;justify-content:space-between}.navbar .logo{position:static}.navbar .logo img{height:70px}.navbar .burger{display:block;order:3}.navbar .links{flex-direction:column;position:absolute;top:4.5rem;left:0;width:100%;background-color:#edede9;box-shadow:0 4px 8px #0000001a;padding:0;gap:0;z-index:1000;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.navbar .links.open{max-height:400px;padding:1rem 0}.navbar .links li{width:100%;text-align:center}.navbar .links li a{height:auto;min-width:unset;width:100%;margin:0;padding:.9rem 1.5rem;font-size:.95rem;border-radius:0;background:none;letter-spacing:1px;box-shadow:none}.navbar .links li a:hover{color:#b46a55;background-color:#b46a550f;animation:none}.navbar .links li a:hover:before,.navbar .links li a:hover:after{content:none}.navbar .links li a.active{color:#b46a55;font-weight:600}.navbar .links li a.active:after{content:none}.navbar .service-dropdown{width:100%;text-align:center}.navbar .service-dropdown .dropdown-toggle{width:100%;height:auto;min-width:unset;padding:.9rem 1.5rem;font-size:.95rem;border:none;border-radius:0;letter-spacing:1px;justify-content:center;margin:0;font-weight:500;box-sizing:content-box;padding-left:calc(1.1rem + 8px)}.navbar .service-dropdown .dropdown-toggle:hover{color:#b46a55;background-color:#b46a550f;animation:none}.navbar .service-dropdown .dropdown-menu{position:static;transform:none;box-shadow:none;border-radius:0;background:#00000008;max-height:0;overflow:hidden;opacity:1;visibility:visible;transition:max-height .35s ease,padding .35s ease;padding:0;min-width:unset}.navbar .service-dropdown .dropdown-menu li a{padding:.7rem 2.5rem;font-size:.9rem}.navbar .service-dropdown.open .dropdown-menu{max-height:500px;padding:.3rem 0;transform:none}.navbar .toggle{order:2}}@media (max-width: 480px){.navbar .content{height:4rem}.navbar .logo img{height:55px}.navbar .links{top:4rem}.navbar .links li a{font-size:.85rem;padding:.8rem 1.2rem}.navbar .links .service-dropdown .dropdown-toggle{font-size:.85rem;padding:.8rem 1.2rem;padding-left:calc(1.4rem + 8px)}}@media (min-width: 769px) and (max-width: 1024px){.navbar .content{height:5rem;padding:0 1rem}.navbar .logo img{height:80px}.navbar .links{gap:.6rem}.navbar .links li a{height:48px;min-width:80px;padding:0 .8rem;font-size:.9rem;letter-spacing:1px}}.dark .navbar{background-color:#2c2c2c}.dark .navbar .logo{color:#d5bdaf}.dark .navbar .burger{color:#d6a978}.dark .navbar .links li a{color:#d6a978;background:transparent;border-color:transparent}.dark .navbar .links li a:hover{animation:glow-pulse-dark 1.2s infinite alternate ease-in-out}.dark .navbar .links li a.active{color:#f1d8c8}.dark .navbar .links li a.active:after{background:linear-gradient(to right,transparent,#F1D8C8,transparent)}.dark .navbar .service-dropdown .dropdown-toggle{color:#d6a978}.dark .navbar .service-dropdown .dropdown-toggle:hover{animation:glow-pulse-dark 1.2s infinite alternate ease-in-out}.dark .navbar .service-dropdown .dropdown-menu{background:#2c2c2c;box-shadow:0 8px 24px #0000004d}.dark .navbar .service-dropdown .dropdown-menu li a{color:#d6a978}.dark .navbar .service-dropdown .dropdown-menu li a:hover{background-color:#ffffff0f}.dark .navbar .service-dropdown .dropdown-menu li a.active{color:#f1d8c8}.dark .navbar .toggle:hover .toggle-thumb{box-shadow:0 0 8px #d6a97866}@media (max-width: 768px){.dark .navbar .links{background-color:#2c2c2c;box-shadow:0 4px 8px #0000004d}.dark .navbar .links li a{background:none}.dark .navbar .links li a:hover{background-color:#ffffff0f}.dark .navbar .links li a.active{color:#f1d8c8}.dark .menu-overlay{background-color:#00000080}.dark .service-dropdown .dropdown-menu{background:#ffffff0a}}@keyframes reveal-up{0%{opacity:0;transform:translateY(40px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.anim-reveal{opacity:0;animation:reveal-up 1s cubic-bezier(.16,1,.3,1) forwards}@keyframes line-draw{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes travel-glow{0%{left:-20%;opacity:0}15%{opacity:.3}30%{opacity:1}70%{opacity:1}85%{opacity:.3}to{left:100%;opacity:0}}@keyframes accent-glow{0%,to{text-shadow:0 0 4px rgba(241,216,200,.2)}50%{text-shadow:0 0 12px rgba(241,216,200,.4),0 0 24px rgba(214,169,120,.15)}}.hero{min-height:80vh;position:relative;color:#5a4e48;scroll-snap-align:start;transition:background-color .3s;z-index:1;display:flex;align-items:center}.hero .content{width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;padding:6rem 2rem 0;z-index:2}.hero .content .hero-block{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.hero .content .hero-block .text-container{width:100%;max-width:900px;display:flex;flex-direction:column;align-items:center;text-align:center}.hero .content h1{font-family:Nunito Sans,sans-serif;font-weight:700;margin:0 0 .8rem;text-wrap:balance;font-size:5rem;text-align:center;line-height:1.1}.hero .content h1 .hero-accent{color:#b46a55}.hero .content .hero-line{width:180px;height:3px;margin:.8rem auto 1.5rem;position:relative;background:linear-gradient(90deg,transparent,rgba(214,169,120,.25) 20%,rgba(214,169,120,.25) 80%,transparent);transform-origin:left center;border-radius:3px;overflow:hidden}.hero .content .hero-line:after{content:"";position:absolute;top:0;width:40%;height:100%;border-radius:3px;background:linear-gradient(90deg,transparent 0%,rgba(214,169,120,.6) 30%,rgba(214,169,120,.9) 50%,rgba(214,169,120,.6) 70%,transparent 100%);box-shadow:0 0 5px #d6a97880,0 0 10px #d6a97840;animation:travel-glow 3s ease-in-out infinite;animation-delay:1.5s;opacity:0}.hero .content .hero-line.anim-reveal{animation:line-draw .8s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.4s;transform:scaleX(0);opacity:1}.hero .content .hero-title-two{font-family:Nunito Sans,sans-serif;font-weight:600;font-size:2.5rem;color:#695b54;margin:0 0 1.5rem;letter-spacing:1px;text-align:center}.hero .content .hero-desc{font-family:Nunito Sans,sans-serif;font-weight:400;font-size:1.1rem;font-size:1.05rem;max-width:550px;letter-spacing:.5px;line-height:1.8;color:#695b54;margin:0 0 2.5rem;text-align:center}.hero .content .hero-actions{display:flex;flex-direction:row;justify-content:center;gap:1.2rem}.hero .content .hero-actions .hero-cta-primary{position:relative;padding:0 2rem;height:55px;white-space:nowrap;border:1px solid #B46A55;border-radius:75px;background:transparent;font-family:Nunito Sans,sans-serif;font-weight:600;font-size:1.1rem;letter-spacing:2px;display:flex;align-items:center;justify-content:center;transition:border-color .15s ease,color .15s ease,box-shadow .15s ease;cursor:pointer;text-decoration:none;background:#b46a55;color:#fff;border:none;font-size:1rem;letter-spacing:2.5px}.hero .content .hero-actions .hero-cta-primary:hover{background:#9e5843;animation:glow-pulse 1.2s infinite alternate ease-in-out}.hero .content .hero-actions .hero-cta-secondary{position:relative;padding:0 2rem;height:55px;white-space:nowrap;border:1px solid #B46A55;border-radius:75px;font-family:Nunito Sans,sans-serif;font-weight:600;font-size:1.1rem;letter-spacing:2px;display:flex;align-items:center;justify-content:center;transition:border-color .15s ease,color .15s ease,box-shadow .15s ease;cursor:pointer;text-decoration:none;background:transparent;color:#695b54;border:1px solid rgba(105,91,84,.3);font-size:.9rem;letter-spacing:1.5px;font-weight:400}.hero .content .hero-actions .hero-cta-secondary:hover{border-color:#b46a55;color:#b46a55;background:transparent;animation:glow-pulse 1.2s infinite alternate ease-in-out}.hero .content img{width:100%}@media (max-width: 480px){.hero{min-height:70vh}.hero .content{padding:0 1.5rem}.hero .content h1{font-size:2.2rem}.hero .content .hero-title-two{font-size:1rem;margin-bottom:1rem}.hero .content .hero-desc{font-size:.95rem;line-height:1.7;margin-bottom:1.5rem}.hero .content .hero-actions{flex-direction:row;gap:.8rem}.hero .content .hero-actions .hero-cta-primary,.hero .content .hero-actions .hero-cta-secondary{height:44px;padding:0 1.2rem;font-size:.78rem;letter-spacing:.5px}}@media (min-width: 481px) and (max-width: 768px){.hero{min-height:70vh}.hero .content h1{font-size:3rem}.hero .content .hero-desc{font-size:1rem}.hero .content .hero-actions{flex-direction:row;gap:1rem}.hero .content .hero-actions .hero-cta-primary,.hero .content .hero-actions .hero-cta-secondary{height:46px;padding:0 1.5rem;font-size:.85rem}}@media (min-width: 769px) and (max-width: 1024px){.hero .content h1{font-size:3.8rem}}@media (orientation: landscape) and (max-height: 500px){.hero{min-height:auto;padding:3rem 0}.hero .content h1{font-size:2.2rem}.hero .content .hero-desc{font-size:.9rem;line-height:1.6}.hero .content .hero-actions .hero-cta-primary,.hero .content .hero-actions .hero-cta-secondary{height:44px;padding:0 1.2rem;font-size:.8rem;letter-spacing:1px}}.dark .hero{background-color:transparent;color:#695b54}.dark .hero .content .hero-title-one,.dark .hero .content .hero-title-two,.dark .hero .content .hero-desc{color:#d6a978}.dark .hero .content .hero-accent{color:#f1d8c8;animation:accent-glow 3s ease-in-out infinite}.dark .hero .content .hero-line{background:linear-gradient(90deg,transparent,rgba(214,169,120,.25) 20%,rgba(214,169,120,.25) 80%,transparent)}.dark .hero .content .hero-actions .hero-cta-primary{background:#d6a978;color:#2c2c2c;border:none}.dark .hero .content .hero-actions .hero-cta-primary:hover{background:#cc9559;animation:glow-pulse-dark-filled 1.2s infinite alternate ease-in-out}.dark .hero .content .hero-actions .hero-cta-secondary{background:transparent;color:#d6a97899;border:1px solid rgba(214,169,120,.25);font-weight:400}.dark .hero .content .hero-actions .hero-cta-secondary:hover{border-color:#d6a978;color:#d6a978;background:transparent;animation:glow-pulse-dark 1.2s infinite alternate ease-in-out}.services{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:5rem 2rem;color:#695b54;text-align:center;scroll-snap-align:start}.services h2{font-family:Nunito Sans,sans-serif;font-weight:600;font-size:2.5rem;margin-bottom:2rem;color:#5a4e48}.services .intro{font-family:Nunito Sans,sans-serif;font-weight:400;font-size:1.1rem;margin:1rem 0 3rem;color:#695b54;line-height:1.8}.services .services-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:820px;margin:0 auto}.services .service-card{position:relative;border-radius:9999px;width:180px;height:180px;padding:1.5rem;box-sizing:border-box;box-shadow:inset 0 4px 12px 5px #0000001a;transition:transform .3s ease-in-out,background-color .3s ease-in-out,box-shadow .3s ease-in-out;color:#695b54;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;overflow:hidden;text-decoration:none}.services .service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fbf7f3;border-radius:100%/50%;transform:translateY(-100%);opacity:0;transition:opacity .3s ease-in-out;z-index:0}.services .service-card .card-icon{position:relative;z-index:1;color:#b46a55;transition:transform .3s ease,color .3s ease;margin-bottom:.2rem}.services .service-card h3{font-family:Nunito Sans,sans-serif;font-weight:400;font-size:1.2rem;color:#5a4e48;margin:0;position:relative;z-index:1;transition:color .3s ease}.services .service-card .card-tagline{font-family:Nunito Sans,sans-serif;font-weight:300;font-size:.8rem;color:#695b54;letter-spacing:.5px;position:relative;z-index:1;transition:opacity .3s ease}.services .service-card .card-arrow{position:absolute;bottom:18%;left:50%;transform:translate(-50%) translateY(8px);opacity:0;z-index:1;color:#b46a55;transition:opacity .3s ease,transform .3s ease}.services .service-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px 5px #0000001a}.services .service-card:hover .card-icon{transform:scale(1.15);color:#9c5845}.services .service-card:hover h3{color:#3e3531}.services .service-card:hover .card-tagline{opacity:0}.services .service-card:hover .card-arrow{opacity:1;transform:translate(-50%) translateY(0)}.services .service-card:hover:before{animation:bubble-in .7s forwards ease-in-out;opacity:1;z-index:-1}.services .service-card.animate-out:before{animation:bubble-out .7s forwards ease-in-out}.services .service-card.coming-soon{opacity:.65;pointer-events:none;cursor:default}.services .service-card.coming-soon .card-tagline{font-style:italic;color:#b46a55}.dark .services{background-color:transparent}.dark .services h2,.dark .services .intro{color:#d6a978}.dark .services .service-card{background-color:#2c2c2c;box-shadow:inset 0 4px 12px 5px #0000001a}.dark .services .service-card:before{background-color:#393939}.dark .services .service-card .card-icon,.dark .services .service-card h3,.dark .services .service-card .card-tagline,.dark .services .service-card .card-arrow{color:#d6a978}.dark .services .service-card:hover{box-shadow:0 4px 12px 5px #0000001a}.dark .services .service-card:hover .card-icon,.dark .services .service-card:hover h3{color:#e2c29f}.dark .services .service-card.coming-soon .card-tagline{color:#d6a978}@media (max-width: 600px){.services{padding:3rem 1rem}.services h2{font-size:1.8rem}.services .services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;padding:0;justify-items:center}.services .service-card{width:150px;height:150px;padding:1rem;box-sizing:border-box}.services .service-card .card-icon svg{width:24px;height:24px}.services .service-card h3{font-size:.9rem}.services .service-card .card-tagline{display:none}.services .service-card.coming-soon .card-tagline{display:block;font-size:.7rem}.services .service-card .card-arrow{display:none}}@media (min-width: 601px) and (max-width: 768px){.services{padding:3.5rem 1.5rem}.services h2{font-size:2rem}.services .services-grid{grid-template-columns:repeat(3,1fr)}.services .service-card{width:160px;height:160px}.services .service-card h3{font-size:1.05rem}.services .service-card .card-tagline{font-size:.75rem}}@media (min-width: 769px) and (max-width: 1024px){.services h2{font-size:2.2rem}.services .services-grid{grid-template-columns:repeat(4,1fr)}.services .service-card{width:180px;height:180px}}.projets{padding:5rem 2rem;scroll-snap-align:start;z-index:1}.projets .content{max-width:1200px;margin:auto;text-align:center}.projets .content h2{font-family:Nunito Sans,sans-serif;font-weight:600;font-size:2.5rem;color:#5a4e48;margin-bottom:2rem}.projets .content .intro{font-family:Nunito Sans,sans-serif;font-weight:400;font-size:1.1rem;margin:1rem 0 3rem;color:#695b54;line-height:1.8}.projets .projets-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:1rem}.projets .projet-card{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;border:none;padding:0;text-align:left;font:inherit;color:inherit;background-color:#efdfcd}.projets .projet-card img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .5s ease}.projets .projet-card .card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.2rem;opacity:0;transition:opacity .3s ease}.projets .projet-card .card-overlay h3{font-family:Nunito Sans,sans-serif;font-weight:700;font-size:1.1rem;color:#fff;margin:0 0 .5rem;text-align:left}.projets .projet-card .card-overlay .card-techs{display:flex;flex-wrap:wrap;gap:.4rem}.projets .projet-card .card-overlay .tech-tag{font-family:Nunito Sans,sans-serif;font-size:.7rem;font-weight:600;color:#fff;background:#0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.2rem .6rem;border-radius:20px;letter-spacing:.5px}.projets .projet-card:hover img{transform:scale(1.05)}.projets .projet-card:hover .card-overlay{opacity:1}.projets .projet-card.featured{grid-column:span 2;grid-row:span 2}.projets .projet-card.featured .card-overlay h3{font-size:1.4rem}.projets .projet-card.featured .tech-tag{font-size:.8rem}.projets .projet-overlay{border:none;max-width:none;max-height:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:transparent;padding:2rem}.projets .projet-overlay[open]{display:flex;align-items:center;justify-content:center;animation:fadeInOverlay .3s ease}.projets .projet-overlay::backdrop{background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.projets .projet-overlay .overlay-content{position:relative;max-width:900px;width:100%;max-height:85vh;background:#2c2c2c;border-radius:16px;overflow-y:auto;overflow-x:hidden;box-shadow:0 20px 60px #0000004d;animation:scaleIn .3s ease}.projets .projet-overlay .overlay-content .overlay-image-block img{width:100%;object-fit:contain}.projets .projet-overlay .overlay-content .overlay-image-block+.overlay-image-block .image-label{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;font-family:Nunito Sans,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#c4843d}.projets .projet-overlay .overlay-content .overlay-image-block+.overlay-image-block .image-label:before,.projets .projet-overlay .overlay-content .overlay-image-block+.overlay-image-block .image-label:after{content:"";flex:1;height:1px;background:#ffffff26}.projets .projet-overlay .overlay-close{position:absolute;top:1rem;right:1rem;background:#00000080;border:none;color:#fff;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:background .2s ease}.projets .projet-overlay .overlay-close:hover{background:#000000b3}.projets .projet-overlay .overlay-info{padding:1.5rem 2rem 2rem;text-align:left;background:#2c2c2c;border-top:1px solid rgba(255,255,255,.1);position:sticky;bottom:0}.projets .projet-overlay .overlay-info h3{font-family:Nunito Sans,sans-serif;font-weight:700;font-size:1.5rem;color:#d6a978;margin:0 0 .5rem}.projets .projet-overlay .overlay-info p{font-family:Nunito Sans,sans-serif;font-weight:400;font-size:1rem;color:#ca9051;line-height:1.6;margin:0 0 1rem}.projets .projet-overlay .overlay-info .overlay-techs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem}.projets .projet-overlay .overlay-info .overlay-techs .tech-tag{font-family:Nunito Sans,sans-serif;font-size:.8rem;font-weight:600;color:#d6a978;background:#d6a9781a;padding:.3rem .8rem;border-radius:20px;letter-spacing:.5px}.projets .projet-overlay .overlay-info .overlay-link{display:inline-flex;align-items:center;gap:.4rem;font-family:Nunito Sans,sans-serif;font-weight:600;font-size:.95rem;color:#d6a978;text-decoration:none;padding:.5rem 1.2rem;border:1px solid #D6A978;border-radius:75px;transition:background .3s ease,color .3s ease}.projets .projet-overlay .overlay-info .overlay-link:hover{background:#d6a978;color:#2c2c2c}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.dark .projets{background-color:transparent}.dark .projets .content h2,.dark .projets .content .intro{color:#d6a978}.dark .projets .projet-card{background-color:#393939}.dark .projets .projet-overlay .overlay-content{background:#2c2c2c}.dark .projets .projet-overlay .overlay-content .overlay-image-block+.overlay-image-block .image-label{color:#c4843d}.dark .projets .projet-overlay .overlay-content .overlay-image-block+.overlay-image-block .image-label:before,.dark .projets .projet-overlay .overlay-content .overlay-image-block+.overlay-image-block .image-label:after{background:#ffffff26}.dark .projets .projet-overlay .overlay-content .overlay-info h3{color:#d6a978}.dark .projets .projet-overlay .overlay-content .overlay-info p{color:#ca9051}.dark .projets .projet-overlay .overlay-content .overlay-info .tech-tag{color:#d6a978;background:#d6a9781a}.dark .projets .projet-overlay .overlay-content .overlay-info .overlay-link{color:#d6a978;border-color:#d6a978}.dark .projets .projet-overlay .overlay-content .overlay-info .overlay-link:hover{background:#d6a978;color:#2c2c2c}@media (max-width: 1024px){.projets .projets-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px}.projets .projet-card.featured{grid-column:span 2;grid-row:span 1}}@media (max-width: 600px){.projets{padding:3rem 2rem}.projets .content h2{font-size:1.8rem}.projets .projets-grid{grid-template-columns:1fr;grid-auto-rows:200px}.projets .projet-card.featured{grid-column:span 1;grid-row:span 1}.projets .projet-card .card-overlay{opacity:1}.projets .projet-overlay{padding:.5rem}.projets .projet-overlay .overlay-content{max-height:90vh}.projets .projet-overlay .overlay-info{padding:1rem 1.2rem 1.5rem}.projets .projet-overlay .overlay-info h3{font-size:1.2rem}}@media (min-width: 601px) and (max-width: 768px){.projets{padding:3.5rem 1.5rem}.projets .content h2{font-size:2rem}}@media (min-width: 769px) and (max-width: 1024px){.projets .content h2{font-size:2.2rem}}.apropos{display:flex;justify-content:center;align-items:center;padding:5rem 2rem;color:#5a4e48;scroll-snap-align:start}.apropos .content{display:flex;flex-direction:column;width:100%;max-width:1000px}.apropos .content h2{font-family:Nunito Sans,sans-serif;font-weight:600;font-size:2.5rem;margin-bottom:2.5rem;text-align:center}.apropos .content .apropos-layout{display:flex;gap:3rem;align-items:center;margin-bottom:3rem}.apropos .content .photo-wrapper{flex-shrink:0}.apropos .content .photo-wrapper .photo-profil{width:200px;height:200px;border-radius:50%;object-fit:cover;border:3px solid #F1D8C8;box-shadow:0 4px 16px #00000014}.apropos .content .apropos-text p{font-family:Nunito Sans,sans-serif;font-weight:400;font-size:1.1rem;color:#695b54;line-height:1.8;text-align:left;margin-bottom:1.5rem}.apropos .content .apropos-text p strong{font-weight:700;color:#b46a55}.apropos .content .apropos-text p:last-child{margin-bottom:0}.apropos .content .skills-section h3{font-family:Nunito Sans,sans-serif;font-weight:400;text-align:center;color:#5a4e48;margin-bottom:1.5rem;font-size:1.3rem;letter-spacing:1px;text-transform:uppercase}.apropos .content .skills-section .skills-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem}.apropos .content .skills-section .skill-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:75px;border:1px solid rgb(146.3333333333,128.2222222222,119.1666666667);background:transparent;transition:all .3s ease;cursor:default}.apropos .content .skills-section .skill-item svg{color:#b46a55;flex-shrink:0}.apropos .content .skills-section .skill-item span{font-family:Nunito Sans,sans-serif;font-weight:600;font-size:.85rem;color:#5a4e48;letter-spacing:.5px}.apropos .content .skills-section .skill-item:hover{border-color:#b46a55;background:#b46a550f;transform:translateY(-2px)}.dark .apropos{background-color:transparent}.dark .apropos h2{color:#d6a978}.dark .apropos .photo-wrapper .photo-profil{border-color:#d6a9784d;box-shadow:0 4px 16px #0003}.dark .apropos .apropos-text p{color:#d6a978}.dark .apropos .apropos-text p strong{color:#e8ceb3}.dark .apropos .skills-section h3{color:#d6a978}.dark .apropos .skills-section .skill-item{border-color:#c4843d}.dark .apropos .skills-section .skill-item svg{color:#d6a978}.dark .apropos .skills-section .skill-item span{color:#d6a978}.dark .apropos .skills-section .skill-item:hover{border-color:#d6a978;background:#d6a97814}@media (min-width: 769px) and (max-width: 1024px){.apropos .content h2{font-size:2.2rem}}@media (min-width: 601px) and (max-width: 768px){.apropos{padding:3.5rem 1.5rem}.apropos .content h2{font-size:2rem}.apropos .content .apropos-layout{gap:2rem}.apropos .content .apropos-layout .photo-wrapper .photo-profil{width:160px;height:160px}}@media (max-width: 600px){.apropos{padding:3rem 2rem}.apropos .content h2{font-size:1.8rem}.apropos .content .apropos-layout{flex-direction:column;text-align:center}.apropos .content .apropos-layout .photo-wrapper .photo-profil{width:150px;height:150px}.apropos .content .apropos-layout .apropos-text p{text-align:left}.apropos .content .skills-section .skill-item{padding:.4rem .8rem}.apropos .content .skills-section .skill-item span{font-size:.8rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.contact{padding:5rem 2rem;text-align:center;scroll-snap-align:start}.contact h2{font-family:Nunito Sans,sans-serif;font-weight:700;font-size:5rem;font-size:2.5rem;color:#5a4e48;margin-bottom:1rem;text-wrap:balance}.contact .intro{font-family:Nunito Sans,sans-serif;font-weight:400;font-size:1.1rem;max-width:600px;margin:1rem auto 2rem;color:#695b54;line-height:1.8}.contact .contact-form{display:flex;flex-direction:column;gap:1rem;max-width:600px;margin:0 auto}.contact .contact-form .honeypot{position:absolute;left:-9999px;opacity:0;height:0;width:0;pointer-events:none}.contact .contact-form input,.contact .contact-form textarea{width:100%;box-sizing:border-box;padding:.75rem;border:1px solid #695B54;border-radius:8px;font-size:1.2rem;font-family:inherit}.contact .contact-form textarea{resize:vertical;min-height:120px}.contact .contact-form :focus{outline-color:#d5bdaf}.contact .contact-form .form-message{display:flex;flex-direction:column;gap:.3rem;padding:1rem 1.5rem;border-radius:8px;border-left:4px solid;text-align:left;animation:fadeIn .4s ease}.contact .contact-form .form-message.success{background-color:#b46a551a;border-left-color:#b46a55}.contact .contact-form .form-message.error{background-color:#c0392b14;border-left-color:#c0392b}.contact .contact-form .form-message .form-message-title{font-family:Nunito Sans,sans-serif;font-weight:700;font-size:1rem;color:#5a4e48}.contact .contact-form .form-message .form-message-text{font-family:Nunito Sans,sans-serif;font-weight:400;font-size:.95rem;color:#695b54;line-height:1.5}.contact .contact-form .form-message.error .form-message-title{color:#c0392b}.contact .contact-form button{position:relative;padding:0 2rem;height:55px;white-space:nowrap;border:1px solid #B46A55;border-radius:75px;background:transparent;font-family:Nunito Sans,sans-serif;font-weight:600;font-size:1.1rem;letter-spacing:2px;display:flex;align-items:center;justify-content:center;transition:border-color .15s ease,color .15s ease,box-shadow .15s ease;cursor:pointer;background:#b46a55;color:#fff;border:none;align-self:center}.contact .contact-form button,.contact .contact-form button span{color:#fff}.contact .contact-form button:hover{background:#9e5843;animation:glow-pulse 1.2s infinite alternate ease-in-out}@media (max-width: 600px){.contact{padding:3rem 2rem}.contact h2{font-size:1.8rem}.contact .contact-form input,.contact .contact-form textarea{font-size:1rem}}@media (min-width: 601px) and (max-width: 768px){.contact{padding:3.5rem 1.5rem}.contact h2{font-size:2rem}}@media (min-width: 769px) and (max-width: 1024px){.contact h2{font-size:2.2rem}}.dark .contact{background-color:transparent}.dark .contact h2,.dark .contact .intro{color:#d6a978}.dark .contact .contact-form input,.dark .contact .contact-form textarea{background-color:#2c2c2c;color:#d6a978;border-color:#d6a978}.dark .contact .contact-form input::placeholder,.dark .contact .contact-form textarea::placeholder{color:#85746b}.dark .contact .contact-form :focus{outline-color:#d6a978}.dark .contact .contact-form button{background:#d6a978;color:#2c2c2c;border:none}.dark .contact .contact-form button,.dark .contact .contact-form button span{color:#2c2c2c}.dark .contact .contact-form button:hover{background:#cc9559;animation:glow-pulse-dark-filled 1.2s infinite alternate ease-in-out}.dark .contact .contact-form .form-message.success{background-color:#d6a9781a;border-left-color:#d6a978}.dark .contact .contact-form .form-message.error{background-color:#e74c3c26;border-left-color:#e74c3c}.dark .contact .contact-form .form-message .form-message-title{color:#d6a978}.dark .contact .contact-form .form-message .form-message-text{color:#d09d64}.dark .contact .contact-form .form-message.error .form-message-title{color:#e74c3c}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.service-detail{padding:10rem 2rem;color:#695b54;text-align:center;scroll-snap-align:start;position:relative}.service-detail:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:.95;background:radial-gradient(ellipse 55% 50% at 5% 15%,rgba(180,106,85,.7) 0%,transparent 65%),radial-gradient(ellipse 45% 45% at 92% 50%,rgba(212,160,136,.6) 0%,transparent 65%),radial-gradient(ellipse 60% 40% at 50% 85%,rgba(196,154,130,.55) 0%,transparent 65%),radial-gradient(ellipse 40% 50% at 80% 10%,rgba(232,196,176,.6) 0%,transparent 65%);filter:blur(70px)}.service-detail section{min-height:auto}.service-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.service-content .service-image-btn{display:block;width:80%;border:none;padding:0;background:transparent;cursor:zoom-in;margin-bottom:2rem}.service-content .service-image{width:60%;height:400px;object-fit:cover;object-position:center 16%;border-radius:10px;box-shadow:0 4px 8px #0000001a}.service-content h1{font-family:Nunito Sans,sans-serif;font-weight:700;font-size:5rem;font-size:3.5rem;margin-bottom:.3rem}.service-content .service-tagline{font-size:1.15rem;color:#9e5843;letter-spacing:2px;text-transform:uppercase;font-weight:600;margin-bottom:2rem}.service-content h2{font-size:1.8rem}.service-content p{font-family:Nunito Sans,sans-serif;font-weight:400;font-size:1.1rem;text-wrap:balance;line-height:1.8}.service-content .service-section{display:flex;flex-direction:column;max-width:1000px;gap:2.5rem;margin:1rem auto 0}.service-content .service-accroche{text-align:center;padding:0 2rem;font-size:1.15rem;max-width:750px;margin:0 auto;line-height:1.9}.service-content .separator{height:1px;width:50%;margin:0 auto;background:linear-gradient(to right,transparent,#695B54,transparent)}.service-content .service-includes{padding:0 1rem}.service-content .service-includes h2{text-align:center;margin-bottom:2rem}.service-content .service-includes ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem 3rem}.service-content .service-includes li{display:flex;align-items:flex-start;gap:.75rem;text-align:left}.service-content .service-includes li svg{flex-shrink:0;color:#b46a55;margin-top:3px}.service-content .service-includes li span{font-family:Nunito Sans,sans-serif;font-weight:400;font-size:1.1rem;line-height:1.6;font-size:1rem}.service-content .service-process{text-align:center}.service-content .service-process h2{margin-bottom:2rem}.service-content .service-process .process-steps{display:flex;gap:1.5rem;justify-content:center}.service-content .service-process .process-step{flex:1;max-width:200px;display:flex;flex-direction:column;align-items:center;gap:.5rem}.service-content .service-process .process-step .step-number{width:44px;height:44px;border-radius:50%;border:2px solid #9E5843;display:flex;align-items:center;justify-content:center;font-family:Nunito Sans,sans-serif;font-weight:600;font-size:1.1rem;color:#9e5843}.service-content .service-process .process-step h3{font-family:Nunito Sans,sans-serif;font-weight:400;font-size:1rem;font-weight:600;color:#5a4e48}.service-content .service-process .process-step p{font-size:.9rem;line-height:1.6;color:#695b54}.service-content .service-delivery{text-align:center}.service-content .service-delivery h2{margin-bottom:2rem}.service-content .service-delivery .delivery-grid{display:flex;gap:2rem;justify-content:center}.service-content .service-delivery .delivery-card{flex:1;max-width:350px;padding:2rem;border-radius:12px;border:1px solid rgba(0,0,0,.06);background:#00000003;display:flex;flex-direction:column;align-items:center;gap:.75rem}.service-content .service-delivery .delivery-card svg{color:#b46a55}.service-content .service-delivery .delivery-card h3{font-family:Nunito Sans,sans-serif;font-weight:400;font-size:1rem;font-weight:600;color:#5a4e48}.service-content .service-delivery .delivery-card p{font-size:1.05rem;color:#b46a55;font-weight:600}.service-content .service-delivery .delivery-card ul{list-style:none;padding:0;margin:0;text-align:left}.service-content .service-delivery .delivery-card ul li{font-size:.95rem;color:#695b54;padding:.3rem 0}.service-content .service-delivery .delivery-card ul li:before{content:"→";color:#b46a55}.service-content .service-tech{text-align:center}.service-content .service-tech h2{margin-bottom:1.5rem}.service-content .service-tech .tech-list{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.service-content .service-tech .tech-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:75px;border:1px solid rgb(146.3333333333,128.2222222222,119.1666666667);background:transparent;transition:all .3s ease;cursor:default}.service-content .service-tech .tech-badge svg{color:#b46a55;flex-shrink:0}.service-content .service-tech .tech-badge span{font-family:Nunito Sans,sans-serif;font-weight:600;font-size:.85rem;color:#5a4e48;letter-spacing:.5px}.service-content .service-tech .tech-badge:hover{border-color:#b46a55;background:#b46a550f}.service-content .service-faq{text-align:center}.service-content .service-faq h2{margin-bottom:1.5rem}.service-content .service-faq .faq-list{display:flex;flex-direction:column;gap:.75rem;text-align:left}.service-content .service-faq .faq-item{border:1px solid rgba(0,0,0,.06);border-radius:10px;overflow:hidden;transition:border-color .3s ease}.service-content .service-faq .faq-item .faq-question{width:100%;display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:none;border:none;cursor:pointer;font-family:Nunito Sans,sans-serif;font-size:.95rem;font-weight:600;color:#5a4e48}.service-content .service-faq .faq-item .faq-question svg:first-child{color:#b46a55;flex-shrink:0}.service-content .service-faq .faq-item .faq-question span{flex:1;text-align:left}.service-content .service-faq .faq-item .faq-question .faq-chevron{color:#695b54;transition:transform .3s ease;flex-shrink:0}.service-content .service-faq .faq-item .faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.service-content .service-faq .faq-item .faq-answer p{padding:0 1.25rem 1rem 3.25rem;font-size:.9rem;line-height:1.7;color:#695b54}.service-content .service-faq .faq-item.open{border-color:#b46a55}.service-content .service-faq .faq-item.open .faq-chevron{transform:rotate(180deg)}.service-content .service-faq .faq-item.open .faq-answer{max-height:200px}.service-content .devis-cta{position:relative;padding:0 2rem;height:55px;white-space:nowrap;border:1px solid #B46A55;border-radius:75px;background:transparent;font-family:Nunito Sans,sans-serif;font-weight:600;font-size:1.1rem;letter-spacing:2px;display:flex;align-items:center;justify-content:center;transition:border-color .15s ease,color .15s ease,box-shadow .15s ease;cursor:pointer;text-decoration:none;background:#b46a55;color:#fff;border:none;align-self:center}.service-content .devis-cta:hover{background:#9e5843;animation:glow-pulse 1.2s infinite alternate ease-in-out}dialog.image-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;max-width:100vw;max-height:100vh;margin:0;border:none;padding:0;background-color:#2c2c2ceb;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;cursor:zoom-out}dialog.image-overlay .overlay-close{position:fixed;top:1rem;right:1rem;z-index:10000;width:40px;height:40px;border:none;border-radius:50%;background:#00000080;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}dialog.image-overlay .overlay-close:hover{background:#000000b3}dialog.image-overlay .overlay-image-wrapper{display:flex;align-items:center;justify-content:center;max-width:100%;max-height:100%}dialog.image-overlay .overlay-image{max-width:100%;max-height:100%;object-fit:contain;cursor:default;transition:transform .2s ease;-webkit-user-select:none;user-select:none}dialog.image-overlay .overlay-image.is-zoomed{cursor:grab;transition:none}dialog.image-overlay .overlay-image.is-zoomed:active{cursor:grabbing}dialog.image-overlay .zoom-controls{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.8rem;background:#00000080;border-radius:75px;padding:.4rem 1rem;z-index:10000}dialog.image-overlay .zoom-controls .zoom-btn{width:32px;height:32px;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:transparent;color:#fff;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .15s ease,opacity .15s ease}dialog.image-overlay .zoom-controls .zoom-btn:hover:not(:disabled){border-color:#fff}dialog.image-overlay .zoom-controls .zoom-btn:disabled{opacity:.3;cursor:default}dialog.image-overlay .zoom-controls .zoom-level{color:#fff;font-family:Nunito Sans,sans-serif;font-size:.85rem;min-width:40px;text-align:center}.fade-in-up-top{animation:fade-in-up-top 1s ease-out both}.service-nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:4rem auto 0;padding:0 1rem;position:relative;z-index:1}.service-nav-link{position:relative;padding:0 2rem;height:55px;white-space:nowrap;border:1px solid #B46A55;border-radius:75px;background:transparent;font-family:Nunito Sans,sans-serif;font-weight:600;font-size:1.1rem;letter-spacing:2px;display:flex;align-items:center;justify-content:center;transition:border-color .15s ease,color .15s ease,box-shadow .15s ease;cursor:pointer;gap:.5rem;min-width:160px;height:50px;padding:0 1.2rem;font-size:.9rem;text-decoration:none;color:#5a4e48}.service-nav-link svg{flex-shrink:0}@media (max-width: 768px){dialog.image-overlay{overflow-y:auto;align-items:flex-start;padding:5rem 0 2rem}dialog.image-overlay .overlay-image{max-width:none;max-height:none;width:100%;border-radius:0;box-shadow:none;object-fit:contain}}@media (max-width: 600px){.service-detail{padding:8rem 1rem 3rem}.service-content h1{font-size:2rem}.service-content .service-tagline{font-size:.95rem;margin-bottom:1.5rem}.service-content .service-image-btn{width:100%}.service-content .service-image{height:220px}.service-content p{font-size:.95rem;line-height:1.8}.service-content .service-section{gap:1.5rem}.service-content .service-accroche{padding:0;font-size:1rem}.service-content .service-includes{padding:0}.service-content .service-includes h2{font-size:1.3rem}.service-content .service-includes ul{grid-template-columns:1fr;gap:1rem}.service-content .service-process .process-steps,.service-content .service-delivery .delivery-grid{flex-direction:column;align-items:center}.service-content .service-delivery .delivery-card{max-width:100%;width:100%}.service-content .service-faq .faq-question{font-size:.85rem}.service-content h2{font-size:1.3rem}.service-content .devis-cta{height:48px;padding:0 1.5rem;font-size:.9rem}.service-nav{flex-direction:column;gap:1rem}.service-nav-link{min-width:180px;height:55px;font-size:.85rem;padding:0 1rem}}@media (min-width: 601px) and (max-width: 768px){.service-detail{padding:9rem 1.5rem 3rem}.service-content h1{font-size:2.5rem}.service-content .service-tagline{font-size:1rem}.service-content .service-image-btn{width:95%}.service-content .service-image{height:280px}.service-content .service-includes ul{grid-template-columns:1fr}.service-nav-link{min-width:180px;height:60px;font-size:.9rem}}@media (min-width: 769px) and (max-width: 1024px){.service-content h1{font-size:3rem}.service-content .service-image-btn{width:90%}.service-content .service-image{height:340px}}.dark .service-detail{background-color:#2c2c2c;color:#d6a978}.dark .service-detail:before{opacity:.4;background:radial-gradient(ellipse 50% 50% at 10% 20%,rgba(180,106,85,.4) 0%,transparent 70%),radial-gradient(ellipse 40% 45% at 85% 60%,rgba(214,169,120,.3) 0%,transparent 70%),radial-gradient(ellipse 55% 35% at 50% 90%,rgba(180,106,85,.2) 0%,transparent 70%)}.dark .service-content h1,.dark .service-content .service-tagline,.dark .service-content h2,.dark .service-content p{color:#d6a978}.dark .service-content .separator{background:linear-gradient(to right,transparent,#D6A978,transparent)}.dark .service-content .service-includes li svg{color:#d6a978}.dark .service-content .service-includes li span{color:#d6a978}.dark .service-content .process-step .step-number{border-color:#d6a978;color:#d6a978}.dark .service-content .process-step h3,.dark .service-content .process-step p{color:#d6a978}.dark .service-content .delivery-card{border-color:#ffffff14;background:#ffffff08}.dark .service-content .delivery-card svg{color:#d6a978}.dark .service-content .delivery-card h3,.dark .service-content .delivery-card p,.dark .service-content .delivery-card ul li{color:#d6a978}.dark .service-content .delivery-card ul li:before{color:#d6a978}.dark .service-content .tech-badge{border-color:#c4843d;background:transparent}.dark .service-content .tech-badge svg{color:#d6a978}.dark .service-content .tech-badge span{color:#d6a978}.dark .service-content .tech-badge:hover{border-color:#d6a978;background:#d6a97814}.dark .service-content .faq-item{border-color:#ffffff14}.dark .service-content .faq-item.open{border-color:#d6a978}.dark .service-content .faq-item .faq-question{color:#d6a978}.dark .service-content .faq-item .faq-question svg:first-child{color:#d6a978}.dark .service-content .faq-item .faq-question .faq-chevron,.dark .service-content .faq-item .faq-answer p{color:#d6a978}.dark .service-content .devis-cta{background:#d6a978;color:#2c2c2c;border:none}.dark .service-content .devis-cta:hover{background:#cc9559;animation:glow-pulse-dark-filled 1.2s infinite alternate ease-in-out}.dark .service-nav-link{background:transparent;color:#d6a978;border-color:#d6a978}.dark .service-nav-link:hover{animation:glow-pulse-dark 1.2s infinite alternate ease-in-out}.legal-wrapper{min-height:100vh}.legal-page{max-width:820px;margin:0 auto;padding:8rem 2rem 4rem;color:#5a4e48}.legal-page .legal-content h1{font-family:Nunito Sans,sans-serif;font-weight:700;font-size:2.2rem;margin-bottom:.6rem;color:#5a4e48;letter-spacing:.5px}.legal-page .legal-content h1:after{content:"";display:block;width:60px;height:3px;background:#b46a55;border-radius:2px;margin-top:.8rem;margin-bottom:2.5rem}.legal-page .legal-content .legal-updated{font-family:Nunito Sans,sans-serif;font-size:.82rem;color:#695b54;letter-spacing:.5px;margin-top:-2rem;margin-bottom:2.5rem}.legal-page .legal-content h2{font-family:Nunito Sans,sans-serif;font-weight:600;font-size:1.15rem;margin:0 0 .8rem;color:#b46a55;letter-spacing:.3px;display:flex;align-items:center;gap:.5rem}.legal-page .legal-content h2 svg{flex-shrink:0;opacity:.7}.legal-page .legal-content p,.legal-page .legal-content li{font-family:Nunito Sans,sans-serif;font-weight:400;font-size:1.1rem;font-size:.93rem;line-height:1.8;color:#695b54}.legal-page .legal-content ul{padding-left:1.2rem;list-style:none}.legal-page .legal-content ul li{margin-bottom:.4rem;position:relative;padding-left:1rem}.legal-page .legal-content ul li:before{content:"";position:absolute;left:0;top:.65em;width:5px;height:5px;border-radius:50%;background:#b46a55}.legal-page .legal-content a{color:#9e5843;font-weight:600;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.legal-page .legal-content a:hover{border-bottom-color:#9e5843}.legal-page .legal-content section{margin-bottom:0;padding:1.8rem;max-width:none;background:#edede980;border-radius:12px;border-left:3px solid #B46A55;transition:transform .2s ease,box-shadow .2s ease}.legal-page .legal-content section:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000000f}.legal-page .legal-content section+section{margin-top:1.2rem}.dark .legal-page,.dark .legal-page .legal-content h1{color:#d6a978}.dark .legal-page .legal-content h1:after{background:#d6a978}.dark .legal-page .legal-content h2{color:#d6a978}.dark .legal-page .legal-content p,.dark .legal-page .legal-content li{color:#f5f5f5;opacity:.8}.dark .legal-page .legal-content ul li:before{background:#d6a978}.dark .legal-page .legal-content a{color:#f1d8c8}.dark .legal-page .legal-content a:hover{border-bottom-color:#f1d8c8}.dark .legal-page .legal-content .legal-updated{color:#d6a978}.dark .legal-page .legal-content section{background:#ffffff0a;border-left-color:#d6a978}.dark .legal-page .legal-content section:hover{box-shadow:0 4px 16px #0003}@media (max-width: 768px){.legal-page{padding:7rem 1.5rem 3rem}.legal-page .legal-content h1{font-size:1.8rem}.legal-page .legal-content section{padding:1.4rem}}@media (max-width: 480px){.legal-page{padding:6rem 1rem 2rem}.legal-page .legal-content h1{font-size:1.5rem}.legal-page .legal-content h2{font-size:1.05rem}.legal-page .legal-content p,.legal-page .legal-content li{font-size:.86rem}.legal-page .legal-content section{padding:1.2rem}}.not-found-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.not-found-page .not-found-content{text-align:center}.not-found-page .not-found-content .error-code{font-family:Nunito Sans,sans-serif;font-weight:700;font-size:6rem;color:#b46a55;line-height:1;display:block;margin-bottom:1rem}.not-found-page .not-found-content h1{font-family:Nunito Sans,sans-serif;font-weight:600;font-size:1.8rem;color:#5a4e48;margin-bottom:.8rem}.not-found-page .not-found-content p{font-family:Nunito Sans,sans-serif;font-weight:400;font-size:1.1rem;font-size:1rem;color:#695b54;margin-bottom:2rem}.not-found-page .not-found-content .back-home{position:relative;padding:0 2rem;height:55px;white-space:nowrap;border:1px solid #B46A55;border-radius:75px;background:transparent;font-family:Nunito Sans,sans-serif;font-weight:600;font-size:1.1rem;letter-spacing:2px;display:flex;align-items:center;justify-content:center;transition:border-color .15s ease,color .15s ease,box-shadow .15s ease;cursor:pointer;display:inline-flex;color:#b46a55;font-size:.95rem;height:48px}.dark .not-found-page .not-found-content h1{color:#d6a978}.dark .not-found-page .not-found-content p{color:#f5f5f5;opacity:.85}.dark .not-found-page .not-found-content .back-home{color:#d6a978;border-color:#d6a978}@media (max-width: 480px){.not-found-page .not-found-content .error-code{font-size:4rem}.not-found-page .not-found-content h1{font-size:1.4rem}}@keyframes fade-in-up-top{0%{transform:translateY(0);opacity:0}to{transform:translateY(-50px);opacity:1}}@keyframes bubble-in{0%{transform:translateY(-100%);border-bottom-left-radius:100% 50%;border-bottom-right-radius:100% 50%}to{transform:translateY(0);border-bottom-left-radius:0;border-bottom-right-radius:0}}@keyframes bubble-out{0%{transform:translateY(0);border-top-left-radius:0;border-top-right-radius:0;opacity:1}80%{border-top-left-radius:100% 50%;border-top-right-radius:100% 50%;opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes glow-pulse{0%{border-color:#f1d8c8;box-shadow:0 0 10px #f1d8c866,0 0 25px #f1d8c833;color:#5a4e48}to{border-color:#b46a55;box-shadow:0 0 10px #b46a5566,0 0 25px #b46a5533;color:#b46a55}}@keyframes glow-pulse-dark{0%{border-color:#d6a97880;box-shadow:0 0 10px #d6a97833,0 0 25px #d6a9781a;color:#d6a978}to{border-color:#d6a978;box-shadow:0 0 10px #d6a97880,0 0 25px #d6a9784d;color:#ecc08e}}@keyframes glow-pulse-dark-filled{0%{box-shadow:0 0 10px #d6a97833,0 0 25px #d6a9781a}to{box-shadow:0 0 10px #d6a97880,0 0 25px #d6a9784d}}footer{color:#695b54;padding:3rem 2rem 1.5rem;margin-top:auto}footer .content{max-width:1200px;margin:0 auto}footer .content .footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}footer .content .footer-brand .brand-name{font-family:Nunito Sans,sans-serif;font-weight:700;font-size:1.3rem;color:#5a4e48;letter-spacing:1px}footer .content .footer-brand .brand-tagline{font-family:Nunito Sans,sans-serif;font-weight:400;font-size:1.1rem;font-size:.9rem;color:#695b54;margin-top:.5rem;line-height:1.6;max-width:300px}footer .content .footer-links{display:flex;flex-direction:column;gap:.4rem}footer .content .footer-links h3{font-family:Nunito Sans,sans-serif;font-weight:600;font-size:.9rem;color:#5a4e48;margin:0 0 .5rem;letter-spacing:1px;text-transform:uppercase}footer .content .footer-links a{font-family:Nunito Sans,sans-serif;font-weight:400;font-size:.9rem;color:#695b54;text-decoration:none;transition:color .2s ease}footer .content .footer-links a:hover{color:#b46a55}footer .content .footer-social h3{font-family:Nunito Sans,sans-serif;font-weight:600;font-size:.9rem;color:#5a4e48;margin:0 0 .8rem;letter-spacing:1px;text-transform:uppercase}footer .content .footer-social .social-icons{display:flex;justify-content:center;gap:.8rem}footer .content .footer-social .social-icons a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1px solid #B46A55;color:#695b54;background:transparent;transition:border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .15s ease}footer .content .footer-social .social-icons a:hover{transform:translateY(-2px);animation:glow-pulse 1.2s infinite alternate ease-in-out}footer .content .separator{border:none;border-top:1px solid #695B54;margin-bottom:1rem;opacity:.3}footer .content .footer-bottom{text-align:center}footer .content .text{font-family:Nunito Sans,sans-serif;font-weight:400;font-size:1.1rem;text-align:center;font-size:.85rem}footer .content .footer-legal{display:flex;justify-content:center;gap:.5rem;margin-top:.5rem}footer .content .footer-legal a{font-family:Nunito Sans,sans-serif;font-size:.8rem;color:#695b54;text-decoration:none;transition:opacity .2s ease,color .2s ease}footer .content .footer-legal a:hover{opacity:1;color:#b46a55}footer .content .footer-legal .legal-sep{font-size:.8rem;color:#695b54}footer .content .footer-legal .cookie-link{font-family:Nunito Sans,sans-serif;font-size:.8rem;color:#695b54;background:none;border:none;padding:0;cursor:pointer;transition:color .2s ease}footer .content .footer-legal .cookie-link:hover{color:#b46a55}.dark footer{background-color:#2c2c2c}.dark footer .footer-brand .brand-name{color:#d6a978}.dark footer .footer-brand .brand-tagline{color:#ca9051}.dark footer .footer-links h3{color:#d6a978}.dark footer .footer-links a{color:#ca9051}.dark footer .footer-links a:hover{color:#d6a978}.dark footer .footer-social h3{color:#d6a978}.dark footer .footer-social .social-icons a{color:#d6a978;border-color:#d6a978}.dark footer .footer-social .social-icons a:hover{transform:translateY(-2px);animation:glow-pulse-dark 1.2s infinite alternate ease-in-out}.dark footer .separator{border-top-color:#d6a978}.dark footer .text{color:#d6a978}.dark footer .footer-legal a{color:#d6a978}.dark footer .footer-legal .legal-sep{color:#d6a978}.dark footer .footer-legal .cookie-link{color:#d6a978}.dark footer .footer-legal .cookie-link:hover{color:#f1d8c8}@media (max-width: 768px){footer .content .footer-top{grid-template-columns:1fr 1fr;gap:2rem}footer .content .footer-brand{grid-column:span 2;text-align:center}footer .content .footer-brand .brand-tagline{max-width:100%}footer .content .footer-links,footer .content .footer-social{text-align:center;align-items:center}}@media (max-width: 480px){footer{padding:2rem 2rem 1rem}footer .content .footer-top{grid-template-columns:1fr;gap:1.5rem;text-align:center}footer .content .footer-top .footer-brand{grid-column:span 1}footer .content .footer-top .footer-links,footer .content .footer-top .footer-social{align-items:center}}dialog.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;padding:1rem;border:none;margin:0;max-width:100%;max-height:none;background:transparent;animation:slide-up .4s ease}dialog.cookie-banner .cookie-content{max-width:600px;margin:0 auto;background:#edede9;border-radius:12px;box-shadow:0 -4px 24px #0000001f;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}dialog.cookie-banner .cookie-content p{font-size:.85rem;line-height:1.5;color:#5a4e48;margin:0}dialog.cookie-banner .cookie-actions{display:flex;gap:.75rem;justify-content:flex-end}dialog.cookie-banner .cookie-refuse{padding:.5rem 1.2rem;border:1px solid #695B54;border-radius:75px;background:transparent;color:#5a4e48;font-family:Nunito Sans,sans-serif;font-size:.85rem;cursor:pointer;transition:border-color .15s ease,color .15s ease}dialog.cookie-banner .cookie-refuse:hover{border-color:#b46a55;color:#b46a55}dialog.cookie-banner .cookie-accept{padding:.5rem 1.2rem;border:1px solid #9E5843;border-radius:75px;background:#9e5843;color:#fff;font-family:Nunito Sans,sans-serif;font-size:.85rem;cursor:pointer;transition:opacity .15s ease}dialog.cookie-banner .cookie-accept:hover{opacity:.9}@keyframes slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.dark dialog.cookie-banner .cookie-content{background:#2c2c2c;box-shadow:0 -4px 24px #0000004d}.dark dialog.cookie-banner .cookie-content p{color:#d6a978}.dark dialog.cookie-banner .cookie-content .cookie-refuse{color:#d6a978;border-color:#695b54}.dark dialog.cookie-banner .cookie-content .cookie-refuse:hover{border-color:#f1d8c8;color:#f1d8c8}@media (max-width: 600px){dialog.cookie-banner{padding:.75rem}dialog.cookie-banner .cookie-content{padding:1.2rem}dialog.cookie-banner .cookie-content p{font-size:.8rem}dialog.cookie-banner .cookie-actions{flex-direction:column}dialog.cookie-banner .cookie-actions button{width:100%}}@font-face{font-family:Nunito Sans;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-DWXv8BIA.woff2) format("woff2");font-weight:300 800;font-stretch:75% 125%;font-style:normal;font-display:swap}html,body{margin:0;padding:0;scroll-behavior:smooth;overflow-x:clip;font-family:Nunito Sans,sans-serif}body{color:#5a4e48;background:#f5ebe0;caret-color:transparent;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;opacity:.08;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}.dark{background-color:#2c2c2c;color:#f5f5f5}.dark main{background-color:#2c2c2c}.dark main:before{opacity:.4;background:radial-gradient(ellipse 50% 60% at 15% 25%,rgba(180,106,85,.4) 0%,transparent 70%),radial-gradient(ellipse 40% 50% at 85% 70%,rgba(214,169,120,.3) 0%,transparent 70%),radial-gradient(ellipse 60% 40% at 50% 90%,rgba(180,106,85,.2) 0%,transparent 70%)}.dark:before{opacity:.03}main{position:relative}main:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;pointer-events:none;z-index:0;opacity:.95;background:radial-gradient(ellipse 55% 65% at 10% 20%,rgba(180,106,85,.7) 0%,transparent 60%),radial-gradient(ellipse 45% 55% at 90% 75%,rgba(212,160,136,.6) 0%,transparent 60%),radial-gradient(ellipse 60% 45% at 50% 95%,rgba(196,154,130,.55) 0%,transparent 60%),radial-gradient(ellipse 40% 50% at 80% 15%,rgba(232,196,176,.6) 0%,transparent 60%);filter:blur(70px)}section{padding:0;max-width:1400px;margin:0 auto;position:relative;z-index:1}a{text-decoration:none}
