@keyframes snowfall{0%{transform:translateY(-100vh) rotate(0deg);opacity:1}to{transform:translateY(100vh) rotate(360deg);opacity:0}}@keyframes buttonPulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes gradientAnimation{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes xmasBlink{0%{opacity:.4;transform:translateY(0)}to{opacity:1;transform:translateY(3px)}}.animate-gradient-hero{position:relative;min-height:80vh;background:linear-gradient(120deg,#d4af37,#b88a2a,#000);background-size:300% 300%;animation:gradientAnimation 10s ease infinite}.project-tile{position:relative;overflow:hidden;padding-top:120px;padding-bottom:120px}.project-tile .et_pb_image img{display:block;width:100%;transition:filter .3s ease,transform .4s ease}.project-tile:hover .et_pb_image img{filter:brightness(1.1);transform:scale(1.05)}.project-tile-overlay{position:absolute;inset:0;background:rgb(0 0 0/.65);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1.5rem;opacity:0;transition:opacity .3s ease}.project-tile:hover .project-tile-overlay{opacity:1}.service-card{transition:transform .25s ease,box-shadow .25s ease;transform-origin:center center}.service-card:hover{transform:translateY(-4px) rotate(1.5deg);box-shadow:0 14px 40px rgb(0 0 0/.15)}.service-card .et-pb-icon,.service-card p{transition:transform .25s ease}.service-card:hover .et-pb-icon,.service-card:hover p{transform:translateY(-3px)}.et_pb_blurb.service-card{transition:transform .25s ease,box-shadow .25s ease!important}.et_pb_blurb.service-card:hover{transform:translateY(-4px) rotate(1.5deg)!important;box-shadow:0 14px 40px rgb(0 0 0/.15)!important}.snow-container{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:9999;overflow:hidden}.snowflake{position:absolute;top:-10%;background:#fff;border-radius:50%;pointer-events:none;box-shadow:0 0 2px rgb(255 255 255/.8)}.snowflake:nth-child(1){left:5%;width:4px;height:4px;animation:snowfall 12s linear infinite 0s}.snowflake:nth-child(2){left:15%;width:6px;height:6px;animation:snowfall 18s linear infinite 2s}.snowflake:nth-child(3){left:25%;width:3px;height:3px;animation:snowfall 15s linear infinite 4s}.snowflake:nth-child(4){left:35%;width:8px;height:8px;animation:snowfall 20s linear infinite 1s}.snowflake:nth-child(5){left:45%;width:5px;height:5px;animation:snowfall 14s linear infinite 3s}.snowflake:nth-child(6){left:55%;width:4px;height:4px;animation:snowfall 17s linear infinite 5s}.snowflake:nth-child(7){left:65%;width:7px;height:7px;animation:snowfall 16s linear infinite 6s}.snowflake:nth-child(8){left:75%;width:3px;height:3px;animation:snowfall 19s linear infinite 0s}.snowflake:nth-child(9){left:85%;width:6px;height:6px;animation:snowfall 13s linear infinite 7s}.snowflake:nth-child(10){left:92%;width:5px;height:5px;animation:snowfall 21s linear infinite 8s}.snowflake:nth-child(11){left:8%;width:4px;height:4px;animation:snowfall 16s linear infinite 9s}.snowflake:nth-child(12){left:42%;width:9px;height:9px;animation:snowfall 22s linear infinite 1s}.snowflake:nth-child(13){left:68%;width:3px;height:3px;animation:snowfall 14s linear infinite 10s}.snowflake:nth-child(14){left:22%;width:7px;height:7px;animation:snowfall 18s linear infinite 11s}.snowflake:nth-child(15){left:78%;width:5px;height:5px;animation:snowfall 15s linear infinite 2s}.snowflake:nth-child(16){left:33%;width:6px;height:6px;animation:snowfall 20s linear infinite 12s}.snowflake:nth-child(17){left:88%;width:4px;height:4px;animation:snowfall 17s linear infinite 3s}.snowflake:nth-child(18){left:12%;width:8px;height:8px;animation:snowfall 19s linear infinite 13s}.snowflake:nth-child(19){left:62%;width:3px;height:3px;animation:snowfall 16s linear infinite 4s}.snowflake:nth-child(20){left:47%;width:5px;height:5px;animation:snowfall 21s linear infinite 14s}@media (max-width:768px){.snowflake:nth-child(n+11){display:none}}.button-pulse:hover{animation:buttonPulse .6s ease-out}.bg-hero-gradient{background:linear-gradient(120deg,#d4af37,#b88a2a,#000);background-size:300% 300%;animation:gradientAnimation 10s ease infinite}.christmas-lights{position:absolute;top:0;left:0;right:0;margin:0;padding:16px 0;display:flex;justify-content:center;gap:24px;list-style:none;pointer-events:none;z-index:10000}.christmas-lights li{width:16px;height:24px;border-radius:50% 50% 60% 60%;background:#ff4b5c;box-shadow:0 0 12px rgb(255 75 92/.9);position:relative;animation:xmasBlink 1.4s infinite alternate}.christmas-lights li::before{content:"";position:absolute;top:-6px;left:3px;width:10px;height:8px;border-radius:3px 3px 0 0;background:#555}.christmas-lights::before{content:"";position:absolute;top:4px;left:0;right:0;height:3px;background:#333;border-radius:50%}.christmas-lights li:nth-child(3n+1){background:#2ecc71;box-shadow:0 0 12px rgb(46 204 113/.9)}.christmas-lights li:nth-child(3n+2){background:#f1c40f;box-shadow:0 0 12px rgb(241 196 15/.9)}