body {
background-color: #e9e9e9;
font-family: 'Lato', sans-serif;
font-weight: 400; /* Regular */
color:#333;
text-align: center;
margin: 0;opacity: 0;transition: opacity 0.6s ease;}
body.loaded {opacity: 1;}
a {color:#333; text-decoration:none;}
.logo {margin-top: 40px;margin-bottom: 20px;}
.logo img {max-width: 120px;}
.contact {margin-top: 30px;font-size: 18px;color: #333;line-height: 1.6;}
@media (max-width: 768px) {
.contact {font-size: 16px;}
}
.video-wrapper {position: relative;width: 100%;height: 65vh;max-width: 900px;margin: 0 auto;overflow: hidden;}
.video-wrapper img,.video-wrapper iframe {position: absolute;border:0;width: 100%;height: 100%;object-fit: cover;top: 0;left: 0;}
#videoPlaceholder {z-index: 2;transition: opacity 0.6s ease, transform 4s ease; transform: scale(1.05);}
#vimeoHero { z-index: 0;}

