:root,[data-theme=light]{--bg:#ffffff;--surface:#f7f7f5;--surface-2:#ffffff;--border:#e6e6e2;--text:#1a1a1a;--text-soft:#5a5a5a;--text-mute:#8a8a8a;--accent-ink:#ffffff}[data-theme=dark]{--bg:#0a0a0a;--surface:#121212;--surface-2:#171717;--border:#262626;--text:#f5f5f3;--text-soft:#c9c9c7;--text-mute:#9a9a9a;--accent-ink:#0a0a0a}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{font-family:var(--font-body,"Inter",sans-serif);background:var(--bg);color:var(--text-soft);line-height:1.75;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body,h1,h2,h3{font-weight:300}h1,h2,h3{font-family:var(--font-heading,"Inter",sans-serif);color:var(--text);letter-spacing:-.02em;line-height:1.15}h1{font-size:clamp(2.6rem,6vw,4.6rem)}h2{font-size:clamp(2rem,4.2vw,3rem)}h3{font-size:1.2rem;font-weight:500}a{color:inherit;text-decoration:none}.section{padding:8rem 3rem}.section--alt{background:var(--surface)}.section-inner{max-width:1080px;margin:0 auto}.section-inner--narrow{max-width:760px}.section-head{margin-bottom:4rem}.section-head--center{text-align:center}.section-head .lead{margin-top:1.8rem}.lead{font-size:1.1rem;color:var(--text-soft);max-width:60ch}.section-head--center .lead{margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-body,"Inter",sans-serif);font-weight:500;font-size:.85rem;letter-spacing:.03em;padding:.95rem 2.2rem;border-radius:3px;cursor:pointer;transition:all .3s ease}.btn-primary{background:var(--accent);color:var(--accent-ink);border:1px solid var(--accent)}.btn-primary:hover{background:transparent;color:var(--accent)}.btn-ghost{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.header{position:fixed;top:0;left:0;right:0;z-index:50;border-bottom:1px solid transparent;transition:background .3s ease,border-color .3s ease}.header--scrolled{background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:blur(16px) saturate(140%);backdrop-filter:blur(16px) saturate(140%);border-bottom-color:transparent;box-shadow:0 10px 34px rgba(0,0,0,.55)}.header:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--text-mute) 55%,transparent) 18%,color-mix(in srgb,var(--text-mute) 55%,transparent) 82%,transparent);opacity:0;transition:opacity .3s ease}.header--scrolled:after{opacity:1}.header--scrolled .header-inner{padding-top:.9rem;padding-bottom:.9rem}.header-inner{max-width:1080px;margin:0 auto;justify-content:space-between;padding:1.3rem 3rem}.header-brand,.header-inner{display:flex;align-items:center}.header-brand{font-family:var(--font-heading,"Inter",sans-serif);font-weight:500;font-size:1.05rem;color:var(--text)}.header-nav{display:flex;align-items:center;gap:2rem}.header-nav a{font-size:.85rem;color:var(--text-soft);transition:color .2s ease}.header-nav a:hover{color:var(--accent)}.burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;background:none;border:none;cursor:pointer;z-index:60}.burger span{display:block;width:24px;height:2px;margin:0 auto;background:var(--text);transition:transform .3s ease,opacity .3s ease}.burger--open span:first-child{transform:translateY(7px) rotate(45deg)}.burger--open span:nth-child(2){opacity:0}.burger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{padding:12rem 3rem 8rem;text-align:center}.hero--video{position:relative;overflow:hidden}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,color-mix(in srgb,var(--bg) 30%,transparent),color-mix(in srgb,var(--bg) 40%,transparent))}.hero--video .hero-inner{position:relative;z-index:2}.hero-inner{max-width:820px;margin:0 auto}.hero p{margin-top:1.8rem;font-size:1.15rem;color:var(--text-soft);max-width:56ch;margin-left:auto;margin-right:auto}.hero-subtitle{white-space:pre-line}.hero-actions{margin-top:2.4rem}.stats-row{flex-wrap:wrap;justify-content:center;gap:3.5rem}.stat,.stats-row{display:flex;align-items:center}.stat{flex-direction:column;line-height:1.1}.stat-value{font-family:var(--font-heading,"Inter",sans-serif);font-size:clamp(2.4rem,5vw,3.4rem);font-weight:300;color:var(--text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stat-label{margin-top:.4rem;font-size:.85rem;letter-spacing:.04em;color:var(--text-mute)}.stats-logo{height:5rem;width:auto;display:block}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.card{background:var(--surface-2);border:1px solid var(--border);border-radius:4px;padding:2.2rem}[data-theme=light] .section--alt .card{background:#fff}.card h3{margin-bottom:.8rem}.card p{color:var(--text-soft)}.testimonial{text-align:center;max-width:60ch;margin:0 auto}.testimonial-quote{font-family:var(--font-heading,"Inter",sans-serif);font-weight:300;font-size:clamp(1.4rem,2.6vw,1.9rem);line-height:1.5;color:var(--text)}.testimonial-quote:before{content:"\201C";display:block;font-size:3.4rem;line-height:.7;color:var(--accent);margin-bottom:.6rem}.testimonial-author{margin-top:1.8rem;font-size:.9rem;letter-spacing:.02em;color:var(--text-mute)}.figures{display:flex;justify-content:center;gap:4rem;margin-top:4rem;flex-wrap:wrap}.figure-value{font-family:var(--font-heading,"Inter",sans-serif);font-size:clamp(2.4rem,5vw,3.4rem);font-weight:300;color:var(--text)}.figure-value .unit{color:var(--accent)}.figure-label{font-size:.85rem;color:var(--text-mute);letter-spacing:.04em}.cta{text-align:center}.cta .btn{margin-top:2.4rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3.5rem;gap:3.5rem;align-items:stretch}.contact-photo{position:relative;border-radius:4px;overflow:hidden;min-height:100%}.contact-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.contact-form-title{font-size:1.6rem;font-weight:400;margin-bottom:.6rem}.contact-form{margin-top:2rem;gap:1.1rem}.contact-form,.field{display:flex;flex-direction:column}.field{gap:.45rem}.field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.1rem;gap:1.1rem}.field label,.field-label{font-size:.8rem;letter-spacing:.03em;color:var(--text-mute)}.contact-form input,.contact-form textarea{background:var(--surface-2);border:1px solid var(--border);border-radius:3px;padding:.75rem .9rem;color:var(--text);font-family:inherit;font-size:.95rem;transition:border-color .2s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--accent)}.contact-form textarea{resize:vertical}.chips{display:flex;flex-wrap:wrap;gap:.5rem}.chip{padding:.45rem .95rem;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--text-soft);font-family:inherit;font-size:.82rem;cursor:pointer;transition:all .2s ease}.chip:hover{color:var(--text)}.chip--on,.chip:hover{border-color:var(--accent)}.chip--on{background:var(--accent);color:#000}.consent{display:flex;align-items:flex-start;gap:.6rem;font-size:.85rem;line-height:1.5;color:var(--text-mute);cursor:pointer}.consent input{margin-top:.2rem;width:1rem;height:1rem;flex-shrink:0;accent-color:var(--accent);cursor:pointer}.consent a{color:var(--text-soft);text-decoration:underline}.consent a:hover{color:var(--accent)}.contact-submit{margin-top:.6rem;align-self:flex-start}.contact-note{margin-top:.4rem;font-size:.85rem;color:var(--text-mute)}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.contact-submit:disabled{opacity:.6;cursor:not-allowed}.contact-reassurance{margin-top:.7rem;font-size:.82rem;color:var(--text-mute)}.contact-error{margin-top:.8rem;font-size:.9rem;color:#e06a5a}.contact-success{margin-top:2rem;border:1px solid color-mix(in srgb,var(--accent) 45%,transparent);border-radius:4px;padding:2rem;background:color-mix(in srgb,var(--accent) 8%,transparent)}.contact-success-title{font-family:var(--font-heading,"Inter",sans-serif);font-size:1.3rem;color:var(--text);margin-bottom:.6rem}.contact-success p:last-child{color:var(--text-soft)}.coordonnees-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3.5rem;gap:3.5rem;align-items:center}.coordonnees-info h2{margin-bottom:1.8rem}.coordonnees-list{list-style:none;display:flex;flex-direction:column;gap:.7rem;font-size:1.05rem;color:var(--text-soft)}.coordonnees-company{color:var(--text);font-weight:500;font-size:1.15rem}.coordonnees-list a:hover{color:var(--accent)}.coordonnees-hours{margin-top:1.8rem;color:var(--text-soft);line-height:1.7}.coordonnees-hours-label{color:var(--text);margin-bottom:.3rem}.coordonnees-photo{position:relative;aspect-ratio:4/3;border-radius:4px;overflow:hidden}.section-cta{text-align:center;margin-top:3.5rem}.notfound{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:10rem 1.5rem 6rem;text-align:center}.notfound-inner{max-width:520px}.notfound-code{font-family:var(--font-heading,"Inter",sans-serif);font-size:clamp(4rem,14vw,7rem);font-weight:200;line-height:1;color:var(--accent)}.notfound-inner h1{font-size:clamp(1.6rem,4vw,2.2rem);margin:1rem 0 .8rem}.notfound-inner p{color:var(--text-soft);margin-bottom:2rem}.legal{padding:10rem 1.5rem 6rem}.legal-inner{max-width:820px;margin:0 auto}.legal-inner h1{font-size:clamp(2.2rem,4vw,3rem);margin-bottom:2.2rem}.legal-inner h2{font-size:1.4rem;font-weight:400;color:var(--text);margin:2.8rem 0 .8rem}.legal-inner p{color:var(--text-soft);line-height:1.8;margin-bottom:1rem}.legal-inner ul{padding-left:1.2rem;margin-bottom:1.2rem}.legal-inner li{color:var(--text-soft);line-height:1.8;margin-bottom:.4rem}.legal-inner a{color:var(--text);text-decoration:underline}.legal-inner a:hover{color:var(--accent)}.legal-date{margin-top:3rem;color:var(--text-mute);font-size:.9rem}.cookiebar{position:fixed;left:0;right:0;bottom:0;z-index:90;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.1rem 2rem;background:color-mix(in srgb,var(--bg) 92%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border)}.cookiebar-text{margin:0;font-size:.9rem;line-height:1.6;color:var(--text-soft);max-width:75ch}.cookiebar-text a{color:var(--accent);text-decoration:underline}.cookiebar-text a:hover{opacity:.8}.cookiebar-actions{display:flex;gap:.8rem;flex-shrink:0}.cookiebar-btn{padding:.6rem 1.4rem;font-size:.82rem}@media (max-width:768px){.cookiebar{flex-direction:column;align-items:stretch;gap:1rem;padding:1.2rem}.cookiebar-actions{justify-content:flex-end}}.footer{padding:4rem 3rem;border-top:1px solid var(--border);text-align:center}.footer-tagline{font-family:var(--font-heading,"Inter",sans-serif);color:var(--text);font-size:1.1rem;margin-bottom:1.4rem;max-width:60ch;margin-left:auto;margin-right:auto}.footer-socials{display:flex;gap:1.6rem;justify-content:center;margin-bottom:1.6rem}.footer-socials a{font-size:.85rem;color:var(--text-soft)}.footer-socials a:hover{color:var(--accent)}.footer-links{display:flex;gap:1.6rem;justify-content:center;margin-bottom:1.2rem;flex-wrap:wrap}.footer-links a{font-size:.85rem;color:var(--text-soft)}.footer-links a:hover{color:var(--accent)}.footer-legal{font-size:.8rem;color:var(--text-mute)}.header-logo{display:block;height:40px;width:auto;transform:translateY(-3px)}.header-nav a.header-cta{padding:.6rem 1.4rem;color:#000}.header-nav a.header-cta:hover{background:transparent;color:var(--accent);border-color:var(--accent)}.hero-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:2rem}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;letter-spacing:.02em;color:var(--text-soft);border:1px solid var(--border);border-radius:999px;padding:.35rem .9rem}.hero-badge-star{width:.95rem;height:.95rem;fill:#f5b400;flex-shrink:0}.hero-badge-img{height:1.4rem;width:auto;display:block;flex-shrink:0;margin:-.2rem 0}.hero-keywords{display:flex;flex-wrap:wrap;justify-content:center;gap:1.6rem;margin-bottom:1.8rem;font-size:.85rem;letter-spacing:.04em;color:var(--text-mute)}.hero-keywords span:before{content:"—";color:var(--accent);margin-right:.6rem}.method-layout{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:3.5rem;gap:3.5rem;align-items:stretch}.method-photo{position:relative;border-radius:4px;overflow:hidden;min-height:100%}.method-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.timeline{position:relative;list-style:none;padding:.5rem 0}.timeline:before{content:"";position:absolute;left:17px;top:.5rem;bottom:.5rem;width:1px;background:var(--border);transform:scaleY(0);transform-origin:top;transition:transform 1.8s ease}.timeline.is-visible:before{transform:scaleY(1)}.timeline-item{position:relative;padding-left:3.4rem;padding-bottom:2.8rem;opacity:0;transform:translateY(16px);transition:opacity 1s ease,transform 1s ease}.timeline-item:last-child{padding-bottom:0}.timeline-item.is-visible{opacity:1;transform:none}.timeline-node{position:absolute;left:12px;top:7px;width:11px;height:11px;border-radius:50%;background:var(--accent);border:2px solid var(--surface);box-shadow:0 0 0 1px color-mix(in srgb,var(--accent) 45%,transparent);z-index:1}.timeline-index{position:absolute;top:-1rem;right:1.5rem;font-family:var(--font-heading,"Inter",sans-serif);font-size:clamp(3rem,5vw,4.4rem);font-weight:200;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:color-mix(in srgb,var(--text) 9%,transparent);pointer-events:none;z-index:0}.timeline-content{position:relative;z-index:1}.timeline-content h3{font-weight:400;font-size:1.3rem;margin-bottom:.5rem}.timeline-content p{color:var(--text-mute);line-height:1.7}.faq-list{display:flex;flex-direction:column}.faq-item{border-top:1px solid var(--border);padding:1.4rem 0}.faq-item:last-child{border-bottom:1px solid var(--border)}.faq-item summary{cursor:pointer;list-style:none;font-family:var(--font-heading,"Inter",sans-serif);color:var(--text);font-size:1.05rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--accent);font-size:1.4rem;font-weight:300;transition:transform .2s ease}.faq-item[open] summary:after{content:"−"}.faq-item p{color:var(--text-soft);margin-top:1rem}.faq-link{display:inline-block;margin-top:.9rem;font-size:.9rem;color:var(--accent);transition:opacity .2s ease}.faq-link:hover{opacity:.7}.contact-details{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:2.6rem}.contact-line{font-size:.95rem;color:var(--text-soft)}a.contact-line:hover{color:var(--accent)}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.project-card{display:grid;grid-template-columns:45% 1fr;background:var(--surface-2);border:1px solid color-mix(in srgb,var(--text) 6%,transparent);border-radius:4px;overflow:hidden;min-height:280px;opacity:0;transform:translateX(-40px);transition:opacity 1.1s ease,transform 1.1s ease}.project-card--photo-right{grid-template-columns:1fr 45%;transform:translateX(40px)}.project-card--photo-right .project-text{order:1}.project-card--photo-right .project-photo{order:2}.project-card.is-visible{opacity:1;transform:translateX(0)}.project-photo{position:relative;overflow:hidden}.project-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.project-card:hover .project-photo img{transform:scale(1.05)}.project-text{position:relative;padding:2.6rem;display:flex;flex-direction:column;justify-content:center}.project-index{position:absolute;top:1.4rem;right:1.8rem;font-family:var(--font-heading,"Inter",sans-serif);font-size:clamp(3rem,5vw,4.4rem);font-weight:200;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:color-mix(in srgb,var(--text) 9%,transparent);pointer-events:none;z-index:0}.project-text h3{position:relative;z-index:1;font-weight:400;font-size:1.3rem;margin-bottom:.9rem}.project-text p{position:relative;z-index:1;color:var(--text-mute);font-size:.92rem;line-height:1.7}.products{padding-left:0;padding-right:0;padding-bottom:11rem}.products .section-inner{padding:0 3rem}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;margin-top:3.5rem}.product-card{position:relative;overflow:hidden;min-height:clamp(300px,32vw,460px);display:flex;align-items:flex-end}.product-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.55));transition:opacity .4s ease}.product-label{position:relative;z-index:1;width:100%;padding:1.6rem;color:#fff;font-family:var(--font-heading,"Inter",sans-serif);font-size:1.3rem;font-weight:500;text-shadow:0 1px 10px rgba(0,0,0,.6)}.product-card:hover .product-overlay{opacity:0}.product-card:hover .product-img{transform:scale(1.05)}.gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.6rem;gap:.6rem}.gallery-item{padding:0;border:none;margin:0;background:none;cursor:pointer;display:block;position:relative;overflow:hidden;border-radius:4px;aspect-ratio:1/1}.gallery-item img{object-fit:cover;transition:transform .6s ease,filter .4s ease}.gallery-item:after{content:"";position:absolute;inset:0;z-index:1;background:rgba(0,0,0,.18);opacity:0;transition:opacity .4s ease}.gallery-item:hover img{transform:scale(1.06)}.gallery-item:hover:after{opacity:1}.lightbox{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:3rem;background:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:lightbox-fade .25s ease}.lightbox-img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:4px;box-shadow:0 24px 70px rgba(0,0,0,.6);animation:lightbox-zoom .3s ease}.lightbox-close,.lightbox-nav{position:absolute;background:none;border:none;color:#fff;cursor:pointer;line-height:1;opacity:.8;transition:opacity .2s ease}.lightbox-close:hover,.lightbox-nav:hover{opacity:1}.lightbox-close{top:1.4rem;right:1.8rem;font-size:2.4rem}.lightbox-nav{top:50%;transform:translateY(-50%);font-size:3rem;padding:0 1.2rem}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}@keyframes lightbox-fade{0%{opacity:0}to{opacity:1}}@keyframes lightbox-zoom{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.reviews{overflow:hidden}.google-rating{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.2rem;font-size:1rem;color:var(--text)}.google-rating-g{width:1.3rem;height:1.3rem}.google-rating-score{font-weight:600}.google-rating-label{color:var(--text-mute)}.stars{display:inline-flex;gap:1px}.star{width:.95rem;height:.95rem;fill:#f5b400;flex-shrink:0}.star--off{fill:color-mix(in srgb,var(--text-mute) 45%,transparent)}.reviews-viewport{margin-top:3.5rem;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}.reviews-track{display:flex;gap:1.5rem;width:max-content;animation:reviews-marquee 60s linear infinite}.reviews-viewport:hover .reviews-track{animation-play-state:paused}@keyframes reviews-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.review-card{flex:0 0 360px;width:360px;background:var(--surface-2);border:1px solid var(--border);border-radius:4px;padding:1.6rem}.review-head{gap:.8rem;margin-bottom:1rem}.review-avatar,.review-head{display:flex;align-items:center}.review-avatar{width:2.4rem;height:2.4rem;border-radius:50%;justify-content:center;color:#fff;font-weight:600;font-size:1rem;flex-shrink:0;font-family:var(--font-heading,"Inter",sans-serif)}.review-id{flex:1 1;min-width:0}.review-author{color:var(--text);font-weight:500;font-size:.95rem;margin-bottom:.2rem}.review-google{width:1.1rem;height:1.1rem;flex-shrink:0;align-self:flex-start}.review-text{color:var(--text-soft);font-size:.92rem;line-height:1.6}@media (max-width:768px){.review-card{flex-basis:300px;width:300px}.gallery,.products-grid{grid-template-columns:repeat(2,1fr)}.contact-grid,.coordonnees-grid{grid-template-columns:1fr;gap:2rem}.contact-photo{min-height:240px}.field-row{grid-template-columns:1fr}.lightbox{padding:1.2rem}.lightbox-nav{font-size:2.4rem}.products .section-inner{padding:0 1.5rem}.section{padding:5rem 1.5rem}.header{padding:1rem 1.5rem}.burger{display:flex}.header-nav{display:none}.header-nav--open{display:flex;flex-direction:column;align-items:flex-start;gap:1.4rem;position:absolute;top:100%;left:0;right:0;padding:1.6rem 1.5rem 2rem;background:color-mix(in srgb,var(--bg) 97%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.header-logo{height:32px}.hero{padding:9rem 1.5rem 5rem}.hero-video{object-position:25% center}.grid-3,.method-layout{grid-template-columns:1fr}.method-layout{gap:2rem}.method-photo{min-height:260px}.projects-grid{grid-template-columns:1fr;gap:1rem}.project-card,.project-card--photo-right{grid-template-columns:1fr;position:-webkit-sticky;position:sticky;opacity:1;transform:none;box-shadow:0 -8px 26px rgba(0,0,0,.5)}.project-card:first-child{top:84px}.project-card:nth-child(2){top:98px}.project-card:nth-child(3){top:112px}.project-card:nth-child(4){top:126px}.project-card.is-visible{transform:none}.project-card--photo-right .project-photo,.project-card--photo-right .project-text{order:0}.project-photo{min-height:200px}.figures{gap:2.5rem}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto;transition:none}.reviews-track{animation:none}}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_e97114{font-family:Inter,Inter Fallback;font-style:normal}.__variable_e97114{--font-inter:"Inter","Inter Fallback"}