@import url(https://fonts.googleapis.com/css2?family=IM+Fell+English&display=swap);@import url(https://fonts.googleapis.com/css2?family=IM+Fell+English:ital@0;1&display=swap);@import url(https://fonts.googleapis.com/css2?family=IM+Fell+DW+Pica:ital,wght@0,400;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);.dark-theme,body{background-color:#000}.dark-theme{color:#fff;font-family:IM Fell English,serif;font-style:normal;font-weight:400}.navbar{align-items:center;background-color:#000;box-sizing:border-box;display:grid;grid-template-columns:1fr auto 1fr;padding:1rem 3vw;position:fixed;top:0;width:100%;z-index:500}.nav-section.logo{display:flex;grid-column:2;justify-content:center}.nav-section.social-links{justify-self:start}.nav-section.menu-links{justify-self:end}.nav-section{align-items:center;display:flex;gap:1.5rem}.social-links img{height:24px;transition:opacity .3s;width:24px}.social-links img:hover{opacity:.7}.nav-logo{height:40px;object-fit:contain}.menu-link{color:#fff;font-size:1.2rem;letter-spacing:1px;text-decoration:none;text-transform:lowercase;transition:opacity .3s}.menu-link:hover{opacity:.7}.App-header{margin-bottom:20px;margin-top:80px}.top-navbar{align-items:center;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);text-align:center}.hamburger-menu{background:none;border:none;cursor:pointer;display:none;grid-column:3;justify-self:end;padding:0;position:fixed;position:relative;right:1.5rem;top:1.5rem;z-index:601}.hamburger-menu span{background-color:#fff;display:block;height:3px;margin:5px 0;transition:all .3s ease-in-out;width:25px}.hamburger-menu.open span:first-child{transform:translateY(8px) rotate(45deg)}.hamburger-menu.open span:nth-child(2){opacity:0}.hamburger-menu.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu-overlay{align-items:center;animation:fadeIn .3s ease-in-out;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#000000b3;box-sizing:border-box;display:flex;height:100%;justify-content:center;left:0;padding:2rem;position:fixed;top:0;width:100%;z-index:500}.mobile-menu-content{align-items:center;display:flex;flex-direction:column;gap:2rem;height:80%;justify-content:space-between;text-align:center}.mobile-menu-logo{animation:slideIn .4s ease-in-out .1s forwards;height:auto;max-width:70%;opacity:0}.mobile-nav-links{display:flex;flex-direction:column;gap:1.5rem}.mobile-menu-link{animation:slideIn .4s ease-in-out forwards;color:#fff;font-size:2rem;font-weight:700;letter-spacing:2px;opacity:0;text-decoration:none;text-transform:uppercase}.mobile-menu-link:nth-child(2){animation-delay:.1s}.mobile-menu-link:first-child{animation-delay:.2s}.mobile-menu-link:nth-child(2){animation-delay:.3s}.mobile-menu-link:nth-child(3){animation-delay:.4s}.mobile-social-links{animation:slideIn .4s ease-in-out .5s forwards;display:flex;gap:1.5rem;margin-top:1rem;opacity:0}.mobile-social-links .social-link img{height:28px;transition:opacity .3s;width:28px}.mobile-social-links .social-link img:hover{opacity:.7}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.navbar{grid-template-columns:1fr auto 1fr;padding:1rem 5vw}.menu-links,.social-links{display:none}.hamburger-menu{display:block}.nav-section.logo{grid-column:2}}.hero-section{margin-top:8vh;min-height:calc(100vh - 75px);overflow:hidden;width:100%}.content-panel,.hero-section{background-color:#000;display:flex}.content-panel{animation:fadeInContent 1.2s ease-out;color:#fff;flex:1 1 600px;flex-direction:column;max-width:700px;min-width:300px;padding:clamp(40px,5vw,80px) clamp(40px,5vw,80px) 0 3rem}.slogan-title{color:#fff;font-family:IM Fell English,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1.2;margin-bottom:0;margin-top:2vh;max-width:20ch}.slogan-subline{animation:fadeInContent 1.2s ease-out;color:#888;font-family:Montserrat,sans-serif;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:400;line-height:1.5;margin-top:12px;max-width:45ch}.content-spacer{flex-grow:1;min-height:2vh}.content-bottom{gap:45px;width:100%}.content-bottom,.feature-item{display:flex;flex-direction:column}.feature-item{align-items:flex-start}.feature-subtitle{color:#888;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:400;line-height:1.4;margin:8px 0 0}.primary-feature{align-items:flex-start;flex-direction:row;gap:25px}@keyframes revealArtwork{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.feature-artwork{animation:revealArtwork .8s ease-out .4s;animation-fill-mode:backwards;flex-shrink:0;object-fit:cover;transition:all .3s ease}.feature-text-content{flex-shrink:1;gap:20px;min-width:0}.feature-headings,.feature-text-content{align-items:flex-start;display:flex;flex-direction:column}.feature-headings{gap:2px}.feature-overline{color:#888;font-size:.8rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase}.feature-title{font-family:Montserrat,sans-serif;font-size:clamp(1.4rem,3vw,1.8rem);font-weight:600;line-height:1.2;margin:0}.cta-buttons-group{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.cta-button.spotify-button{align-items:center;background-color:#1db954;border-color:#1db954;color:#fff;display:inline-flex;gap:8px;width:auto}.cta-button.spotify-button:hover{background-color:#1ed760;border-color:#1ed760}.cta-button.spotify-button .platform-icon{height:1.2rem;width:1.2rem}.cta-button.secondary{border-color:#fff}.mobile-linktree{display:none;flex-direction:column;gap:0;margin-top:40px;width:100%}.mobile-linktree .cta-overline{color:#888;font-family:Montserrat,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:1.5px;margin:0 0 4px;text-transform:uppercase}.mobile-cta-item{background-color:#000;cursor:pointer;position:relative;transition:all .3s ease}.mobile-cta-item:last-child{border-bottom:none}.mobile-cta-item:hover{background-color:#ffffff05}.mobile-cta-item:active{background-color:#ffffff0d}.mobile-cta-item.featured{padding-bottom:50px}.mobile-cta-item.featured .cta-content{align-items:flex-start;display:flex;gap:16px}.mobile-cta-artwork{border:1px solid #ffffff1a;flex-shrink:0;height:60px;object-fit:cover;width:60px}.mobile-cta-item:not(.featured){padding-bottom:30px}.mobile-cta-item:not(.featured) .cta-content{align-items:center;display:flex;justify-content:space-between;width:100%}.cta-text-content{flex:1 1}.cta-overline{color:#888;font-size:.7rem;letter-spacing:1.5px;margin:0 0 4px;text-transform:uppercase}.cta-overline,.cta-title{font-family:Montserrat,sans-serif;font-weight:600}.cta-title{color:#fff;font-size:1.1rem;line-height:1.3;margin:0}.cta-subtitle{color:#888;font-size:.85rem;font-weight:400;line-height:1.4;margin:4px 0 0}.cta-arrow,.cta-subtitle{font-family:Montserrat,sans-serif}.cta-arrow{color:#444;font-size:1.5rem;font-weight:300;line-height:1;transform:translateX(0);transition:all .3s ease}.mobile-cta-item:hover .cta-arrow{color:#fff;transform:translateX(4px)}.mobile-cta-item.featured .cta-title{font-size:1.2rem;margin-bottom:2px}.mobile-cta-item.featured .cta-overline{color:#aaa}.mobile-cta-item.booking:hover,.mobile-cta-item.merch:hover,.mobile-cta-item.shows:hover{border-left:2px solid #ffffff4d}.image-panel{background-color:#111;flex:1 1 50%}.slide{height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity 1.5s ease-in-out;width:100%;z-index:1}.slide.active{opacity:1;z-index:2}.slide-image{height:100%;object-fit:cover;width:100%}.horizontal-pair{display:flex;flex-direction:column;height:100%}.horizontal-pair .slide-image{flex:1 1;min-height:0}@keyframes fade-pop-in-out{0%{opacity:0;transform:translateY(10px)}15%,85%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes marquee-scroll{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.news-ticker-container{height:40px;margin-bottom:5vh;margin-top:clamp(30px,6vh,60px);overflow:hidden;position:relative;width:100%}.news-item{align-items:center;color:#c5c5c5;display:flex;font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:400;height:100%;left:0;letter-spacing:1px;opacity:0;position:absolute;text-transform:uppercase;top:0;width:100%}.news-item.active{animation:fade-pop-in-out 4s ease-in-out forwards}.news-item-text{overflow:hidden;padding-right:20px;text-overflow:ellipsis;white-space:nowrap}.news-ticker-container::-webkit-scrollbar{height:6px}.news-ticker-container::-webkit-scrollbar-track{background:#ffffff0d}.news-ticker-container::-webkit-scrollbar-thumb{background-color:#555;border-radius:10px}.news-ticker-container::-webkit-scrollbar-thumb:hover{background:#777}.news-ticker-container{scrollbar-color:#555 #ffffff0d;scrollbar-width:thin}@media (max-width:1100px){.primary-feature{flex-direction:column;gap:20px}.feature-artwork{height:150px!important;width:150px!important}.news-ticker-container{-webkit-mask-image:linear-gradient(90deg,#000 95%,#0000);mask-image:linear-gradient(90deg,#000 95%,#0000)}}@media (max-width:900px){.desktop-only{display:none}.mobile-linktree{display:flex}.slogan-title{font-size:2.5rem}.hero-section{flex-direction:column;margin-top:8vh;min-height:100vh}.content-panel{flex-grow:1;max-width:none;order:2;padding:0 clamp(20px,5vw,40px) 40px}.content-spacer{display:none}.image-panel{flex:none;height:350px;max-height:40vh;order:1;width:100%}.primary-feature{flex-direction:column;gap:20px}.news-ticker-container{-webkit-mask-image:none;mask-image:none}.news-item.active{animation:none;animation:fadeInContent .5s ease;opacity:1}.news-item-text{animation:marquee-scroll 10s linear infinite;min-width:100%;overflow:visible;padding-left:100%;text-overflow:clip;width:-webkit-max-content;width:max-content}.news-ticker-container:hover .news-item-text{animation-play-state:paused}.feature-artwork{height:120px!important;width:120px!important}.cta-buttons-group{flex-direction:column;width:100%}.cta-buttons-group .cta-button{justify-content:center;width:100%}}.modal-overlay{align-items:center;animation:fadeInOverlay .5s ease-out;backdrop-filter:blur(.5rem);-webkit-backdrop-filter:blur(.5rem);background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.modal-content{animation:slideInModal .6s cubic-bezier(.25,1,.5,1);background:#080808;border-radius:.25rem;box-shadow:0 1.5rem 3rem -.75rem #000000bf;color:#fff;display:flex;height:80vh;max-width:50rem;position:relative;width:90%}@keyframes slideInModal{0%{opacity:0;transform:translateY(1.875rem)}to{opacity:1;transform:translateY(0)}}.close-button{align-items:center;background:#0000004d;border:1px solid #ffffff1a;border-radius:50%;color:#aaa;cursor:pointer;display:flex;font-size:1.5rem;font-weight:200;height:2rem;justify-content:center;position:absolute;right:.9375rem;top:.9375rem;transition:all .3s ease;width:2rem;z-index:100}.close-button:hover{background:#000;color:#fff;transform:scale(1.1)}.modal-visual-panel{border-radius:.25rem 0 0 .25rem;flex:0 0 30%;height:100%;overflow:hidden;position:relative}.scrolling-artwork-container{animation:scroll-vertical 20s linear infinite;display:flex;flex-direction:column;left:0;position:absolute;top:0;width:100%}@keyframes scroll-vertical{0%{transform:translateY(0)}to{transform:translateY(-33.3333%)}}.scrolling-art{aspect-ratio:1/1;display:block;height:auto;object-fit:cover;width:100%}.modal-visual-panel:after{background:linear-gradient(180deg,#080808 0,#08080800 25%,#08080800 75%,#080808);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:2}.modal-main-panel{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:5% 6%}.modal-title{font-family:IM Fell English,serif;font-size:clamp(2rem,5vw,3rem);line-height:1.1;margin:0}.modal-info{color:#aaa;font-family:Montserrat,sans-serif;font-size:clamp(.875rem,1.5vw,1rem);line-height:1.6;margin-top:.9375rem}.read-more-subtle{align-items:center;color:#888;display:inline-flex;font-weight:600;margin-left:.5rem;text-decoration:none;transition:all .3s ease}.read-more-subtle:after{content:"→";margin-left:.375rem;transition:transform .3s ease}.read-more-subtle:hover{color:#fff}.read-more-subtle:hover:after{transform:translateX(.25rem)}.countdown-container{margin:.9375rem 0}.countdown{display:flex;justify-content:space-around;text-align:center}.countdown-item{display:flex;flex-direction:column}.countdown-value{color:#fff;font-family:Montserrat,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:600;line-height:1}.countdown-label{color:#888;font-family:Montserrat,sans-serif;font-size:clamp(.6rem,1vw,.7rem);font-weight:400;letter-spacing:.0625rem;margin-top:.3125rem;text-transform:uppercase}.join-prompt{color:#fff;font-family:Montserrat,sans-serif;font-weight:600}.email-input,.join-prompt{font-size:clamp(.875rem,1.5vw,1rem);margin-bottom:.9375rem}.email-input{border:1px solid #555;box-sizing:border-box;padding:.9375rem;transition:all .3s}.spotify-button,.submit-button{border-radius:0;cursor:pointer;display:block;font-family:Montserrat,sans-serif;font-size:clamp(.75rem,1.2vw,.9rem);font-weight:700;letter-spacing:.125rem;padding:1rem;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .3s ease;width:100%}.submit-button{background-color:#fff;border:2px solid #fff;color:#000}.submit-button:hover{background-color:initial;color:#fff}.submit-button:disabled{background-color:#555;border-color:#555;color:#999;cursor:not-allowed}.modal-footer{text-align:center}.spotify-cta{color:#888;font-family:Montserrat,sans-serif;font-size:clamp(.75rem,1.2vw,.9rem);margin:.9375rem 0}.spotify-button{background-color:initial;border:2px solid #555;color:#aaa}.spotify-button:hover{background-color:#222;border-color:#fff;color:#fff}.error-message{color:#ff5252;font-family:Montserrat,sans-serif;font-size:.8rem;margin-top:.5rem;text-align:center}.modal-artwork-mobile{display:none}@media (max-width:1024px){.modal-content{height:75vh;max-width:90%;overflow:show}.modal-visual-panel{flex:0 0 35%}.modal-main-panel{padding:4% 5%}}@media (max-width:900px){.modal-content{height:70vh}.modal-visual-panel{flex:0 0 30%}}@media (max-width:768px){.modal-visual-panel{display:none}.modal-overlay{align-items:flex-end;z-index:999}.modal-content{animation:slideUp .5s cubic-bezier(.25,1,.5,1);border-radius:1.25rem 1.25rem 0 0;flex-direction:column;height:auto;max-height:90vh;overflow-y:show;padding:5rem 1.25rem 1.25rem;width:100%}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-artwork-mobile{border:2px solid #000;border-radius:.25rem;box-shadow:0 .625rem 1.875rem #00000080;display:block;height:7.5rem;left:50%;object-fit:cover;position:absolute;top:-3.75rem;transform:translateX(-50%);width:7.5rem;z-index:10}.modal-main-panel{padding:1.25rem .625rem 0;text-align:center}.modal-title{font-size:clamp(1.75rem,7vw,2.2rem)}.modal-info{text-align:center}.read-more-subtle{justify-content:center}.countdown{justify-content:space-evenly}}@media (max-width:480px){.modal-content{padding:4.5rem 1rem 1rem}.modal-artwork-mobile{height:6.5rem;top:-3.25rem;width:6.5rem}.modal-main-panel{padding:1rem .5rem 0}.modal-title{font-size:clamp(1.5rem,6vw,1.8rem)}.countdown-value{font-size:clamp(1.25rem,5vw,1.5rem)}.countdown-label{font-size:clamp(.5rem,2vw,.6rem)}.email-input,.spotify-button,.submit-button{padding:.75rem}}@media (max-width:320px){.modal-content{padding-top:4rem}.modal-artwork-mobile{height:5.5rem;top:-2.75rem;width:5.5rem}.modal-title{font-size:clamp(1.25rem,5vw,1.5rem)}.modal-info{font-size:.75rem}.join-prompt{font-size:.8rem}.email-input,.spotify-button,.submit-button{font-size:.7rem;padding:.625rem}}.success-view{align-items:center;animation:fadeInSuccess .5s ease-out .2s forwards;display:flex;flex-direction:column;justify-content:center;opacity:0;padding:1rem 0;text-align:center}@keyframes fadeInSuccess{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.success-icon{height:5rem;margin-bottom:1.5rem;width:5rem}.success-icon__circle{stroke-width:2;stroke:#4bb543;stroke-dasharray:166;stroke-dashoffset:166;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.success-icon__check{stroke-width:3;stroke-linecap:round;stroke:#4bb543;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .4s cubic-bezier(.65,0,.45,1) .6s forwards;transform-origin:50% 50%}@keyframes stroke{to{stroke-dashoffset:0}}.success-title{color:#fff;font-family:IM Fell English,serif;font-size:clamp(1.8rem,4vw,2.2rem);line-height:1.2;margin:0 0 .75rem}.success-prompt{color:#aaa;font-family:Montserrat,sans-serif;font-size:clamp(.875rem,1.5vw,1rem);line-height:1.6;margin-bottom:1.5rem;max-width:40ch}.spotify-button-primary{background-color:#fff;border-color:#fff;color:#000}.spotify-button-primary:hover{background-color:initial;color:#fff}.released-view{animation:fadeInSuccess .5s ease-out .2s forwards;display:flex;flex-direction:column;opacity:0;padding-top:1.5rem;text-align:center}.released-title{color:#fff;font-family:IM Fell English,serif;font-size:clamp(1.8rem,4vw,2.2rem);line-height:1.2;margin:0 0 .5rem}.released-prompt{color:#aaa;font-family:Montserrat,sans-serif;font-size:clamp(.875rem,1.5vw,1rem);line-height:1.6;margin-bottom:1.5rem}.released-actions-container{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem;width:100%}.platform-button{align-items:center;border:2px solid #0000;display:inline-flex;font-family:Montserrat,sans-serif;font-size:clamp(.8rem,1.5vw,.9rem);font-weight:700;gap:.75rem;justify-content:center;letter-spacing:.1em;padding:.9rem 1rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.platform-icon{height:1.5rem;width:1.5rem}.spotify-button-released{background-color:#1db954;border-color:#1db954;color:#fff}.spotify-button-released:hover{background-color:#1ed760;border-color:#1ed760}.apple-music-button-released{background-color:#fff;border-color:#fff;color:#000}.apple-music-button-released:hover{color:#343434}.and-more{color:#e5e5e5;font-size:clamp(.75rem,1.2vw,.9rem)}.and-more .read-more-subtle{display:inline-flex;font-size:inherit}.about-section{background-color:#000;color:#fff;padding:clamp(60px,8vh,120px) 0;position:relative;width:100%}.about-container{display:flex;gap:clamp(40px,6vw,80px);margin:0 auto;max-width:1400px;padding:0 clamp(20px,5vw,60px)}.about-image-panel{animation:fadeInImage 1.2s ease-out;background-color:#111;flex:0 0 45%;min-height:500px;overflow:hidden;position:relative}@keyframes fadeInImage{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.about-image{border:1px solid #ffffff1a;height:100%;object-fit:cover;transition:transform .8s ease;width:100%}.about-image-panel:hover .about-image{transform:scale(1.02)}.image-overlay{background:linear-gradient(135deg,#0000001a,#0000004d);bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease}.about-image-panel:hover .image-overlay{opacity:.7}.about-content-panel{animation:fadeInContent 1.2s ease-out .3s;animation-fill-mode:backwards;display:flex;flex:1 1;flex-direction:column;gap:clamp(25px,4vh,40px);justify-content:center}.about-header{display:flex;flex-direction:column;gap:8px}.about-overline{color:#888;font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:1.5px;margin:0;text-transform:uppercase}.about-title{color:#fff;font-family:IM Fell English,serif;font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.2;margin:0;max-width:28ch}.about-text{display:flex;flex-direction:column;gap:20px;max-width:76ch}.about-text p{color:#ccc;font-family:Montserrat,sans-serif;font-size:clamp(1rem,2vw,1.1rem);font-weight:400;line-height:1.7;margin:0;transition:color .3s ease}.about-text p:first-child{color:#fff;font-weight:500}.about-cta{display:flex;flex-wrap:wrap;gap:15px;margin-top:10px}.cta-button{background:#0000;display:inline-block;max-width:none;transition:all .3s ease}.cta-button.secondary{background-color:initial;color:#fff}.cta-button.secondary:hover{background-color:#fff;box-shadow:0 8px 25px #ffffff1a;color:#000}.about-content-panel:hover .about-text p{color:#fff}@media (max-width:900px){.about-section{background-image:url("/static/media/1-3(1).2c4a2d6419c13897fccc.jpg");background-position:50%;background-size:cover;position:relative}.about-section:before{background-color:rgba(0,0,0,.782);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.about-container{flex-direction:column;gap:40px;padding:0 clamp(20px,5vw,40px);position:relative;z-index:2}.about-image-panel{display:none}.about-content-panel{gap:30px;order:2}.about-title{font-size:2.2rem;max-width:none;overflow-wrap:break-word}.about-text{gap:18px;max-width:none}.about-text p{font-size:1rem;line-height:1.6;overflow-wrap:break-word}}@media (max-width:600px){.about-section{padding:50px 0}.about-image-panel{height:250px;min-height:250px}.about-title{font-size:1.8rem}.about-text p{font-size:.95rem}.cta-button{flex-grow:1;font-size:.8rem;padding:12px 28px;text-align:center;width:100%}}.booking-section *,.booking-section :after,.booking-section :before{box-sizing:border-box}.booking-section{align-items:center;background-color:#000;border-top:1px solid #222;color:#fff;display:flex;justify-content:center;padding:clamp(80px,15vh,150px) clamp(20px,5vw,40px)}.booking-container{align-items:center;display:flex;flex-direction:column;gap:35px;max-width:800px;text-align:center;width:100%}.booking-title{color:#fff;font-family:IM Fell English,serif;font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.2;margin:0}.booking-subline{color:#888;font-family:Montserrat,sans-serif;font-size:clamp(1rem,1.5vw,1.2rem);font-weight:400;-webkit-hyphens:auto;hyphens:auto;line-height:1.6;margin:-15px 0 0;max-width:45ch;overflow-wrap:break-word}.booking-actions{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:10px}.cta-button{background-color:initial;border:2px solid #fff;border-radius:0;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:2px;padding:14px 32px;text-decoration:none;text-transform:uppercase;transition:all .3s}.cta-button.primary,.cta-button:hover{background-color:#fff;color:#000}.cta-button.primary:hover{background-color:initial;color:#fff}.booking-email{color:#888;font-family:Montserrat,sans-serif;font-size:.8rem}.email-address{color:#ccc;font-weight:500;letter-spacing:.5px;-webkit-user-select:all;user-select:all;word-break:break-all}.socials-container{display:flex;gap:30px;margin-top:15px}.social-link{display:inline-block;transition:transform .3s ease,opacity .3s ease}.social-link:hover{opacity:.8;transform:scale(1.1)}.social-icon{height:32px;object-fit:contain;width:32px}@media (max-width:600px){.booking-actions{flex-direction:column;gap:15px;max-width:320px;width:100%}.cta-button{width:100%}.booking-title{font-size:1.8rem}.booking-subline{font-size:.9rem}.socials-container{gap:25px}.booking-email{font-size:.7rem}}.footer-section{background-color:#000;border-top:1px solid #ffffff1a;color:#fff}.footer-container{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 2fr;margin:0 auto;max-width:1200px;padding:60px 40px 40px}.footer-logo-section{display:flex;flex-direction:column;gap:16px}.footer-logo{height:80px;width:80px}.footer-logo-image{height:100%;object-fit:contain;width:100%}.footer-tagline{color:#888;font-family:Montserrat,sans-serif;font-size:.9rem;line-height:1.4;margin:0;max-width:200px}.footer-links-section{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.footer-column{display:flex;flex-direction:column;gap:16px}.footer-column-title{color:#fff;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:1px;margin:0;text-transform:uppercase}.footer-links-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.footer-link-item{margin:0}.footer-link{color:#888;display:block;font-family:Montserrat,sans-serif;font-size:.85rem;padding:2px 0;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff1a;padding:24px 40px;text-align:center}.footer-copyright{color:#666;font-family:Montserrat,sans-serif;font-size:.8rem;margin:0}@media (max-width:768px){.footer-container{gap:40px;grid-template-columns:1fr;padding:40px 20px 30px}.footer-links-section{gap:30px;grid-template-columns:repeat(2,1fr)}.footer-logo{height:60px;width:60px}.footer-bottom{padding:20px}}@media (max-width:480px){.footer-links-section{gap:24px;grid-template-columns:1fr}.footer-container{gap:30px}}.merch-page{align-items:center;background-color:#000;color:#fff;display:flex;font-family:Montserrat,sans-serif;justify-content:center;min-height:100vh;padding-top:8vh}.merch-container{margin:0 auto;max-width:1200px;padding:clamp(40px,5vw,80px);width:100%}.fade-in{opacity:1;transform:translateY(0);transition:all .5s ease-out}.fade-out{opacity:0;transform:translateY(20px);transition:all .3s ease-in}.merch-content{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:70vh;text-align:center}.merch-hero{margin-bottom:60px;max-width:800px}.merch-title{animation:fadeInContent 1.2s ease-out;color:#fff;font-family:IM Fell English,serif;font-size:clamp(3rem,6vw,3rem);font-weight:400;line-height:1.2;margin-bottom:16px}.merch-subtitle{animation:fadeInContent 1.2s ease-out .2s;animation-fill-mode:backwards;color:#888;font-family:Montserrat,sans-serif;font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:600;letter-spacing:2px;margin-bottom:40px;text-transform:uppercase}.merch-description{animation:fadeInContent 1.2s ease-out .4s;animation-fill-mode:backwards;margin:0 auto;max-width:60ch}.merch-description p{color:#ccc;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6;margin-bottom:20px}.merch-description p:last-child{margin-bottom:0}.merch-cta-section{align-items:center;animation:fadeInContent 1.2s ease-out .6s;animation-fill-mode:backwards;display:flex;flex-direction:column;gap:20px;margin-bottom:60px}.merch-cta-button{background-color:#fff;border:2px solid #fff;border-radius:0;color:#000;cursor:pointer;font-family:Montserrat,sans-serif;font-size:clamp(.9rem,2vw,1.1rem);font-weight:700;letter-spacing:2px;overflow:hidden;padding:18px 40px;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.merch-cta-button:hover{background-color:initial;box-shadow:0 8px 25px #ffffff1a;color:#fff;transform:translateY(-2px)}.merch-cta-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.merch-disclaimer{color:#666;font-size:.85rem;font-style:italic;margin:0}.merch-preview{grid-gap:30px;animation:fadeInContent 1.2s ease-out .8s;animation-fill-mode:backwards;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));max-width:900px;width:100%}.preview-item{background-color:#111;border:1px solid #ffffff1a;cursor:pointer;overflow:hidden;transition:all .3s ease}.preview-item:hover{border-color:#ffffff4d;transform:translateY(-5px)}.preview-placeholder{align-items:center;aspect-ratio:1;background:linear-gradient(45deg,#111,#222);color:#666;display:flex;font-size:1.1rem;font-weight:600;justify-content:center;letter-spacing:1px;padding:20px;text-align:center;text-transform:uppercase}.email-form{margin-bottom:40px;max-width:500px;width:100%}.form-group{margin-bottom:30px}.email-input{background-color:#111;border:2px solid #fff3;border-radius:0;color:#fff;font-family:Montserrat,sans-serif;font-size:1rem;padding:18px 24px;transition:all .3s ease;width:100%}.email-input:focus{background-color:#000;border-color:#fff;outline:none}.email-input::placeholder{color:#666}.back-button,.next-button,.skip-button{background:none;border:1px solid #ffffff4d;color:#ccc;cursor:pointer;font-family:Montserrat,sans-serif;font-size:.9rem;letter-spacing:1px;padding:12px 24px;text-transform:uppercase;transition:all .3s ease}.back-button:hover,.skip-button:hover{border-color:#fff9;color:#fff}.next-button{background-color:#fff;border-color:#fff;color:#000}.next-button:hover{background-color:initial;color:#fff}.next-button:disabled{cursor:not-allowed;opacity:.4}.step-navigation{display:flex;gap:20px;justify-content:space-between;margin-top:40px;max-width:500px;width:100%}.preferences-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:60px;max-width:1000px;width:100%}.preference-item{background-color:#111;border:2px solid #ffffff1a;cursor:pointer;padding:30px;text-align:left;transition:all .3s ease}.preference-item:hover{background-color:#1a1a1a;border-color:#ffffff4d}.preference-item.selected{background-color:#1a1a1a;border-color:#fff;transform:translateY(-2px)}.preference-item h3{color:#fff;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:600;margin-bottom:8px;margin-top:0}.preference-item p{color:#888;font-size:.9rem;line-height:1.4;margin:0}.preference-item.selected h3{color:#fff}.preference-item.selected p{color:#ccc}@keyframes fadeInContent{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.merch-container{padding:clamp(20px,5vw,40px)}.merch-title{font-size:2.5rem}.merch-subtitle{font-size:1.2rem}.merch-description p{font-size:1rem}.merch-cta-button{font-size:.9rem;padding:16px 32px}.preferences-grid{gap:15px;grid-template-columns:1fr}.preference-item{padding:20px}.step-navigation{flex-direction:column;gap:15px}.back-button,.next-button,.skip-button{padding:16px;width:100%}.merch-preview{gap:20px;grid-template-columns:1fr}}.dual-image-section{background-color:#000;min-height:100vh;overflow:hidden;position:relative;width:100%}.dual-image-container{display:flex;height:100vh;position:relative;width:100%}.image-panel{flex:1 1;overflow:hidden;position:relative}.background-image,.image-panel{transition:all .8s cubic-bezier(.4,0,.2,1)}.background-image{filter:brightness(1) contrast(1.1);height:100%;object-fit:cover;width:100%}.image-panel.darkened .background-image{filter:brightness(.4) contrast(1.2);transform:scale(1.05)}.overlay{align-items:center;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:linear-gradient(135deg,#0003,#0009 50%,#000c);display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .8s cubic-bezier(.4,0,.2,1);width:100%}.overlay.visible{opacity:1}.overlay-content{color:#fff;max-width:500px;padding:60px 40px;text-align:left;transform:translateY(30px);transition:transform .8s cubic-bezier(.4,0,.2,1)}.overlay.visible .overlay-content{transform:translateY(0)}.record-title{animation:slideInFromTop .8s cubic-bezier(.4,0,.2,1) .2s;animation-fill-mode:backwards;color:#fff;font-family:IM Fell DW Pica,serif;font-size:clamp(2.5rem,5vw,3rem);font-weight:400;line-height:1.2;margin-bottom:24px}.record-description{animation:slideInFromBottom .8s cubic-bezier(.4,0,.2,1) .4s;animation-fill-mode:backwards;color:#e0e0e0;font-family:Montserrat,sans-serif;font-size:clamp(.8rem,1.5vw,1.1rem);font-weight:400;line-height:1.6;margin-bottom:36px;opacity:.8}.streaming-platforms{animation:slideInFromBottom .8s cubic-bezier(.4,0,.2,1) .8s;animation-fill-mode:backwards;margin-top:24px}.platforms-label{color:#fff;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:2px;margin-bottom:20px;text-transform:uppercase}.platform-icons{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.platform-link{border:2px solid #ffffff1a;border-radius:0;display:block;height:46px;overflow:hidden;padding:12px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:46px}.platform-link.spotify{background:#1db954}.platform-link.apple-music{background:#fa2d48}.platform-link.youtube-music{background:red}.platform-link.tidal{background:#fff}.platform-link:hover{border-color:#fff}.platform-link img{height:100%;object-fit:contain;transition:transform .3s ease;width:100%}.platform-link:hover img{transform:scale(1.1)}.and-more{color:#ffffffb3;font-family:Montserrat,sans-serif;font-size:.9rem;font-style:italic;font-weight:400;margin-top:8px}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes buttonFadeIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:1200px){.overlay-content{max-width:400px;padding:40px 30px}.record-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:20px}.record-description{font-size:clamp(.9rem,2vw,1.1rem);margin-bottom:30px}}@media (max-width:768px){.dual-image-container{flex-direction:column;height:auto;min-height:100vh}.image-panel{flex:none;height:50vh;min-height:400px}.overlay-content{max-width:350px;padding:30px 20px}.record-title{font-size:clamp(1.8rem,6vw,2.5rem);margin-bottom:16px}.record-description{font-size:clamp(.85rem,3vw,1rem);line-height:1.5;margin-bottom:24px}.cta-button{font-size:clamp(.8rem,3vw,1rem);letter-spacing:1.5px;margin-bottom:24px;padding:14px 28px}.platform-icons{gap:12px}.platform-link{height:48px;padding:10px;width:48px}.platforms-label{font-size:.9rem;margin-bottom:16px}}@media (max-width:480px){.image-panel{height:45vh;min-height:350px}.overlay-content{max-width:300px;padding:20px 15px}.record-title{font-size:clamp(1.5rem,7vw,2rem);margin-bottom:12px}.record-description{font-size:clamp(.8rem,4vw,.9rem);margin-bottom:20px}.cta-button{font-size:clamp(.7rem,4vw,.9rem);letter-spacing:1px;margin-bottom:20px;padding:12px 24px}.platform-icons{gap:10px}.platform-link{height:44px;padding:8px;width:44px}.platforms-label{font-size:.8rem;margin-bottom:14px}}@supports ((-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))){.overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}}@media (hover:hover){.image-panel:hover .background-image{transform:scale(1.02)}.image-panel.darkened:hover .background-image{filter:brightness(.5) contrast(1.3);transform:scale(1.08)}}@media (prefers-reduced-motion:reduce){.background-image,.cta-button,.overlay,.overlay-content,.platform-link{animation:none;transition:none}.image-panel.darkened .background-image{transform:none}}.cta-button:focus,.platform-link:focus{outline:2px solid #fff;outline-offset:4px}.cta-button:focus:not(:focus-visible),.platform-link:focus:not(:focus-visible){outline:none}@media (prefers-contrast:high){.record-title{text-shadow:3px 3px 6px #000c}.record-description{color:#fff;opacity:1}.cta-button,.platform-link{border-width:3px}}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.a010f92d.css.map*/