*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#ffffff;color:#333333;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;font-weight:700;line-height:1.2}button{font-family:inherit;cursor:pointer;border:none;background:none;outline:none}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}.preloader{position:fixed;top:0;left:0;width:100%;height:100%;background:#ffffff;display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity .3s ease-out}.preloader.fade-out{opacity:0;pointer-events:none}.custom-cursor{position:fixed;width:20px;height:20px;border:2px solid #333;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:9998;transition:transform .1s ease-out}.custom-cursor.hover{transform:translate(-50%,-50%) scale(1.5);background:rgba(0,0,0,.1)}