.navbar{z-index:1000;padding:18px 0;transition:all .4s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);background:#fffffff7;padding:12px 0;box-shadow:0 1px 30px #0000000f}.navbar.scrolled .logo-name{color:var(--dark)}.navbar.scrolled .nav-link{color:var(--gray-500)}.navbar.scrolled .nav-link:hover,.navbar.scrolled .nav-link.active{color:var(--crimson)}.navbar.scrolled .mobile-toggle{color:var(--dark)}.navbar-inner{justify-content:space-between;align-items:center;display:flex}.navbar-logo{z-index:10;align-items:center;gap:12px;display:flex}.logo-img{object-fit:contain;width:auto;height:52px}.logo-name{color:var(--white);letter-spacing:3px;font-size:1.15rem;font-weight:800;transition:color .4s}.navbar-links{gap:2px;display:flex}.nav-link{color:#ffffffb3;white-space:nowrap;border-radius:8px;padding:8px 14px;font-size:.84rem;font-weight:500;transition:all .3s}.nav-link:hover{color:var(--white)}.nav-link.active{color:var(--crimson-light);font-weight:600}.navbar-cta{padding:11px 24px;font-size:.84rem;display:none!important}.mobile-toggle{color:var(--white);cursor:pointer;z-index:10;background:0 0;border:none;padding:4px;transition:color .4s;display:none}.mobile-overlay{z-index:998;background:#0000008c;position:fixed;inset:0}.mobile-menu{background:var(--dark);z-index:999;flex-direction:column;width:320px;max-width:85vw;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto}.mobile-menu-header{border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;padding:28px 28px 24px;display:flex}.mobile-menu-logo{object-fit:contain;flex:1;width:auto;height:44px}.mobile-menu-close{color:#ffffff80;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.mobile-menu-close:hover{background:var(--crimson);border-color:var(--crimson);color:var(--white)}.mobile-menu-links{flex:1;padding:16px 0}.mobile-link{color:#ffffff8c;border-left:3px solid #0000;justify-content:space-between;align-items:center;padding:16px 28px;font-size:.95rem;font-weight:500;transition:all .3s;display:flex}.mobile-link:hover{color:var(--white);border-left-color:var(--crimson);background:#ffffff08}.mobile-link.active{color:var(--white);border-left-color:var(--crimson);background:#8b1a2b1a}.mobile-link-arrow{opacity:.3;transition:all .3s}.mobile-link:hover .mobile-link-arrow,.mobile-link.active .mobile-link-arrow{opacity:.7;color:var(--crimson-light);transform:translate(3px)}.mobile-menu-footer{border-top:1px solid #ffffff0f;padding:24px 28px 32px}.mobile-phone{color:var(--white);background:var(--crimson);border-radius:12px;justify-content:center;align-items:center;gap:10px;margin-bottom:16px;padding:14px;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.mobile-phone:hover{background:var(--crimson-light)}.mobile-menu-address{color:#ffffff40;text-align:center;font-size:.78rem;line-height:1.5}@media (width<=1200px){.navbar-links{display:none}.mobile-toggle{display:block}}@media (width>=1201px){.navbar-cta{display:inline-flex!important}}@media (width<=480px){.logo-img{height:42px}.navbar{padding:14px 0}.navbar.scrolled{padding:10px 0}.mobile-menu{width:100%;max-width:100vw}.mobile-menu-logo{height:36px}}.footer{background:#0a0a0a}.footer-top-accent{background:linear-gradient(to right, var(--crimson), var(--crimson-dark), transparent);height:3px}.footer-body{padding:80px 0 56px}.footer-grid{grid-template-columns:1.5fr .8fr 1fr 1.2fr;gap:56px;display:grid}.footer-logo{align-items:center;gap:12px;margin-bottom:20px;display:flex}.footer-logo-img{object-fit:contain;width:auto;height:52px}.footer-brand-text{color:#ffffff59;max-width:320px;margin-bottom:28px;font-size:.86rem;line-height:1.8}.footer-contact-quick{flex-direction:column;gap:8px;display:flex}.footer-quick-item{color:#ffffff80;align-items:center;gap:8px;font-size:.84rem;font-weight:500;transition:color .3s;display:inline-flex}.footer-quick-item svg{color:var(--crimson-light)}.footer-quick-item:hover{color:var(--white)}.footer-col-title{color:#ffffffd9;text-transform:uppercase;letter-spacing:2.5px;margin-bottom:28px;padding-bottom:14px;font-size:.72rem;font-weight:700;position:relative}.footer-col-title:after{content:"";background:var(--crimson);width:20px;height:2px;position:absolute;bottom:0;left:0}.footer-links{flex-direction:column;gap:11px;display:flex}.footer-links li a{color:#ffffff59;align-items:center;gap:6px;font-size:.85rem;transition:all .3s;display:inline-flex}.footer-links li a:before{content:"";background:var(--crimson-light);width:0;height:1px;transition:width .3s}.footer-links li a:hover{color:#fffc}.footer-links li a:hover:before{width:12px}.footer-info-list{flex-direction:column;gap:20px;margin-bottom:28px;display:flex}.footer-info-item{align-items:flex-start;gap:12px;display:flex}.footer-info-icon{width:32px;height:32px;color:var(--crimson-light);background:#8b1a2b1a;border:1px solid #8b1a2b26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.footer-info-item div{flex-direction:column;gap:1px;display:flex}.footer-info-item span{color:#fff6;font-size:.84rem;line-height:1.5}.footer-devis-btn{color:var(--white);background:var(--crimson);letter-spacing:.3px;border-radius:60px;align-items:center;gap:8px;padding:12px 24px;font-size:.82rem;font-weight:600;transition:all .35s;display:inline-flex}.footer-devis-btn:hover{background:var(--crimson-light);transform:translateY(-2px);box-shadow:0 8px 24px #8b1a2b4d}.footer-bottom{border-top:1px solid #ffffff0d}.footer-bottom-inner{justify-content:space-between;align-items:center;padding:22px 24px;display:flex}.footer-bottom p{color:#ffffff38;font-size:.78rem}.footer-bottom-links{align-items:center;gap:14px;display:flex}.footer-bottom-links a{color:#ffffff40;align-items:center;gap:4px;font-size:.78rem;transition:color .3s;display:inline-flex}.footer-bottom-links a:hover{color:#fff9}.footer-sep{background:#ffffff1f;border-radius:50%;width:3px;height:3px}.scroll-top-btn{color:#ffffff59;cursor:pointer;background:#ffffff08;border:1px solid #ffffff12;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.scroll-top-btn:hover{background:var(--crimson);border-color:var(--crimson);color:var(--white)}@media (width<=1100px){.footer-grid{grid-template-columns:1.3fr .8fr 1fr;gap:40px}.footer-brand{grid-column:1/-1}}@media (width<=768px){.footer-body{padding:52px 0 40px}.footer-grid{grid-template-columns:1fr 1fr;gap:36px}.footer-brand{text-align:center;grid-column:1/-1}.footer-brand-text{max-width:400px;margin-left:auto;margin-right:auto}.footer-logo{justify-content:center}.footer-contact-quick{align-items:center}.footer-bottom-inner{text-align:center;flex-direction:column;gap:14px;padding:20px 16px}}@media (width<=480px){.footer-body{padding:40px 0 32px}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-brand{text-align:left}.footer-logo{justify-content:flex-start}.footer-brand-text{max-width:none;margin-left:0}.footer-contact-quick{align-items:flex-start}.footer-logo-img{width:40px;height:40px}.footer-logo-name{letter-spacing:2px;font-size:1rem}.footer-devis-btn{justify-content:center;width:100%}}.hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-slide{position:absolute;inset:0}.hero-bg-image{background-position:50%;background-size:cover;animation:8s ease-in-out forwards heroZoom;position:absolute;inset:0;transform:scale(1.05)}@keyframes heroZoom{0%{transform:scale(1.08)}to{transform:scale(1)}}.hero-overlay{background:linear-gradient(135deg,#0c0c0ce0 0%,#0c0c0cb8 40%,#8b1a2b2e 100%);position:absolute;inset:0}.hero-content{z-index:2;flex-direction:column;justify-content:center;min-height:100vh;padding-top:120px;padding-bottom:80px;display:flex;position:relative}.hero-text{max-width:720px}.hero-label{letter-spacing:3px;text-transform:uppercase;color:var(--crimson-light);align-items:center;gap:10px;margin-bottom:24px;font-size:.72rem;font-weight:700;display:inline-flex}.hero-label:before{content:"";background:var(--crimson-light);width:28px;height:1.5px}.hero-title{font-family:var(--font-display);color:var(--white);margin-bottom:24px;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.12}.hero-title em{color:var(--crimson-glow);font-style:normal}.hero-desc{color:#ffffff8c;max-width:520px;margin-bottom:40px;font-size:1.05rem;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.hero-controls{justify-content:space-between;align-items:center;max-width:1152px;margin:0 auto;display:flex;position:absolute;bottom:48px;left:24px;right:24px}.hero-dots{gap:8px;display:flex}.hero-dot{cursor:pointer;background:#fff3;border:none;border-radius:2px;width:32px;height:3px;padding:0;transition:all .4s}.hero-dot.active{background:var(--crimson-light);width:48px}.hero-arrows{gap:8px;display:flex}.hero-arrow{width:44px;height:44px;color:var(--white);cursor:pointer;background:0 0;border:1.5px solid #fff3;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.hero-arrow:hover{background:var(--crimson);border-color:var(--crimson)}@media (width<=768px){.hero-content{padding-top:100px;padding-bottom:100px}.hero-title{margin-bottom:18px;font-size:clamp(1.8rem,7vw,2.6rem);line-height:1.18}.hero-label{margin-bottom:18px;font-size:.65rem}.hero-desc{margin-bottom:28px;font-size:.92rem;line-height:1.7}.hero-actions{flex-direction:column}.hero-actions .btn{text-align:center;justify-content:center;width:100%}.hero-controls{bottom:24px;left:16px;right:16px}.hero-arrow{width:38px;height:38px}}@media (width<=480px){.hero-title{font-size:1.65rem}.hero-desc{font-size:.85rem}}.home-services{background:var(--dark);position:relative;overflow:hidden}.home-services:before{content:"";pointer-events:none;background:radial-gradient(circle,#8b1a2b0f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-300px;right:-200px}.home-services .section-label{color:var(--crimson-light)}.home-services .section-title{color:var(--white)}.home-services .section-title span{color:var(--crimson-light)}.home-services-header{text-align:center;max-width:580px;margin:0 auto 64px}.home-services-desc{color:#fff6;margin-top:12px;font-size:1rem;line-height:1.8}.home-services-bento{grid-template-rows:auto auto;grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.bento-card{border-radius:var(--radius-lg);cursor:default;min-height:260px;transition:transform .5s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.bento-card:hover{transform:translateY(-6px)}.bento-bg{background-position:50%;background-size:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94);position:absolute;inset:0}.bento-card:hover .bento-bg{transform:scale(1.06)}.bento-overlay{background:linear-gradient(160deg,#080808eb 0%,#080808c7 60%,#8b1a2b33 100%);transition:background .4s;position:absolute;inset:0}.bento-card:hover .bento-overlay{background:linear-gradient(160deg,#080808e0 0%,#080808b3 60%,#8b1a2b4d 100%)}.bento-content{z-index:2;flex-direction:column;justify-content:flex-end;height:100%;padding:32px;display:flex;position:relative}.bento-icon{border-radius:var(--radius-sm);width:48px;height:48px;color:var(--crimson-light);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#8b1a2b33;border:1px solid #8b1a2b40;justify-content:center;align-items:center;margin-bottom:20px;transition:all .4s;display:flex}.bento-card:hover .bento-icon{background:var(--crimson);border-color:var(--crimson);color:var(--white);box-shadow:0 8px 20px #8b1a2b4d}.bento-content h3{color:var(--white);margin-bottom:8px;font-size:1.15rem;font-weight:700;line-height:1.3}.bento-content p{color:#fff6;font-size:.84rem;line-height:1.7}.bento-num{z-index:2;color:#ffffff1a;letter-spacing:2px;font-size:.7rem;font-weight:800;position:absolute;top:24px;right:28px}.home-services-action{text-align:center;margin-top:48px}.home-projects{background:var(--gray-50)}.home-projects .section-title{color:var(--dark)}.home-projects .section-title span,.home-projects .section-label{color:var(--crimson)}.home-projects-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:48px;display:flex}.home-projects .btn-outline-light{color:var(--dark);border-color:var(--gray-200)}.home-projects .btn-outline-light:hover{border-color:var(--crimson);color:var(--crimson)}.home-projects-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.home-project-card{border-radius:var(--radius-lg);cursor:pointer;height:340px;position:relative;overflow:hidden}.home-project-card img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.home-project-card:hover img{transform:scale(1.08)}.home-project-overlay{background:linear-gradient(#0000 40%,#08080833 60%,#080808d9 100%);flex-direction:column;justify-content:flex-end;padding:24px;display:flex;position:absolute;inset:0}.home-project-cat{text-transform:uppercase;letter-spacing:2px;color:var(--crimson-light);margin-bottom:4px;font-size:.62rem;font-weight:700}.home-project-overlay h4{color:var(--white);font-size:1rem;font-weight:600}.home-cta{align-items:center;min-height:480px;display:flex;position:relative;overflow:hidden}.home-cta-bg{background-position:50%;background-size:cover;position:absolute;inset:0}.home-cta-overlay{background:linear-gradient(135deg,#0a0a0aeb 0%,#0a0a0acc 40%,#8b1a2b4d 100%);position:absolute;inset:0}.home-cta-content{z-index:2;max-width:600px;padding:100px 0;position:relative}.home-cta-label{letter-spacing:3px;text-transform:uppercase;color:var(--crimson-light);align-items:center;gap:10px;margin-bottom:20px;font-size:.72rem;font-weight:700;display:inline-flex}.home-cta-label:before{content:"";background:var(--crimson-light);width:28px;height:1.5px}.home-cta-title{font-family:var(--font-display);color:var(--white);margin-bottom:18px;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15}.home-cta-desc{color:#ffffff80;margin-bottom:36px;font-size:1rem;line-height:1.8}.home-cta-actions{flex-wrap:wrap;gap:14px;display:flex}@media (width<=1024px){.home-services-bento,.home-projects-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.home-services-header{margin-bottom:40px}.home-services-desc{font-size:.92rem}.home-services-bento{gap:12px}.bento-card{min-height:220px}.bento-content{padding:24px}.bento-content h3{font-size:1rem}.bento-content p{font-size:.8rem}.bento-icon{width:40px;height:40px;margin-bottom:14px}.home-services-action{margin-top:36px}.home-projects-top{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:32px}.home-projects-grid{grid-template-columns:1fr 1fr;gap:14px}.home-project-card{height:220px}.home-cta{min-height:auto}.home-cta-content{padding:72px 0}.home-cta-title{font-size:1.6rem}.home-cta-desc{margin-bottom:28px;font-size:.92rem}.home-cta-actions{flex-direction:column}.home-cta-actions .btn{justify-content:center;width:100%}}@media (width<=480px){.home-services-bento{grid-template-columns:1fr}.bento-card{min-height:200px}.home-projects-grid{grid-template-columns:1fr}.home-project-card{height:200px}.home-cta-content{padding:56px 0}.home-cta-title{font-size:1.4rem}}.services{background:var(--white)}.services-header{text-align:center;max-width:640px;margin:0 auto 72px}.services-header-desc{color:var(--gray-400);margin-top:14px;font-size:1.02rem;line-height:1.8}.services-list{flex-direction:column;gap:48px;display:flex}.service-row{border-radius:var(--radius-xl);background:var(--gray-50);border:1px solid var(--gray-100);grid-template-columns:1fr 1fr;align-items:center;gap:56px;padding:40px;transition:all .4s;display:grid}.service-row:hover{border-color:#8b1a2b1a;box-shadow:0 16px 48px #0000000d}.service-row.reverse{direction:rtl}.service-row.reverse>*{direction:ltr}.service-image{border-radius:var(--radius-lg);height:380px;position:relative;overflow:hidden}.service-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.service-row:hover .service-image img{transform:scale(1.04)}.service-image-overlay{pointer-events:none;background:linear-gradient(#0000 50%,#0c0c0c66 100%);position:absolute;inset:0}.service-number{color:#ffffff26;letter-spacing:2px;font-size:3rem;font-weight:900;line-height:1;position:absolute;bottom:20px;left:20px}.service-content{padding:8px 0}.service-icon-wrap{border-radius:var(--radius-md);background:var(--white);border:1px solid var(--gray-200);width:52px;height:52px;color:var(--crimson);justify-content:center;align-items:center;margin-bottom:24px;transition:all .4s;display:flex}.service-row:hover .service-icon-wrap{background:var(--crimson);color:var(--white);border-color:var(--crimson);box-shadow:0 8px 20px #8b1a2b33}.service-name{font-family:var(--font-display);color:var(--dark);margin-bottom:14px;font-size:1.45rem;font-weight:700;line-height:1.3}.service-text{color:var(--gray-400);margin-bottom:24px;font-size:.92rem;line-height:1.8}.service-features{grid-template-columns:1fr 1fr;gap:10px;margin:0;padding:0;list-style:none;display:grid}.service-features li{color:var(--dark);align-items:center;gap:8px;font-size:.85rem;font-weight:500;display:flex}.service-features li svg{color:var(--crimson);flex-shrink:0}@media (width<=1024px){.service-row{grid-template-columns:1fr;gap:32px;padding:28px}.service-row.reverse{direction:ltr}.service-image{height:300px}}@media (width<=768px){.services-list{gap:32px}.service-row{gap:24px;padding:20px}.service-image{height:240px}.service-name{font-size:1.25rem}.service-text{margin-bottom:20px;font-size:.88rem}.service-icon-wrap{width:44px;height:44px;margin-bottom:18px}.service-number{font-size:2rem;bottom:14px;left:14px}.services-header{margin-bottom:48px}}@media (width<=480px){.service-row{padding:16px}.service-image{border-radius:var(--radius-md);height:200px}.service-content{padding:4px 0}.service-features{grid-template-columns:1fr;gap:8px}.service-features li{font-size:.82rem}}.process{background:var(--dark);position:relative;overflow:hidden}.process:before{content:"";pointer-events:none;background:radial-gradient(circle,#8b1a2b14 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-200px;right:-200px}.process .section-label{color:var(--crimson-light)}.process .section-title{color:var(--white)}.process .section-title span{color:var(--crimson-light)}.process-header{text-align:center;margin-bottom:72px}.process-timeline{grid-template-columns:repeat(4,1fr);gap:28px;display:grid;position:relative}.process-line{background:linear-gradient(to right, var(--crimson), #8b1a2b4d);height:2px;position:absolute;top:20px;left:calc(12.5% + 14px);right:calc(12.5% + 14px)}.process-card{flex-direction:column;align-items:center;display:flex}.process-card-marker{z-index:2;margin-bottom:28px;position:relative}.process-dot{background:var(--crimson);border:4px solid var(--dark);width:40px;height:40px;box-shadow:0 0 0 2px var(--crimson), 0 4px 16px #8b1a2b4d;border-radius:50%;transition:all .4s;display:block}.process-card:hover .process-dot{box-shadow:0 0 0 3px var(--crimson-light), 0 8px 24px #8b1a2b66;transform:scale(1.2)}.process-card-inner{border-radius:var(--radius-lg);text-align:center;background:#ffffff0a;border:1px solid #ffffff0f;width:100%;padding:32px 28px;transition:all .4s}.process-card:hover .process-card-inner{background:#ffffff12;border-color:#8b1a2b33;transform:translateY(-6px)}.process-card-head{justify-content:center;align-items:center;gap:12px;margin-bottom:18px;display:flex}.process-icon{border-radius:var(--radius-sm);width:44px;height:44px;color:var(--crimson-light);background:#8b1a2b26;justify-content:center;align-items:center;transition:all .4s;display:flex}.process-card:hover .process-icon{background:var(--crimson);color:var(--white)}.process-num{letter-spacing:2px;color:#fff3;font-size:.72rem;font-weight:800}.process-title{color:var(--white);margin-bottom:10px;font-size:1.1rem;font-weight:700}.process-desc{color:#ffffff73;font-size:.86rem;line-height:1.75}@media (width<=1024px){.process-timeline{grid-template-columns:repeat(2,1fr);gap:32px}.process-line{display:none}}@media (width<=640px){.process-timeline{grid-template-columns:1fr;gap:24px}.process-card-marker{display:none}.process-card-inner{padding:28px 24px}}.page-header{align-items:flex-end;min-height:480px;padding-bottom:64px;display:flex;position:relative;overflow:hidden}.page-header-short{min-height:400px}.page-header-bg{filter:brightness(.2)saturate(.5);background-position:50%;background-size:cover;position:absolute;inset:0}.page-header-overlay{background:linear-gradient(#0c0c0c99 0%,#0c0c0cd9 100%);position:absolute;inset:0}.page-header-content{z-index:2;padding-top:140px;position:relative}.page-header-label{letter-spacing:3px;text-transform:uppercase;color:var(--crimson-light);align-items:center;gap:10px;margin-bottom:16px;font-size:.72rem;font-weight:700;display:inline-flex}.page-header-label:before{content:"";background:var(--crimson-light);width:28px;height:1.5px}.page-header-title{font-family:var(--font-display);color:var(--white);margin-bottom:16px;font-size:clamp(2.4rem,5vw,3.5rem);font-weight:700;line-height:1.1}.page-header-desc{color:#ffffff80;max-width:500px;margin-bottom:24px;font-size:1.05rem;line-height:1.7}.page-header-breadcrumb{color:#ffffff59;align-items:center;gap:8px;font-size:.85rem;display:flex}.page-header-breadcrumb a{color:#ffffff80;transition:color .3s}.page-header-breadcrumb a:hover,.page-header-breadcrumb span{color:var(--crimson-light)}.page-cta{background:var(--gray-50)}@media (width<=768px){.page-header{min-height:360px;padding-bottom:48px}.page-header-short{min-height:300px}.page-header-content{padding-top:110px}.page-header-title{font-size:clamp(1.8rem,6vw,2.6rem)}.page-header-desc{margin-bottom:16px;font-size:.92rem}.page-header-label{letter-spacing:2px;font-size:.65rem}}@media (width<=480px){.page-header{min-height:300px;padding-bottom:36px}.page-header-short{min-height:260px}.page-header-title{font-size:1.6rem}}.services-stats{background:var(--white);z-index:3;margin-top:-48px;padding:0;position:relative}.stats-grid{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-100);grid-template-columns:repeat(4,1fr);gap:0;display:grid;overflow:hidden;box-shadow:0 20px 60px #00000014}.stat-card{text-align:center;padding:36px 24px;transition:background .3s;position:relative}.stat-card:not(:last-child):after{content:"";background:var(--gray-100);width:1px;height:60%;position:absolute;top:20%;right:0}.stat-card:hover{background:var(--gray-50)}.stat-icon{background:var(--crimson-soft);width:44px;height:44px;color:var(--crimson);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 14px;display:flex}.stat-value{font-family:var(--font-display);color:var(--dark);font-size:1.8rem;font-weight:800;line-height:1.2}.stat-label{color:var(--gray-400);margin-top:4px;font-size:.82rem;font-weight:500}.services-cta{background:var(--gray-50)}.services-cta-box{background:var(--dark);border-radius:var(--radius-xl);justify-content:space-between;align-items:center;gap:40px;padding:56px 64px;display:flex;position:relative;overflow:hidden}.services-cta-box:before{content:"";pointer-events:none;background:radial-gradient(circle,#8b1a2b26 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-60px;right:-60px}.services-cta-content h2{font-family:var(--font-display);color:var(--white);margin-bottom:12px;font-size:clamp(1.6rem,3vw,2rem);font-weight:700}.services-cta-content p{color:#ffffff80;max-width:480px;font-size:.95rem;line-height:1.7}.services-cta-actions{flex-wrap:wrap;flex-shrink:0;gap:12px;display:flex}@media (width<=1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-card:nth-child(2):after{display:none}.stat-card:first-child:after,.stat-card:nth-child(3):after{height:60%;top:20%}.services-cta-box{text-align:center;flex-direction:column;padding:48px 36px}.services-cta-content p{max-width:none}.services-cta-actions{justify-content:center}}@media (width<=768px){.services-stats{margin-top:-36px}.stats-grid{border-radius:var(--radius-lg)}.stat-card{padding:24px 16px}.stat-value{font-size:1.4rem}.stat-label{font-size:.75rem}.stat-icon{width:38px;height:38px;margin-bottom:10px}.services-cta-box{border-radius:var(--radius-lg);padding:36px 24px}.services-cta-content h2{font-size:1.4rem}.services-cta-content p{font-size:.88rem}.services-cta-actions{flex-direction:column;width:100%}.services-cta-actions .btn{justify-content:center;width:100%}}@media (width<=480px){.stats-grid{grid-template-columns:1fr 1fr}.stat-card{padding:20px 12px}.stat-value{font-size:1.25rem}.services-cta-box{padding:28px 20px}}.projects{background:var(--gray-50)}.projects-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:48px;display:flex}.projects-subtitle{color:var(--gray-400);max-width:460px;margin-top:10px;font-size:1rem;line-height:1.7}.projects-filters{flex-wrap:wrap;gap:8px;display:flex}.filter-btn{font-family:var(--font-primary);color:var(--gray-400);background:var(--white);border:1.5px solid var(--gray-200);cursor:pointer;border-radius:60px;padding:10px 22px;font-size:.84rem;font-weight:600;transition:all .3s}.filter-btn:hover{border-color:var(--gray-300);color:var(--dark)}.filter-btn.active{background:var(--crimson);color:var(--white);border-color:var(--crimson)}.projects-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.project-card{background:var(--white);border-radius:var(--radius-lg);cursor:pointer;border:1px solid var(--gray-100);transition:all .4s cubic-bezier(.25,.46,.45,.94);overflow:hidden}.project-card:hover{border-color:#0000;transform:translateY(-8px);box-shadow:0 24px 56px #0000001a}.project-img{height:280px;position:relative;overflow:hidden}.project-img img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.project-card:hover .project-img img{transform:scale(1.08)}.project-hover{opacity:0;background:linear-gradient(#0000 30%,#8b1a2b33 60%,#8b1a2b99 100%);justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:absolute;inset:0}.project-card:hover .project-hover{opacity:1}.project-hover-btn{background:var(--white);width:56px;height:56px;color:var(--crimson);opacity:0;border-radius:50%;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;transform:scale(.6)translateY(12px);box-shadow:0 8px 24px #00000026}.project-card:hover .project-hover-btn{opacity:1;transform:scale(1)translateY(0)}.project-meta{padding:22px 26px 26px}.project-cat{text-transform:uppercase;letter-spacing:2px;color:var(--crimson);font-size:.68rem;font-weight:700}.project-title{color:var(--dark);margin-top:6px;font-size:1.05rem;font-weight:700;line-height:1.4}.project-desc{color:var(--gray-400);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:8px;font-size:.85rem;line-height:1.65;display:-webkit-box;overflow:hidden}.lightbox{z-index:2000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#080808eb;justify-content:center;align-items:center;padding:40px 80px;display:flex;position:fixed;inset:0}.lightbox-close{z-index:10;color:var(--white);cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;top:28px;right:28px}.lightbox-close:hover{background:var(--crimson);border-color:var(--crimson)}.lightbox-nav{z-index:10;width:52px;height:52px;color:var(--white);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav:hover{background:#ffffff24;border-color:#ffffff40}.lightbox-prev{left:24px}.lightbox-next{right:24px}.lightbox-body{border-radius:var(--radius-xl);background:var(--white);width:100%;max-width:920px;overflow:hidden;box-shadow:0 40px 100px #0006}.lightbox-image-wrap{background:var(--dark);justify-content:center;align-items:center;display:flex;position:relative}.lightbox-image-wrap img{object-fit:contain;width:100%;max-height:68vh}.lightbox-info{padding:28px 36px 32px}.lightbox-info-top{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.lightbox-cat{text-transform:uppercase;letter-spacing:2px;color:var(--crimson);font-size:.68rem;font-weight:700}.lightbox-counter{color:var(--gray-300);letter-spacing:1px;font-size:.78rem;font-weight:600}.lightbox-info h3{font-family:var(--font-display);color:var(--dark);margin-bottom:8px;font-size:1.4rem;font-weight:700;line-height:1.3}.lightbox-info p{color:var(--gray-400);font-size:.92rem;line-height:1.7}@media (width<=1024px){.projects-top{flex-direction:column;align-items:flex-start}.projects-grid{grid-template-columns:repeat(2,1fr)}.lightbox{padding:24px 60px}}@media (width<=768px){.lightbox{padding:16px}.lightbox-nav{width:40px;height:40px}.lightbox-prev{left:12px}.lightbox-next{right:12px}.lightbox-info{padding:20px 24px 24px}.lightbox-info h3{font-size:1.15rem}}@media (width<=640px){.projects-grid{grid-template-columns:1fr}.lightbox-nav{width:36px;height:36px;top:auto;bottom:20px;transform:none}.lightbox-prev{left:calc(50% - 48px)}.lightbox-next{right:calc(50% - 48px)}}.about{background:var(--white);padding-bottom:60px}.about-layout{grid-template-columns:1fr 1fr;align-items:center;gap:80px;margin-bottom:80px;display:grid}.about-images{height:520px;position:relative}.about-img-main{border-radius:var(--radius-lg);width:65%;height:100%;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 24px 64px #0000001a}.about-img-main img{object-fit:cover;width:100%;height:100%}.about-img-secondary{border-radius:var(--radius-lg);border:5px solid var(--white);width:55%;height:60%;position:absolute;bottom:0;right:0;overflow:hidden;box-shadow:0 16px 48px #00000014}.about-img-secondary img{object-fit:cover;width:100%;height:100%}.about-experience-badge{background:var(--crimson);color:var(--white);border-radius:var(--radius-md);text-align:center;z-index:3;padding:20px 24px;position:absolute;top:30px;right:20px;box-shadow:0 12px 32px #8b1a2b4d}.badge-number{font-family:var(--font-display);font-size:2.2rem;font-weight:800;line-height:1;display:block}.badge-text{text-transform:uppercase;letter-spacing:1px;opacity:.8;font-size:.68rem;font-weight:600}.about-text{color:var(--gray-500);margin-bottom:16px;font-size:.98rem;line-height:1.8}.about-highlights{flex-direction:column;gap:16px;margin:32px 0;display:flex}.highlight{align-items:flex-start;gap:16px;display:flex}.highlight svg{color:var(--crimson);flex-shrink:0;margin-top:2px}.highlight strong{color:var(--dark);margin-bottom:2px;font-size:.95rem;display:block}.highlight span{color:var(--gray-400);font-size:.88rem;line-height:1.6}.counters-bar{background:var(--gray-100);border-radius:var(--radius-lg);grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.counter-item{background:var(--gray-50);text-align:center;padding:40px 28px;transition:background .3s}.counter-item:hover{background:var(--white)}.counter-icon{color:var(--crimson);margin-bottom:12px}.counter-number{font-family:var(--font-display);color:var(--dark);margin-bottom:4px;font-size:2.4rem;font-weight:800;line-height:1.1;display:block}.counter-label{color:var(--gray-400);letter-spacing:.5px;font-size:.8rem;font-weight:600}@media (width<=1024px){.about-layout{grid-template-columns:1fr;gap:50px}.about-images{height:400px}.counters-bar{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.about-layout{gap:40px;margin-bottom:48px}.about-images{height:320px}.about-img-main{width:58%}.about-img-secondary{width:52%;height:52%}.about-experience-badge{padding:14px 18px;top:16px;right:10px}.badge-number{font-size:1.6rem}.badge-text{font-size:.6rem}.about-highlights{margin:24px 0}.counters-bar{grid-template-columns:repeat(2,1fr)}.counter-item{padding:28px 20px}.counter-number{font-size:1.8rem}}@media (width<=480px){.about-images{height:260px}.about-img-main{width:55%}.about-img-secondary{border-width:3px;width:55%;height:50%}.about-experience-badge{display:none}.counter-item{padding:24px 16px}.counter-number{font-size:1.5rem}.counter-label{font-size:.72rem}}.testimonials{background:var(--dark)}.testimonials-layout{grid-template-columns:1fr 1.2fr;align-items:center;gap:80px;display:grid}.testimonials-left .section-label:before{background:var(--crimson-light)}.testimonials-left .section-label{color:var(--crimson-light)}.testimonials-desc{color:#fff6;max-width:400px;margin-bottom:32px;font-size:1rem;line-height:1.8}.testimonials-nav{align-items:center;gap:16px;display:flex}.testimonials-nav button{width:44px;height:44px;color:var(--white);cursor:pointer;background:0 0;border:1.5px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.testimonials-nav button:hover{background:var(--crimson);border-color:var(--crimson)}.nav-count{color:#ffffff80;letter-spacing:2px;font-variant-numeric:tabular-nums;font-size:.88rem;font-weight:600}.testimonial-card{border-radius:var(--radius-lg);background:#ffffff0a;border:1px solid #ffffff14;padding:44px}.quote-icon{color:var(--crimson);opacity:.3;margin-bottom:20px}.stars{gap:3px;margin-bottom:20px;display:flex}.testimonial-text{color:#ffffffbf;margin-bottom:28px;font-size:1.1rem;font-style:italic;line-height:1.8}.testimonial-author{align-items:center;gap:14px;display:flex}.author-avatar{background:var(--crimson);width:48px;height:48px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.testimonial-author strong{color:var(--white);font-size:.95rem;display:block}.testimonial-author span{color:#fff6;font-size:.82rem}@media (width<=1024px){.testimonials-layout{grid-template-columns:1fr;gap:40px}}@media (width<=768px){.testimonials-layout{gap:32px}.testimonials-desc{max-width:none;margin-bottom:24px;font-size:.92rem}.testimonial-card{padding:28px 20px}.testimonial-text{margin-bottom:22px;font-size:.95rem}.testimonials-nav button{width:38px;height:38px}}@media (width<=480px){.testimonial-card{padding:24px 16px}.testimonial-text{font-size:.88rem}}.contact{background:var(--white)}.contact-header{text-align:center;margin-bottom:48px}.contact-info-row{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px;display:grid}.contact-info-card{background:var(--gray-50);border-radius:var(--radius-md);border:1px solid var(--gray-100);align-items:center;gap:16px;padding:28px 24px;transition:all .3s;display:flex}.contact-info-card:hover{border-color:#8b1a2b26;box-shadow:0 8px 24px #0000000a}.info-icon{border-radius:var(--radius-sm);background:var(--crimson);width:48px;min-width:48px;height:48px;color:var(--white);justify-content:center;align-items:center;display:flex}.info-label{color:var(--gray-400);text-transform:uppercase;letter-spacing:1px;margin-bottom:2px;font-size:.72rem;font-weight:600;display:block}.info-value{color:var(--dark);font-size:.95rem;font-weight:600;display:block}a.info-value:hover{color:var(--crimson)}.contact-form-wrap{max-width:800px;margin:0 auto}.contact-form{background:var(--gray-50);border-radius:var(--radius-lg);border:1px solid var(--gray-100);padding:40px}.form-row{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.form-group{margin-bottom:0}.form-group input,.form-group select,.form-group textarea{width:100%;font-family:var(--font-primary);color:var(--dark);background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);resize:vertical;outline:none;padding:15px 18px;font-size:.92rem;transition:all .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--crimson);box-shadow:0 0 0 3px #8b1a2b14}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--gray-300)}.form-group textarea{margin-bottom:16px}.form-submit{justify-content:center;width:100%;padding:16px}.form-submit:disabled{cursor:default;box-shadow:none;background:#16a34a;transform:none}@media (width<=1024px){.contact-info-row{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.contact-info-row{grid-template-columns:1fr;gap:12px;margin-bottom:28px}.contact-info-card{padding:20px 18px}.info-icon{width:42px;min-width:42px;height:42px}.info-value{font-size:.88rem}.contact-form{padding:28px 20px}.contact-header{margin-bottom:32px}}@media (width<=640px){.form-row{grid-template-columns:1fr}.contact-form{padding:24px 16px}.form-group input,.form-group select,.form-group textarea{padding:13px 14px;font-size:.88rem}}.impressum{background:var(--white)}.impressum-grid{grid-template-columns:1fr 340px;align-items:start;gap:64px;display:grid}.impressum-main{flex-direction:column;gap:0;display:flex}.impressum-block{border-bottom:1px solid var(--gray-100);padding:32px 0}.impressum-block:first-child{padding-top:0}.impressum-block:last-child{border-bottom:none}.impressum-block h2{font-family:var(--font-display);color:var(--dark);margin-bottom:12px;font-size:1.6rem;font-weight:700}.impressum-block h3{color:var(--dark);margin-bottom:14px;font-size:1.1rem;font-weight:700}.impressum-block p{color:var(--gray-500);font-size:.95rem;line-height:1.8}.impressum-info{flex-direction:column;gap:12px;display:flex}.info-row{align-items:baseline;gap:24px;display:flex}.info-row .info-label{min-width:160px;color:var(--gray-400);font-size:.85rem;font-weight:600}.info-row .info-value{color:var(--dark);font-size:.95rem;font-weight:500}.info-row .info-value a{color:var(--crimson);transition:opacity .3s}.info-row .info-value a:hover{opacity:.7}.impressum-sidebar{position:sticky;top:120px}.impressum-card{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius-lg);text-align:center;padding:36px 28px}.impressum-logo{object-fit:contain;border-radius:var(--radius-sm);width:72px;height:72px;margin:0 auto 16px}.impressum-card h4{color:var(--dark);letter-spacing:1px;margin-bottom:4px;font-size:1.1rem;font-weight:800}.impressum-card>p{color:var(--gray-400);margin-bottom:24px;font-size:.82rem}.impressum-card-info{border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);flex-direction:column;gap:6px;margin-bottom:28px;padding:20px 0;display:flex}.impressum-card-info span{color:var(--gray-500);font-size:.88rem}.impressum-card-btn{justify-content:center;width:100%}@media (width<=1024px){.impressum-grid{grid-template-columns:1fr;gap:40px}.impressum-sidebar{position:static}}@media (width<=768px){.impressum-block{padding:24px 0}.impressum-block h2{font-size:1.35rem}.impressum-block h3{font-size:1rem}.impressum-block p{font-size:.88rem}.impressum-card{padding:28px 20px}}@media (width<=640px){.info-row{flex-direction:column;gap:4px}.info-row .info-label{min-width:auto}}:root{--dark:#0c0c0c;--dark-soft:#161616;--dark-medium:#1e1e1e;--crimson:#8b1a2b;--crimson-light:#a52235;--crimson-dark:#6a1420;--crimson-glow:#c42b42;--crimson-soft:#8b1a2b14;--white:#fff;--off-white:#fafafa;--gray-50:#f5f5f7;--gray-100:#ebebed;--gray-200:#d8d8dc;--gray-300:#b8b8be;--gray-400:#8e8e96;--gray-500:#636369;--gray-600:#48484e;--gray-700:#333338;--gray-800:#1c1c21;--gray-900:#0e0e12;--font-primary:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-display:"Playfair Display", Georgia, serif;--radius-sm:12px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-primary);color:var(--gray-700);background:var(--white);line-height:1.7;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.section{padding:120px 0}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section-label{font-family:var(--font-primary);letter-spacing:3px;text-transform:uppercase;color:var(--crimson);align-items:center;gap:10px;margin-bottom:16px;font-size:.75rem;font-weight:700;display:inline-flex}.section-label:before{content:"";background:var(--crimson);width:28px;height:1.5px;display:inline-block}.section-title{font-family:var(--font-display);color:var(--dark);margin-bottom:20px;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:700;line-height:1.15}.section-title span{color:var(--crimson)}.section-title.light{color:var(--white)}.section-title.light span{color:var(--crimson-light)}.section-desc{color:var(--gray-400);max-width:560px;font-size:1.05rem;line-height:1.8}.btn{font-family:var(--font-primary);cursor:pointer;letter-spacing:.3px;border:none;border-radius:60px;align-items:center;gap:10px;padding:16px 36px;font-size:.9rem;font-weight:600;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:inline-flex}.btn-primary{background:var(--crimson);color:var(--white)}.btn-primary:hover{background:var(--crimson-light);transform:translateY(-2px);box-shadow:0 12px 32px #8b1a2b40}.btn-outline{color:var(--dark);border:1.5px solid var(--gray-200);background:0 0}.btn-outline:hover{border-color:var(--crimson);color:var(--crimson);transform:translateY(-2px)}.btn-outline-light{color:var(--white);background:0 0;border:1.5px solid #ffffff40}.btn-outline-light:hover{border-color:var(--white);transform:translateY(-2px)}@media (width<=768px){.section{padding:72px 0}.container{padding:0 20px}.section-title{margin-bottom:14px;font-size:clamp(1.6rem,5vw,2.2rem)}.section-label{letter-spacing:2px;margin-bottom:12px;font-size:.68rem}.section-desc{font-size:.92rem}.btn{padding:14px 28px;font-size:.85rem}}@media (width<=480px){.section{padding:56px 0}.container{padding:0 16px}.section-title{font-size:1.5rem}}
