.Hero-module__ZARIfG__hero{background:#000;justify-content:center;align-items:center;width:100%;height:100vh;min-height:700px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__videoWrapper{z-index:1;position:absolute;inset:0;overflow:hidden}.Hero-module__ZARIfG__videoIframe{border:none;width:100vw;min-width:177.78vh;height:56.25vw;min-height:100vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__heroVideo{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.Hero-module__ZARIfG__overlay{z-index:2;pointer-events:none;background:linear-gradient(#0006 0%,#0000001a 40%,#0009 80%,#000 100%);position:absolute;inset:0}.Hero-module__ZARIfG__ambientLights{pointer-events:none;z-index:3;position:absolute;inset:0;overflow:hidden}.Hero-module__ZARIfG__lightBeam1{background:radial-gradient(#ffffff0a 0%,#0000 60%);width:60%;height:150%;animation:8s ease-in-out infinite Hero-module__ZARIfG__beamPulse;position:absolute;top:-50%;left:20%;transform:rotate(-15deg)}.Hero-module__ZARIfG__lightBeam2{background:radial-gradient(#ffffff08 0%,#0000 60%);width:50%;height:120%;animation:10s ease-in-out infinite reverse Hero-module__ZARIfG__beamPulse;position:absolute;top:-30%;right:10%;transform:rotate(15deg)}@keyframes Hero-module__ZARIfG__beamPulse{0%,to{opacity:.5;transform:rotate(-15deg)scale(1)}50%{opacity:.8;transform:rotate(-15deg)scale(1.1)}}.Hero-module__ZARIfG__vignette{z-index:4;pointer-events:none;background:radial-gradient(#0000 40%,#000c 100%);position:absolute;inset:0}.Hero-module__ZARIfG__menuToggle{z-index:100;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0006;border:1px solid #ffffff1a;border-radius:4px;align-items:center;gap:12px;padding:12px 24px;transition:all .3s;display:flex;position:absolute;top:calc(5% + 20px);right:calc(5% + 20px)}.Hero-module__ZARIfG__menuToggle:hover{background:#ffffff1a;border-color:#ffffff80}.Hero-module__ZARIfG__menuToggle.Hero-module__ZARIfG__active{background:#fff;border-color:#fff}.Hero-module__ZARIfG__menuIcon{flex-direction:column;gap:5px;width:24px;display:flex}.Hero-module__ZARIfG__menuIcon span{background:#fff;height:2px;transition:all .3s;display:block}.Hero-module__ZARIfG__menuIcon span:first-child{width:100%}.Hero-module__ZARIfG__menuIcon span:nth-child(2){width:70%;margin-left:auto}.Hero-module__ZARIfG__menuIcon span:nth-child(3),.Hero-module__ZARIfG__menuToggle:hover .Hero-module__ZARIfG__menuIcon span{width:100%}.Hero-module__ZARIfG__menuLabel{color:#fff;text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:600}.Hero-module__ZARIfG__content{z-index:100;text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:1000px;padding:2rem;display:flex;position:relative}.Hero-module__ZARIfG__content>*{opacity:0;transform:translateY(30px)}.Hero-module__ZARIfG__content.Hero-module__ZARIfG__loaded>*{opacity:1;transition:all 1s cubic-bezier(.22,1,.36,1);transform:translateY(0)}.Hero-module__ZARIfG__content.Hero-module__ZARIfG__loaded>:first-child{transition-delay:.1s}.Hero-module__ZARIfG__content.Hero-module__ZARIfG__loaded>:nth-child(2){transition-delay:.2s}.Hero-module__ZARIfG__content.Hero-module__ZARIfG__loaded>:nth-child(3){transition-delay:.3s}.Hero-module__ZARIfG__content.Hero-module__ZARIfG__loaded>:nth-child(4){transition-delay:.4s}.Hero-module__ZARIfG__content.Hero-module__ZARIfG__loaded>:nth-child(5){transition-delay:.5s}.Hero-module__ZARIfG__content.Hero-module__ZARIfG__loaded>:nth-child(6){transition-delay:.6s}.Hero-module__ZARIfG__heroLogo{letter-spacing:.05em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:900}.Hero-module__ZARIfG__logoMain,.Hero-module__ZARIfG__logoAccent{color:#fff}.Hero-module__ZARIfG__tagline{align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.Hero-module__ZARIfG__taglineLine{background:linear-gradient(90deg,#0000,#fff9,#0000);width:40px;height:2px}.Hero-module__ZARIfG__taglineText{letter-spacing:.3em;text-transform:uppercase;color:#fff;font-size:.8rem;font-weight:600}.Hero-module__ZARIfG__mainTitle{margin:0 0 1.5rem}.Hero-module__ZARIfG__titleBrand{letter-spacing:.2em;text-transform:uppercase;color:#fff;margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;display:block}.Hero-module__ZARIfG__titleModel{text-transform:uppercase;color:#fff;font-size:clamp(4rem,12vw,10rem);font-weight:900;line-height:.9;display:block}.Hero-module__ZARIfG__description{color:#fff;max-width:600px;margin-bottom:3rem;font-size:1.1rem;font-weight:400}.Hero-module__ZARIfG__ctaContainer{gap:1.5rem;margin-bottom:4rem;display:flex}.Hero-module__ZARIfG__ctaPrimary{color:#000;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;background:#fff;border:none;border-radius:2px;align-items:center;gap:1rem;padding:1.25rem 3rem;font-size:.9rem;font-weight:700;transition:all .4s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px -5px #fff6}.Hero-module__ZARIfG__ctaPrimary:after{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:50%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.Hero-module__ZARIfG__ctaPrimary:hover:after{left:120%}.Hero-module__ZARIfG__ctaPrimary:hover{transform:translateY(-4px);box-shadow:0 20px 50px -10px #fff9}.Hero-module__ZARIfG__ctaPrimary svg{stroke:#000;color:#000;transition:transform .3s}.Hero-module__ZARIfG__ctaPrimary:hover svg{stroke:#000;color:#000;transform:translate(5px)}.Hero-module__ZARIfG__ctaSecondary{color:#fff;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff08;border:1px solid #fff3;border-radius:2px;padding:1.25rem 3rem;font-size:.9rem;font-weight:600;transition:all .4s}.Hero-module__ZARIfG__ctaSecondary:hover{color:#000;background:#fff;border-color:#fff;transform:translateY(-4px);box-shadow:0 10px 30px -5px #00000080}.Hero-module__ZARIfG__locationsModalOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10000;background:#000000d9;justify-content:center;align-items:center;padding:2rem;animation:.3s Hero-module__ZARIfG__fadeIn;display:flex;position:fixed;inset:0}@keyframes Hero-module__ZARIfG__fadeIn{0%{opacity:0}to{opacity:1}}.Hero-module__ZARIfG__locationsModal{background:#080808fa;border:1px solid #ffffff26;border-radius:8px;width:100%;max-width:500px;padding:3rem 2.5rem;animation:.3s Hero-module__ZARIfG__slideUp;position:relative;box-shadow:0 20px 60px #000000e6}@keyframes Hero-module__ZARIfG__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Hero-module__ZARIfG__modalCloseBtn{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.Hero-module__ZARIfG__modalCloseBtn:hover{color:#fff;background:#ffffff1a}.Hero-module__ZARIfG__modalTitle{color:#fff;text-align:center;text-transform:uppercase;letter-spacing:.1em;margin:0 0 2rem;font-size:1.5rem;font-weight:700}.Hero-module__ZARIfG__modalLocations{flex-direction:column;gap:1rem;display:flex}@media (max-width:480px){.Hero-module__ZARIfG__titleModel{font-size:2rem}.Hero-module__ZARIfG__statsRow{gap:1rem;padding:.75rem 1rem}.Hero-module__ZARIfG__locationsModalOverlay{padding:1rem}.Hero-module__ZARIfG__locationsModal{max-width:100%;padding:2rem 1.25rem}.Hero-module__ZARIfG__modalTitle{margin-bottom:1.25rem;font-size:1.1rem}.Hero-module__ZARIfG__modalLocationBtn{padding:1rem 1.25rem;font-size:.95rem}}.Hero-module__ZARIfG__modalLocationBtn{color:#fff;background:#ffffff0d;border:1px solid #ffffff26;border-radius:6px;justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.Hero-module__ZARIfG__modalLocationBtn:hover{background:#ffffff26;border-color:#ffffff80;transform:translate(5px)}.Hero-module__ZARIfG__locationName{text-transform:uppercase;letter-spacing:.1em}.Hero-module__ZARIfG__statsRow{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1;background:#0009;border:1px solid #ffffff1a;border-radius:4px;align-items:center;gap:3rem;padding:1.5rem 3rem;display:flex;position:relative}.Hero-module__ZARIfG__statItem{flex-direction:column;align-items:center;gap:.25rem;display:flex}.Hero-module__ZARIfG__statNumber{color:#fff;font-size:1.75rem;font-weight:800}.Hero-module__ZARIfG__statLabel{color:#fff;text-transform:uppercase;letter-spacing:.2em;font-size:.65rem;font-weight:600}.Hero-module__ZARIfG__statDivider{background:#ffffff1a;width:1px;height:40px}.Hero-module__ZARIfG__slideIndicators{z-index:20;gap:1.5rem;display:flex;position:absolute;bottom:calc(15% + 40px);left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__indicator{cursor:pointer;background:#ffffff1a;border:none;width:60px;height:4px;padding:0;position:relative;overflow:hidden}.Hero-module__ZARIfG__indicator.Hero-module__ZARIfG__active .Hero-module__ZARIfG__indicatorProgress{transform-origin:0;background:#fff;width:100%;height:100%;animation:10s linear forwards Hero-module__ZARIfG__progressBar;position:absolute;top:0;left:0}@keyframes Hero-module__ZARIfG__progressBar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.Hero-module__ZARIfG__scrollIndicator{z-index:20;opacity:.7;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:calc(15% + 40px);right:calc(5% + 40px)}.Hero-module__ZARIfG__scrollMouse{border:2px solid #ffffff4d;border-radius:10px;width:20px;height:32px;position:relative}.Hero-module__ZARIfG__scrollWheel{background:#fff;border-radius:2px;width:2px;height:6px;animation:2s ease-in-out infinite Hero-module__ZARIfG__scrollPulse;position:absolute;top:6px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__scrollText{color:#ffffff80;text-transform:uppercase;letter-spacing:.2em;font-size:.6rem;font-weight:600}@media (max-width:768px){.Hero-module__ZARIfG__hero{min-height:100dvh;padding:1rem 0}.Hero-module__ZARIfG__content{max-width:100%;padding:1rem 1.25rem}.Hero-module__ZARIfG__tagline{gap:.75rem;margin-bottom:1rem}.Hero-module__ZARIfG__taglineText{letter-spacing:.2em;font-size:.65rem}.Hero-module__ZARIfG__taglineLine{width:24px}.Hero-module__ZARIfG__mainTitle{margin:.75rem 0 1rem}.Hero-module__ZARIfG__titleBrand{letter-spacing:.15em;font-size:1rem}.Hero-module__ZARIfG__titleModel{font-size:2.5rem;line-height:1}.Hero-module__ZARIfG__description{margin-bottom:2rem;padding:0 .5rem;font-size:.95rem}.Hero-module__ZARIfG__ctaContainer{flex-direction:column;gap:.75rem;width:100%;margin-bottom:2.5rem;padding:0 .5rem}.Hero-module__ZARIfG__ctaPrimary,.Hero-module__ZARIfG__ctaSecondary{justify-content:center;width:100%;padding:1rem 2rem;font-size:.8rem}.Hero-module__ZARIfG__statsRow{flex-wrap:wrap;justify-content:center;gap:1.5rem;padding:1rem 1.5rem}.Hero-module__ZARIfG__statNumber{font-size:1.5rem}.Hero-module__ZARIfG__statLabel{font-size:.6rem}.Hero-module__ZARIfG__scrollIndicator{bottom:1.5rem;right:1rem}.Hero-module__ZARIfG__locationsModal{max-width:90%;padding:2rem 1.5rem}.Hero-module__ZARIfG__modalTitle{margin-bottom:1.5rem;font-size:1.25rem}.Hero-module__ZARIfG__modalLocationBtn{padding:1.25rem 1.5rem;font-size:1rem}}
