.hero--section{position:relative;height:100vh;height:100svh}.hero--section .bg{height:100%;width:100%;position:absolute;display:flex}.hero--section .bg picture{display:contents}.hero--section .bg .gradiant{height:100%;width:100%;position:absolute;z-index:1;pointer-events:none;background:linear-gradient(0deg,#0a0a0a 0% 10%,#0a0a0a00 40% 100%)}.hero--section .bg img{height:100vh;height:100svh;width:100%;object-position:20% center;object-fit:cover}@media screen and (max-width:768px){.hero--section .bg{overflow:hidden}.hero--section .bg .gradiant{background:linear-gradient(0deg,#0a0a0a 0% 20%,#0a0a0a 25%,#0a0a0a00 65%)}.hero--section .bg img{width:100vw;height:100vh;height:100svh;object-fit:cover;object-position:center top}}@keyframes scrollContent{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero--section .content{height:100%;width:100%;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end}.hero--section .hero__intro{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:2rem;padding:2.5rem;font-family:Switzer}.hero--section .logo{pointer-events:none;flex:0 1 auto;min-height:0;width:25%;height:auto;max-height:40vh;max-height:40svh;object-fit:contain;object-position:left bottom;margin:auto 0}.hero--section .hero__cta{display:flex;flex-direction:column;gap:1rem;width:fit-content}.hero--section .hero__tagline{font-size:1.5rem}.hero--section .alldates{display:flex;width:100%;box-sizing:border-box;min-height:8rem;overflow:hidden;padding:1.5rem 0;background-color:#000;position:relative}.hero--section .alldates__empty{margin:auto;padding:0 1.5rem;font-style:italic;opacity:.8;text-align:center}.hero--section .alldates__empty:empty{padding:0}.hero--section .alldates .showdate{--marquee-gap: 5rem;display:flex;animation:scrollContent 50s linear infinite;gap:var(--marquee-gap);width:max-content}.hero--section .alldates .showdate .showdate__clone{display:flex;gap:var(--marquee-gap);padding-right:var(--marquee-gap)}.hero--section .alldates .showdate.is-paused{animation-play-state:paused}@media(hover:hover)and (pointer:fine){.hero--section .alldates:hover .showdate{animation-play-state:paused}}.hero--section .alldates .marquee-toggle{position:absolute;top:.5rem;right:.5rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:#0000008c;color:#fff;cursor:pointer}.hero--section .alldates .marquee-toggle:focus-visible{outline:2px solid #fff;outline-offset:2px}.hero--section .alldates .date{display:flex;align-items:center;gap:12px;width:fit-content}.hero--section .alldates .date .right-date{display:flex;gap:12px}.hero--section .alldates .date .right-date .day-month{display:flex;align-items:center;padding-right:2rem;gap:12px;width:100px}.hero--section .alldates .date .right-date .day-month .display-month{writing-mode:tb-rl;transform:rotate(180deg);text-align:center}.hero--section .alldates .date .right-date .day-month .display-day{color:#fff;font-family:Cabinet Grotesk,Arial Black,system-ui,sans-serif;font-weight:900;font-size:5rem;line-height:75%}.hero--section .alldates .date .left-date{height:100%;display:flex;flex-direction:column;justify-content:space-between}.hero--section .alldates .date .left-date .display-showname,.hero--section .alldates .date .left-date .display-city{display:flex;white-space:nowrap}@media screen and (max-width:768px){.hero--section .hero__intro{padding:1.5rem}.hero--section .logo{width:50%;max-height:35vh;max-height:35svh;align-self:center;margin:auto 0 0;object-position:center bottom}.hero--section .alldates .showdate{--marquee-gap: 2rem}.hero--section .alldates .date,.hero--section .alldates .date .right-date{gap:5px}.hero--section .alldates .date .right-date .day-month{padding-right:1rem}.hero--section .alldates .date .right-date .day-month .display-day{font-size:3rem}}@media screen and (orientation:landscape)and (max-height:500px){.hero--section .hero__intro{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:1.5rem;padding:1rem 1.5rem}.hero--section .logo{width:auto;max-width:22%;max-height:32vh;max-height:32svh;margin:0;align-self:flex-end;object-position:right bottom}.hero--section .alldates .showdate{--marquee-gap: 2rem}.hero--section .alldates .date,.hero--section .alldates .date .right-date{gap:5px}.hero--section .alldates .date .right-date .day-month{padding-right:1rem}.hero--section .alldates .date .right-date .day-month .display-day{font-size:3rem}}@media(prefers-reduced-motion:reduce){.hero--section .alldates .showdate{animation:none;transform:none}.hero--section .alldates .marquee-toggle{display:none}}.card-show{color:inherit;text-decoration:none;text-align:left;display:block;aspect-ratio:400/630;width:100%;max-width:400px;background-size:cover;background-position:center;overflow:hidden;position:relative;cursor:pointer}.card-show .image-side{width:100%;height:100%;transform-origin:bottom center;object-fit:cover;object-position:center}.card-show .card-show-text{background-image:linear-gradient(0deg,#0a0a0a,#030303,#0000 80%);position:absolute;display:flex;flex-direction:column;gap:1rem;bottom:0;left:0;padding:2rem}.card-show .card-show-text:before{content:"";position:absolute;inset:0;transform:translateY(100%);background-image:linear-gradient(0deg,#0a0a0a,#030303 70%,#0000);opacity:0}.card-show .card-show-text div{z-index:1}.card-show .card-show-text div h3{font-family:Cabinet Grotesk,Arial Black,system-ui,sans-serif;font-weight:900;font-size:2rem;margin:0}.card-show .card-show-text div p{font-size:1.25rem}.card-show .card-show-text p{z-index:1}@media screen and (min-width:768px){.card-show .image-side{transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.card-show .card-show-text{transition:padding .4s cubic-bezier(.34,1.56,.64,1)}.card-show .card-show-text:before{transition:opacity .4s cubic-bezier(.34,1.56,.64,1),transform .4s cubic-bezier(.34,1.56,.64,1)}.card-show:hover .image-side{transform:scale(1.1)}.card-show:hover .card-show-text{padding:1rem}.card-show:hover .card-show-text:before{transform:translateY(0);opacity:1}}@media screen and (max-width:768px){.card-show .card-show-text{padding:1rem}.card-show .card-show-text div h3{font-size:1.5rem}.card-show .card-show-text div p{font-size:1rem}}.shows{box-sizing:border-box;width:100%;max-width:1512px;margin:0 auto;padding:var(--section-padding, 4rem);display:flex;flex-direction:column;gap:3rem}.shows--title{display:flex;flex-direction:column;gap:1rem}.shows--title h2{font-family:Cabinet Grotesk,Arial Black,system-ui,sans-serif;font-weight:900;font-size:3rem;margin:0}.shows--title p{font-size:1.25rem}.shows .show{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,400px));justify-content:center;gap:3rem;width:100%}@media screen and (max-width:768px){.shows--title h2{font-size:2rem}.shows--title p{font-size:1rem}.shows .show{grid-template-columns:minmax(0,400px);gap:2rem}}
