/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */:root{color-scheme:dark;color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;min-height:100vh;margin:0}h1{font-size:3.2em;line-height:1.1}button{color:#fff;cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#e9c958}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}a{color:#e9c958;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#e9c958}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.header{background-color:#000;color:#f5f5f5;padding:20px 0;position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(255,255,255,.1)}.header-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.header-logo{flex:0 0 auto}.logo-link{text-decoration:none;color:#f5f5f5}.logo-image{height:60px;width:auto;-o-object-fit:contain;object-fit:contain;filter:brightness(0) invert(1)}.header-nav{flex:1;display:flex;justify-content:center}.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:40px}.nav-list li a{color:#f5f5f5;text-decoration:none;font-size:16px;font-weight:400;transition:color .3s ease}.nav-list li a:hover{color:#e9c958}.nav-item-dropdown{position:relative}.dropdown-trigger{display:flex;align-items:center;cursor:pointer}.dropdown-trigger svg{transition:transform .3s ease}.nav-item-dropdown:hover .dropdown-trigger svg{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#000;border:1px solid rgba(255,255,255,.1);border-top:none;list-style:none;margin:5px 0 0;padding:0;min-width:250px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000}.dropdown-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li{border-bottom:1px solid rgba(255,255,255,.1)}.dropdown-menu li:last-child{border-bottom:none}.dropdown-menu li a{display:block;padding:12px 20px;color:#f5f5f5;text-decoration:none;font-size:14px;transition:all .3s ease}.dropdown-menu li a:hover{background-color:#e9c9581a;color:#e9c958;padding-left:25px}.social-icons{display:flex;gap:15px;margin-right:20px}.social-icons__link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#f5f5f5;transition:color .3s ease}.social-icons__link:hover{color:#e9c958}.social-icons__link svg{width:20px;height:20px}.header-phone{flex:0 0 auto}.phone-link{color:#f5f5f5;text-decoration:none;font-size:16px;font-weight:500;transition:color .3s ease}.phone-link:hover{color:#e9c958}.hamburger-menu{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-menu span{width:100%;height:3px;background-color:#f5f5f5;border-radius:3px;transition:all .3s ease;transform-origin:center}.hamburger-menu.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger-menu.active span:nth-child(2){opacity:0}.hamburger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}@media(max-width:768px){.header-container{position:relative;flex-wrap:nowrap;gap:15px}.hamburger-menu{display:flex;order:2;margin-left:auto}.header-nav{position:absolute;top:100%;left:0;width:100%;background-color:#000;border-top:1px solid rgba(255,255,255,.1);max-height:0;overflow:hidden;transition:max-height .3s ease;order:3;flex:none;justify-content:flex-start;padding:0}.header-nav.open{max-height:400px;padding:20px 0}.nav-list{flex-direction:column;gap:0;width:100%;padding:0 20px}.nav-list li{width:100%;border-bottom:1px solid rgba(255,255,255,.1)}.nav-list li:last-child{border-bottom:none}.nav-list li a{display:block;padding:15px 0;font-size:18px}.nav-item-dropdown{width:100%}.dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;max-height:0;overflow:hidden;transition:max-height .3s ease;border:none;margin-top:0;background-color:#0000004d}.nav-item-dropdown:hover .dropdown-menu,.dropdown-menu.open{max-height:500px}.dropdown-menu li a{padding:12px 20px 12px 30px;font-size:16px}.social-icons,.header-phone{display:none}.logo-image{height:50px}}.video-section{width:100%;position:relative;background-color:#000;overflow:hidden}.video-container{width:100%;position:relative}.video-wrapper{position:relative;width:100%;height:100vh;min-height:500px;max-height:800px;overflow:hidden}.hero-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.video-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(to bottom,rgba(0,0,0,.4) 0%,transparent 30%,transparent 70%,rgba(0,0,0,.4) 100%);pointer-events:none;transition:opacity .3s ease}.video-content{text-align:center;z-index:5;pointer-events:none;animation:fadeInUp 1s ease-out}.video-title{font-size:4.5rem;font-weight:700;color:#fff;margin:0 0 24px;text-shadow:2px 2px 8px rgba(0,0,0,.8);font-family:Futura Std Medium Regular,sans-serif;letter-spacing:2px;line-height:1.2}.video-tagline{font-size:18px;line-height:31px;color:#fff;margin:0 0 40px;text-shadow:1px 1px 4px rgba(0,0,0,.8);font-weight:400;letter-spacing:1px;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.video-cta-button{display:inline-block;padding:16px 40px;background-color:#fffffff2;color:#000;text-decoration:none;font-size:1.125rem;font-weight:600;border-radius:4px;pointer-events:all;transition:all .3s ease;box-shadow:0 4px 12px #0000004d;letter-spacing:.5px}.video-cta-button:hover{background-color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #0006}.video-cta-button:active{transform:translateY(0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.video-overlay:hover{opacity:1}.video-play-button{position:absolute;bottom:40px;right:40px;width:60px;height:60px;border-radius:50%;background-color:#ffffffe6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000;pointer-events:all;transition:all .3s ease;box-shadow:0 4px 12px #0000004d;z-index:10}.video-play-button:hover{background-color:#fff;transform:scale(1.1);box-shadow:0 6px 20px #0006}.video-play-button:active{transform:scale(.95)}.video-play-button.playing{opacity:.7}.video-play-button.playing:hover{opacity:1}.video-play-button svg{width:24px;height:24px}@media(max-width:768px){.video-wrapper{height:60vh;min-height:400px;max-height:600px}.video-title{font-size:2.5rem;margin:0 0 16px;letter-spacing:1px}.video-tagline{font-size:1.125rem;margin:0 0 32px}.video-cta-button{padding:14px 32px;font-size:1rem}.video-play-button{width:50px;height:50px;bottom:20px;right:20px}.video-play-button svg{width:20px;height:20px}}@media(max-width:480px){.video-wrapper{height:50vh;min-height:300px;max-height:500px}.video-title{font-size:2rem;margin:0 0 12px}.video-tagline{font-size:1rem;margin:0 0 24px}.video-cta-button{padding:12px 24px;font-size:.9rem}.video-play-button{width:45px;height:45px;bottom:15px;right:15px}}.nos-services-section{background-color:#000;padding:80px 0 40px}.nos-services-container{max-width:1440px;margin:0 auto;padding:0 32px}.nos-services-header{max-width:780px;margin:0 auto 64px;text-align:center;display:flex;flex-direction:column;gap:20px}.nos-services-eyebrow{letter-spacing:.3em;text-transform:uppercase;font-size:.875rem;color:hex #FFFFFF}.nos-services-title{font-size:2.5rem;font-weight:600;line-height:1.2;color:#f5f5f5;font-family:Futura Std Medium Regular,sans-serif}.nos-services-subtitle{font-size:18px;line-height:31px;font-weight:400;color:#bdbdbd;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.nos-services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.nos-service-card{position:relative;border-radius:20px;overflow:hidden;min-height:360px;background-color:#111;transition:transform .5s ease,box-shadow .5s ease;box-shadow:0 25px 60px #00000073;display:flex;align-items:flex-end}.nos-service-card:hover{transform:translateY(-6px);box-shadow:0 32px 70px #0009}.nos-service-image{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:1;transition:transform .6s cubic-bezier(.19,1,.22,1)}.nos-service-card.no-zoom .nos-service-image{transition:none!important;-o-object-position:center bottom;object-position:center bottom;transform:scale(1)}.nos-service-card:hover .nos-service-image{transform:scale(1.05)}.nos-service-card.no-zoom:hover .nos-service-image{transform:scale(1.2)!important;-o-object-position:center bottom;object-position:center bottom}.nos-service-placeholder{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:2px dashed rgba(233,201,88,.3);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.nos-service-placeholder:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(233,201,88,.03) 10px,rgba(233,201,88,.03) 20px);opacity:.5}.nos-service-placeholder .placeholder-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px}.nos-service-placeholder .placeholder-icon{color:#e9c95899;margin-bottom:16px;animation:placeholder-pulse 2s ease-in-out infinite}.nos-service-placeholder .placeholder-text{color:#fff;font-size:16px;font-weight:500;margin:0 0 4px;font-family:Futura Std Medium Regular,sans-serif}.nos-service-placeholder .placeholder-subtext{color:#ffffff80;font-size:12px;font-weight:400;text-transform:uppercase;letter-spacing:1px}@keyframes placeholder-pulse{0%,to{opacity:.6}50%{opacity:1}}.nos-service-card:hover .nos-service-placeholder{transform:scale(1.05)}.nos-service-overlay{position:absolute;inset:0;transition:background .35s ease}.nos-service-card:hover .nos-service-overlay{background:linear-gradient(200deg,#00000026,#000000a6 65%,#000000d9)}.nos-service-content{position:absolute;inset:0;padding:36px 32px;color:#f5f5f5;display:flex;flex-direction:column;gap:12px;justify-content:flex-end;transition:padding .45s ease}.nos-service-title{font-size:1.75rem;font-weight:600;margin:0;color:#fff;font-family:Futura Std Medium Regular,sans-serif;transform:translateY(0);transition:transform .45s ease}.nos-service-description{font-size:18px;line-height:31px;color:#fff;font-weight:400;margin:0;opacity:0;transform:translateY(24px);max-height:0;overflow:hidden;transition:opacity .4s ease .1s,transform .4s ease .1s,max-height .4s ease .1s;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.nos-service-cta{display:inline-flex;align-items:center;gap:10px;font-size:.95rem;font-weight:500;color:#e9c958;text-transform:uppercase;letter-spacing:.08em;opacity:0;transform:translateY(24px);max-height:0;overflow:hidden;transition:opacity .4s ease .15s,transform .4s ease .15s,max-height .4s ease .15s;text-decoration:none}.nos-service-card:hover .nos-service-content{padding:48px 32px}.nos-service-card:hover .nos-service-title{transform:translateY(-18px)}.nos-service-card:hover .nos-service-description,.nos-service-card:hover .nos-service-cta{opacity:1;transform:translateY(0);max-height:300px}.nos-service-card:hover .nos-service-cta{color:#ffd96b}.nos-service-cta svg{transition:transform .3s ease}.nos-service-card:hover .nos-service-cta svg{transform:translate(4px)}.nos-service-cta:hover svg{transform:translate(6px)}@media(max-width:1200px){.nos-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nos-services-title{font-size:2.25rem}.nos-services-subtitle{font-size:1.05rem}.nos-service-content{padding:36px 28px}.nos-service-card:hover .nos-service-content{padding:44px 28px}}@media(max-width:768px){.nos-services-section{padding:60px 0 30px}.nos-services-header{margin-bottom:48px}.nos-services-title{font-size:2rem}.nos-service-card{min-height:320px}.nos-service-content{padding:32px 24px}.nos-service-card:hover .nos-service-content{padding:40px 24px}}@media(max-width:640px){.nos-services-grid{grid-template-columns:1fr}}@media(max-width:540px){.nos-services-container{padding:0 20px}.nos-services-grid{gap:20px}.nos-service-content{padding:28px 20px}.nos-service-card:hover .nos-service-content{padding:32px 20px}.nos-service-title{font-size:1.5rem}}.main-content-section{background-color:#000;padding:40px 0}.content-container{max-width:100%;width:100%;margin:0 auto;padding:0 16px}.content-grid{display:flex;flex-direction:column;gap:28px;width:100%;align-items:center}.content-grid .images-column{order:1}.content-grid .text-column{order:2}.content-grid-inverted .images-column{order:1}.content-grid-inverted .text-column{order:2}.text-column{display:flex;justify-content:center;width:100%}.text-content{max-width:100%;width:100%;text-align:center;padding:0 8px}.main-title{font-size:1.35rem;font-weight:600;color:#fff;line-height:1.35;margin-bottom:16px;font-family:Futura Std Medium Regular,sans-serif}.description{font-size:1rem;line-height:1.7;font-weight:400;color:#d0d0d0;margin-bottom:16px;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.contact-button{display:inline-block;background-color:#fff;color:#000;padding:14px 28px;text-decoration:none;border-radius:8px;font-size:15px;font-weight:500;margin:0 auto;width:-moz-fit-content;width:fit-content;transition:background-color .3s ease,transform .2s ease}.contact-button:active{transform:scale(.98);background-color:#e5e5e5}.additional-text{font-size:.95rem;line-height:1.7;font-weight:400;color:#b3b3b3;margin-bottom:24px;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.images-column{display:flex;justify-content:center;align-items:center;width:100%;max-width:400px}.image-grid{display:flex;flex-direction:column;gap:12px;max-width:100%;width:100%}.image-item{overflow:hidden;border-radius:12px;box-shadow:0 8px 32px #0006}.large-image,.small-image{width:100%}.image-item img{width:100%;display:block;-o-object-fit:cover;object-fit:cover;border-radius:12px}.large-image img{height:200px}.small-image img{height:180px}@media(min-width:768px){.main-content-section{padding:50px 0}.content-container{padding:0 24px;max-width:700px}.content-grid{gap:36px}.text-content{padding:0}.main-title{font-size:1.5rem;margin-bottom:18px}.description{font-size:1.05rem;margin-bottom:18px}.additional-text{font-size:1rem;margin-bottom:28px}.contact-button{padding:14px 32px;font-size:16px}.contact-button:hover{background-color:#f5f5f5}.images-column{max-width:500px}.image-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:14px}.large-image{grid-column:1 / 3;grid-row:1}.small-image{grid-column:auto;grid-row:2}.large-image img{height:220px}.small-image img{height:180px}}@media(min-width:1024px){.main-content-section{padding:60px 0}.content-container{max-width:1000px;padding:0 32px}.content-grid{display:grid;grid-template-columns:1fr;gap:30px;max-width:800px;margin:0 auto;align-items:start}.content-grid .images-column,.content-grid .text-column{order:unset}.content-grid-inverted .images-column{order:1}.content-grid-inverted .text-column{order:2}.text-column{padding-right:0}.text-content{max-width:100%;text-align:center}.main-title{font-size:1.3rem;margin-bottom:20px;line-height:1.4}.description{font-size:18px;line-height:31px;margin-bottom:20px}.additional-text{font-size:18px;line-height:31px;margin-bottom:25px}.contact-button{padding:15px 30px;font-size:16px;border-radius:4px}.contact-button:hover{background-color:#f5f5f5}.images-column{max-width:none;height:100%}.image-item{border-radius:8px}.image-item img{border-radius:0}.large-image img{height:250px}.small-image img{height:200px}}.service-section{padding:40px 0 80px;background-color:#000}.service-section-container{max-width:1440px;margin:0 auto;padding:0 32px}.service-section-header{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;margin-bottom:48px}.service-section-heading{max-width:800px;font-size:2.25rem;font-weight:600;color:#fff;margin:0;font-family:Futura Std Medium Regular,sans-serif}.service-section-description{color:#ccc;font-size:18px;line-height:31px;font-weight:400;max-width:600px;margin:0;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.service-tabs{margin-top:32px}.service-tabs-list{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:transparent;padding:0;height:auto;margin-bottom:32px}.service-tab-trigger{display:flex;align-items:center;gap:8px;border-radius:12px;padding:12px 24px;font-size:.875rem;font-weight:600;color:#999;background:transparent;border:2px solid transparent;transition:all .3s ease}.service-tab-trigger:hover{background-color:#ffffff1a;color:#fff}.service-tab-trigger[data-state=active]{background-color:#ffffff26;color:#fff;border-color:#fff}.service-tabs-content-wrapper{max-width:1440px;margin:0 auto;border-radius:24px;background-color:#ffffff0d;padding:24px;border:1px solid rgba(255,255,255,.1)}.service-tab-content{display:grid;align-items:start;justify-items:center;gap:40px;margin-top:0}.service-tab-text{display:flex;flex-direction:column;gap:20px}.service-content-badge{width:-moz-fit-content;width:fit-content;background-color:#ffffff1a;color:#fff;border-color:#fff3}.service-content-title{font-size:2rem;font-weight:600;color:#fff;margin:0;font-family:Futura Std Medium Regular,sans-serif}.service-content-description{color:#ccc;font-size:18px;line-height:31px;font-weight:400;margin:0;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.service-content-button{margin-top:32px;width:-moz-fit-content;width:fit-content;background-color:#fff;color:#000;padding:15px 30px!important;font-size:16px!important;font-weight:500}.service-content-button:hover{background-color:#f0f0f0}.service-tab-image{width:100%;max-width:450px;border-radius:8px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}@media(min-width:1024px){.service-tabs-list{flex-direction:row;gap:40px}.service-tabs-content-wrapper{padding:64px}.service-tab-content{grid-template-columns:1fr 1fr;gap:60px;align-items:start}.service-content-title{font-size:2rem}.service-content-description{font-size:18px;line-height:31px;font-weight:400}}@media(max-width:768px){.service-section{padding:30px 0 60px}.service-section-heading{font-size:2rem}.service-section-description{font-size:18px;line-height:31px;font-weight:400}.service-tabs-content-wrapper{padding:20px}.service-content-title{font-size:1.75rem}.service-content-description{font-size:18px;line-height:31px;font-weight:400}}.testimonials-section{background-color:#000;color:#f5f5f5;padding:5rem 2rem;width:100%}.testimonials-container{max-width:1440px;width:100%;margin:0 auto}.testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-title{color:#fff;font-size:2.25rem;font-weight:600;margin:0;font-family:Futura Std Medium Regular,sans-serif;letter-spacing:-.02em}.testimonials-content{width:100%}.testimonials-carousel{position:relative;width:100%;max-width:1200px;margin:0 auto}.carousel-wrapper{overflow:hidden;width:100%;border-radius:8px}.carousel-track{display:grid;transition:transform .5s ease;will-change:transform}.testimonial-card{background-color:#000;color:#fff;padding:2.5rem;border-radius:8px;display:flex;flex-direction:column;gap:1.5rem;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #333333}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #e9c95833}.testimonial-rating{display:flex;gap:.25rem}.testimonial-rating .star{color:#e9c958;font-size:1.25rem;line-height:1}.testimonial-quote{font-size:1.125rem;line-height:1.7;color:#f5f5f5;margin:0;font-style:italic;flex-grow:1}.testimonial-author{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid #333333}.testimonial-author-info{flex:1}.testimonial-name{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .25rem;letter-spacing:-.01em}.testimonial-role{font-size:.875rem;color:#b3b3b3;margin:0}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffffff0d;border:1px solid rgba(255,255,255,.15);color:#fff;width:56px;height:56px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:300;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 12px #0000004d}.carousel-button:hover{background-color:#e9c95826;border-color:#e9c958;color:#e9c958;transform:translateY(-50%) scale(1.05);box-shadow:0 6px 16px #e9c95840}.carousel-button:active{transform:translateY(-50%) scale(.98)}.carousel-button-prev{left:-32px}.carousel-button-next{right:-32px}.carousel-dots{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.carousel-dot{width:12px;height:12px;border-radius:50%;border:none;background-color:#ffffff4d;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot:hover{background-color:#ffffff80}.carousel-dot.active{background-color:#e9c958;width:32px;border-radius:6px}@media(max-width:1024px){.testimonials-carousel{max-width:100%;padding:0 1rem}.carousel-button-prev{left:0}.carousel-button-next{right:0}}@media(max-width:768px){.testimonials-section{padding:3rem 1.5rem}.testimonials-header{margin-bottom:2.5rem}.testimonials-title{font-size:1.875rem}.testimonials-carousel{padding:0}.testimonial-card{padding:2rem;min-width:100%}.testimonial-quote{font-size:1rem;line-height:1.6}.carousel-button{width:40px;height:40px;font-size:1.5rem}.carousel-button-prev{left:.5rem}.carousel-button-next{right:.5rem}}@media(max-width:480px){.testimonials-section{padding:2.5rem 1rem}.testimonials-header{margin-bottom:2rem}.testimonials-title{font-size:1.5rem}.testimonial-card{padding:1.5rem;gap:1rem}.testimonial-quote{font-size:.9375rem;line-height:1.5}.testimonial-rating .star{font-size:1rem}.testimonial-name{font-size:.9375rem}.carousel-button{width:36px;height:36px;font-size:1.25rem}.carousel-button-prev{left:.25rem}.carousel-button-next{right:.25rem}.carousel-dots{margin-top:1.5rem;gap:.5rem}.carousel-dot{width:10px;height:10px}.carousel-dot.active{width:24px}}.contact-left{display:flex;flex-direction:column}.contact-desc{max-width:500px;font-size:18px;line-height:31px;color:#e0e0e0;font-weight:400;order:2;margin-top:0;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.contact-form{background:#1a1a1a;border:1px solid #333333;border-radius:14px;padding:28px}@media(max-width:768px){.contact-wrap{padding:60px 0}.contact-grid{grid-template-columns:1fr;gap:40px}.contact-desc{max-width:100%;font-size:18px;line-height:31px}.title-bg{font-size:28px;padding:10px 16px}.contact-form{padding:20px}.form-row{flex-direction:column;gap:0}}.footer{background-color:#000;border-top:1px solid rgba(255,255,255,.1);padding:60px 0 30px;margin-top:0}.footer-container{max-width:1440px;margin:0 auto;padding:0 32px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:40px}.footer-section{display:flex;flex-direction:column}.footer-logo{margin-bottom:16px}.footer-logo-link{text-decoration:none;color:#f5f5f5}.footer-logo-image{height:60px;width:auto;-o-object-fit:contain;object-fit:contain;filter:brightness(0) invert(1)}.footer-description{font-size:18px;line-height:31px;font-weight:400;color:#d0d0d0;max-width:280px}.footer-title{font-size:18px;font-weight:500;color:#fff;margin-bottom:16px;font-family:Futura Std Medium Regular,sans-serif}.footer-nav{display:flex;flex-direction:column;gap:12px}.footer-link{color:#d0d0d0;text-decoration:none;font-size:16px;transition:color .3s ease}.footer-link:hover{color:#e9c958}.footer-contact{display:flex;flex-direction:column;gap:12px}.footer-contact-item{display:flex;align-items:center;color:#d0d0d0;text-decoration:none;font-size:16px;transition:color .3s ease}.footer-contact-item:hover{color:#e9c958}.footer-contact-item svg{flex-shrink:0}.footer-social{display:flex;gap:15px}.footer-social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#f5f5f5;transition:color .3s ease}.footer-social-link:hover{color:#e9c958}.footer-social-link svg{width:20px;height:20px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;text-align:center;display:flex;flex-direction:column;gap:12px}.footer-copyright{font-size:15px;color:#888;margin:0}.footer-legal{margin:0}.footer-legal .footer-link{font-size:14px;color:#888;transition:color .3s ease}.footer-legal .footer-link:hover{color:#e9c958}@media(max-width:768px){.footer{padding:40px 0 24px}.footer-content{grid-template-columns:1fr;gap:32px}.footer-description{max-width:100%}.footer-social{justify-content:flex-start}.footer-logo-image{height:50px}}.contact-wrap{background:#000;padding:80px 0}.contact-container{max-width:1440px;margin:0 auto;padding:0 32px}.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:start}.contact-left{display:flex;align-items:start}.contact-image{width:100%;border-radius:14px;overflow:hidden;box-shadow:0 8px 30px #00000080;position:relative}.contact-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.contact-right{display:flex;flex-direction:column}.contact-title{margin:0 0 24px;order:1}.title-bg{background:#1a1a1a;display:inline-block;padding:12px 20px;font-family:Futura Std Medium Regular,sans-serif;font-size:2.25rem;font-weight:600;color:#fff}.contact-desc{max-width:100%;line-height:31px;color:#e0e0e0;font-size:18px;font-weight:400;margin-bottom:30px;order:2}.contact-form{order:3;background:#1a1a1a;border:1px solid #333333;border-radius:14px;padding:28px}.form-label{display:block;font-size:14px;color:#e0e0e0;font-family:Arial,sans-serif;margin:16px 8px 8px}.form-row{display:flex;gap:16px}.form-field-half{flex:1}.input-wrap{position:relative}.input-wrap input{width:100%;height:48px;border:1px solid #333333;border-radius:10px;padding:0 16px;outline:none;background:#000;color:#fff;font-size:16px;font-family:Arial,sans-serif;transition:border-color .2s ease}.input-wrap input:focus{border-color:#fff}.textarea-wrap textarea{width:100%;border:1px solid #333333;border-radius:10px;padding:14px 16px;outline:none;resize:vertical;background:#000;color:#fff;font-size:16px;font-family:Arial,sans-serif;transition:border-color .2s ease}.textarea-wrap textarea:focus{border-color:#fff}.input-wrap input::-moz-placeholder{color:#666}.input-wrap input::placeholder{color:#666}.textarea-wrap textarea::-moz-placeholder{color:#666}.textarea-wrap textarea::placeholder{color:#666}.form-status{margin:12px 8px 8px;padding:12px 16px;border-radius:8px;font-size:14px;line-height:1.4}.form-status-success{background:#10b98133;color:#6ee7b7;border:1px solid rgba(16,185,129,.4)}.form-status-error{background:#ef444433;color:#fca5a5;border:1px solid rgba(239,68,68,.4)}.contact-submit{margin:20px 8px 8px;height:50px;padding:0 30px;border:none;border-radius:22px;background:#fff;color:#000;font-size:16px;font-weight:500;font-family:Arial,sans-serif;cursor:pointer;transition:background .2s ease}.contact-submit:hover{background:#e0e0e0}@media(max-width:768px){.contact-wrap{padding:60px 0}.contact-grid{grid-template-columns:1fr;gap:40px}.contact-img{min-height:300px}.contact-left{display:block}.contact-desc{max-width:100%}.title-bg{font-size:28px;padding:10px 16px}.contact-form{padding:20px}.form-row{flex-direction:column;gap:0}}.contact-page{min-height:100vh;background-color:#000}.contact-hero{background-color:#000;padding:150px 0 100px;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.contact-hero-container{max-width:1440px;margin:0 auto;padding:0 32px}.contact-hero-title{font-size:5.5rem;font-weight:300;margin-bottom:24px;font-family:Futura Std Medium Regular,sans-serif;color:#fff;text-align:center}.contact-hero-subtitle{font-size:18px;color:#d0d0d0;font-weight:400;max-width:700px;margin:0 auto;line-height:31px}@media(max-width:768px){.contact-hero{padding:100px 0 60px}.contact-hero-title{font-size:2.5rem}.contact-hero-subtitle{font-size:18px;line-height:31px;font-weight:400}}.about-us-section{width:100%;padding:150px 0 60px;background-color:#000;color:#fff;position:relative;overflow:hidden}.about-decorative-bg{position:absolute;border-radius:50%;background:#e9c9580d;filter:blur(60px);pointer-events:none}.about-bg-1{top:80px;left:40px;width:256px;height:256px}.about-bg-2{bottom:80px;right:40px;width:320px;height:320px}.about-decorative-dot{position:absolute;border-radius:50%;background:#ffffff4d;pointer-events:none}.about-dot-1{top:50%;left:25%;width:16px;height:16px}.about-dot-2{bottom:33%;right:25%;width:24px;height:24px}.about-container{max-width:1440px;margin:0 auto;padding:0 32px;position:relative;z-index:10}.about-header{display:flex;flex-direction:column;align-items:center;margin-bottom:24px}.about-badge{color:#fff;font-weight:500;margin-bottom:8px;display:flex;align-items:center;gap:8px;font-size:14px}.about-title{font-size:5.5rem;font-weight:300;margin-bottom:24px;text-align:center;color:#fff;font-family:Futura Std Medium Regular,sans-serif}.about-divider{width:96px;height:4px;background:#fff}.about-description{text-align:center;max-width:900px;margin:0 auto 96px;color:#d0d0d0;font-size:18px;line-height:31px;font-weight:400}.about-grid{display:grid;grid-template-columns:1fr 1.4fr 1fr;grid-auto-rows:auto;gap:100px;position:relative;margin-bottom:120px;align-items:start}.about-column{display:flex;flex-direction:column;gap:120px;justify-content:flex-start}.about-image-container{display:flex;justify-content:center;align-items:stretch;grid-column:2;grid-row:1 / -1;align-self:stretch;min-height:100%}.about-image-wrapper{position:relative;width:100%;height:100%;display:flex;align-items:stretch;min-height:100%;padding:10px 0}.about-image-box{border-radius:12px;overflow:hidden;box-shadow:0 30px 80px #0009,0 0 40px #e9c9581a;width:100%;height:100%;position:relative;display:flex;flex:1;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,box-shadow .3s ease}.about-image-box:hover{transform:translateY(-5px);box-shadow:0 40px 100px #000000b3,0 0 60px #e9c95826}.about-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;flex:1;transition:transform .5s ease}.about-image-box:hover .about-image{transform:scale(1.05)}.about-image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 50%,transparent 100%);display:flex;align-items:flex-end;justify-content:center;padding:20px;opacity:0;transition:opacity .3s ease}.about-image-box:hover .about-image-overlay{opacity:1}.about-portfolio-btn{background:#fff;color:#000;padding:12px 24px;border-radius:9999px;display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000004d}.about-portfolio-btn:hover{background:#e9c958;transform:translateY(-2px);box-shadow:0 6px 20px #e9c95866}.about-accent{position:absolute;border-radius:50%;background:#e9c95826;pointer-events:none;filter:blur(20px);transition:all .3s ease}.about-image-box:hover .about-accent{background:#e9c95840;transform:scale(1.1)}.about-accent-1{top:-20px;right:-40px;width:80px;height:80px}.about-accent-2{bottom:-30px;left:-50px;width:100px;height:100px}.about-dot{position:absolute;border-radius:50%;background:#fff;pointer-events:none}.about-dot-top{top:-40px;left:50%;transform:translate(-50%);width:12px;height:12px}.about-dot-bottom{bottom:-48px;left:50%;transform:translate(-50%);width:8px;height:8px}.about-service-item{display:flex;flex-direction:column}.about-service-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.about-service-icon{color:#fff;background:#ffffff1a;padding:16px;border-radius:10px;transition:background-color .3s ease;position:relative}.about-service-item:hover .about-service-icon{background:#fff3}.about-service-title{font-size:1.5rem;font-weight:500;color:#fff;transition:color .3s ease}.about-service-description{font-size:18px;color:#d0d0d0;line-height:31px;font-weight:400;padding-left:56px}.about-stats{margin-top:120px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:48px}.about-stat-card{background:#1a1a1a80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:40px 32px;border-radius:14px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:background-color .3s ease}.about-stat-card:hover{background:#1a1a1a}.about-stat-icon{width:72px;height:72px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#fff;transition:background-color .3s ease}.about-stat-card:hover .about-stat-icon{background:#fff3}.about-stat-value{font-size:2.5rem;font-weight:700;color:#fff;display:flex;align-items:center;margin-bottom:8px}.about-stat-label{color:#d0d0d0;font-size:1rem;margin-top:8px}.about-stat-line{width:40px;height:2px;background:#fff;margin-top:12px;transition:width .3s ease}.about-stat-card:hover .about-stat-line{width:64px}.about-cta{margin-top:120px;background:#1a1a1a;color:#fff;padding:48px 40px;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:32px}.about-cta-content{flex:1}.about-cta-title{font-size:2rem;font-weight:500;margin-bottom:12px;color:#fff}.about-cta-text{color:#d0d0d0;font-size:18px;line-height:31px;font-weight:400}.about-cta-button{background:#fff;color:#000;padding:16px 32px;border-radius:10px;display:flex;align-items:center;gap:10px;font-weight:500;font-size:1.125rem;border:none;cursor:pointer;transition:background-color .3s ease;text-decoration:none}.about-cta-button:hover{background:#e9c958}@media(max-width:1024px){.about-grid{grid-template-columns:1fr;gap:48px}.about-image-container{grid-column:1;grid-row:auto;order:1;margin-bottom:48px;height:auto}.about-image-wrapper{min-height:500px}.about-title{font-size:3rem}}@media(max-width:768px){.about-us-section{padding:80px 0}.about-container{padding:0 20px}.about-title{font-size:2.5rem}.about-description{font-size:18px;line-height:31px;font-weight:400;margin-bottom:48px}.about-grid{gap:60px}.about-column{gap:80px}.about-image-wrapper{min-height:400px}.about-stats{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:60px}.about-cta{padding:24px;margin-top:60px}.about-cta-title{font-size:1.25rem}}@media(max-width:480px){.about-stats{grid-template-columns:1fr}}.gallery-carousel{position:relative;width:100%;margin-top:24px;overflow:hidden;padding:0 8px}.gallery-carousel-wrapper{position:relative;width:100%;overflow:hidden;border-radius:16px}.gallery-carousel-track{display:grid;transition:transform .4s cubic-bezier(.25,.46,.45,.94);will-change:transform}.gallery-carousel-item{width:100%;padding:0 6px;box-sizing:border-box}.gallery-carousel-item .gallery-carousel-image{width:100%;height:340px;-o-object-fit:cover;object-fit:cover;border-radius:16px;display:block;box-shadow:0 8px 32px #0006;transition:transform .3s ease,box-shadow .3s ease}.gallery-carousel-item:active .gallery-carousel-image{transform:scale(.98)}.gallery-carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;border:2px solid rgba(255,255,255,.2);color:#fff;width:44px;height:44px;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 16px #0000004d}.gallery-carousel-button:active{transform:translateY(-50%) scale(.95);background:#000000b3}.gallery-carousel-button-prev{left:12px}.gallery-carousel-button-next{right:12px}.gallery-carousel-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:20px;padding:12px 16px;z-index:10;position:relative}.gallery-carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff4d;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);padding:0;flex-shrink:0}.gallery-carousel-dot:active{transform:scale(.9)}.gallery-carousel-dot.active{background:#e9c958;width:24px;border-radius:4px;box-shadow:0 0 12px #e9c95880}.gallery-modal-overlay{position:fixed;inset:0;background-color:#000000f7;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px;animation:fadeIn .25s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gallery-modal-content{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.gallery-modal-close{position:fixed;top:16px;right:16px;background:#ffffff26;border:1px solid rgba(255,255,255,.2);color:#fff;width:44px;height:44px;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1001;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);line-height:1;padding:0;box-shadow:0 4px 16px #0000004d}.gallery-modal-close:active{transform:scale(.95);background:#ffffff40}.gallery-modal-nav{position:fixed;top:50%;transform:translateY(-50%);background:#0009;border:1px solid rgba(255,255,255,.15);color:#fff;width:48px;height:48px;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1001;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:0;box-shadow:0 4px 16px #0006}.gallery-modal-nav:active{transform:translateY(-50%) scale(.95);background:#000c}.gallery-modal-nav-prev{left:12px}.gallery-modal-nav-next{right:12px}.gallery-modal-image{max-width:100%;max-height:70vh;-o-object-fit:contain;object-fit:contain;border-radius:12px;box-shadow:0 12px 48px #0009;animation:zoomIn .25s ease}@keyframes zoomIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.gallery-modal-info{margin-top:16px;text-align:center;color:#fff;padding:0 20px}.gallery-modal-title{font-size:1rem;font-weight:500;margin:0 0 6px;font-family:Futura Std Medium Regular,sans-serif;opacity:.95}.gallery-modal-counter{font-size:.8rem;color:#fff9;margin:0;font-weight:400;letter-spacing:.5px}@media(min-width:768px){.gallery-carousel{margin-top:32px;padding:0 16px}.gallery-carousel-item{padding:0 10px}.gallery-carousel-item .gallery-carousel-image{height:420px;border-radius:14px;box-shadow:0 10px 40px #00000059}.gallery-carousel-item:hover .gallery-carousel-image{transform:scale(1.02);box-shadow:0 16px 48px #00000073}.gallery-carousel-button{width:48px;height:48px;font-size:20px;background:#ffffff26;border:2px solid rgba(255,255,255,.25)}.gallery-carousel-button:hover{background:#ffffff40;border-color:#fff6;transform:translateY(-50%) scale(1.08)}.gallery-carousel-button-prev{left:16px}.gallery-carousel-button-next{right:16px}.gallery-carousel-dots{gap:10px;margin-top:28px;padding:14px 20px}.gallery-carousel-dot{width:10px;height:10px}.gallery-carousel-dot:hover{background:#ffffff80;transform:scale(1.15)}.gallery-carousel-dot.active{width:28px;border-radius:5px}.gallery-modal-overlay{padding:20px}.gallery-modal-close{top:20px;right:20px;width:48px;height:48px;font-size:28px}.gallery-modal-close:hover{background:#ffffff40;transform:scale(1.08)}.gallery-modal-nav{width:56px;height:56px;font-size:24px}.gallery-modal-nav:hover{background:#000c;transform:translateY(-50%) scale(1.08)}.gallery-modal-nav-prev{left:20px}.gallery-modal-nav-next{right:20px}.gallery-modal-image{max-height:80vh;border-radius:14px}.gallery-modal-info{margin-top:20px}.gallery-modal-title{font-size:1.15rem}.gallery-modal-counter{font-size:.85rem}}@media(min-width:1024px){.gallery-carousel{margin-top:40px;padding:0}.gallery-carousel-item{padding:0 12px}.gallery-carousel-item .gallery-carousel-image{height:500px;border-radius:12px;box-shadow:0 4px 20px #0000004d}.gallery-carousel-item:hover .gallery-carousel-image{transform:scale(1.02);box-shadow:0 8px 32px #0006}.gallery-carousel-button{background:#fff3;border:2px solid rgba(255,255,255,.3);width:50px;height:50px;font-size:24px}.gallery-carousel-button:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-50%) scale(1.1)}.gallery-carousel-button-prev{left:20px}.gallery-carousel-button-next{right:20px}.gallery-carousel-dots{gap:12px;margin-top:32px;padding:0}.gallery-carousel-dot{width:12px;height:12px;border:2px solid rgba(255,255,255,.5);background:transparent}.gallery-carousel-dot:hover{background:#ffffff4d;border-color:#ffffffb3;transform:scale(1.2)}.gallery-carousel-dot.active{background:#fff;border-color:#fff;width:32px;border-radius:6px;box-shadow:none}.gallery-modal-content{max-width:95vw;max-height:95vh}.gallery-modal-close{position:absolute;top:-50px;right:0;background:#fff3;border:2px solid rgba(255,255,255,.3);width:50px;height:50px;font-size:32px}.gallery-modal-close:hover{background:#ffffff4d;border-color:#ffffff80;transform:scale(1.1)}.gallery-modal-nav{position:absolute;background:#fff3;border:2px solid rgba(255,255,255,.3);width:60px;height:60px;font-size:28px}.gallery-modal-nav:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-50%) scale(1.1)}.gallery-modal-nav-prev{left:-80px}.gallery-modal-nav-next{right:-80px}.gallery-modal-image{max-height:85vh;border-radius:12px;box-shadow:0 8px 40px #00000080}.gallery-modal-info{margin-top:20px;padding:0}.gallery-modal-title{font-size:1.25rem}.gallery-modal-counter{font-size:.9rem;color:#ffffffb3}}@media(min-width:1440px){.gallery-carousel-item .gallery-carousel-image{height:560px}.gallery-modal-nav-prev{left:-100px}.gallery-modal-nav-next{right:-100px}}.gallery-section{background-color:transparent;padding:0}.gallery-container{max-width:1440px;margin:0 auto;padding:0;width:100%}.focus-cards-container{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:1280px;margin:0 auto;width:100%}.focus-card{border-radius:8px;position:relative;background-color:#111;overflow:hidden;height:240px;width:100%;transition:all .3s ease-out}.focus-card-blur{filter:blur(4px);transform:scale(.98)}.focus-card-image{-o-object-fit:cover;object-fit:cover;position:absolute;inset:0;width:100%;height:100%}.focus-card-overlay{position:absolute;inset:0;background-color:#00000080;display:flex;align-items:flex-end;padding:32px 16px;transition:opacity .3s ease}.focus-card-overlay-visible{opacity:1}.focus-card-overlay-hidden{opacity:0}.focus-card-title{font-size:1.25rem;font-weight:500;color:#fff}.modal-overlay{position:fixed;inset:0;background-color:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{position:relative;max-width:98vw;max-height:98vh;display:flex;flex-direction:column;align-items:center}.modal-close{position:fixed;top:20px;right:20px;background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;padding:12px;border-radius:4px;transition:background-color .3s ease;z-index:1001}.modal-close:hover{background-color:#ffffff1a}.modal-nav{position:fixed;top:50%;transform:translateY(-50%);background:#ffffff1a;border:none;color:#fff;width:60px;height:60px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;z-index:1001}.modal-nav:hover{background:#fff3}.modal-nav-left{left:30px}.modal-nav-right{right:30px}.modal-image{width:100vw;height:100vh;-o-object-fit:contain;object-fit:contain;border-radius:0;box-shadow:none}.modal-title{color:#fff;font-size:1.5rem;font-weight:500;margin-top:20px;text-align:center;font-family:Futura Std Medium Regular,sans-serif}.modal-counter{color:#ffffffb3;font-size:1rem;margin-top:10px;text-align:center}@media(max-width:768px){.gallery-section{padding:60px 0}.gallery-title{font-size:2rem}.gallery-subtitle{font-size:1rem}.focus-cards-container{grid-template-columns:repeat(2,1fr);gap:16px}.focus-card{height:200px}.focus-card-title{font-size:1rem}.modal-content{max-width:100vw;max-height:100vh}.modal-nav-left{left:15px}.modal-nav-right{right:15px}.modal-nav{width:50px;height:50px}.modal-close{top:15px;right:15px;font-size:2rem}.modal-image{width:100vw;height:100vh}.modal-title{font-size:1.2rem}.modal-counter{font-size:.9rem}}@media(min-width:769px){.focus-cards-container{grid-template-columns:repeat(4,1fr)}}.escaliers-page{min-height:100vh;background-color:#000;color:#f5f5f5}.escaliers-page .main-content-section .content-grid{display:flex;flex-direction:column;gap:32px;max-width:100%;margin:0;align-items:center;padding:0 16px}.escaliers-page .main-content-section .content-grid-inverted{flex-direction:column}.escaliers-page .main-content-section .content-grid-inverted .images-column{order:1}.escaliers-page .main-content-section .content-grid-inverted .text-column{order:2}.escaliers-page .escaliers-two-images{display:flex;flex-direction:column;gap:12px;width:100%;align-items:center;justify-content:center}.escaliers-page .escaliers-equal-image{width:100%;height:auto;min-height:220px}.escaliers-page .escaliers-two-images .escaliers-equal-image:only-child{min-height:280px;display:flex;align-items:center;justify-content:center}.escaliers-page .escaliers-equal-image img{width:100%;-o-object-fit:contain;object-fit:contain;border-radius:12px}.escaliers-page .escaliers-equal-image .escaliers-image{width:100%;height:auto;min-height:280px;max-height:350px;-o-object-fit:cover;object-fit:cover;border-radius:12px}.escaliers-page .escaliers-equal-image .verrieres-image{-o-object-fit:contain;object-fit:contain;transform:none;height:auto;max-height:350px}.escaliers-page .text-column{width:100%;padding:0}.escaliers-page .text-content{text-align:center;padding:0 8px}.escaliers-page .main-title{font-size:1.4rem;line-height:1.3;margin-bottom:16px}.escaliers-page .description{font-size:1rem;line-height:1.7;margin-bottom:16px}.escaliers-page .additional-text{font-size:.95rem;line-height:1.7;margin-bottom:24px}.escaliers-page .contact-button{padding:14px 28px;font-size:15px;border-radius:8px;width:100%;max-width:280px;text-align:center}.escaliers-page .images-column{width:100%;max-width:400px}.escaliers-page .escaliers-placeholder{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:2px dashed rgba(233,201,88,.3);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;min-height:200px;border-radius:12px}.escaliers-page .large-image.escaliers-placeholder{min-height:200px;height:auto}.escaliers-page .escaliers-placeholder:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(233,201,88,.03) 10px,rgba(233,201,88,.03) 20px);opacity:.5}.escaliers-page .escaliers-placeholder .placeholder-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px}.escaliers-page .escaliers-placeholder .placeholder-icon{color:#e9c95899;margin-bottom:12px;width:36px;height:36px;animation:pulse 2s ease-in-out infinite}.escaliers-page .escaliers-placeholder .placeholder-text{color:#fff;font-size:14px;font-weight:500;margin:0 0 4px;font-family:Futura Std Medium Regular,sans-serif}.escaliers-page .escaliers-placeholder .placeholder-subtext{color:#ffffff80;font-size:11px;font-weight:400;text-transform:uppercase;letter-spacing:1px}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.escaliers-hero{padding:100px 16px 50px;text-align:center;background:linear-gradient(135deg,#e9c95814,#000,#e9c9580d);position:relative;overflow:hidden}.escaliers-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(233,201,88,.1) 0%,transparent 70%);pointer-events:none}.escaliers-hero-container{max-width:1200px;margin:0 auto;position:relative;z-index:1;padding:0 16px}.escaliers-hero h1{font-size:2rem;font-weight:600;margin-bottom:16px;color:#f5f5f5;font-family:Futura Std Medium Regular,sans-serif;letter-spacing:.02em;line-height:1.2}.escaliers-hero-subtitle{font-size:1rem;color:#ccc;max-width:100%;margin:0 auto;line-height:1.7;font-weight:400}.escaliers-title-section{padding:50px 16px 24px;background-color:#000}.escaliers-title-section+.main-content-section{padding-top:0}.escaliers-section-container{max-width:1440px;margin:0 auto;padding:0 16px}.escaliers-section-title{font-size:1.75rem;font-weight:600;text-align:center;margin-bottom:0;color:#f5f5f5;font-family:Futura Std Medium Regular,sans-serif;letter-spacing:.02em}.escaliers-section{padding:50px 16px;background-color:#000}.service-cards-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:50px}.service-card{background-color:#111;border-radius:16px;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease;border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column}.service-card:active{transform:scale(.98)}.service-card-image{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.service-card-content{padding:20px;flex:1;display:flex;flex-direction:column}.service-card-title{font-size:1.2rem;font-weight:600;margin-bottom:12px;color:#f5f5f5;font-family:Futura Std Medium Regular,sans-serif}.service-card-description{font-size:.95rem;line-height:1.6;font-weight:400;color:#ccc;margin-bottom:20px;flex:1}.service-card-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background-color:transparent;border:2px solid #e9c958;color:#e9c958;text-decoration:none;border-radius:8px;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;width:100%;margin-top:auto}.service-card-button:active{background-color:#e9c958;color:#000}.escaliers-gallery-wrapper{padding:50px 16px;background-color:#000}.escaliers-gallery-wrapper .gallery-section{padding:0;background-color:transparent}.escaliers-gallery-wrapper .gallery-title,.escaliers-gallery-wrapper .gallery-subtitle{display:none}.escaliers-gallery-title{font-size:1.75rem;font-weight:600;text-align:center;margin-bottom:32px;color:#f5f5f5;font-family:Futura Std Medium Regular,sans-serif;letter-spacing:.02em}.escaliers-contact-wrapper{padding:50px 16px;background-color:#000}.escaliers-contact-wrapper .contact-wrap{background-color:transparent;padding:0}.escaliers-contact-wrapper .contact-title{display:none}.escaliers-contact-title{font-size:1.75rem;font-weight:600;text-align:center;margin-bottom:12px;color:#f5f5f5;font-family:Futura Std Medium Regular,sans-serif;letter-spacing:.02em}.escaliers-contact-subtitle{font-size:1rem;text-align:center;color:#ccc;margin-bottom:32px;max-width:100%;margin-left:auto;margin-right:auto;line-height:1.7;font-weight:400;padding:0 8px}.escaliers-contact-subtitle strong{color:#e9c958;font-weight:600}@media(min-width:768px){.escaliers-page .main-content-section .content-grid{gap:40px;padding:0 24px;max-width:600px}.escaliers-page .escaliers-equal-image{min-height:300px}.escaliers-page .escaliers-two-images .escaliers-equal-image:only-child{min-height:380px}.escaliers-page .escaliers-equal-image .escaliers-image{min-height:350px;max-height:420px}.escaliers-page .escaliers-equal-image .verrieres-image{max-height:450px}.escaliers-page .images-column{max-width:500px}.escaliers-page .main-title{font-size:1.6rem}.escaliers-page .description{font-size:1.05rem}.escaliers-page .additional-text{font-size:1rem}.escaliers-page .contact-button{width:auto;max-width:none;padding:14px 32px}.escaliers-hero{padding:120px 24px 60px}.escaliers-hero h1{font-size:2.75rem}.escaliers-hero-subtitle{font-size:1.1rem;max-width:700px}.escaliers-title-section{padding:70px 24px 30px}.escaliers-section-title{font-size:2.25rem}.escaliers-section{padding:70px 24px}.service-cards-grid{grid-template-columns:repeat(2,1fr);gap:28px;margin-bottom:60px}.service-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #e9c9581f;border-color:#e9c95826}.service-card-image{height:240px}.service-card:hover .service-card-image{transform:scale(1.03)}.service-card-content{padding:24px}.service-card-title{font-size:1.3rem}.service-card-description{font-size:1rem;line-height:1.7}.service-card-button{width:-moz-fit-content;width:fit-content;padding:12px 26px}.service-card-button:hover{background-color:#e9c958;color:#000}.escaliers-gallery-wrapper{padding:70px 24px}.escaliers-gallery-title{font-size:2.25rem;margin-bottom:48px}.escaliers-contact-wrapper{padding:70px 24px}.escaliers-contact-title{font-size:2.25rem}.escaliers-contact-subtitle{font-size:1.1rem;margin-bottom:48px;max-width:700px}.escaliers-page .escaliers-placeholder{min-height:250px}.escaliers-page .escaliers-placeholder .placeholder-icon{width:44px;height:44px;margin-bottom:14px}.escaliers-page .escaliers-placeholder .placeholder-text{font-size:15px}.escaliers-page .escaliers-placeholder .placeholder-subtext{font-size:12px}}@media(min-width:1024px){.escaliers-page .main-content-section .content-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;max-width:1000px;margin:0;align-items:center;padding:0}.escaliers-page .main-content-section .content-grid-inverted .images-column,.escaliers-page .main-content-section .content-grid-inverted .text-column{order:unset}.escaliers-page .escaliers-two-images{height:100%}.escaliers-page .escaliers-equal-image{min-height:250px}.escaliers-page .escaliers-two-images .escaliers-equal-image:only-child{min-height:500px}.escaliers-page .escaliers-equal-image .escaliers-image{min-height:400px;max-height:none;height:100%}.escaliers-page .escaliers-equal-image .verrieres-image{transform:scale(1.1);height:620px;max-height:none}.escaliers-page .images-column{max-width:none}.escaliers-page .text-column{padding:0}.escaliers-page .text-content{text-align:center;padding:0}.escaliers-page .main-title{font-size:1.3rem;margin-bottom:20px}.escaliers-page .description{font-size:18px;line-height:31px;margin-bottom:20px}.escaliers-page .additional-text{font-size:18px;line-height:31px;margin-bottom:25px}.escaliers-page .contact-button{padding:15px 30px;font-size:16px;border-radius:4px}.escaliers-hero{padding:140px 20px 80px}.escaliers-hero h1{font-size:4rem;margin-bottom:24px;line-height:1.1}.escaliers-hero-subtitle{font-size:18px;max-width:800px;line-height:31px}.escaliers-title-section{padding:100px 20px 40px}.escaliers-section-title{font-size:3rem}.escaliers-section{padding:100px 20px}.escaliers-section-container{padding:0}.service-cards-grid{grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:80px}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #e9c95826;border-color:#e9c95833}.service-card-image{height:280px;transition:transform .6s ease}.service-card:hover .service-card-image{transform:scale(1.05)}.service-card-content{padding:32px}.service-card-title{font-size:1.5rem;margin-bottom:16px}.service-card-description{font-size:18px;line-height:31px;margin-bottom:24px}.service-card-button{padding:14px 28px;font-size:.95rem}.service-card-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #e9c9584d}.escaliers-gallery-wrapper{padding:100px 20px}.escaliers-gallery-title{font-size:3rem;margin-bottom:60px}.escaliers-contact-wrapper{padding:100px 20px}.escaliers-contact-title{font-size:3rem;margin-bottom:16px}.escaliers-contact-subtitle{font-size:18px;margin-bottom:60px;max-width:800px;line-height:31px}.escaliers-page .escaliers-placeholder{min-height:250px}.escaliers-page .escaliers-placeholder .placeholder-icon{width:48px;height:48px;margin-bottom:16px}.escaliers-page .escaliers-placeholder .placeholder-text{font-size:16px}.escaliers-page .escaliers-placeholder .placeholder-subtext{font-size:12px}}@media(min-width:1200px){.escaliers-hero h1{font-size:4rem}}.mentions-legales-page{min-height:100vh;background-color:#000;color:#f5f5f5}.mentions-legales-hero{padding:140px 20px 80px;text-align:center;background:linear-gradient(135deg,#e9c95814,#000,#e9c9580d);position:relative;overflow:hidden}.mentions-legales-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(233,201,88,.1) 0%,transparent 70%);pointer-events:none}.mentions-legales-container{max-width:1200px;margin:0 auto;padding:0 32px;position:relative;z-index:1}.mentions-legales-title{font-size:4rem;font-weight:600;margin-bottom:24px;color:#f5f5f5;font-family:Futura Std Medium Regular,sans-serif;letter-spacing:.02em;line-height:1.1}.mentions-legales-subtitle{font-size:18px;color:#ccc;max-width:800px;margin:0 auto;line-height:31px;font-weight:400}.mentions-legales-content{padding:80px 0;background-color:#000}.mentions-legales-grid{display:flex;flex-direction:column;gap:48px;max-width:1000px;margin:0 auto}.mentions-section{background:#1a1a1a80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:40px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.mentions-section:hover{background:#1a1a1acc;border-color:#e9c9584d;transform:translateY(-4px);box-shadow:0 12px 40px #00000080}.mentions-section-header{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid rgba(233,201,88,.3)}.mentions-section-title{font-size:1.75rem;font-weight:600;color:#f5f5f5;font-family:Futura Std Medium Regular,sans-serif;letter-spacing:.02em;margin:0}.mentions-section-body{display:flex;flex-direction:column;gap:16px}.mentions-text{font-size:18px;line-height:31px;font-weight:400;color:#d0d0d0;margin:0}.mentions-text strong{color:#fff;font-weight:600}.mentions-link{color:#e9c958;text-decoration:none;transition:color .3s ease;border-bottom:1px solid transparent}.mentions-link:hover{color:#ffd96b;border-bottom-color:#ffd96b}@media(max-width:1200px){.mentions-legales-title{font-size:3.5rem}.mentions-legales-subtitle{font-size:1.3rem}}@media(max-width:768px){.mentions-legales-hero{padding:120px 20px 60px}.mentions-legales-title{font-size:2.5rem}.mentions-legales-subtitle{font-size:1.2rem}.mentions-legales-content{padding:60px 0}.mentions-legales-container{padding:0 20px}.mentions-section{padding:32px 24px}.mentions-section-title{font-size:1.5rem}.mentions-text{font-size:18px;line-height:31px;font-weight:400}}@media(max-width:480px){.mentions-legales-title{font-size:2rem}.mentions-legales-subtitle{font-size:1rem}.mentions-section{padding:24px 20px}.mentions-section-title{font-size:1.25rem}.mentions-text{font-size:18px;line-height:31px;font-weight:400}}.cgu-page{min-height:100vh;background-color:#000;color:#f5f5f5}.cgu-hero{padding:140px 20px 80px;text-align:center;background:linear-gradient(135deg,#e9c95814,#000,#e9c9580d);position:relative;overflow:hidden}.cgu-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(233,201,88,.1) 0%,transparent 70%);pointer-events:none}.cgu-container{max-width:1200px;margin:0 auto;padding:0 32px;position:relative;z-index:1}.cgu-title{font-size:4rem;font-weight:600;margin-bottom:24px;color:#f5f5f5;font-family:Futura Std Medium Regular,sans-serif;letter-spacing:.02em;line-height:1.1}.cgu-subtitle{font-size:18px;color:#ccc;max-width:800px;margin:0 auto;line-height:31px;font-weight:400}.cgu-content{padding:80px 0;background-color:#000}.cgu-grid{display:flex;flex-direction:column;gap:48px;max-width:1000px;margin:0 auto}.cgu-section{background:#1a1a1a80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:40px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.cgu-section:hover{background:#1a1a1acc;border-color:#e9c9584d;transform:translateY(-4px);box-shadow:0 12px 40px #00000080}.cgu-section-header{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid rgba(233,201,88,.3)}.cgu-section-title{font-size:1.75rem;font-weight:600;color:#f5f5f5;font-family:Futura Std Medium Regular,sans-serif;letter-spacing:.02em;margin:0}.cgu-section-body{display:flex;flex-direction:column;gap:16px}.cgu-text{font-size:18px;line-height:31px;font-weight:400;color:#d0d0d0;margin:0}.cgu-text strong{color:#fff;font-weight:600}.cgu-link{color:#e9c958;text-decoration:none;transition:color .3s ease;border-bottom:1px solid transparent}.cgu-link:hover{color:#ffd96b;border-bottom-color:#ffd96b}.cgu-list{margin:0;padding-left:24px;display:flex;flex-direction:column;gap:12px}.cgu-list li{font-size:18px;line-height:31px;font-weight:400;color:#d0d0d0;position:relative}.cgu-list li::marker{color:#e9c958}@media(max-width:1200px){.cgu-title{font-size:3.5rem}.cgu-subtitle{font-size:1.3rem}}@media(max-width:768px){.cgu-hero{padding:120px 20px 60px}.cgu-title{font-size:2.5rem}.cgu-subtitle{font-size:1.2rem}.cgu-content{padding:60px 0}.cgu-container{padding:0 20px}.cgu-section{padding:32px 24px}.cgu-section-title{font-size:1.5rem}.cgu-text{font-size:18px;line-height:31px;font-weight:400}.cgu-list{padding-left:20px}}@media(max-width:480px){.cgu-title{font-size:2rem}.cgu-subtitle{font-size:1rem}.cgu-section{padding:24px 20px}.cgu-section-title{font-size:1.25rem}.cgu-text{font-size:18px;line-height:31px;font-weight:400}.cgu-list{padding-left:18px}}@font-face{font-family:Futura Std Medium Regular;src:url("https://assets.zyrosite.com/mv02r6lKOvSL5kJO/Futura Std Medium Regular.woff2") format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Futura Std Light Regular;src:url("https://assets.zyrosite.com/mv02r6lKOvSL5kJO/Futura Std Light Regular.woff2") format("woff2");font-weight:300;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#f5f5f5;background-color:#000}.App{min-height:100vh;background-color:#000;color:#f5f5f5}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.2}button:focus-visible,input:focus-visible,textarea:focus-visible,a:focus-visible{outline:2px solid #000;outline-offset:2px}a[href^="#"]{scroll-behavior:smooth}.service-page{min-height:100vh;background-color:#000;color:#f5f5f5}.service-page-hero{padding:120px 20px 60px;text-align:center;background:linear-gradient(135deg,#e9c9581a,#000)}.service-page-container{max-width:1200px;margin:0 auto}.service-page-hero h1{font-size:3rem;margin-bottom:20px;color:#f5f5f5;font-weight:400}.service-page-subtitle{font-size:18px;color:#ccc;max-width:800px;margin:0 auto;line-height:31px;font-weight:400}.service-page-content{padding:80px 20px}.service-page-content .service-page-container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.service-page-image{width:100%}.service-page-image img{width:100%;height:auto;border-radius:8px;-o-object-fit:cover;object-fit:cover}.service-page-text h2{font-size:2rem;margin-bottom:30px;color:#f5f5f5;font-weight:400}.service-page-text p{font-size:18px;line-height:31px;font-weight:400;color:#ccc;margin-bottom:20px}@media(max-width:768px){.service-page-hero{padding:100px 20px 40px}.service-page-hero h1{font-size:2rem}.service-page-subtitle{font-size:18px;line-height:31px;font-weight:400}.service-page-content{padding:40px 20px}.service-page-content .service-page-container{grid-template-columns:1fr;gap:40px}.service-page-text h2{font-size:1.5rem}.service-page-text p{font-size:18px;line-height:31px;font-weight:400}}
