:root{--beige: #fee4c2;--light-orange: #f6a72c;--med-orange: #f67741;--dark-orange: #f15734;--dark-teal: #0e5f6e;--darker-teal: #074a56;--dark-blue: #103144;--white: #fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}body{background:var(--dark-teal);color:var(--beige);margin:0;padding:0;font-size:18px;font-family:"Lexend","Arial",sans-serif;font-weight:300}.container{width:calc(100% - 30px);max-width:1280px;margin:0 auto}h1,h2{font-family:"Caprasimo",serif;font-weight:400;margin:0}h1{font-size:48px;font-size:3rem}@media only screen and (min-width: 1025px){h1{font-size:120px;font-size:7.5rem}}h2{font-size:36px;font-size:2.25rem}@media only screen and (min-width: 1025px){h2{font-size:60px;font-size:3.75rem}}p{line-height:1.5}header{position:fixed;top:0;left:0;width:100%;background:linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));z-index:100}header .container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:30px;padding:15px;position:relative}header .booking .btn{font-size:16px;font-size:1rem;font-family:"Lexend","Arial",sans-serif;display:inline-block;padding:15px 22.5px;border:1px solid var(--white);border-radius:8px;background:linear-gradient(180deg, var(--light-orange), var(--dark-orange));color:#fff;font-weight:700;text-decoration:none;line-height:1;box-shadow:0px .5rem 1rem rgba(0,0,0,.05)}header .booking .btn:hover{background:var(--dark-orange)}header .social-icons{display:flex;flex-direction:row;gap:30px}header .social-icon svg{width:40px;height:40px}header .social-icon-svg{fill:#fff}header .social-icon a:hover .social-icon-svg{fill:var(--med-orange)}footer{padding:1.5rem 0;background:var(--dark-blue)}footer p{margin:0;font-size:13px;font-size:.8125rem}.hero{width:100%;height:100vh;height:100dvh;overflow:hidden;position:relative}.hero .container{height:100%;display:flex;flex-direction:row;align-items:stretch;justify-content:center}.hero .bg,.hero video{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-height:100%;min-width:100%;height:auto;width:auto;object-fit:cover;max-width:100%}.hero .bg{z-index:2;opacity:1}.hero .bg.fade-out{opacity:0;transition:opacity .3s ease-out}.hero .hero-content{position:relative;z-index:10;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px}.hero .hero-content a{display:flex;flex-direction:column;align-items:center;gap:30px;text-decoration:none}.hero .hero-content img{width:75%;max-width:500px;margin:0 auto;display:block;animation:scale-and-spin 1.2s ease-out forwards;transform-origin:center center}.hero .hero-content .cta{display:flex;flex-direction:column;align-items:center;gap:20px;padding:0 20px}.hero .hero-content .cta .text{position:relative;font-size:clamp(4vw,48px,36px);font-family:"Caprasimo",serif;text-decoration:none;text-align:center;color:var(--white);text-shadow:0px 0px 4px rgba(0,0,0,.3)}@media only screen and (min-width: 768px){.hero .hero-content .cta .text{background:linear-gradient(180deg, var(--light-orange), var(--dark-orange));font-size:clamp(5vw,40px,40px);background-clip:text;-webkit-background-clip:text;color:rgba(0,0,0,0);-webkit-text-fill-color:rgba(0,0,0,0);order:1;text-shadow:none}.hero .hero-content .cta .text:before{content:attr(data-text);position:absolute;inset:0;z-index:-1;color:rgba(0,0,0,0);-webkit-text-stroke:6px var(--beige)}.hero .hero-content .cta .text:after{content:attr(data-text);position:absolute;inset:0;z-index:-2;color:rgba(0,0,0,0);-webkit-text-stroke:15px var(--dark-blue)}}.hero .hero-content .cta .play-btn{opacity:0;animation:fade-in 1.2s ease-out 1.2s forwards}.hero .hero-content .cta .play-btn svg{height:44px;width:44px;color:#fff}.hero .hero-content .cta .play-btn svg circle{fill:var(--med-orange)}@media only screen and (min-width: 768px){.hero .hero-content .cta .play-btn{order:2}}@media only screen and (min-width: 768px){.hero .hero-content .cta{flex-direction:row}}.hero .hero-content .cta-text{opacity:0;animation:fade-in 1.2s ease-out 1.2s forwards;text-align:center}@media only screen and (min-width: 768px){.hero{min-height:700px}}.bio{background:var(--beige);color:var(--dark-blue);padding:3rem 0;position:relative;overflow:hidden;min-height:350px;display:flex;flex-direction:column;justify-content:center}.bio .container{width:calc(100% - 30px);max-width:1280px;margin:0 auto}.bio h2{font-size:30px;font-size:1.875rem}@media only screen and (min-width: 1025px){.bio h2{font-size:48px;font-size:3rem}}.bio .bio-bg{position:absolute;top:0;left:50%;transform:translateX(-50%);height:100%;opacity:.5}.bio .bio-bg .stripes{perspective-origin:center;perspective:500px;position:relative;width:750px}.bio .bio-bg .stripes img{width:750px}.bio .bio-bg .stripes .bottom{transform-origin:center top;transform:rotateX(65deg);margin-top:-5px}.bio .content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;gap:30px}.bio .content .column img{display:block;max-width:100%;margin:0 auto;border-radius:12px}.bio .content .column.text{background:var(--dark-blue);color:var(--beige);border-radius:12px;display:flex;flex-direction:column;justify-content:center}.bio .content .column.text .padded{padding:30px}@media only screen and (min-width: 1025px){.bio .content .column.text .padded{padding:30px 45px}}.bio .content .column.text p{font-weight:300}.bio .content .column.text p strong{font-weight:400}.bio .content .column.text a{color:var(--beige);text-decoration:underline}.bio .content .column.text a:hover{color:var(--light-orange)}@media only screen and (min-width: 1025px){.bio .content .column{flex:0 0 calc(50% - 15px)}}@media only screen and (min-width: 1025px){.bio .content{flex-direction:row;align-items:center}}@media only screen and (min-width: 1025px){.bio{padding:8rem 0}}.shows{padding:3rem 0}.shows .container{width:calc(100% - 30px);max-width:800px;margin:0 auto}.shows h2{text-align:center;margin-bottom:45px}.shows .show-dates{display:flex;flex-direction:column;gap:30px;align-items:center}.shows .show-dates .row{display:flex;flex-direction:column;align-items:center;width:calc(100% - 30px);gap:15px;background:var(--darker-teal);padding:15px;border-radius:12px;border:1px solid var(--beige)}@media only screen and (min-width: 768px){.shows .show-dates .row{flex-direction:row;align-items:center;gap:30px}}.shows .show-dates .date{font-size:48px;font-size:3rem;font-family:"Caprasimo",serif}.shows .show-dates .meta{display:flex;flex-direction:column;font-size:24px;font-size:1.5rem;text-align:center;gap:15px}.shows .show-dates .meta .venue{font-weight:400}.shows .show-dates .meta .location{font-size:16px;font-size:1rem;font-weight:300}.shows .show-dates .meta .time{font-size:18px;font-size:1.125rem;font-weight:300}@media only screen and (min-width: 768px){.shows .show-dates .meta{flex-direction:row;gap:30px;flex:1;justify-content:space-between;align-items:center;text-align:left}}@media only screen and (min-width: 768px){.shows .show-dates{align-items:flex-start}}@media only screen and (min-width: 1025px){.shows{padding:8rem 0}}.songs{background:var(--beige);color:var(--dark-blue);padding:3rem 0;position:relative;overflow:hidden}.songs .circles{position:absolute;top:50%;left:0;min-height:calc(100vh - 60px);aspect-ratio:1;border-radius:50%;transform:translate(-50%, -50%);z-index:1;background:radial-gradient(circle, var(--beige) 0% 10%, var(--light-orange) 10% 20%, var(--med-orange) 20% 31%, var(--dark-orange) 31% 42%, var(--dark-teal) 42% 54.1%, var(--dark-blue) 54.1% 66.2%, rgba(0, 0, 0, 0) 66.2% 79.51%, rgba(0, 0, 0, 0) 79.51% 100%);display:grid;place-items:center}.songs h2{text-align:center;margin-bottom:30px}.songs .song-list{position:relative;z-index:2;display:flex;flex-direction:column;gap:15px}@media only screen and (min-width: 768px){.songs .song-list{display:grid;grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 1025px){.songs .song-list{grid-template-columns:repeat(3, 1fr)}}.songs .song{padding:15px;background:var(--white, #fff);border-radius:8px;text-align:center;border:1px solid var(--dark-orange);display:flex;flex-direction:column;justify-content:center}.songs .song .song-title{font-weight:700}@media only screen and (min-width: 1025px){.songs{padding:8rem 0}}.dialog-container,.dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:scroll}.dialog-container{z-index:10000;display:flex}.dialog-container[aria-hidden=true]{display:none}.dialog-overlay{background-color:rgba(14,95,110,.95)}.dialog-content{margin:auto;z-index:10000;position:relative;background-color:#fff;animation:modal-fade-in 400ms 200ms both,modal-slide-up 400ms 200ms both;width:90%;max-width:800px}.modal-open{overflow:hidden}.modal-content{display:block;margin:0 auto;padding:0;max-width:100%}.modal-video-container{position:relative;padding-bottom:56.25%}.modal-video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10002;display:block;border:none}.modal-close-btn{background-color:var(--white);color:var(--dark-blue);position:absolute;top:-45px;right:0;border:none;font-size:24px;width:30px;height:30px;border-radius:4px;padding:0}.modal-close-btn svg{position:relative;top:3px}.modal-close-btn:hover{cursor:pointer;background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%)}.hidden-modal-content{display:none;visibility:hidden}.booking-content{border-radius:8px}.booking-content .modal-container{padding:calc(15px*2)}.booking-content .modal-container p{color:var(--dark-blue);text-align:center;font-family:"Caprasimo",serif;font-size:24px;font-size:1.5rem;line-height:1.2}.booking-content .modal-container p a{color:var(--dark-blue);font-family:"Lexend","Arial",sans-serif;font-size:18px;font-size:1.125rem}.four-oh-four .video-container{height:100vh;display:flex;flex-direction:row;align-items:center;justify-content:center}.four-oh-four .video-container video{width:100%;max-width:800px;height:auto}@keyframes scale-and-spin{from{transform:scale(0) rotate(0deg)}to{transform:scale(1) rotate(360deg)}}@keyframes fade-in{from{opacity:0}to{opacity:1}}
