html,body{margin:0;padding:0;background-color:#fAfAfA}.custom-menu{position:fixed;top:25px;left:35px;display:flex;flex-direction:column;padding:30px 20px;z-index:9999;background:transparent;border:none;box-shadow:none}.custom-menu .logo-link{display:block;margin-bottom:30px}.custom-menu .logo-img{max-width:180px;height:auto;display:block}.custom-menu a{text-decoration:none;color:#111;font-size:12px;font-weight:600;line-height:1;margin:5px 0;letter-spacing:1px;transition:color 0.3s ease}.custom-menu a:hover{color:#FF4500}.fullscreen-gallery{position:fixed;top:0;left:220px;width:calc(100% - 220px);height:100vh;display:flex;justify-content:center;align-items:center;background:#fAfAfA;overflow:hidden;z-index:500}.fullscreen-slide{display:none;max-width:90%;max-height:90%;object-fit:contain;margin:auto}.fullscreen-slide.active{display:block;opacity:1;transition:opacity 0.3s ease-in-out}.gallery-click-zone{position:absolute;top:0;width:50%;height:100%;z-index:600}.gallery-click-left{left:0;cursor:w-resize!important}.gallery-click-right{right:0;cursor:e-resize!important}.mobile-header{display:none}@media (max-width:1024px){.mobile-header{position:fixed;top:0;left:0;width:100%;height:60px;background:#fAfAfA;display:flex;justify-content:space-between;align-items:center;padding:0 15px;z-index:10000}.mobile-logo img{max-height:20px}.burger-menu{width:30px;height:22px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;z-index:11000}.burger-menu span{display:block;height:2px;background:#111;transition:all 0.3s ease}.burger-menu.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.burger-menu.active span:nth-child(2){opacity:0}.burger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#fAfAfA;z-index:9999;justify-content:center;align-items:center;flex-direction:column}.mobile-menu-overlay.active{display:flex}.mobile-menu-content{display:flex;flex-direction:column;gap:25px;text-align:center}.mobile-menu-content a{font-size:20px;color:#111;text-decoration:none;font-weight:600;letter-spacing:1px;transition:color 0.3s ease}.mobile-menu-content a:hover{color:#FF4500}.custom-menu{display:none}.fullscreen-gallery{top:50px;left:0;width:100%;height:calc(100vh - 50px)}.fullscreen-slide{max-width:95%;max-height:95%}}