.cursor{width:15px;height:15px;border-radius:50%;background-color:orange;z-index:200;position:fixed;opacity:1;mix-blend-mode:difference;transform:translate(-50%,-50%);transition:width .14s ease-in-out,height .1s ease-in-out;pointer-events:none}.cursor.mouse-down{width:60px;height:60px}.cursor.hide-on-mobile{display:none}nav{height:60px;padding:15px;position:fixed;width:100%;z-index:100;background-color:#000;display:flex;justify-content:center;filter:drop-shadow(0px 0px 4px rgba(0,0,0,.6))}nav div{width:100%;max-width:1200px;height:100%;align-items:center;display:flex;flex-direction:row;justify-content:space-between}nav div .logo,nav div .menu-button{height:100%}nav div .logo svg,nav div .menu-button svg{height:100%;width:auto}nav div ul{width:100%;max-width:800px;display:flex;flex-direction:row;justify-content:space-between;font-size:20px;padding-left:80px}nav div ul li{padding:20px}nav div ul p{font-family:Digistick Italic;font-size:25px}.top-vignette{background:linear-gradient(0deg,#0000,#0003,#0009);height:140px;position:fixed;width:100%;z-index:99}.menu{z-index:99;position:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;top:20px;left:0;width:100%;height:100%;color:#fff}.menu ul{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.menu ul li{font-size:23px;letter-spacing:.2em;padding:10px 20px;width:250px;background-color:#000;filter:drop-shadow(0px 0px 4px rgba(0,0,0,.6))}.menu ul li p{z-index:100;font-family:Digistick Italic}.menu ul li div{position:absolute;top:0;left:0;width:0;height:100%;background-color:red;z-index:99;transition:width .5s}.menu .show{width:100%}.menu .hide{width:0}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;-webkit-backdrop-filter:blur(50px) saturate(0%);backdrop-filter:blur(50px) saturate(0%);z-index:90}.overlay .image{width:100%;height:100%;background-position:center;background-size:cover;opacity:50%;mix-blend-mode:color-burn;filter:brightness(1.2)}.home{align-items:center;display:flex;justify-content:center;min-height:100vh;min-width:100%;overflow:hidden;padding:80px 20px;position:relative;z-index:0;background-position:center;background-size:cover}.home h1{font-family:Joyride Regular;font-size:36px;padding-bottom:10px}.home .featured-content{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:550px;padding:10px;position:relative;width:100%;z-index:2}.home .featured-content .background{filter:drop-shadow(0px 0px 5px rgba(0,0,0,.8));opacity:1;width:100%;z-index:-1;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center}.home .featured-content .background .header{padding-bottom:20px}.home .featured-content .background .cta{background-color:#000;border:2px solid orange;color:orange;margin-top:20px;font-family:Joyride Regular;padding:10px 40px;text-align:center;z-index:2;font-size:22px}.releases{background-color:#000;display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:100vh;min-width:100%;padding:80px 20px;background-position:center;background-size:cover}.releases .title{width:80vw;max-width:500px}.releases .container{padding-top:40px;display:flex;flex-wrap:wrap;justify-content:center;width:100%;gap:20px}.releases .container .release{display:flex;flex-direction:column;padding:20px;filter:drop-shadow(0px 0px 5px rgb(0,0,0))}.releases .container .release h1{color:#fff;font-family:Avenir Regular;padding-bottom:10px;width:100%;max-width:300px}.releases .container .release img{width:100%;max-width:300px}.shows{background-color:orange;display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:100vh;min-width:100%;padding:80px 20px;background-position:center;background-size:cover;color:#000}.shows .title{width:80vw;max-width:500px}.shows .container{display:flex;flex-direction:column;padding-top:60px;gap:40px;width:90vw;max-width:600px}.shows .container .show{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.shows .container .show .left{width:40%}.shows .container .show .left .date{font-size:18px;font-weight:700;color:#000}.shows .container .show .left .venue{display:flex;align-items:center}.shows .container .show .left .venue img{width:18px;height:18px;margin-right:10px}.shows .container .show .center{width:40%}.shows .container .show .center .city{font-weight:700;font-size:20px}.shows .container .show .right{width:20%;display:flex;align-items:center;justify-content:center}.shows .container .show .right .tickets{background-color:#000;color:orange;padding:10px 20px;border-radius:5px}.shows .container .show .right .tickets p{font-family:Joyride Regular}@media screen and (max-width: 600px){.shows .container{width:100%;gap:60px}.shows .container .show{flex-direction:column;gap:10px}.shows .container .show .left{width:100%;text-align:center}.shows .container .show .left .date{font-size:16px}.shows .container .show .left .venue{display:flex;align-items:center;justify-content:center}.shows .container .show .left .venue img{width:14px;height:14px}.shows .container .show .center{width:100%;text-align:center}.shows .container .show .center .city{font-size:18px}.shows .container .show .right{width:100%;display:flex;align-items:center;justify-content:center}.shows .container .show .right .tickets{padding:5px 10px}}.follow{background-color:#000;display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:100vh;min-width:100%;padding:80px 20px;position:relative}.follow .header{width:100%;max-width:800px;display:flex;flex-direction:column}.follow .header .title{width:60%;max-width:500px}.follow .header .line{margin:10px 0 40px;width:100%;height:4px;background-color:orange}.follow .socials{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;width:100%;max-width:800px}.follow .socials img{width:50px;height:auto}.follow footer{display:flex;align-items:center;justify-content:center;flex-direction:column;position:absolute;bottom:20px;font-family:Avenir Regular;color:#fff;font-size:10px}.follow footer .credit{display:flex;align-items:center;justify-content:center;flex-direction:row}.follow footer .credit img{width:20px;height:auto;margin-right:10px}.follow footer .credit a{color:orange;text-decoration:underline}@font-face{font-family:Avenir Regular;src:url(/assets/Avenir-Regular-CgYKpSjw.ttf) format("truetype")}@font-face{font-family:Avenir Black;src:url(/assets/Avenir-Black-Dq5xIx-2.ttf) format("truetype")}@font-face{font-family:Avant Garde Medium;src:url(/assets/Avant-Garde-Medium-tsAjxbDs.ttf) format("truetype")}@font-face{font-family:Avant Garde Bold;src:url(/assets/Avant-Garde-Bold-DAv7lOHP.ttf) format("truetype")}@font-face{font-family:Joyride Regular;src:url(/assets/Joyride-Regular-BqwXc3V9.otf) format("opentype")}@font-face{font-family:Neo Syber Italic;src:url(/assets/Neo-Syber-Italic-CCmFAuND.ttf) format("truetype")}@font-face{font-family:Digistick Italic;src:url(/assets/Digistick-Italic-_W9eQsXn.ttf) format("truetype")}html{box-sizing:border-box;-webkit-user-select:none;user-select:none;background-color:#000;color:#fff}*,*:before,*:after{box-sizing:inherit}body,h1,h2,h3,h4,h5,h6,a,p,ol,ul,li,button,input,form,table,tr,th,td{margin:0;padding:0;font-weight:400;font-family:Avenir Regular;cursor:none}ol,ul{list-style:none}img{max-width:100%;height:auto}table{border-collapse:collapse}a{text-decoration:none;color:inherit}img{pointer-events:none}::-webkit-scrollbar{display:none}::-webkit-scrollbar:hover{display:block}body{scrollbar-width:none;-ms-overflow-style:none}
