.PlayerController-module__OA2gZa__videoContainer{background:#000;border-radius:8px;width:100%;height:100%;position:relative;overflow:hidden}.PlayerController-module__OA2gZa__video{object-fit:cover;width:100%;height:100%;display:block}.PlayerController-module__OA2gZa__controllerOverlay{transition:all .3s;position:absolute;bottom:0;left:0;right:0}.PlayerController-module__OA2gZa__controllerOverlay.PlayerController-module__OA2gZa__hidden{opacity:0;pointer-events:none;transform:translateY(20px)}.PlayerController-module__OA2gZa__loadingOverlay{z-index:50;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.PlayerController-module__OA2gZa__loadingSpinner{border:3px solid #c8a15c4d;border-top-color:#c8a15c;border-radius:50%;width:40px;height:40px;margin-bottom:15px;animation:1s linear infinite PlayerController-module__OA2gZa__spin}.PlayerController-module__OA2gZa__loadingText{color:#c8a15c;letter-spacing:.05em;margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:300}@keyframes PlayerController-module__OA2gZa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.PlayerController-module__OA2gZa__playButtonOverlay{cursor:pointer;z-index:40;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000004d;flex-direction:column;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;inset:0}.PlayerController-module__OA2gZa__playButtonOverlay:hover{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080}.PlayerController-module__OA2gZa__playButtonContainer{margin-bottom:20px;position:relative}.PlayerController-module__OA2gZa__playButton{color:#c8a15c;z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border:2px solid #c8a15c66;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;transition:transform .3s;display:flex;position:relative;box-shadow:0 8px 32px #0009,0 0 0 1px #c8a15c33}.PlayerController-module__OA2gZa__playButtonOverlay:hover .PlayerController-module__OA2gZa__playButton{transform:scale(1.05)}.PlayerController-module__OA2gZa__playIcon{justify-content:center;align-items:center;width:32px;height:32px;margin-left:4px;display:flex}.PlayerController-module__OA2gZa__playIcon svg{filter:drop-shadow(0 1px 2px #00000080);width:100%;height:100%}.PlayerController-module__OA2gZa__playButtonRing,.PlayerController-module__OA2gZa__playButtonRing2{pointer-events:none;z-index:1;border:2px solid #c8a15c66;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PlayerController-module__OA2gZa__playButtonRing{width:120px;height:120px;animation:2.5s ease-in-out infinite PlayerController-module__OA2gZa__pulse}.PlayerController-module__OA2gZa__playButtonRing2{border-color:#c8a15c4d;width:140px;height:140px;animation:2.5s ease-in-out .8s infinite PlayerController-module__OA2gZa__pulse}@keyframes PlayerController-module__OA2gZa__pulse{0%{opacity:.8;transform:translate(-50%,-50%)scale(1)}50%{opacity:.4;transform:translate(-50%,-50%)scale(1.15)}to{opacity:0;transform:translate(-50%,-50%)scale(1.3)}}.PlayerController-module__OA2gZa__playButtonText{color:#fff;text-transform:uppercase;letter-spacing:.15em;opacity:.8;text-shadow:0 2px 4px #00000080;margin:0;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:300;transition:opacity .3s,transform .3s}.PlayerController-module__OA2gZa__playButtonOverlay:hover .PlayerController-module__OA2gZa__playButtonText{opacity:1;transform:translateY(-2px)}.PlayerController-module__OA2gZa__playerController{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:linear-gradient(#0000 0%,#000c 50%,#000000f2 100%);padding:20px 30px;font-family:Montserrat,sans-serif;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;right:0}.PlayerController-module__OA2gZa__progressContainer{margin-bottom:20px}.PlayerController-module__OA2gZa__progressBar{cursor:pointer;background:#fff3;border-radius:2px;height:4px;transition:height .3s;position:relative}.PlayerController-module__OA2gZa__progressBar:hover{height:6px}.PlayerController-module__OA2gZa__progressFill{background:linear-gradient(90deg,#c8a15c 0%,#d4b068 100%);border-radius:2px;height:100%;transition:width .1s;position:relative}.PlayerController-module__OA2gZa__progressFill:after{content:"";background:#fff;border-radius:1px;width:2px;height:100%;position:absolute;top:0;right:0;box-shadow:0 0 10px #ffffff80}.PlayerController-module__OA2gZa__progressHandle{cursor:pointer;opacity:0;background:#c8a15c;border:2px solid #fff;border-radius:50%;width:12px;height:12px;transition:all .3s;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 0 15px #c8a15c80}.PlayerController-module__OA2gZa__progressBar:hover .PlayerController-module__OA2gZa__progressHandle{opacity:1;transform:translateY(-50%)scale(1.2)}.PlayerController-module__OA2gZa__controlsBar{justify-content:space-between;align-items:center;gap:20px;display:flex}.PlayerController-module__OA2gZa__leftControls,.PlayerController-module__OA2gZa__rightControls{align-items:center;gap:15px;display:flex}.PlayerController-module__OA2gZa__controlButton{color:#c8a15c;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border:1px solid #c8a15c4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.PlayerController-module__OA2gZa__controlButton:before{content:"";background:linear-gradient(90deg,#0000 0%,#c8a15c1a 50%,#0000 100%);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.PlayerController-module__OA2gZa__controlButton:hover:before{left:100%}.PlayerController-module__OA2gZa__controlButton:hover{color:#000;background:#c8a15c;border-color:#c8a15c;transform:scale(1.1);box-shadow:0 0 20px #c8a15c66}.PlayerController-module__OA2gZa__controlButton:active{transform:scale(.95)}.PlayerController-module__OA2gZa__timeDisplay{color:#fff;letter-spacing:.05em;align-items:center;gap:8px;min-width:80px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:300;display:flex}.PlayerController-module__OA2gZa__timeSeparator{color:#c8a15c;font-weight:400}.PlayerController-module__OA2gZa__volumeControl{align-items:center;gap:12px;display:flex}.PlayerController-module__OA2gZa__volumeSlider{opacity:0;width:80px;transition:opacity .3s}.PlayerController-module__OA2gZa__volumeControl:hover .PlayerController-module__OA2gZa__volumeSlider{opacity:1}.PlayerController-module__OA2gZa__volumeInput{cursor:pointer;background:#fff3;border-radius:2px;outline:none;width:100%;height:4px;transition:all .3s}.PlayerController-module__OA2gZa__volumeInput::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#c8a15c;border:2px solid #fff;border-radius:50%;width:12px;height:12px;transition:all .3s;box-shadow:0 0 10px #c8a15c80}.PlayerController-module__OA2gZa__volumeInput::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 0 15px #c8a15cb3}.PlayerController-module__OA2gZa__volumeInput::-moz-range-thumb{cursor:pointer;background:#c8a15c;border:2px solid #fff;border-radius:50%;width:12px;height:12px;transition:all .3s;box-shadow:0 0 10px #c8a15c80}.PlayerController-module__OA2gZa__volumeInput::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 0 15px #c8a15cb3}.PlayerController-module__OA2gZa__qualityControl{position:relative}.PlayerController-module__OA2gZa__qualityMenu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;border:1px solid #c8a15c4d;border-radius:8px;min-width:80px;margin-bottom:10px;padding:8px 0;animation:.3s PlayerController-module__OA2gZa__slideUp;position:absolute;bottom:100%;right:0;box-shadow:0 10px 30px #00000080}.PlayerController-module__OA2gZa__qualityOption{color:#fff;cursor:pointer;text-align:center;background:0 0;border:none;width:100%;padding:8px 16px;font-family:Inter,sans-serif;font-size:.9rem;transition:all .3s;display:block}.PlayerController-module__OA2gZa__qualityOption:hover{color:#c8a15c;background:#c8a15c1a}.PlayerController-module__OA2gZa__qualityOption.PlayerController-module__OA2gZa__active{color:#000;background:#c8a15c;font-weight:500}.PlayerController-module__OA2gZa__speedControl{position:relative}.PlayerController-module__OA2gZa__speedMenu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;border:1px solid #c8a15c4d;border-radius:8px;min-width:80px;margin-bottom:10px;padding:8px 0;animation:.3s PlayerController-module__OA2gZa__slideUp;position:absolute;bottom:100%;right:0;box-shadow:0 10px 30px #00000080}.PlayerController-module__OA2gZa__speedOption{color:#fff;cursor:pointer;text-align:center;background:0 0;border:none;width:100%;padding:8px 16px;font-family:Inter,sans-serif;font-size:.9rem;transition:all .3s;display:block}.PlayerController-module__OA2gZa__speedOption:hover{color:#c8a15c;background:#c8a15c1a}.PlayerController-module__OA2gZa__speedOption.PlayerController-module__OA2gZa__active{color:#000;background:#c8a15c;font-weight:500}.PlayerController-module__OA2gZa__shortcutsInfo{opacity:0;margin-bottom:15px;animation:.3s .5s forwards PlayerController-module__OA2gZa__fadeInUp;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.PlayerController-module__OA2gZa__shortcutsContent{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;border:1px solid #c8a15c4d;border-radius:8px;gap:20px;padding:12px 20px;display:flex;box-shadow:0 8px 25px #00000080}.PlayerController-module__OA2gZa__shortcutsContent span{color:#ccc;white-space:nowrap;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:.8rem;display:flex}.PlayerController-module__OA2gZa__shortcutsContent kbd{color:#c8a15c;background:#c8a15c1a;border:1px solid #c8a15c4d;border-radius:4px;padding:2px 6px;font-family:Inter,monospace;font-size:.75rem;font-weight:500}@keyframes PlayerController-module__OA2gZa__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes PlayerController-module__OA2gZa__fadeInUp{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (max-width:768px){.PlayerController-module__OA2gZa__playerController{padding:15px 20px}.PlayerController-module__OA2gZa__controlsBar{gap:15px}.PlayerController-module__OA2gZa__leftControls,.PlayerController-module__OA2gZa__rightControls{gap:10px}.PlayerController-module__OA2gZa__controlButton{width:40px;height:40px;font-size:1rem}.PlayerController-module__OA2gZa__timeDisplay{min-width:70px;font-size:.8rem}.PlayerController-module__OA2gZa__volumeSlider{width:60px}.PlayerController-module__OA2gZa__shortcutsContent{flex-direction:column;gap:8px;padding:10px 15px}.PlayerController-module__OA2gZa__shortcutsContent span{font-size:.75rem}}@media (max-width:480px){.PlayerController-module__OA2gZa__playerController{padding:12px 15px}.PlayerController-module__OA2gZa__controlButton{width:36px;height:36px;font-size:.9rem}.PlayerController-module__OA2gZa__timeDisplay{min-width:60px;font-size:.75rem}.PlayerController-module__OA2gZa__volumeSlider{width:50px}.PlayerController-module__OA2gZa__shortcutsInfo{display:none}}@media (max-width:768px) and (orientation:landscape){.PlayerController-module__OA2gZa__playerController{padding:10px 20px}.PlayerController-module__OA2gZa__progressContainer{margin-bottom:15px}.PlayerController-module__OA2gZa__controlsBar{gap:10px}}.PlayerController-module__OA2gZa__playerController.PlayerController-module__OA2gZa__dark{background:linear-gradient(#0000 0%,#000000e6 50%,#000000fa 100%)}.PlayerController-module__OA2gZa__playerController.PlayerController-module__OA2gZa__light{color:#000;background:linear-gradient(#0000 0%,#ffffff1a 50%,#fff3 100%)}.PlayerController-module__OA2gZa__playerController.PlayerController-module__OA2gZa__light .PlayerController-module__OA2gZa__controlButton{color:#000;background:#ffffffe6;border-color:#0003}.PlayerController-module__OA2gZa__playerController.PlayerController-module__OA2gZa__light .PlayerController-module__OA2gZa__controlButton:hover{color:#fff;background:#c8a15c;border-color:#c8a15c}.PlayerController-module__OA2gZa__playerController.PlayerController-module__OA2gZa__light .PlayerController-module__OA2gZa__timeDisplay{color:#000}.PlayerController-module__OA2gZa__playerController.PlayerController-module__OA2gZa__light .PlayerController-module__OA2gZa__progressBar,.PlayerController-module__OA2gZa__playerController.PlayerController-module__OA2gZa__light .PlayerController-module__OA2gZa__volumeInput{background:#0003}.PlayerController-module__OA2gZa__playerController.PlayerController-module__OA2gZa__compact{padding:10px 20px}.PlayerController-module__OA2gZa__playerController.PlayerController-module__OA2gZa__compact .PlayerController-module__OA2gZa__controlsBar{gap:10px}.PlayerController-module__OA2gZa__playerController.PlayerController-module__OA2gZa__compact .PlayerController-module__OA2gZa__controlButton{width:36px;height:36px;font-size:.9rem}.PlayerController-module__OA2gZa__playerController.PlayerController-module__OA2gZa__compact .PlayerController-module__OA2gZa__timeDisplay{min-width:60px;font-size:.8rem}.PlayerController-module__OA2gZa__playerController.PlayerController-module__OA2gZa__minimal{background:linear-gradient(#0000 0%,#0009 100%);padding:15px 20px}.PlayerController-module__OA2gZa__playerController.PlayerController-module__OA2gZa__minimal .PlayerController-module__OA2gZa__leftControls,.PlayerController-module__OA2gZa__playerController.PlayerController-module__OA2gZa__minimal .PlayerController-module__OA2gZa__rightControls{gap:8px}.PlayerController-module__OA2gZa__playerController.PlayerController-module__OA2gZa__minimal .PlayerController-module__OA2gZa__controlButton{width:32px;height:32px;font-size:.8rem}.PlayerController-module__OA2gZa__playerController.PlayerController-module__OA2gZa__minimal .PlayerController-module__OA2gZa__timeDisplay{min-width:50px;font-size:.75rem}.PlayerController-module__OA2gZa__demoContainer{color:#fff;background:#000;max-width:1200px;margin:0 auto;padding:40px 20px;font-family:Inter,sans-serif}.PlayerController-module__OA2gZa__demoHeader{text-align:center;margin-bottom:40px}.PlayerController-module__OA2gZa__demoTitle{color:#c8a15c;text-transform:uppercase;letter-spacing:.1em;margin-bottom:15px;font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:200}.PlayerController-module__OA2gZa__demoDescription{color:#ccc;margin:0;font-size:1.1rem;font-weight:300}.PlayerController-module__OA2gZa__videoWrapper{aspect-ratio:16/9;border-radius:12px;width:100%;max-width:800px;margin:0 auto 40px;overflow:hidden;box-shadow:0 20px 40px #00000080}.PlayerController-module__OA2gZa__videoSelector{margin-bottom:40px}.PlayerController-module__OA2gZa__selectorTitle{color:#c8a15c;text-align:center;text-transform:uppercase;letter-spacing:.05em;margin-bottom:20px;font-family:Montserrat,sans-serif;font-size:1.2rem}.PlayerController-module__OA2gZa__selectorButtons{flex-wrap:wrap;justify-content:center;gap:15px;display:flex}.PlayerController-module__OA2gZa__selectorButton{color:#c8a15c;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:0 0;border:2px solid #c8a15c4d;border-radius:8px;padding:12px 24px;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:300;transition:all .3s}.PlayerController-module__OA2gZa__selectorButton:hover{background:#c8a15c1a;border-color:#c8a15c80;transform:translateY(-2px)}.PlayerController-module__OA2gZa__selectorButton.PlayerController-module__OA2gZa__active{color:#000;background:#c8a15c;border-color:#c8a15c;font-weight:400}.PlayerController-module__OA2gZa__featuresList{max-width:600px;margin:0 auto}.PlayerController-module__OA2gZa__featuresTitle{color:#c8a15c;text-align:center;text-transform:uppercase;letter-spacing:.05em;margin-bottom:20px;font-family:Montserrat,sans-serif;font-size:1.2rem}.PlayerController-module__OA2gZa__features{margin:0;padding:0;list-style:none}.PlayerController-module__OA2gZa__features li{color:#ccc;border-bottom:1px solid #c8a15c1a;padding:12px 0;font-size:1rem;font-weight:300}.PlayerController-module__OA2gZa__features li:last-child{border-bottom:none}@media (max-width:768px){.PlayerController-module__OA2gZa__demoContainer{padding:20px 15px}.PlayerController-module__OA2gZa__demoTitle{font-size:2rem}.PlayerController-module__OA2gZa__videoWrapper{margin-bottom:30px}.PlayerController-module__OA2gZa__selectorButtons{gap:10px}.PlayerController-module__OA2gZa__selectorButton{padding:10px 20px;font-size:.8rem}.PlayerController-module__OA2gZa__playButton{width:80px;height:80px}.PlayerController-module__OA2gZa__playIcon{width:28px;height:28px}.PlayerController-module__OA2gZa__playButtonRing{width:100px;height:100px}.PlayerController-module__OA2gZa__playButtonRing2{width:120px;height:120px}.PlayerController-module__OA2gZa__playButtonText{font-size:.8rem}}
.Spinner-module__A1-vsG__loadingOverlay{-webkit-backdrop-filter:blur(20px);z-index:1000;background:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.Spinner-module__A1-vsG__loaderContainer{flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:400px;padding:0 2rem;display:flex}.Spinner-module__A1-vsG__logoText{letter-spacing:.3em;color:#c8a15c;text-transform:uppercase;opacity:.8;font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:300}.Spinner-module__A1-vsG__percentage{color:#fff;letter-spacing:-.02em;font-family:Montserrat,sans-serif;font-size:clamp(3.5rem,10vw,6rem);font-weight:200;line-height:1;transition:all .3s}.Spinner-module__A1-vsG__progressBarContainer{background:#c8a15c33;width:100%;height:1px;position:relative;overflow:hidden}.Spinner-module__A1-vsG__progressBar{background:linear-gradient(90deg,#c8a15c 0%,#f0d89e 50%,#c8a15c 100%);height:100%;transition:width .1s ease-out;position:relative;box-shadow:0 0 10px #c8a15c80}.Spinner-module__A1-vsG__progressBar:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff4d 50%,#0000 100%);width:100%;height:100%;animation:2s infinite Spinner-module__A1-vsG__shimmer;position:absolute;top:0;left:-100%}@keyframes Spinner-module__A1-vsG__shimmer{0%{left:-100%}to{left:200%}}@media (max-width:768px){.Spinner-module__A1-vsG__loaderContainer{gap:1.5rem}.Spinner-module__A1-vsG__logoText{letter-spacing:.25em;font-size:.75rem}}
.IntroOverlay-module__03bBja__introOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;z-index:1000;pointer-events:none;scrollbar-width:none;-ms-overflow-style:none;background:#000000f2;width:100vw;height:100vh;transition:transform .6s cubic-bezier(.25,.46,.45,.94),opacity .6s cubic-bezier(.25,.46,.45,.94);position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.IntroOverlay-module__03bBja__introOverlay::-webkit-scrollbar{display:none}.IntroOverlay-module__03bBja__visible{opacity:1;pointer-events:auto;transform:translate(0)}.IntroOverlay-module__03bBja__closeButton{color:#c8a15c;cursor:pointer;z-index:1001;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#c8a15c1a;border:1px solid #c8a15c4d;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:fixed;top:30px;right:30px}.IntroOverlay-module__03bBja__closeButton:hover{color:#fff;background:#c8a15c33;border-color:#c8a15c80;transform:scale(1.1);box-shadow:0 8px 25px #c8a15c4d}.IntroOverlay-module__03bBja__closeButton svg{transition:transform .3s}.IntroOverlay-module__03bBja__closeButton:hover svg{transform:translate(-2px)}.IntroOverlay-module__03bBja__overlayContainer{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;width:100%;max-width:1000px;height:100vh;margin:0 auto;padding:40px 30px;display:flex;position:relative;overflow-y:auto}.IntroOverlay-module__03bBja__overlayContainer::-webkit-scrollbar{display:none}.IntroOverlay-module__03bBja__headerSection{text-align:center;margin-bottom:30px}.IntroOverlay-module__03bBja__logoSection{z-index:10;position:relative}.IntroOverlay-module__03bBja__logoTitle{letter-spacing:.15em;color:#fff;text-transform:uppercase;margin:0 0 15px;font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:200}.IntroOverlay-module__03bBja__logoLine{background:linear-gradient(90deg,#0000 0%,#c8a15c 50%,#0000 100%);width:80px;height:2px;margin:0 auto 15px}.IntroOverlay-module__03bBja__logoSubtitle{letter-spacing:.1em;color:#c8a15c;text-transform:uppercase;margin:0;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:300}.IntroOverlay-module__03bBja__contentSection{z-index:10;flex-direction:column;flex:1;gap:25px;display:flex;position:relative}.IntroOverlay-module__03bBja__introBlock{background:#c8a15c05;border:1px solid #c8a15c33;border-radius:2px;padding:20px;transition:all .3s}.IntroOverlay-module__03bBja__introBlock:hover{background:#c8a15c0d;border-color:#c8a15c66}.IntroOverlay-module__03bBja__sectionTitle{letter-spacing:.1em;color:#c8a15c;text-transform:uppercase;margin:0 0 12px;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:300;position:relative}.IntroOverlay-module__03bBja__sectionTitle:after{content:"";background:#c8a15c;width:40px;height:1px;position:absolute;bottom:-8px;left:0}.IntroOverlay-module__03bBja__introText{letter-spacing:.02em;color:#fff;margin:0;font-family:Inter,sans-serif;font-size:.95rem;font-weight:300;line-height:1.5}.IntroOverlay-module__03bBja__introText strong{color:#c8a15c;font-weight:500}.IntroOverlay-module__03bBja__servicesBlock{background:#c8a15c05;border:1px solid #c8a15c33;border-radius:2px;padding:20px}.IntroOverlay-module__03bBja__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-top:15px;display:grid}.IntroOverlay-module__03bBja__serviceItem{background:#c8a15c08;border:1px solid #c8a15c26;border-radius:2px;align-items:flex-start;gap:12px;padding:15px;transition:all .3s;display:flex}.IntroOverlay-module__03bBja__serviceItem:hover{background:#c8a15c14;border-color:#c8a15c4d;transform:translateY(-2px)}.IntroOverlay-module__03bBja__serviceNumber{color:#c8a15c;text-align:center;min-width:30px;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:200;line-height:1}.IntroOverlay-module__03bBja__serviceContent{flex:1}.IntroOverlay-module__03bBja__serviceTitle{letter-spacing:.05em;color:#fff;text-transform:uppercase;margin:0 0 5px;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:400}.IntroOverlay-module__03bBja__serviceDescription{color:#aaa;margin:0;font-family:Inter,sans-serif;font-size:.8rem;font-weight:300;line-height:1.4}.IntroOverlay-module__03bBja__quoteBlock{text-align:center;background:#c8a15c05;border:1px solid #c8a15c33;border-radius:2px;padding:20px;position:relative}.IntroOverlay-module__03bBja__quoteLine{background:#c8a15c;width:40px;height:2px;margin:0 auto 15px}.IntroOverlay-module__03bBja__quote{color:#fff;max-width:500px;margin:0 auto 10px;font-family:Inter,sans-serif;font-size:1rem;font-style:italic;font-weight:300;line-height:1.4}.IntroOverlay-module__03bBja__quoteAuthor{letter-spacing:.1em;color:#c8a15c;text-transform:uppercase;font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:300}.IntroOverlay-module__03bBja__architecturalBackground{opacity:.08;z-index:0;pointer-events:none;filter:invert()sepia()saturate(2)hue-rotate(30deg)brightness(1.2)contrast(1.1);-webkit-mask:url(/images/bg2.png) 50%/contain no-repeat;mask:url(/images/bg2.png) 50%/contain no-repeat;background:linear-gradient(45deg,#c8a15c,#d4af37,#c8a15c) 0 0/200% 200%;width:70%;height:70%;animation:8s ease-in-out infinite IntroOverlay-module__03bBja__goldShimmer;position:absolute;top:70%;left:50%;transform:translate(-50%,-50%);-webkit-mask:url(/images/bg2.png) 50%/contain no-repeat}@keyframes IntroOverlay-module__03bBja__goldShimmer{0%,to{background-position:0%}50%{background-position:100%}}.IntroOverlay-module__03bBja__decorativeFrame1{z-index:1;pointer-events:none;border:1px solid #c8a15c26;width:280px;height:180px;position:absolute;top:15%;right:8%;transform:rotate(-12deg)}.IntroOverlay-module__03bBja__decorativeFrame2{z-index:1;pointer-events:none;border:1px solid #c8a15c1f;width:220px;height:160px;position:absolute;bottom:20%;left:5%;transform:rotate(8deg)}.IntroOverlay-module__03bBja__decorativeFrame3{z-index:1;pointer-events:none;border:1px solid #c8a15c1a;width:200px;height:120px;position:absolute;top:60%;right:15%;transform:rotate(25deg)}.IntroOverlay-module__03bBja__decorativeFrame4{z-index:1;pointer-events:none;border:1px solid #c8a15c14;width:180px;height:140px;position:absolute;top:40%;left:12%;transform:rotate(-20deg)}.IntroOverlay-module__03bBja__decorativeFrame5{z-index:1;pointer-events:none;border:1px solid #c8a15c0f;width:160px;height:100px;position:absolute;bottom:10%;right:25%;transform:rotate(15deg)}.IntroOverlay-module__03bBja__decorativeFrame6{z-index:1;pointer-events:none;border:1px solid #c8a15c0d;width:140px;height:90px;position:absolute;top:25%;left:20%;transform:rotate(-8deg)}.IntroOverlay-module__03bBja__watermark{letter-spacing:.2em;color:#c8a15c08;text-transform:uppercase;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;font-family:Montserrat,sans-serif;font-size:12rem;font-weight:100;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.IntroOverlay-module__03bBja__overlayContainer{transition:transform .4s,opacity .4s}.IntroOverlay-module__03bBja__introOverlay.IntroOverlay-module__03bBja__visible .IntroOverlay-module__03bBja__overlayContainer{opacity:1;transform:translate(0)}.IntroOverlay-module__03bBja__introOverlay:not(.IntroOverlay-module__03bBja__visible) .IntroOverlay-module__03bBja__overlayContainer{opacity:0;transform:translate(20px)}@media (max-width:768px){.IntroOverlay-module__03bBja__overlayContainer{padding:30px 20px}.IntroOverlay-module__03bBja__logoTitle{font-size:2rem}.IntroOverlay-module__03bBja__introBlock,.IntroOverlay-module__03bBja__servicesBlock,.IntroOverlay-module__03bBja__quoteBlock{padding:15px}.IntroOverlay-module__03bBja__servicesGrid{grid-template-columns:1fr;gap:10px}.IntroOverlay-module__03bBja__serviceItem{gap:10px;padding:12px}.IntroOverlay-module__03bBja__serviceNumber{min-width:25px;font-size:1rem}.IntroOverlay-module__03bBja__sectionTitle{font-size:1rem}.IntroOverlay-module__03bBja__introText,.IntroOverlay-module__03bBja__quote{font-size:.9rem}.IntroOverlay-module__03bBja__architecturalBackground{opacity:.05;width:40%;height:40%}.IntroOverlay-module__03bBja__decorativeFrame1,.IntroOverlay-module__03bBja__decorativeFrame2,.IntroOverlay-module__03bBja__decorativeFrame3,.IntroOverlay-module__03bBja__decorativeFrame4,.IntroOverlay-module__03bBja__decorativeFrame5,.IntroOverlay-module__03bBja__decorativeFrame6{display:none}.IntroOverlay-module__03bBja__watermark{font-size:4rem}.IntroOverlay-module__03bBja__closeButton{width:45px;height:45px;top:20px;right:20px}}@media (max-width:480px){.IntroOverlay-module__03bBja__overlayContainer{padding:20px 15px}.IntroOverlay-module__03bBja__logoTitle{font-size:1.8rem}.IntroOverlay-module__03bBja__introBlock,.IntroOverlay-module__03bBja__servicesBlock,.IntroOverlay-module__03bBja__quoteBlock{padding:12px}.IntroOverlay-module__03bBja__serviceItem{gap:8px;padding:10px}.IntroOverlay-module__03bBja__watermark{font-size:3rem}.IntroOverlay-module__03bBja__closeButton{width:40px;height:40px;top:15px;right:15px}}
@keyframes IntroSection-module__8xbVHa__floatLine{0%,to{transform:translate(-50%,-50%)rotate(var(--rotation,0deg))translateY(0px)translateX(0px)}25%{transform:translate(-50%,-50%)rotate(var(--rotation,0deg))translateY(-10px)translateX(5px)}50%{transform:translate(-50%,-50%)rotate(var(--rotation,0deg))translateY(0px)translateX(-5px)}75%{transform:translate(-50%,-50%)rotate(var(--rotation,0deg))translateY(10px)translateX(5px)}}.IntroSection-module__8xbVHa__introContainer{width:100%;display:flex;position:relative}.IntroSection-module__8xbVHa__animatedLinesBackground{z-index:0;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.IntroSection-module__8xbVHa__animatedLine{transform-origin:50%;will-change:transform,opacity;height:2px;position:absolute}.IntroSection-module__8xbVHa__imageSection{z-index:10;flex:1;position:relative}.IntroSection-module__8xbVHa__stickyImageContainer{z-index:1;background:#c8a15c1a;width:40vw;height:25vw;margin-top:10vw;position:sticky;top:calc(50% - 12.5vw);left:calc(25% - 20vw)}.IntroSection-module__8xbVHa__categoryMedia{object-fit:cover;will-change:clip-path,object-position;object-position:0px 35%;width:calc(100% - 2px);height:calc(100% - 2px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.IntroSection-module__8xbVHa__contentSection{z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);flex:1;margin-top:10vw;position:relative}.IntroSection-module__8xbVHa__categoryWrapper{justify-content:center;align-items:center;width:100%;height:30vw;display:flex}.IntroSection-module__8xbVHa__expertise{background:#000;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.IntroSection-module__8xbVHa__sectionTitle{z-index:150;text-align:center;position:absolute;top:40px;left:50%;transform:translate(-50%)}.IntroSection-module__8xbVHa__sectionSubtitle{letter-spacing:.3em;color:#888;text-transform:uppercase;margin:0;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:300}.IntroSection-module__8xbVHa__sectionMainTitle{letter-spacing:.15em;color:#fff;text-transform:uppercase;margin:5px 0 0;font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:200}.IntroSection-module__8xbVHa__sectionTitleLine{background:linear-gradient(90deg,#0000 0%,#c8a15c 50%,#0000 100%);width:60px;height:1px;margin:15px auto 0}.IntroSection-module__8xbVHa__scrollPanel{color:#fff;scrollbar-width:none;-ms-overflow-style:none;background:#000;flex:1;height:100vh;overflow:hidden auto}.IntroSection-module__8xbVHa__scrollPanel::-webkit-scrollbar{display:none}.IntroSection-module__8xbVHa__categorySection{box-sizing:border-box;background:#000;justify-content:center;align-items:center;height:100vh;min-height:100vh;padding:4rem 3rem;transition:opacity .6s ease-out;display:flex}.IntroSection-module__8xbVHa__categoryContent{width:100%;padding:1vw;transition:transform .8s cubic-bezier(.4,0,.2,1),opacity .8s cubic-bezier(.4,0,.2,1)}.IntroSection-module__8xbVHa__categoryNumber{letter-spacing:.3em;color:#888;text-transform:uppercase;margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:300}.IntroSection-module__8xbVHa__categoryTitle{letter-spacing:.05em;color:#fff;text-transform:uppercase;margin-bottom:2rem;font-family:Montserrat,sans-serif;font-size:3.5rem;font-weight:200;line-height:1.2}.IntroSection-module__8xbVHa__categoryLine{background:linear-gradient(90deg,#c8a15c 0%,#0000 100%);width:80px;height:2px;margin-bottom:2rem}.IntroSection-module__8xbVHa__categoryDescription{color:#aaa;letter-spacing:.02em;max-width:500px;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:300;line-height:1.8}.IntroSection-module__8xbVHa__imagePanel{background:#000;flex:1;justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.IntroSection-module__8xbVHa__rotatedFrame{aspect-ratio:16/9;z-index:1;pointer-events:none;background:linear-gradient(135deg,#c8a15c26 0%,#c8a15c0d 50%,#000 100%);border-radius:4px;width:85%;max-width:1200px;transition:border-width .4s ease-out,box-shadow .4s ease-out;position:absolute}.IntroSection-module__8xbVHa__imageContainer{aspect-ratio:16/9;cursor:pointer;z-index:2;background:#000;border-radius:4px;justify-content:center;align-items:center;width:85%;max-width:1200px;transition:border-color .4s ease-out;display:flex;position:absolute;overflow:hidden}.IntroSection-module__8xbVHa__logoWatermark{letter-spacing:.2em;color:#c8a15c26;text-transform:uppercase;-webkit-user-select:none;user-select:none;z-index:0;pointer-events:none;font-family:Montserrat,sans-serif;font-size:8rem;font-weight:200;position:absolute}.IntroSection-module__8xbVHa__categoryImage{object-fit:cover;will-change:opacity,filter;width:100%;height:100%;transition:transform .8s ease-out;display:block;position:absolute;top:0;left:0}.IntroSection-module__8xbVHa__titleOverlay{pointer-events:none;z-index:10;background:linear-gradient(#0000 0%,#000000b3 30%,#000000e6 100%);padding:60px 40px 30px;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;right:0}.IntroSection-module__8xbVHa__titleOverlayHidden{opacity:0;transform:translateY(100%)}.IntroSection-module__8xbVHa__titleOverlayVisible{opacity:1;transform:translateY(0)}.IntroSection-module__8xbVHa__overlayNumber{color:#c8a15c;letter-spacing:.2em;text-transform:uppercase;margin:0 0 8px;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:300}.IntroSection-module__8xbVHa__overlayTitle{color:#fff;letter-spacing:.05em;text-transform:uppercase;margin:0;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:300}.IntroSection-module__8xbVHa__sectionIndicators{z-index:100;background:#0009;border:none;border-radius:50px;flex-direction:row;align-items:center;gap:40px;padding:20px 40px;display:flex;position:absolute;bottom:150px;left:75%;transform:translate(-50%)}.IntroSection-module__8xbVHa__indicator{cursor:pointer;align-items:center;gap:8px;transition:all .4s ease-out;display:flex;position:relative}.IntroSection-module__8xbVHa__indicatorContent{align-items:center;gap:8px;display:flex}.IntroSection-module__8xbVHa__indicatorNumber{letter-spacing:.1em;text-transform:uppercase;font-family:Montserrat,sans-serif;font-size:.7rem;font-weight:300;transition:all .4s ease-out}.IntroSection-module__8xbVHa__indicatorNumber.IntroSection-module__8xbVHa__active{color:#c8a15c;text-shadow:0 0 10px #c8a15c80}.IntroSection-module__8xbVHa__indicatorNumber.IntroSection-module__8xbVHa__inactive{color:#666;text-shadow:none}.IntroSection-module__8xbVHa__indicatorSeparator{width:1px;height:12px;transition:all .4s ease-out}.IntroSection-module__8xbVHa__indicatorSeparator.IntroSection-module__8xbVHa__active{background:#c8a15c}.IntroSection-module__8xbVHa__indicatorSeparator.IntroSection-module__8xbVHa__inactive{background:#444}.IntroSection-module__8xbVHa__indicatorTitle{letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;font-family:Montserrat,sans-serif;font-size:.7rem;font-weight:300;transition:all .4s ease-out}.IntroSection-module__8xbVHa__indicatorTitle.IntroSection-module__8xbVHa__active{color:#c8a15c;text-shadow:0 0 10px #c8a15c80}.IntroSection-module__8xbVHa__indicatorTitle.IntroSection-module__8xbVHa__inactive{color:#666;text-shadow:none}.IntroSection-module__8xbVHa__scrollProgressIndicator{z-index:100;flex-direction:column;align-items:center;gap:15px;transition:opacity .3s ease-out;display:flex;position:absolute;top:50%;right:30px;transform:translateY(-50%)}.IntroSection-module__8xbVHa__scrollProgressBar{background:#c8a15c33;border-radius:1px;width:2px;height:200px;position:relative;overflow:hidden}.IntroSection-module__8xbVHa__scrollProgressFill{transform-origin:top;background:linear-gradient(#c8a15c 0%,#c8a15ccc 100%);border-radius:1px;width:100%;height:100%;transition:height .3s ease-out;position:absolute;top:0;left:0}.IntroSection-module__8xbVHa__scrollProgressText{color:#c8a15c;letter-spacing:.1em;text-transform:uppercase;writing-mode:vertical-rl;text-orientation:mixed;white-space:nowrap;opacity:.8;font-family:Montserrat,sans-serif;font-size:.7rem;font-weight:300;transition:opacity .3s ease-out}.IntroSection-module__8xbVHa__scrollIndicator{pointer-events:none;z-index:10;flex-direction:column;align-items:center;gap:10px;transition:opacity .5s ease-out;display:flex;position:absolute;bottom:120px;left:25%;transform:translate(-50%)}.IntroSection-module__8xbVHa__scrollText{color:#888;letter-spacing:.15em;text-transform:uppercase;margin:0;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:300}.IntroSection-module__8xbVHa__scrollArrow{animation:2s ease-in-out infinite IntroSection-module__8xbVHa__bounceArrow}@keyframes IntroSection-module__8xbVHa__bounceArrow{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width:1024px){.IntroSection-module__8xbVHa__introContainer{flex-direction:row}.IntroSection-module__8xbVHa__imageSection{flex:0 0 45%;order:1}.IntroSection-module__8xbVHa__stickyImageContainer{position:relative}.IntroSection-module__8xbVHa__stickyImageContainer:before{content:"";opacity:.5;position:absolute;inset:-8px}.IntroSection-module__8xbVHa__contentSection{flex:1;order:2;margin-top:5vh}.IntroSection-module__8xbVHa__categoryWrapper{height:100vh;min-height:100vh}.IntroSection-module__8xbVHa__categoryContent{max-width:90%}.IntroSection-module__8xbVHa__categoryNumber{font-size:1rem}.IntroSection-module__8xbVHa__expertise{flex-direction:column;height:auto;min-height:100vh}.IntroSection-module__8xbVHa__scrollPanel{flex:none;order:2;height:auto;min-height:100vh}.IntroSection-module__8xbVHa__imagePanel{flex:none;order:1;height:50vh;min-height:400px}.IntroSection-module__8xbVHa__sectionTitle{top:20px}.IntroSection-module__8xbVHa__sectionMainTitle{font-size:2rem}.IntroSection-module__8xbVHa__categorySection{box-sizing:border-box;height:100vh;min-height:100vh;padding:2rem 1.5rem}.IntroSection-module__8xbVHa__categoryTitle{font-size:2.5rem}.IntroSection-module__8xbVHa__categoryDescription{max-width:100%;font-size:1rem}.IntroSection-module__8xbVHa__imageContainer,.IntroSection-module__8xbVHa__rotatedFrame{width:90%;max-width:600px}.IntroSection-module__8xbVHa__logoWatermark{font-size:4rem}.IntroSection-module__8xbVHa__sectionIndicators{background:#000c;gap:20px;padding:15px 25px;bottom:20px;left:50%}.IntroSection-module__8xbVHa__indicatorTitle{display:none}.IntroSection-module__8xbVHa__scrollProgressIndicator{top:60%;right:20px}.IntroSection-module__8xbVHa__scrollProgressBar{height:150px}.IntroSection-module__8xbVHa__scrollProgressText{font-size:.6rem}.IntroSection-module__8xbVHa__scrollIndicator{bottom:80px;left:50%}}@media (max-width:768px){.IntroSection-module__8xbVHa__introContainer{flex-direction:row}.IntroSection-module__8xbVHa__imageSection{flex:0 0 42%}.IntroSection-module__8xbVHa__stickyImageContainer{width:35vw;height:35vh;margin-top:3vh;position:sticky;top:32.5vh;left:3.5vw}.IntroSection-module__8xbVHa__contentSection{flex:1;margin-top:3vh}.IntroSection-module__8xbVHa__categoryWrapper{height:100vh;padding:0 1.5rem}.IntroSection-module__8xbVHa__categoryTitle{font-size:2rem}.IntroSection-module__8xbVHa__categoryDescription{font-size:.95rem}.IntroSection-module__8xbVHa__categoryNumber{font-size:.9rem}.IntroSection-module__8xbVHa__expertise{flex-direction:column;height:100vh;overflow:hidden}.IntroSection-module__8xbVHa__imagePanel{flex:0 0 50vh;order:1;height:50vh}.IntroSection-module__8xbVHa__scrollPanel{flex:auto;order:2;height:auto;max-height:50vh;overflow-y:auto}.IntroSection-module__8xbVHa__sectionTitle{top:15px}.IntroSection-module__8xbVHa__sectionSubtitle{font-size:.8rem}.IntroSection-module__8xbVHa__sectionMainTitle{font-size:1.8rem}.IntroSection-module__8xbVHa__sectionTitleLine{width:40px}.IntroSection-module__8xbVHa__categorySection{box-sizing:border-box;justify-content:center;align-items:center;height:100vh;min-height:100vh;padding:2rem 1.5rem;display:flex}.IntroSection-module__8xbVHa__categoryContent{max-width:100%}.IntroSection-module__8xbVHa__categoryNumber{color:#c8a15c;font-size:1rem;font-weight:600}.IntroSection-module__8xbVHa__categoryTitle{color:#fff;margin-bottom:1rem;font-size:1.8rem;font-weight:400}.IntroSection-module__8xbVHa__categoryLine{background:#c8a15c;width:50px;height:2px;margin-bottom:1rem}.IntroSection-module__8xbVHa__categoryDescription{color:#ccc;font-size:.9rem;line-height:1.6}.IntroSection-module__8xbVHa__imageContainer,.IntroSection-module__8xbVHa__rotatedFrame{width:90%;max-width:none}.IntroSection-module__8xbVHa__logoWatermark{font-size:3rem}.IntroSection-module__8xbVHa__titleOverlay{padding:40px 20px 20px}.IntroSection-module__8xbVHa__overlayTitle{font-size:1.5rem}.IntroSection-module__8xbVHa__sectionIndicators{z-index:150;background:#000000e6;border-radius:25px;gap:15px;padding:12px 20px;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.IntroSection-module__8xbVHa__indicatorNumber{font-size:.6rem}.IntroSection-module__8xbVHa__indicatorTitle{display:none}.IntroSection-module__8xbVHa__scrollProgressIndicator{top:50%;right:15px}.IntroSection-module__8xbVHa__scrollProgressBar{height:120px}.IntroSection-module__8xbVHa__scrollProgressText{font-size:.5rem}.IntroSection-module__8xbVHa__scrollIndicator{bottom:60px;left:50%}.IntroSection-module__8xbVHa__scrollText{font-size:.8rem}}@media (max-width:480px){.IntroSection-module__8xbVHa__introContainer{flex-direction:row}.IntroSection-module__8xbVHa__imageSection{flex:0 0 38%;order:1}.IntroSection-module__8xbVHa__stickyImageContainer{width:32vw;height:30vh;margin-top:2vh;position:sticky;top:35vh;left:3vw}.IntroSection-module__8xbVHa__contentSection{flex:1;order:2;margin-top:2vh}.IntroSection-module__8xbVHa__categoryWrapper{height:100vh;padding:0 1rem}.IntroSection-module__8xbVHa__categoryContent{max-width:100%}.IntroSection-module__8xbVHa__categoryTitle{margin-bottom:.8rem;font-size:1.6rem}.IntroSection-module__8xbVHa__categoryNumber{font-size:.8rem}.IntroSection-module__8xbVHa__categoryLine{width:40px;margin-bottom:.8rem}.IntroSection-module__8xbVHa__expertise{flex-direction:column;height:100vh}.IntroSection-module__8xbVHa__imagePanel{flex:0 0 45vh;height:45vh}.IntroSection-module__8xbVHa__scrollPanel{flex:auto;max-height:55vh}.IntroSection-module__8xbVHa__sectionTitle{top:10px}.IntroSection-module__8xbVHa__sectionSubtitle{letter-spacing:.2em;font-size:.7rem}.IntroSection-module__8xbVHa__sectionMainTitle{letter-spacing:.1em;font-size:1.5rem}.IntroSection-module__8xbVHa__sectionTitleLine{width:30px;margin:10px auto 0}.IntroSection-module__8xbVHa__categorySection{box-sizing:border-box;height:55vh;min-height:55vh;padding:1.5rem}.IntroSection-module__8xbVHa__categoryNumber{margin-bottom:.3rem;font-size:.9rem}.IntroSection-module__8xbVHa__categoryTitle{margin-bottom:1rem;font-size:1.6rem;line-height:1.2}.IntroSection-module__8xbVHa__categoryLine{width:50px;height:1px;margin-bottom:1rem}.IntroSection-module__8xbVHa__categoryDescription{font-size:.85rem;line-height:1.5}.IntroSection-module__8xbVHa__imageContainer,.IntroSection-module__8xbVHa__rotatedFrame{width:95%}.IntroSection-module__8xbVHa__logoWatermark{letter-spacing:.1em;font-size:2rem}.IntroSection-module__8xbVHa__titleOverlay{padding:30px 15px 15px}.IntroSection-module__8xbVHa__overlayNumber{font-size:.8rem}.IntroSection-module__8xbVHa__overlayTitle{font-size:1.2rem}.IntroSection-module__8xbVHa__sectionIndicators{border-radius:20px;gap:10px;padding:10px 15px;bottom:8px}.IntroSection-module__8xbVHa__indicatorNumber{font-size:.5rem}.IntroSection-module__8xbVHa__scrollProgressIndicator{top:45%;right:10px}.IntroSection-module__8xbVHa__scrollProgressBar{height:100px}.IntroSection-module__8xbVHa__scrollProgressText{font-size:.45rem}.IntroSection-module__8xbVHa__scrollIndicator{bottom:50px}.IntroSection-module__8xbVHa__scrollText{font-size:.7rem}}@media (max-width:360px){.IntroSection-module__8xbVHa__imageSection{flex:0 0 35%}.IntroSection-module__8xbVHa__stickyImageContainer{width:30vw;height:82.5vh;margin-top:1.5vh;position:sticky;top:12.5vh;left:2.5vw}.IntroSection-module__8xbVHa__categoryWrapper{padding:0 .8rem}.IntroSection-module__8xbVHa__categoryTitle{margin-bottom:.6rem;font-size:1.4rem}.IntroSection-module__8xbVHa__categoryDescription{font-size:.8rem;line-height:1.4}.IntroSection-module__8xbVHa__categoryNumber{margin-bottom:.4rem;font-size:.75rem}.IntroSection-module__8xbVHa__categoryLine{width:35px;margin-bottom:.6rem}.IntroSection-module__8xbVHa__sectionMainTitle{font-size:1.3rem}.IntroSection-module__8xbVHa__categoryTitle{font-size:1.4rem}.IntroSection-module__8xbVHa__categoryDescription{font-size:.8rem}.IntroSection-module__8xbVHa__imageContainer,.IntroSection-module__8xbVHa__rotatedFrame{width:98%}.IntroSection-module__8xbVHa__logoWatermark{font-size:1.5rem}.IntroSection-module__8xbVHa__overlayTitle{font-size:1rem}.IntroSection-module__8xbVHa__sectionIndicators{gap:8px;padding:8px 12px}.IntroSection-module__8xbVHa__indicatorNumber{font-size:.45rem}}@media (max-width:768px) and (orientation:landscape){.IntroSection-module__8xbVHa__expertise{flex-direction:row;height:100vh}.IntroSection-module__8xbVHa__scrollPanel{flex:1;order:1;height:100vh;max-height:100vh}.IntroSection-module__8xbVHa__imagePanel{flex:1;order:2;height:100vh}.IntroSection-module__8xbVHa__sectionTitle{top:10px}.IntroSection-module__8xbVHa__sectionMainTitle{font-size:1.5rem}.IntroSection-module__8xbVHa__categorySection{box-sizing:border-box;height:100vh;min-height:100vh;padding:2rem 1.5rem}.IntroSection-module__8xbVHa__categoryTitle{font-size:1.8rem}.IntroSection-module__8xbVHa__categoryDescription{font-size:.9rem}.IntroSection-module__8xbVHa__imageContainer,.IntroSection-module__8xbVHa__rotatedFrame{width:90%}.IntroSection-module__8xbVHa__logoWatermark{font-size:2.5rem}.IntroSection-module__8xbVHa__sectionIndicators{bottom:20px;left:75%}.IntroSection-module__8xbVHa__scrollProgressIndicator{top:50%;right:20px}.IntroSection-module__8xbVHa__scrollProgressBar{height:150px}.IntroSection-module__8xbVHa__scrollProgressText{font-size:.6rem}.IntroSection-module__8xbVHa__scrollIndicator{bottom:60px;left:25%}}
.ServicesPreview-module__NVie8q__servicesPreview{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:center;min-height:100vh;padding:120px 40px;display:flex;position:relative;overflow:hidden}.ServicesPreview-module__NVie8q__sectionTitle{text-align:center;z-index:10;margin-bottom:80px;position:relative}.ServicesPreview-module__NVie8q__sectionSubtitle{letter-spacing:.3em;color:#888;text-transform:uppercase;margin:0;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:300}.ServicesPreview-module__NVie8q__sectionMainTitle{letter-spacing:.15em;color:#fff;text-transform:uppercase;margin:10px 0 20px;font-family:Montserrat,sans-serif;font-size:3rem;font-weight:200}.ServicesPreview-module__NVie8q__sectionTitleLine{background:linear-gradient(90deg,#0000 0%,#c8a15c 50%,#0000 100%);width:80px;height:2px;margin:0 auto}.ServicesPreview-module__NVie8q__servicesGrid{z-index:10;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:40px;max-width:1300px;margin:0 auto 60px;display:grid;position:relative}.ServicesPreview-module__NVie8q__serviceCard{text-align:center;opacity:0;will-change:transform,opacity;background:#c8a15c05;border:1px solid #c8a15c33;border-radius:2px;padding:40px 30px;transition:all .4s;transform:translateY(100px)translate(-10px)scale(.7)}.ServicesPreview-module__NVie8q__serviceCard:hover{background:#c8a15c0d;border-color:#c8a15c80;transform:translateY(-8px);box-shadow:0 12px 40px #c8a15c26}.ServicesPreview-module__NVie8q__iconWrapper{background:#c8a15c0d;border:1px solid #c8a15c4d;border-radius:2px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 25px;transition:all .4s;display:flex}.ServicesPreview-module__NVie8q__iconWrapper svg{color:#c8a15c;font-size:2.5rem;transition:transform .4s}.ServicesPreview-module__NVie8q__serviceCard:hover .ServicesPreview-module__NVie8q__iconWrapper{background:#c8a15c1a;border-color:#c8a15c99}.ServicesPreview-module__NVie8q__serviceCard:hover .ServicesPreview-module__NVie8q__iconWrapper svg{transform:scale(1.1)rotate(5deg)}.ServicesPreview-module__NVie8q__serviceTitle{letter-spacing:.08em;color:#fff;text-transform:uppercase;margin:0 0 15px;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:300;transition:color .4s}.ServicesPreview-module__NVie8q__serviceCard:hover .ServicesPreview-module__NVie8q__serviceTitle{color:#c8a15c}.ServicesPreview-module__NVie8q__serviceLine{background:#c8a15c;width:40px;height:1px;margin:0 auto 15px;transition:width .4s}.ServicesPreview-module__NVie8q__serviceCard:hover .ServicesPreview-module__NVie8q__serviceLine{width:60px}.ServicesPreview-module__NVie8q__serviceDescription{letter-spacing:.02em;color:#aaa;margin:0;font-family:Inter,sans-serif;font-size:.95rem;font-weight:300;line-height:1.7}.ServicesPreview-module__NVie8q__viewAllWrapper{text-align:center;z-index:10;opacity:0;will-change:transform,opacity;position:relative;transform:translateY(30px)}.ServicesPreview-module__NVie8q__viewAllButton{letter-spacing:.1em;color:#c8a15c;text-transform:uppercase;background:0 0;border:1px solid #c8a15c;border-radius:2px;align-items:center;gap:10px;padding:15px 35px;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:400;text-decoration:none;transition:all .3s;display:inline-flex}.ServicesPreview-module__NVie8q__viewAllButton:hover{color:#000;background:#c8a15c}.ServicesPreview-module__NVie8q__viewAllButton svg{transition:transform .3s}.ServicesPreview-module__NVie8q__viewAllButton:hover svg{transform:translate(4px)}.ServicesPreview-module__NVie8q__decorativeFrame{z-index:1;pointer-events:none;will-change:transform,border-color;background:linear-gradient(135deg,#c8a15c08 0%,#0000 100%);border:2px solid #c8a15c00;width:400px;height:320px;transition:border-color .3s;position:fixed;top:25%;right:10%;transform:rotate(-20deg)}.ServicesPreview-module__NVie8q__watermark{display:none}@media (max-width:1200px){.ServicesPreview-module__NVie8q__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:35px}.ServicesPreview-module__NVie8q__watermark{font-size:14rem}}@media (max-width:768px){.ServicesPreview-module__NVie8q__servicesPreview{padding:100px 20px}.ServicesPreview-module__NVie8q__sectionMainTitle{font-size:2.2rem}.ServicesPreview-module__NVie8q__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px}.ServicesPreview-module__NVie8q__serviceCard{padding:35px 25px}.ServicesPreview-module__NVie8q__iconWrapper{width:70px;height:70px}.ServicesPreview-module__NVie8q__iconWrapper svg{font-size:2rem}.ServicesPreview-module__NVie8q__decorativeFrame{display:none}.ServicesPreview-module__NVie8q__watermark{font-size:8rem}}@media (max-width:480px){.ServicesPreview-module__NVie8q__servicesPreview{padding:80px 15px}.ServicesPreview-module__NVie8q__sectionMainTitle{font-size:2rem}.ServicesPreview-module__NVie8q__servicesGrid{grid-template-columns:1fr;gap:25px}.ServicesPreview-module__NVie8q__watermark{font-size:6rem}}
.PhilosophySection-module__lDHgnq__philosophy{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:120px 40px 100px;display:flex;position:relative;overflow:hidden}.PhilosophySection-module__lDHgnq__sectionTitle{text-align:center;z-index:10;margin-bottom:80px;position:relative}.PhilosophySection-module__lDHgnq__sectionSubtitle{letter-spacing:.3em;color:#888;text-transform:uppercase;margin:0;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:300}.PhilosophySection-module__lDHgnq__sectionMainTitle{letter-spacing:.15em;color:#fff;text-transform:uppercase;margin:5px 0 0;font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:200}.PhilosophySection-module__lDHgnq__sectionTitleLine{background:linear-gradient(90deg,#0000 0%,#c8a15c 50%,#0000 100%);width:60px;height:1px;margin:15px auto 0}.PhilosophySection-module__lDHgnq__philosophyContainer{text-align:center;z-index:10;width:100%;max-width:1100px;position:relative}.PhilosophySection-module__lDHgnq__mainStatement{letter-spacing:.05em;color:#fff;opacity:0;will-change:transform,opacity;max-width:900px;margin:0 auto 50px;font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:200;line-height:1.4;transform:translateY(50px)}.PhilosophySection-module__lDHgnq__goldSeparator{opacity:0;transform-origin:50%;will-change:transform,opacity;background:linear-gradient(90deg,#0000 0%,#c8a15c 50%,#0000 100%);width:120px;height:2px;margin:0 auto 50px;transform:scaleX(0)}.PhilosophySection-module__lDHgnq__refinedContent{max-width:800px;margin:0 auto 80px}.PhilosophySection-module__lDHgnq__philosophyParagraph{color:#aaa;letter-spacing:.02em;opacity:0;will-change:transform,opacity;margin:0 0 30px;font-family:Inter,sans-serif;font-size:1.2rem;font-weight:300;line-height:2}.PhilosophySection-module__lDHgnq__philosophyParagraph:last-child{margin-bottom:0}.PhilosophySection-module__lDHgnq__pillarsContainer{justify-content:space-between;align-items:flex-start;gap:60px;max-width:1000px;margin-top:100px;margin-left:auto;margin-right:auto;display:flex}.PhilosophySection-module__lDHgnq__pillar{text-align:center;opacity:0;will-change:transform,opacity;flex:1;position:relative;transform:translateY(40px)scale(.9)}.PhilosophySection-module__lDHgnq__pillarNumber{color:#c8a15c33;margin-bottom:20px;font-family:Montserrat,sans-serif;font-size:4rem;font-weight:200;line-height:1}.PhilosophySection-module__lDHgnq__pillarTitle{letter-spacing:.15em;color:#c8a15c;text-transform:uppercase;margin:0 0 15px;font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:300}.PhilosophySection-module__lDHgnq__pillarText{color:#888;letter-spacing:.02em;margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:300;line-height:1.7}.PhilosophySection-module__lDHgnq__pillarDivider{background:linear-gradient(#0000 0%,#c8a15c4d 50%,#0000 100%);align-self:center;width:1px;height:120px}.PhilosophySection-module__lDHgnq__decorativeFrame1{pointer-events:none;z-index:1;will-change:transform,border-color;border:1px solid #c8a15c00;border-radius:4px;width:300px;height:200px;transition:border-color .3s;position:absolute;top:20%;left:5%;transform:rotate(-5deg)}.PhilosophySection-module__lDHgnq__decorativeFrame2{pointer-events:none;z-index:1;will-change:transform,border-color;border:1px solid #c8a15c00;border-radius:4px;width:250px;height:180px;transition:border-color .3s;position:absolute;bottom:15%;right:8%;transform:rotate(8deg)}.PhilosophySection-module__lDHgnq__watermark{display:none}@media (max-width:1024px){.PhilosophySection-module__lDHgnq__mainStatement{font-size:2rem}.PhilosophySection-module__lDHgnq__pillarsContainer{gap:40px}.PhilosophySection-module__lDHgnq__pillarNumber{font-size:3rem}.PhilosophySection-module__lDHgnq__decorativeFrame1,.PhilosophySection-module__lDHgnq__decorativeFrame2{display:none}.PhilosophySection-module__lDHgnq__watermark{font-size:8rem}}@media (max-width:768px){.PhilosophySection-module__lDHgnq__philosophy{padding:80px 20px 60px}.PhilosophySection-module__lDHgnq__sectionMainTitle{font-size:2rem}.PhilosophySection-module__lDHgnq__mainStatement{font-size:1.6rem}.PhilosophySection-module__lDHgnq__philosophyParagraph{font-size:1.1rem}.PhilosophySection-module__lDHgnq__pillarsContainer{flex-direction:column;gap:50px;margin-top:60px}.PhilosophySection-module__lDHgnq__pillarDivider{background:linear-gradient(90deg,#0000 0%,#c8a15c4d 50%,#0000 100%);width:100px;height:1px}.PhilosophySection-module__lDHgnq__watermark{font-size:5rem}}
.ProjetsSection-module__oJxxzq__projectsSection{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:120px 40px 100px;display:flex;position:relative;overflow:hidden}.ProjetsSection-module__oJxxzq__sectionTitle{text-align:center;z-index:10;margin-bottom:60px;position:relative}.ProjetsSection-module__oJxxzq__sectionSubtitle{letter-spacing:.3em;color:#888;text-transform:uppercase;margin:0;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:300}.ProjetsSection-module__oJxxzq__sectionMainTitle{letter-spacing:.15em;color:#fff;text-transform:uppercase;margin:5px 0 0;font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:200}.ProjetsSection-module__oJxxzq__disclaimer{color:#c8a15cb3;max-width:600px;margin:15px auto 0;font-family:Inter,sans-serif;font-size:.75rem;font-style:italic;font-weight:300;line-height:1.6}.ProjetsSection-module__oJxxzq__sectionTitleLine{background:linear-gradient(90deg,#0000 0%,#c8a15c 50%,#0000 100%);width:60px;height:1px;margin:15px auto 0}.ProjetsSection-module__oJxxzq__navigation{z-index:10;justify-content:center;align-items:center;gap:40px;margin-bottom:60px;display:flex;position:relative}.ProjetsSection-module__oJxxzq__navButton{cursor:pointer;color:#c8a15c;background:0 0;border:1px solid #c8a15c4d;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .4s;display:flex}.ProjetsSection-module__oJxxzq__navButton:hover:not(:disabled){background:#c8a15c1a;border-color:#c8a15c99;transform:scale(1.1)}.ProjetsSection-module__oJxxzq__navButton:disabled{opacity:.3;cursor:not-allowed}.ProjetsSection-module__oJxxzq__counter{letter-spacing:.1em;color:#fff;align-items:center;gap:10px;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:300;display:flex}.ProjetsSection-module__oJxxzq__counterCurrent{color:#c8a15c;font-size:1.5rem;font-weight:300}.ProjetsSection-module__oJxxzq__counterSeparator{color:#c8a15c4d}.ProjetsSection-module__oJxxzq__counterTotal{color:#666;font-size:1rem}.ProjetsSection-module__oJxxzq__embla{perspective:1500px;z-index:10;cursor:grab;align-items:center;width:100%;max-width:1200px;min-height:600px;transition:transform .2s;display:flex;position:relative;overflow:hidden}.ProjetsSection-module__oJxxzq__embla:hover{cursor:ns-resize}.ProjetsSection-module__oJxxzq__embla__container{opacity:0;justify-content:center;align-items:center;gap:1rem;width:100%;transition:opacity .3s,transform .3s;display:flex;position:relative;transform:scale(.9)}.ProjetsSection-module__oJxxzq__embla__slide{opacity:0;filter:grayscale()blur(4px);z-index:0;pointer-events:none;width:90%;max-width:700px;transition:transform .8s cubic-bezier(.4,0,.2,1),filter .6s,opacity .6s;position:absolute;top:0;transform:scale(.75)}.ProjetsSection-module__oJxxzq__embla__slide.ProjetsSection-module__oJxxzq__active{opacity:1;filter:none;z-index:3;pointer-events:auto;position:relative;transform:scale(1)translate(0)}.ProjetsSection-module__oJxxzq__embla__slide.ProjetsSection-module__oJxxzq__prev{opacity:.4;z-index:2;filter:grayscale(50%)blur(2px);transform:translate(-45%)scale(.85)rotateY(12deg)}.ProjetsSection-module__oJxxzq__embla__slide.ProjetsSection-module__oJxxzq__next{opacity:.4;z-index:2;filter:grayscale(50%)blur(2px);transform:translate(45%)scale(.85)rotateY(-12deg)}.ProjetsSection-module__oJxxzq__embla__slide.ProjetsSection-module__oJxxzq__hidden{opacity:0;pointer-events:none}.ProjetsSection-module__oJxxzq__imageContainer{aspect-ratio:16/10;background:#000;border:1px solid #c8a15c33;border-radius:4px;width:100%;position:relative;overflow:hidden}.ProjetsSection-module__oJxxzq__projectImage{object-fit:cover;will-change:transform;width:100%;height:100%;transition:transform .6s;position:absolute;top:0;left:0}.ProjetsSection-module__oJxxzq__embla__slide.ProjetsSection-module__oJxxzq__active .ProjetsSection-module__oJxxzq__projectImage{transform:scale(1.05)}.ProjetsSection-module__oJxxzq__overlay{pointer-events:none;background:linear-gradient(#0000 30%,#0009 60%,#000000f2 100%);width:100%;height:100%;position:absolute;top:0;left:0}.ProjetsSection-module__oJxxzq__cardContent{color:#fff;z-index:10;width:100%;padding:50px 40px 40px;position:absolute;bottom:0;left:0}.ProjetsSection-module__oJxxzq__projectNumber{letter-spacing:.2em;color:#c8a15c;text-transform:uppercase;margin-bottom:10px;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:300;display:block}.ProjetsSection-module__oJxxzq__projectTitle{letter-spacing:.05em;color:#fff;text-transform:uppercase;margin:0 0 15px;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:300}.ProjetsSection-module__oJxxzq__projectLine{background:linear-gradient(90deg,#c8a15c 0%,#0000 100%);width:80px;height:2px;margin-bottom:20px}.ProjetsSection-module__oJxxzq__excerpt{color:#aaa;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 25px;font-family:Inter,sans-serif;font-size:1rem;font-weight:300;line-height:1.7;display:-webkit-box;overflow:hidden}.ProjetsSection-module__oJxxzq__viewButton{color:#c8a15c;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #c8a15c66;border-radius:0;padding:12px 32px;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:300;transition:all .4s}.ProjetsSection-module__oJxxzq__viewButton:hover{background:#c8a15c1a;border-color:#c8a15c;transform:translateY(-2px)}.ProjetsSection-module__oJxxzq__indicators{z-index:10;flex-wrap:wrap;justify-content:center;gap:15px;margin-top:60px;display:flex;position:relative}.ProjetsSection-module__oJxxzq__indicator{cursor:pointer;background:0 0;border:1px solid #c8a15c33;border-radius:0;justify-content:center;align-items:center;width:50px;height:50px;padding:0;transition:all .4s;display:flex}.ProjetsSection-module__oJxxzq__indicatorNumber{color:#666;letter-spacing:.1em;font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:300;transition:color .4s}.ProjetsSection-module__oJxxzq__indicator:hover{background:#c8a15c0d;border-color:#c8a15c66}.ProjetsSection-module__oJxxzq__indicator:hover .ProjetsSection-module__oJxxzq__indicatorNumber{color:#c8a15c}.ProjetsSection-module__oJxxzq__activeIndicator{background:#c8a15c1a;border-color:#c8a15c}.ProjetsSection-module__oJxxzq__activeIndicator .ProjetsSection-module__oJxxzq__indicatorNumber{color:#c8a15c;font-weight:400}.ProjetsSection-module__oJxxzq__decorativeFrame1{pointer-events:none;z-index:1;border:1px solid #c8a15c1f;border-radius:4px;width:250px;height:180px;position:absolute;top:15%;left:8%;transform:rotate(-8deg)}.ProjetsSection-module__oJxxzq__decorativeFrame2{pointer-events:none;z-index:1;border:1px solid #c8a15c1f;border-radius:4px;width:200px;height:150px;position:absolute;bottom:20%;right:10%;transform:rotate(12deg)}.ProjetsSection-module__oJxxzq__watermark{display:none}@media (max-width:1024px){.ProjetsSection-module__oJxxzq__sectionMainTitle{font-size:2rem}.ProjetsSection-module__oJxxzq__embla{min-height:500px}.ProjetsSection-module__oJxxzq__embla__slide.ProjetsSection-module__oJxxzq__prev{transform:translate(-40%)scale(.85)rotateY(8deg)}.ProjetsSection-module__oJxxzq__embla__slide.ProjetsSection-module__oJxxzq__next{transform:translate(40%)scale(.85)rotateY(-8deg)}.ProjetsSection-module__oJxxzq__projectTitle{font-size:1.6rem}.ProjetsSection-module__oJxxzq__decorativeFrame1,.ProjetsSection-module__oJxxzq__decorativeFrame2{display:none}.ProjetsSection-module__oJxxzq__watermark{font-size:4rem;bottom:20px;right:20px}}@media (max-width:768px){.ProjetsSection-module__oJxxzq__projectsSection{padding:80px 20px 60px}.ProjetsSection-module__oJxxzq__navigation{gap:30px;margin-bottom:40px}.ProjetsSection-module__oJxxzq__navButton{width:40px;height:40px}.ProjetsSection-module__oJxxzq__counter{font-size:1rem}.ProjetsSection-module__oJxxzq__counterCurrent{font-size:1.2rem}.ProjetsSection-module__oJxxzq__embla{min-height:450px}.ProjetsSection-module__oJxxzq__embla__slide.ProjetsSection-module__oJxxzq__prev,.ProjetsSection-module__oJxxzq__embla__slide.ProjetsSection-module__oJxxzq__next{opacity:0;pointer-events:none}.ProjetsSection-module__oJxxzq__cardContent{padding:30px 25px 25px}.ProjetsSection-module__oJxxzq__projectTitle{font-size:1.3rem}.ProjetsSection-module__oJxxzq__excerpt{font-size:.9rem}.ProjetsSection-module__oJxxzq__viewButton{padding:10px 24px;font-size:.8rem}.ProjetsSection-module__oJxxzq__indicator{width:40px;height:40px}.ProjetsSection-module__oJxxzq__indicatorNumber{font-size:.7rem}.ProjetsSection-module__oJxxzq__watermark{font-size:3rem}}
.CTASection-module__JbIXPq__ctaSection{justify-content:center;align-items:center;min-height:100vh;padding:120px 40px;display:flex;position:relative;overflow:hidden}.CTASection-module__JbIXPq__ctaContainer{z-index:10;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#c8a15c08;border:2px solid #c8a15c4d;border-radius:2px;max-width:1000px;margin:0 auto;padding:80px 60px;position:relative}.CTASection-module__JbIXPq__decorativeNumber{letter-spacing:.1em;color:#c8a15c26;z-index:1;font-family:Montserrat,sans-serif;font-size:8rem;font-weight:200;position:absolute;top:-30px;right:40px}.CTASection-module__JbIXPq__ctaContent{z-index:2;position:relative}.CTASection-module__JbIXPq__ctaTitle{letter-spacing:.08em;color:#fff;text-transform:uppercase;margin:0 0 25px;font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:300;line-height:1.3}.CTASection-module__JbIXPq__ctaTitleLine{background:#c8a15c;height:2px;margin:0 auto 30px}.CTASection-module__JbIXPq__ctaDescription{letter-spacing:.02em;color:#aaa;max-width:700px;margin:0 auto 50px;font-family:Inter,sans-serif;font-size:1.15rem;font-weight:300;line-height:1.8}.CTASection-module__JbIXPq__ctaButtons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.CTASection-module__JbIXPq__ctaButtonPrimary,.CTASection-module__JbIXPq__ctaButtonSecondary{letter-spacing:.1em;text-transform:uppercase;border:1px solid #c8a15c;border-radius:2px;align-items:center;gap:10px;padding:18px 40px;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:400;text-decoration:none;transition:all .3s;display:inline-flex}.CTASection-module__JbIXPq__ctaButtonPrimary{color:#000;background:#c8a15c}.CTASection-module__JbIXPq__ctaButtonPrimary:hover{color:#c8a15c;background:0 0;box-shadow:0 8px 25px #c8a15c4d}.CTASection-module__JbIXPq__ctaButtonSecondary{color:#c8a15c;background:0 0}.CTASection-module__JbIXPq__ctaButtonSecondary:hover{background:#c8a15c1a;box-shadow:0 8px 25px #c8a15c33}.CTASection-module__JbIXPq__ctaButtonPrimary svg,.CTASection-module__JbIXPq__ctaButtonSecondary svg{transition:transform .3s}.CTASection-module__JbIXPq__ctaButtonPrimary:hover svg,.CTASection-module__JbIXPq__ctaButtonSecondary:hover svg{transform:translate(4px)}.CTASection-module__JbIXPq__decorativeFrame1{z-index:1;pointer-events:none;background:linear-gradient(135deg,#c8a15c0a 0%,#0000 100%);border:2px solid #c8a15c33;width:370px;height:295px;position:fixed;top:22%;right:12%;transform:rotate(-24deg);box-shadow:0 0 40px #c8a15c14}.CTASection-module__JbIXPq__decorativeFrame2{z-index:1;pointer-events:none;background:linear-gradient(45deg,#c8a15c08 0%,#0000 100%);border:2px solid #c8a15c2b;width:340px;height:285px;position:fixed;bottom:22%;left:10%;transform:rotate(26deg);box-shadow:0 0 40px #c8a15c12}.CTASection-module__JbIXPq__decorativeFrame1:before{content:"";border:1px solid #c8a15c24;width:295px;height:365px;position:absolute;top:-105px;right:185px;transform:rotate(-14deg)}.CTASection-module__JbIXPq__decorativeFrame2:after{content:"";border:1px solid #c8a15c26;width:325px;height:355px;position:absolute;bottom:-88px;right:-125px;transform:rotate(20deg)}.CTASection-module__JbIXPq__watermark{display:none}@media (max-width:1200px){.CTASection-module__JbIXPq__watermark{font-size:14rem}}@media (max-width:768px){.CTASection-module__JbIXPq__ctaSection{padding:100px 20px}.CTASection-module__JbIXPq__ctaContainer{padding:60px 40px}.CTASection-module__JbIXPq__decorativeNumber{font-size:6rem;top:-25px;right:30px}.CTASection-module__JbIXPq__ctaTitle{font-size:2rem}.CTASection-module__JbIXPq__ctaDescription{margin-bottom:40px;font-size:1.05rem}.CTASection-module__JbIXPq__ctaButtons{flex-direction:column;align-items:stretch}.CTASection-module__JbIXPq__ctaButtonPrimary,.CTASection-module__JbIXPq__ctaButtonSecondary{justify-content:center;padding:16px 35px}.CTASection-module__JbIXPq__decorativeFrame1,.CTASection-module__JbIXPq__decorativeFrame2{display:none}.CTASection-module__JbIXPq__watermark{font-size:8rem}}@media (max-width:480px){.CTASection-module__JbIXPq__ctaSection{padding:80px 15px}.CTASection-module__JbIXPq__ctaContainer{padding:50px 30px}.CTASection-module__JbIXPq__decorativeNumber{font-size:5rem;top:-20px;right:20px}.CTASection-module__JbIXPq__ctaTitle{font-size:1.6rem}.CTASection-module__JbIXPq__ctaDescription{font-size:1rem}.CTASection-module__JbIXPq__ctaButtonPrimary,.CTASection-module__JbIXPq__ctaButtonSecondary{padding:14px 30px;font-size:.9rem}.CTASection-module__JbIXPq__watermark{font-size:6rem}}
.LandingImage-module__TnpH2q__landingContainer{background-color:#0001;width:100vw;height:100vh;position:relative;overflow:hidden}.LandingImage-module__TnpH2q__imageWrapper{z-index:-3;width:100%;height:100%;position:fixed;top:0;left:0}.LandingImage-module__TnpH2q__groundReflection{display:none}.LandingImage-module__TnpH2q__heroImage{object-fit:contain;object-position:center;opacity:0;transition:opacity 1.2s ease-in-out}.LandingImage-module__TnpH2q__heroImage.LandingImage-module__TnpH2q__loaded{opacity:1}.LandingImage-module__TnpH2q__threeScene{opacity:0;width:100%;height:100%;transition:opacity 1.2s ease-in-out}.LandingImage-module__TnpH2q__threeScene.LandingImage-module__TnpH2q__loaded{opacity:1}.LandingImage-module__TnpH2q__threeScene canvas{display:block;width:100%!important;height:100%!important}.LandingImage-module__TnpH2q__errorMessage{color:var(--color-gold);border:1px solid var(--color-gold);text-align:center;z-index:100;background:#000c;border-radius:4px;padding:20px 40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.LandingImage-module__TnpH2q__imageOverlay,.LandingImage-module__TnpH2q__geometricLines{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.LandingImage-module__TnpH2q__line{background:var(--gradient-gold-vertical);width:1px;height:100%;animation:8s ease-in-out infinite LandingImage-module__TnpH2q__lineFlow;position:absolute;top:0}@keyframes LandingImage-module__TnpH2q__lineFlow{0%,to{opacity:.1;transform:translateY(0)}50%{opacity:.3;transform:translateY(-20px)}}.LandingImage-module__TnpH2q__contentOverlay{z-index:10;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:0 40px;display:flex;position:relative}.LandingImage-module__TnpH2q__topDecoration{opacity:0;justify-content:center;animation:1s ease-out .3s forwards LandingImage-module__TnpH2q__fadeInDown;display:flex;position:absolute;top:80px;left:50%;transform:translate(-50%)}.LandingImage-module__TnpH2q__decorativeLine{background:var(--gradient-gold-horizontal);width:60px;height:1px}.LandingImage-module__TnpH2q__mainContent{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;align-items:center;margin-top:0;display:flex}.LandingImage-module__TnpH2q__subtitleWrapper{opacity:0;align-items:center;gap:20px;margin-bottom:30px;animation:1s ease-out .5s forwards LandingImage-module__TnpH2q__fadeInUp;display:flex}.LandingImage-module__TnpH2q__subtitle{letter-spacing:.3em;text-transform:uppercase;color:var(--color-gold);text-shadow:0 1px 3px #000c,0 0 8px #0009;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:300}.LandingImage-module__TnpH2q__subtitleLine{background:var(--color-gold);width:40px;height:1px}.LandingImage-module__TnpH2q__mainTitle{letter-spacing:.05em;color:var(--color-text-primary);text-shadow:0 2px 8px #000c,0 0 20px #0009,0 0 30px #0006;flex-direction:column;gap:10px;margin:0 0 40px;font-family:Montserrat,sans-serif;font-size:5.65rem;font-weight:200;line-height:1.2;display:flex}.LandingImage-module__TnpH2q__titleLine{opacity:0;animation:1s ease-out forwards LandingImage-module__TnpH2q__fadeInUp;display:block}.LandingImage-module__TnpH2q__titleLine:first-child{animation-delay:.7s}.LandingImage-module__TnpH2q__titleLine:nth-child(2){animation-delay:.9s}.LandingImage-module__TnpH2q__titleLine.LandingImage-module__TnpH2q__accent{color:var(--color-gold);font-weight:300;position:relative}.LandingImage-module__TnpH2q__description{color:var(--color-text-transparent);opacity:0;text-shadow:0 1px 4px #000000b3,0 0 10px #00000080;max-width:700px;margin:0 0 50px;font-family:Inter,sans-serif;font-size:1.18rem;font-weight:300;line-height:1.8;animation:1s ease-out 1.1s forwards LandingImage-module__TnpH2q__fadeInUp}.LandingImage-module__TnpH2q__ctaGroup{opacity:0;flex-wrap:wrap;gap:20px;margin-bottom:60px;animation:1s ease-out 1.3s forwards LandingImage-module__TnpH2q__fadeInUp;display:flex}.LandingImage-module__TnpH2q__ctaButton{letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--color-border-gold);cursor:pointer;pointer-events:auto;border-radius:2px;align-items:center;gap:12px;padding:18px 40px;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.LandingImage-module__TnpH2q__ctaButton:before{content:"";background:linear-gradient(90deg,transparent,var(--color-white-10),transparent);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.LandingImage-module__TnpH2q__ctaButton:hover:before{left:100%}.LandingImage-module__TnpH2q__ctaButton.LandingImage-module__TnpH2q__primary{background:var(--color-gold);color:var(--color-bg-primary);border-color:var(--color-gold)}.LandingImage-module__TnpH2q__ctaButton.LandingImage-module__TnpH2q__primary:hover{color:var(--color-gold);box-shadow:0 10px 40px var(--color-shadow-gold);background:0 0;transform:translateY(-3px)}.LandingImage-module__TnpH2q__ctaButton.LandingImage-module__TnpH2q__secondary{color:var(--color-gold);border-color:var(--color-gold-50);background:0 0}.LandingImage-module__TnpH2q__ctaButton.LandingImage-module__TnpH2q__secondary:hover{background:var(--color-gold-10);border-color:var(--color-gold);box-shadow:0 10px 40px var(--color-shadow-gold-light);transform:translateY(-3px)}.LandingImage-module__TnpH2q__buttonIcon{transition:transform .3s}.LandingImage-module__TnpH2q__ctaButton:hover .LandingImage-module__TnpH2q__buttonIcon{transform:translate(4px)}.LandingImage-module__TnpH2q__scrollIndicator{color:var(--color-text-transparent-light);cursor:pointer;opacity:0;pointer-events:auto;background:0 0;border:none;flex-direction:column;align-items:center;gap:10px;transition:color .3s;animation:1s ease-out 2s forwards LandingImage-module__TnpH2q__fadeIn,2s ease-in-out 3s infinite LandingImage-module__TnpH2q__bounce;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.LandingImage-module__TnpH2q__scrollIndicator:hover{color:var(--color-gold)}.LandingImage-module__TnpH2q__scrollText{letter-spacing:.2em;text-transform:uppercase;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:300}.LandingImage-module__TnpH2q__scrollIcon{justify-content:center;align-items:center;display:flex}.LandingImage-module__TnpH2q__cornerDecoration{color:var(--color-gold);opacity:.3;z-index:5;position:absolute;bottom:0;right:0}@keyframes LandingImage-module__TnpH2q__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes LandingImage-module__TnpH2q__fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes LandingImage-module__TnpH2q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes LandingImage-module__TnpH2q__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@media (max-width:1024px){.LandingImage-module__TnpH2q__imageWrapper{width:90%;top:50%;left:50%;transform:translate(-50%,-50%)}.LandingImage-module__TnpH2q__mainTitle{font-size:4rem}.LandingImage-module__TnpH2q__description{font-size:1.1rem}}@media (max-width:768px){.LandingImage-module__TnpH2q__imageWrapper{width:100%;max-width:580px;top:50%;left:50%;transform:translate(-50%,-50%)}.LandingImage-module__TnpH2q__contentOverlay{align-items:center;padding:0 30px}.LandingImage-module__TnpH2q__topDecoration{top:100px;left:50%;transform:translate(-50%)}.LandingImage-module__TnpH2q__mainContent{text-align:center;align-items:center;margin-top:0}.LandingImage-module__TnpH2q__mainTitle{font-size:3rem}.LandingImage-module__TnpH2q__description{margin-bottom:40px;font-size:1rem}.LandingImage-module__TnpH2q__ctaGroup{flex-direction:column;justify-content:center;gap:15px;width:100%;max-width:320px}.LandingImage-module__TnpH2q__ctaButton{justify-content:center;width:100%;padding:16px 30px}.LandingImage-module__TnpH2q__scrollIndicator{bottom:30px;left:50%;transform:translate(-50%)}}@media (max-width:480px){.LandingImage-module__TnpH2q__imageWrapper{width:98%;max-width:500px;top:50%;left:50%;transform:translate(-50%,-50%)}.LandingImage-module__TnpH2q__contentOverlay{padding:0 20px}.LandingImage-module__TnpH2q__topDecoration{top:80px;left:50%;transform:translate(-50%)}.LandingImage-module__TnpH2q__mainContent{margin-top:0}.LandingImage-module__TnpH2q__subtitle{letter-spacing:.2em;font-size:.75rem}.LandingImage-module__TnpH2q__subtitleLine{width:30px}.LandingImage-module__TnpH2q__mainTitle{margin-bottom:30px;font-size:2.2rem}.LandingImage-module__TnpH2q__description{margin-bottom:35px;font-size:.95rem}.LandingImage-module__TnpH2q__ctaButton{padding:14px 25px;font-size:.85rem}.LandingImage-module__TnpH2q__scrollText{font-size:.7rem}.LandingImage-module__TnpH2q__geometricLines{display:none}}@media (prefers-reduced-motion:reduce){.LandingImage-module__TnpH2q__line,.LandingImage-module__TnpH2q__titleLine,.LandingImage-module__TnpH2q__subtitleWrapper,.LandingImage-module__TnpH2q__description,.LandingImage-module__TnpH2q__ctaGroup,.LandingImage-module__TnpH2q__scrollIndicator,.LandingImage-module__TnpH2q__topDecoration{animation:none!important}.LandingImage-module__TnpH2q__ctaButton:before{display:none}.LandingImage-module__TnpH2q__scrollIndicator{opacity:1}}@media (prefers-contrast:high){.LandingImage-module__TnpH2q__imageOverlay{background:var(--color-black-85)}.LandingImage-module__TnpH2q__ctaButton{border-width:2px}}
.projectDetail-module__mDadFW__container{color:#fff;background:#000;justify-content:center;align-items:center;max-width:1600px;min-height:100vh;margin:0 auto;padding:80px 60px;display:flex;position:relative;overflow:hidden}.projectDetail-module__mDadFW__container:before{content:"";z-index:-1;background:#000;width:100vw;height:100vh;position:fixed;inset:0}.projectDetail-module__mDadFW__container:after{content:"";z-index:-2;background:#000;width:100vw;height:100vh;position:fixed;inset:0}.projectDetail-module__mDadFW__leftColumn{flex-direction:column;flex:0 0 45%;gap:40px;max-width:45%;display:flex}.projectDetail-module__mDadFW__rightColumn{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.projectDetail-module__mDadFW__descriptionSection{margin-bottom:20px}.projectDetail-module__mDadFW__detailsSection{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#c8a15c05;border:2px solid #c8a15c4d;border-radius:2px;padding:40px;box-shadow:0 4px 15px #c8a15c1a}.projectDetail-module__mDadFW__detailsTitle{letter-spacing:.1em;color:#c8a15c;text-transform:uppercase;margin-bottom:30px;font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:300;position:relative}.projectDetail-module__mDadFW__detailsTitle:after{content:"";background:#c8a15c;width:40px;height:1px;position:absolute;bottom:-8px;left:0}.projectDetail-module__mDadFW__detailsGrid{grid-template-columns:1fr 1fr;gap:30px;display:grid}.projectDetail-module__mDadFW__detailItem{border-bottom:1px solid #c8a15c1a;flex-direction:column;gap:12px;padding:20px 0;display:flex}.projectDetail-module__mDadFW__detailItem:last-child{border-bottom:none}.projectDetail-module__mDadFW__detailLabel{color:#888;text-transform:uppercase;letter-spacing:.1em;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:300}.projectDetail-module__mDadFW__detailValue{color:#fff;letter-spacing:.05em;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:200}@media (max-width:1024px){.projectDetail-module__mDadFW__mainContent{flex-direction:column;gap:40px}.projectDetail-module__mDadFW__leftColumn{flex:none;max-width:100%}.projectDetail-module__mDadFW__rightColumn{flex:none}.projectDetail-module__mDadFW__detailsGrid{grid-template-columns:1fr;gap:15px}}@media (max-width:768px){.projectDetail-module__mDadFW__container{padding:40px 20px}.projectDetail-module__mDadFW__mainContent,.projectDetail-module__mDadFW__leftColumn{gap:30px}.projectDetail-module__mDadFW__detailsSection{padding:20px}.projectDetail-module__mDadFW__detailsTitle,.projectDetail-module__mDadFW__detailValue{font-size:1rem}}.projectDetail-module__mDadFW__header{z-index:100;margin-bottom:40px;padding:20px 0;position:relative}.projectDetail-module__mDadFW__returnLink{color:#c8a15c;letter-spacing:.05em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;border:2px solid #c8a15c;border-radius:2px;align-items:center;gap:12px;padding:16px 32px;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:400;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #c8a15c33}.projectDetail-module__mDadFW__returnLink:hover{color:#fff;background:#c8a15c;border-color:#c8a15c;transform:translate(-4px);box-shadow:0 4px 15px #c8a15c4d}.projectDetail-module__mDadFW__returnIcon{font-size:.9rem;transition:transform .3s}.projectDetail-module__mDadFW__returnLink:hover .projectDetail-module__mDadFW__returnIcon{transform:translate(-2px)}.projectDetail-module__mDadFW__mainContent{z-index:10;background:0 0;flex-direction:row;align-items:flex-start;gap:80px;width:100%;max-width:1500px;display:flex;position:relative}.projectDetail-module__mDadFW__projectHeader{align-items:center;gap:30px;margin-bottom:20px;display:flex}.projectDetail-module__mDadFW__projectNumber{color:#c8a15c;text-align:center;text-shadow:0 0 20px #c8a15c4d;letter-spacing:.05em;min-width:60px;font-family:Montserrat,sans-serif;font-size:5rem;font-weight:100}.projectDetail-module__mDadFW__title{letter-spacing:.1em;color:#fff;text-transform:uppercase;flex:1;margin:0;font-family:Montserrat,sans-serif;font-size:3rem;font-weight:200}.projectDetail-module__mDadFW__titleLine{background:linear-gradient(90deg,#c8a15c 0%,#0000 100%);flex-shrink:0;width:80px;height:2px}.projectDetail-module__mDadFW__description{letter-spacing:.02em;color:#fff;max-width:800px;margin:0;font-family:Inter,sans-serif;font-size:1.2rem;font-weight:300;line-height:1.7}.projectDetail-module__mDadFW__gallerySection{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.projectDetail-module__mDadFW__galleryTitle{letter-spacing:.1em;color:#c8a15c;text-transform:uppercase;margin:0 0 30px;font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:300;position:relative}.projectDetail-module__mDadFW__galleryTitle:after{content:"";background:#c8a15c;width:40px;height:1px;position:absolute;bottom:-8px;left:0}.projectDetail-module__mDadFW__gallery{grid-template-columns:1fr;gap:32px;width:100%;height:500vh;margin-top:30px;display:grid;position:relative;overflow:auto}.projectDetail-module__mDadFW__imageWrapper{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#c8a15c05;border:1px solid #ffffff1a;border-radius:0;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;transform:translateY(20px);box-shadow:0 8px 32px #0000004d}.projectDetail-module__mDadFW__imageWrapper.projectDetail-module__mDadFW__loaded{opacity:1;transform:translateY(0)}.projectDetail-module__mDadFW__imageWrapper:hover{border-color:#c8a15c4d;transform:translateY(-4px);box-shadow:0 12px 40px #0006}.projectDetail-module__mDadFW__imageWrapper:hover .projectDetail-module__mDadFW__image{filter:brightness()contrast(1.1)}.projectDetail-module__mDadFW__image{object-fit:cover;filter:brightness(.95)contrast(1.05);width:100%;height:100%;transition:all .3s}.projectDetail-module__mDadFW__imageOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#000c;border:1px solid #c8a15c4d;border-radius:8px;padding:8px 12px;transition:all .3s;position:absolute;top:15px;right:15px}.projectDetail-module__mDadFW__imageWrapper:hover .projectDetail-module__mDadFW__imageOverlay{opacity:1}.projectDetail-module__mDadFW__imageNumber{color:#c8a15c;letter-spacing:.1em;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:300}.projectDetail-module__mDadFW__showAllBtn{color:#c8a15c;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;z-index:10;background:0 0;border:1px solid #c8a15c;border-radius:2px;margin:40px auto 0;padding:18px 40px;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:300;transition:all .3s;display:block;position:relative}.projectDetail-module__mDadFW__showAllBtn:hover{color:#000;background:#c8a15c;transform:translateY(-2px);box-shadow:0 8px 25px #c8a15c4d}.projectDetail-module__mDadFW__actionButtons{z-index:10;align-items:center;gap:20px;margin-top:40px;display:flex;position:relative}.projectDetail-module__mDadFW__actionButtons .projectDetail-module__mDadFW__returnLink{color:#c8a15c;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;border:2px solid #c8a15c;border-radius:2px;justify-content:center;align-items:center;gap:12px;width:300px;height:56px;padding:16px 32px;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:400;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #c8a15c33}.projectDetail-module__mDadFW__actionButtons .projectDetail-module__mDadFW__returnLink:hover{color:#fff;background:#c8a15c;border-color:#c8a15c;transform:translateY(-2px);box-shadow:0 8px 25px #c8a15c4d}.projectDetail-module__mDadFW__actionButtons .projectDetail-module__mDadFW__returnLink svg{transition:transform .3s}.projectDetail-module__mDadFW__actionButtons .projectDetail-module__mDadFW__returnLink:hover svg{transform:translate(2px)}.projectDetail-module__mDadFW__panoLink{text-decoration:none}.projectDetail-module__mDadFW__panoButton{color:#c8a15c;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;border:2px solid #c8a15c;border-radius:2px;justify-content:center;align-items:center;gap:12px;width:220px;padding:16px 32px;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:400;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #c8a15c33}.projectDetail-module__mDadFW__panoButton:hover{color:#fff;background:#c8a15c;border-color:#c8a15c;transform:translateY(-2px);box-shadow:0 8px 25px #c8a15c4d}.projectDetail-module__mDadFW__panoButton svg{transition:transform .3s}.projectDetail-module__mDadFW__panoButton:hover svg{transform:translate(2px)}.projectDetail-module__mDadFW__decorativeFrame1{z-index:1;pointer-events:none;border:1px solid #c8a15c26;width:300px;height:200px;position:absolute;top:20%;right:5%;transform:rotate(-15deg)}.projectDetail-module__mDadFW__decorativeFrame2{z-index:1;pointer-events:none;border:1px solid #c8a15c1f;width:250px;height:180px;position:absolute;bottom:25%;left:8%;transform:rotate(12deg)}.projectDetail-module__mDadFW__decorativeFrame3{z-index:1;pointer-events:none;border:1px solid #c8a15c1a;width:200px;height:120px;position:absolute;top:60%;right:15%;transform:rotate(25deg)}.projectDetail-module__mDadFW__watermark{letter-spacing:.2em;color:#c8a15c08;text-transform:uppercase;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;font-family:Montserrat,sans-serif;font-size:12rem;font-weight:100;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.projectDetail-module__mDadFW__lightboxOverlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000f2;justify-content:center;align-items:center;padding:0;display:flex;position:fixed;inset:0}.projectDetail-module__mDadFW__lightboxContent{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative}.projectDetail-module__mDadFW__lightboxHeader{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#000c 0%,#0000 100%);justify-content:space-between;align-items:center;padding:20px 30px;transition:all .3s;display:flex;position:absolute;top:0;left:0;right:0}.projectDetail-module__mDadFW__lightboxTitle h3{letter-spacing:.1em;color:#fff;text-transform:uppercase;margin:0;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:300}.projectDetail-module__mDadFW__lightboxActions{align-items:center;gap:15px;display:flex}.projectDetail-module__mDadFW__lightboxThumbnailsInHeader{flex:1;justify-content:center;align-items:center;padding:0 20px;display:flex;overflow:hidden}.projectDetail-module__mDadFW__thumbnailStripHeader{scrollbar-width:thin;scrollbar-color:#c8a15c80 transparent;align-items:center;gap:8px;max-width:600px;padding:5px 0;display:flex;overflow-x:auto}.projectDetail-module__mDadFW__thumbnailStripHeader::-webkit-scrollbar{height:4px}.projectDetail-module__mDadFW__thumbnailStripHeader::-webkit-scrollbar-thumb{background:#c8a15c80;border-radius:2px}.projectDetail-module__mDadFW__thumbnailStripHeader::-webkit-scrollbar-track{background:0 0}.projectDetail-module__mDadFW__thumbnailItemHeader{cursor:pointer;background:#00000080;border:2px solid #0000;border-radius:4px;flex-shrink:0;width:60px;height:40px;padding:0;transition:all .3s;position:relative;overflow:hidden}.projectDetail-module__mDadFW__thumbnailItemHeader:hover{border-color:#c8a15c99;transform:scale(1.05)}.projectDetail-module__mDadFW__thumbnailItemHeader.projectDetail-module__mDadFW__active{border-color:#c8a15c;transform:scale(1.1);box-shadow:0 0 10px #c8a15c80}.projectDetail-module__mDadFW__thumbnailImageHeader{object-fit:cover;width:100%;height:100%;transition:opacity .3s}.projectDetail-module__mDadFW__lightboxAction{color:#c8a15c;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border:1px solid #c8a15c4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.projectDetail-module__mDadFW__lightboxAction:hover{color:#000;background:#c8a15c;transform:scale(1.1)}.projectDetail-module__mDadFW__lightboxClose{color:#c8a15c;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border:1px solid #c8a15c4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.projectDetail-module__mDadFW__lightboxClose:hover{color:#000;background:#c8a15c;transform:scale(1.1)}.projectDetail-module__mDadFW__lightboxImageContainer{justify-content:center;align-items:center;width:100%;height:100%;padding:80px 20px 120px;display:flex;position:relative}.projectDetail-module__mDadFW__lightboxImage{object-fit:contain;opacity:1;z-index:1;width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.projectDetail-module__mDadFW__lightboxLoading{color:#c8a15c;z-index:10;flex-direction:column;align-items:center;gap:15px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.projectDetail-module__mDadFW__lightboxSpinner{border:3px solid #c8a15c4d;border-top-color:#c8a15c;border-radius:50%;width:40px;height:40px;animation:1s linear infinite projectDetail-module__mDadFW__spin}@keyframes projectDetail-module__mDadFW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.projectDetail-module__mDadFW__lightboxNavControls{z-index:50;justify-content:space-between;padding:0 30px;transition:all .3s;display:flex;position:absolute;top:50%;left:0;right:0}.projectDetail-module__mDadFW__lightboxNavLeft,.projectDetail-module__mDadFW__lightboxNavRight{color:#c8a15c;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border:2px solid #c8a15c4d;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex}.projectDetail-module__mDadFW__lightboxNavLeft:hover,.projectDetail-module__mDadFW__lightboxNavRight:hover{color:#000;background:#c8a15c;transform:scale(1.1)}.projectDetail-module__mDadFW__lightboxNavLeft:disabled,.projectDetail-module__mDadFW__lightboxNavRight:disabled{opacity:.3;cursor:not-allowed}.projectDetail-module__mDadFW__lightboxNavLeft:disabled:hover,.projectDetail-module__mDadFW__lightboxNavRight:disabled:hover{color:#c8a15c;background:#000000b3;transform:none}.projectDetail-module__mDadFW__lightboxThumbnails{z-index:50;transition:all .3s;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.projectDetail-module__mDadFW__thumbnailStrip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);scrollbar-width:none;background:#000c;border:1px solid #c8a15c4d;border-radius:0;gap:10px;max-width:calc(100vw - 40px);padding:15px 20px;display:flex;overflow-x:auto}.projectDetail-module__mDadFW__thumbnailStrip::-webkit-scrollbar{display:none}.projectDetail-module__mDadFW__thumbnailItem{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:8px;width:80px;height:60px;padding:0;transition:all .3s;position:relative;overflow:hidden}.projectDetail-module__mDadFW__thumbnailItem:before{content:"";opacity:0;z-index:1;background:linear-gradient(45deg,#0000 0%,#c8a15c1a 50%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.projectDetail-module__mDadFW__thumbnailItem:hover:before{opacity:1}.projectDetail-module__mDadFW__thumbnailItem.projectDetail-module__mDadFW__active{border-color:#c8a15c;box-shadow:0 0 15px #c8a15c66}.projectDetail-module__mDadFW__thumbnailItem.projectDetail-module__mDadFW__active:before{opacity:1;background:linear-gradient(45deg,#0000 0%,#c8a15c33 50%,#0000 100%)}.projectDetail-module__mDadFW__thumbnailImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.projectDetail-module__mDadFW__thumbnailItem:hover .projectDetail-module__mDadFW__thumbnailImage{transform:scale(1.05)}.projectDetail-module__mDadFW__lightboxInstructions{z-index:50;transition:all .3s;position:absolute;bottom:120px;left:50%;transform:translate(-50%)}.projectDetail-module__mDadFW__instructionContent{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;border:1px solid #c8a15c4d;border-radius:8px;gap:20px;padding:12px 20px;display:flex}.projectDetail-module__mDadFW__instructionContent p{color:#ccc;align-items:center;gap:8px;margin:0;font-family:Inter,sans-serif;font-size:.9rem;font-weight:300;display:flex}.projectDetail-module__mDadFW__instructionContent kbd{color:#c8a15c;background:#c8a15c1a;border:1px solid #c8a15c4d;border-radius:4px;padding:2px 6px;font-family:Inter,monospace;font-size:.8rem}.projectDetail-module__mDadFW__lightboxCounter{color:#c8a15c;letter-spacing:.05em;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:300}.projectDetail-module__mDadFW__hidden{opacity:0;pointer-events:none;transform:translateY(-20px)}.projectDetail-module__mDadFW__fadeOut{opacity:0;z-index:0}.projectDetail-module__mDadFW__fadeIn{opacity:1;z-index:2;animation:.5s projectDetail-module__mDadFW__fadeIn}@keyframes projectDetail-module__mDadFW__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1024px){.projectDetail-module__mDadFW__lightboxHeader{gap:12px;margin-top:20px;padding:14px 18px}.projectDetail-module__mDadFW__lightboxTitle{flex:none;min-width:0}.projectDetail-module__mDadFW__lightboxTitle h3{white-space:nowrap;text-overflow:ellipsis;font-size:1rem;overflow:hidden}.projectDetail-module__mDadFW__lightboxCounter{font-size:.8rem}.projectDetail-module__mDadFW__lightboxThumbnailsInHeader{flex:1;min-width:0}.projectDetail-module__mDadFW__thumbnailStripHeader{justify-content:center;gap:6px}.projectDetail-module__mDadFW__thumbnailItemHeader{width:50px;height:35px}.projectDetail-module__mDadFW__lightboxActions{flex:none;gap:10px}.projectDetail-module__mDadFW__lightboxAction,.projectDetail-module__mDadFW__lightboxClose{width:40px;height:40px}.projectDetail-module__mDadFW__lightboxInstructions{display:none!important}.projectDetail-module__mDadFW__lightboxNavLeft,.projectDetail-module__mDadFW__lightboxNavRight{width:52px;height:52px}}@media (max-width:768px){.projectDetail-module__mDadFW__lightboxHeader{flex-wrap:wrap;gap:10px;padding:12px 15px}.projectDetail-module__mDadFW__lightboxTitle{flex:auto;order:1;min-width:120px}.projectDetail-module__mDadFW__lightboxTitle h3{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;overflow:hidden}.projectDetail-module__mDadFW__lightboxCounter{white-space:nowrap;font-size:.7rem}.projectDetail-module__mDadFW__lightboxActions{flex:none;order:2;gap:8px}.projectDetail-module__mDadFW__lightboxThumbnailsInHeader{flex:100%;order:3;width:100%;padding:8px 0 0}.projectDetail-module__mDadFW__thumbnailStripHeader{justify-content:flex-start;gap:5px;max-width:100%}.projectDetail-module__mDadFW__thumbnailItemHeader{flex-shrink:0;width:45px;height:30px}.projectDetail-module__mDadFW__lightboxAction,.projectDetail-module__mDadFW__lightboxClose{flex-shrink:0;width:36px;height:36px}.projectDetail-module__mDadFW__lightboxInstructions{display:none!important}.projectDetail-module__mDadFW__lightboxNavLeft,.projectDetail-module__mDadFW__lightboxNavRight{width:46px;height:46px}.projectDetail-module__mDadFW__lightboxNavLeft{left:10px}.projectDetail-module__mDadFW__lightboxNavRight{right:10px}}@media (max-width:480px){.projectDetail-module__mDadFW__lightboxHeader{gap:8px;padding:10px 12px}.projectDetail-module__mDadFW__lightboxTitle{min-width:100px}.projectDetail-module__mDadFW__lightboxTitle h3{font-size:.85rem}.projectDetail-module__mDadFW__lightboxCounter{font-size:.65rem}.projectDetail-module__mDadFW__lightboxActions{gap:6px}.projectDetail-module__mDadFW__lightboxThumbnailsInHeader{padding:6px 0 0}.projectDetail-module__mDadFW__thumbnailStripHeader{gap:4px}.projectDetail-module__mDadFW__thumbnailItemHeader{width:40px;height:27px}.projectDetail-module__mDadFW__lightboxAction,.projectDetail-module__mDadFW__lightboxClose{width:34px;height:34px}.projectDetail-module__mDadFW__lightboxInstructions{display:none!important}.projectDetail-module__mDadFW__lightboxNavLeft,.projectDetail-module__mDadFW__lightboxNavRight{width:42px;height:42px}.projectDetail-module__mDadFW__lightboxNavLeft{left:8px}.projectDetail-module__mDadFW__lightboxNavRight{right:8px}}@media (max-width:360px){.projectDetail-module__mDadFW__lightboxHeader{gap:6px;padding:8px 10px}.projectDetail-module__mDadFW__lightboxTitle{min-width:80px}.projectDetail-module__mDadFW__lightboxTitle h3{font-size:.8rem}.projectDetail-module__mDadFW__lightboxCounter{font-size:.6rem}.projectDetail-module__mDadFW__lightboxActions{gap:5px}.projectDetail-module__mDadFW__lightboxThumbnailsInHeader{padding:5px 0 0}.projectDetail-module__mDadFW__thumbnailStripHeader{gap:3px}.projectDetail-module__mDadFW__thumbnailItemHeader{width:36px;height:24px}.projectDetail-module__mDadFW__lightboxAction,.projectDetail-module__mDadFW__lightboxClose{width:32px;height:32px}.projectDetail-module__mDadFW__lightboxInstructions{display:none!important}.projectDetail-module__mDadFW__lightboxNavLeft,.projectDetail-module__mDadFW__lightboxNavRight{width:38px;height:38px}.projectDetail-module__mDadFW__lightboxNavLeft{left:5px}.projectDetail-module__mDadFW__lightboxNavRight{right:5px}}
