@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&display=swap";html,body{overflow-x:hidden}.hero{position:relative;padding:4rem 2rem;text-align:center;color:#fff;min-height:600px;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../../images/ht1.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;animation:slideshow 20s infinite;z-index:-2}.hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:-1}@keyframes slideshow{0%{background-image:url(../../images/ht1.jpg)}25%{background-image:url(../../images/ht2.jpg)}50%{background-image:url(../../images/ht3.jpg)}75%{background-image:url(../../images/ht4.jpg)}to{background-image:url(../../images/ht1.jpg)}}.hero-content{position:relative;z-index:1}.rotating-tagline{font-size:1.3rem;color:#b00020;margin-bottom:1rem;font-weight:700;min-height:30px;display:flex;align-items:center;justify-content:center;position:relative;font-family:Montserrat,sans-serif;letter-spacing:.8px;text-shadow:0 0 8px rgba(176,0,32,.38),0 2px 8px rgba(0,0,0,.55)}.tagline-item{opacity:0;animation:fadeInOut 9s cubic-bezier(.4,0,.2,1) infinite;position:absolute;transform:translateY(12px) scale(.98);filter:blur(2px);white-space:nowrap}.tagline-item:nth-child(1){animation-delay:0s}.tagline-item:nth-child(2){animation-delay:3s}.tagline-item:nth-child(3){animation-delay:6s}@keyframes fadeInOut{0%{opacity:0;transform:translateY(12px) scale(.98);filter:blur(2px)}5%{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}28%{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}33%{opacity:0;transform:translateY(-8px) scale(1.02);filter:blur(1.5px)}to{opacity:0;transform:translateY(-8px) scale(1.02);filter:blur(1.5px)}}.hero .logo-main{max-width:550px;margin-bottom:2rem}.hero .logo-main img{width:100%;height:auto}.hero .tagline{font-size:1.2rem;color:#b00020;margin-bottom:1rem}.hero .subtitle{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase}.hero .location{font-size:1.1rem;color:#ccc;margin-bottom:1.5rem}.hero .btn-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.75rem 2rem;border:none;border-radius:0;cursor:pointer;font-size:1rem;text-decoration:none;display:inline-block;transition:all .3s;text-transform:uppercase;font-weight:700}.btn-primary{background-color:#b00020;color:#fff}.btn-primary:hover{background-color:#7a0015}.btn-secondary{background-color:transparent;color:#b00020;border:2px solid #B00020}.btn-secondary:hover{background-color:#b00020;color:#fff}.featured{padding:3rem 2rem;text-align:center}.featured h2{font-size:2rem;margin-bottom:2rem;color:#b00020;text-transform:uppercase}.featured-lineup{display:flex;justify-content:center;gap:1.5rem;overflow-x:auto;padding:1rem 0;flex-wrap:wrap}.featured-item{text-align:center;flex-shrink:0}.featured-item img{width:150px;height:150px;object-fit:cover;border:2px solid #B00020;margin-bottom:.5rem;transition:transform .3s}.featured-item img:hover{transform:scale(1.05)}.featured-item p{font-size:.9rem;color:#ccc}.info-section{background:linear-gradient(135deg,#1a1a1a,#2d2d2d,#1a1a1a);padding:3rem 2rem;text-align:center;position:relative;overflow:hidden}.info-section:before{content:"";position:absolute;inset:0;background-image:url(../../images/ht5.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;animation:bgSlideshow 15s infinite;opacity:.15;z-index:0}@keyframes bgSlideshow{0%{background-image:url(../../images/ht5.jpg)}33%{background-image:url(../../images/ht6.jpg)}66%{background-image:url(../../images/ht7.jpg)}to{background-image:url(../../images/ht5.jpg)}}.info-section:after{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(255,165,0,.1) 50%,transparent 70%),linear-gradient(-45deg,transparent 30%,rgba(255,165,0,.1) 50%,transparent 70%);animation:shimmer 3s infinite;pointer-events:none;z-index:1}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.info-section h2{font-size:2rem;margin-bottom:1rem;color:#b00020;position:relative;z-index:2;text-shadow:0 0 20px rgba(176,0,32,.52),0 0 40px rgba(176,0,32,.32),0 2px 4px rgba(0,0,0,.8);font-weight:900;letter-spacing:1px}.info-section p{font-size:1.1rem;color:#ccc;margin-bottom:2rem;position:relative;z-index:2;text-shadow:0 0 10px rgba(176,0,32,.32),0 2px 4px rgba(0,0,0,.8);letter-spacing:.5px}.ticket-section{padding:3rem 2rem}.ticket-section h2{text-align:center;font-size:2rem;margin-bottom:2rem;color:#b00020}.ticket-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.ticket-card{background-color:#111;padding:1.5rem;border:1px solid #333;text-align:center;transition:all .3s}.ticket-card:hover{border-color:#b00020;transform:translateY(-5px)}.ticket-card h3{font-size:1rem;margin-bottom:1rem;color:#fff}.ticket-card .price{font-size:1.8rem;color:#b00020;margin-bottom:1rem;font-weight:700}.ticket-card .description{font-size:.85rem;color:#888;margin-bottom:1.5rem}.ticket-card .btn{width:100%}.carousel-section{padding:3rem 2rem;background-color:#111}.carousel-section h2{text-align:center;font-size:2rem;margin-bottom:1.3rem;color:#b00020}.carousel-section .highlight-video-wrap{width:100%;margin:0 auto 1.25rem;display:flex;justify-content:center}.carousel-section .highlight-video-card{width:min(860px,92vw);margin:0;padding:.8rem;border-radius:14px;position:relative;overflow:hidden;background:radial-gradient(720px 210px at 50% 0%,#b0002038,#0000 60%),linear-gradient(180deg,#27344c8c,#111111eb);border:1px solid rgba(255,255,255,.1);box-shadow:0 12px 30px #00000057;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.carousel-section .highlight-video-card:before{content:"";position:absolute;inset:-2px;background:linear-gradient(90deg,#b0002000,#b000208c,#b0002000);transform:translate(-65%);opacity:0;pointer-events:none;z-index:2}.carousel-section .highlight-video-card:hover{transform:translateY(-6px);border-color:#b000208c;box-shadow:0 22px 58px #00000075}.carousel-section .highlight-video-card:hover:before{opacity:.35;animation:highlightShine 1.6s ease}@keyframes highlightShine{0%{transform:translate(-65%)}to{transform:translate(65%)}}.carousel-section .highlight-video-embed{width:100%;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;background:#000;border:1px solid rgba(176,0,32,.35)}.carousel-section .highlight-video-embed iframe{width:100%;height:100%;border:0;display:block}.carousel-container{position:relative;max-width:900px;margin:0 auto}.carousel{display:flex;overflow:hidden;border:3px solid #B00020;position:relative}.carousel-item{min-width:100%;display:flex;align-items:center;justify-content:center;background-color:#000;transition:transform .5s ease-in-out}.carousel-item img{width:100%;height:auto;max-height:500px;object-fit:cover}.carousel-controls{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:10}.carousel-controls button{background-color:#000000b3;color:#b00020;border:1px solid #B00020;padding:.5rem 1rem;cursor:pointer;transition:all .3s;font-weight:700}.carousel-controls button:hover{background-color:#b00020;color:#fff}.photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:1200px;margin:2rem auto}.photo-card{background-color:#111;border:2px solid #333;overflow:hidden;transition:all .3s}.photo-card:hover{border-color:#b00020}.photo-card img{width:100%;height:200px;object-fit:cover}.photo-card p{padding:1rem;color:#ccc;font-size:.9rem}.moments-scroller{display:flex;gap:1.25rem;overflow-x:auto;padding:.25rem .25rem 1rem;max-width:1200px;margin:0 auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;cursor:grab;-webkit-user-select:none;user-select:none}.moments-scroller.dragging{cursor:grabbing}.moments-scroller::-webkit-scrollbar{height:10px}.moments-scroller::-webkit-scrollbar-thumb{background:#b000208c;border-radius:999px}.moment-slide{flex:0 0 auto;width:min(340px,82vw);background:#111;border:2px solid #333;scroll-snap-align:start;overflow:hidden;transition:transform .25s ease,border-color .25s ease}.moment-slide:hover{transform:translateY(-4px);border-color:#b00020}.moment-slide-image{width:100%;aspect-ratio:4 / 3;height:auto;object-fit:cover;display:block}.moment-slide-sender{background:#b00020;color:#fff;font-weight:800;text-align:center;padding:.45rem .75rem;text-transform:uppercase;letter-spacing:.03em;font-size:.78rem;border-bottom:1px solid rgba(0,0,0,.25)}.moment-slide-body{padding:1rem}.moment-slide-title{margin:0 0 .5rem;font-size:1.05rem;color:#fff;font-weight:700}.moment-slide-desc{margin:0;color:#ccc;font-size:.9rem;line-height:1.55}@media(max-width:768px){.hero{min-height:500px;padding:3rem 1.5rem}.rotating-tagline{font-size:1.1rem}.hero .logo-main{max-width:380px}.hero .subtitle{font-size:1.8rem}.hero .btn-group{gap:.75rem}.btn{padding:.6rem 1.5rem;font-size:.9rem}.featured-lineup{gap:1rem}.featured-item img{width:120px;height:120px}.ticket-grid{grid-template-columns:1fr}.carousel-item img{max-height:300px}.moments-scroller{gap:1rem;padding:.15rem .15rem .85rem}.moment-slide{width:min(300px,76vw)}.moment-slide-body{padding:.85rem}.moment-slide-title{font-size:.98rem}.moment-slide-desc{font-size:.85rem}.moment-slide-sender{font-size:.72rem;padding:.4rem .65rem}}@media(max-width:480px){.hero{min-height:450px;padding:2rem 1rem}.rotating-tagline{font-size:.95rem}.hero .logo-main{max-width:300px;margin-bottom:1rem}.hero .subtitle{font-size:1.5rem}.hero .tagline{font-size:1rem}.hero .location{font-size:.95rem;margin-bottom:1.5rem}.btn-group{flex-direction:column;gap:.5rem;width:100%}.btn{width:100%;padding:.7rem 1rem}.featured h2{font-size:1.5rem}.featured-item img{width:100px;height:100px}.moment-slide{width:min(270px,74vw)}.moment-slide-body{padding:.8rem}.moment-slide-title{font-size:.94rem}.moment-slide-desc{font-size:.82rem}}.spotify-embed-container{margin:2rem auto;width:100%;max-width:100%;box-sizing:border-box;padding:0;border-radius:12px;overflow:hidden}.spotify-embed-container iframe{display:block;width:100%;max-width:100%;border-radius:12px;box-shadow:0 8px 24px #b0002029;border:1px solid rgba(176,0,32,.12)}.spotify-playlist-section{padding:3rem 2rem;background:linear-gradient(135deg,#1a1a1a,#222)}.spotify-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;gap:2rem;flex-wrap:wrap}.spotify-title h2{font-size:2.5rem;color:#fff;margin-bottom:.5rem;text-transform:uppercase;font-weight:900;letter-spacing:2px}.spotify-title h2 .highlight{color:#b00020;text-shadow:0 0 20px rgba(176,0,32,.52)}.spotify-title p{font-size:1.2rem;color:#888;font-style:italic}.spotify-logo-image{flex-shrink:0}.spotify-logo-image img{max-width:150px;height:auto;filter:drop-shadow(0 0 20px rgba(176,0,32,.34))}.spotify-player-wrapper{background:#0009;border:1px solid rgba(176,0,32,.22);border-radius:16px;padding:1.5rem;margin-bottom:2rem}.spotify-player-card{display:flex;gap:2rem;margin-bottom:2rem;background:#ffffff05;padding:1.5rem;border-radius:8px;border:1px solid rgba(176,0,32,.12)}.spotify-album-section{flex-shrink:0}.spotify-album-cover{width:220px;height:220px;border-radius:8px;overflow:hidden;box-shadow:0 12px 40px #0009;background:linear-gradient(135deg,#b00020,#7a0015)}.spotify-album-cover img{width:100%;height:100%;object-fit:cover}.spotify-player-content{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;min-width:0}.spotify-top-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.spotify-now-playing{display:flex;align-items:center;gap:.75rem}.spotify-now-playing .label{font-size:.7rem;color:#888;text-transform:uppercase;letter-spacing:1px;font-weight:700}.spotify-badge{background:#1db954;color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.75rem;font-weight:700}.spotify-more-btn{background:none;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;transition:color .3s}.spotify-more-btn:hover{color:#b00020}.spotify-song-title{margin-bottom:1rem}.spotify-song-title h3{font-size:2rem;color:#fff;font-weight:900;margin-bottom:.3rem;line-height:1.2}.spotify-artist-name{font-size:1rem;color:#888;font-weight:500}.spotify-description{margin-bottom:1.5rem}.spotify-description p{font-size:.9rem;color:#666}.spotify-play-btn-large{background:linear-gradient(135deg,#b00020,#7a0015);color:#fff;border:none;border-radius:50px;padding:.8rem 2rem;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;box-shadow:0 4px 15px #b0002057;margin-bottom:1.5rem;width:fit-content}.spotify-play-btn-large:hover{transform:scale(1.05);box-shadow:0 8px 25px #b0002085}.spotify-mini-controls{display:flex;gap:1rem;align-items:center}.control-btn{width:40px;height:40px;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.control-btn:hover{border-color:#b00020;background:#b000201f;color:#b00020;transform:scale(1.1)}.spotify-songs-container{border-top:1px solid rgba(176,0,32,.12);padding-top:1rem}.song-row{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:6px;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.03)}.song-row:hover{background:#b000201a}.song-row.playing{background:#b000201f}.song-num{min-width:30px;color:#666;font-weight:500;font-size:.9rem;display:flex;align-items:center;justify-content:center}.song-info-large{flex-grow:1;min-width:0}.song-title{color:#fff;font-weight:500;margin-bottom:.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem}.song-artist{color:#888;font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.song-duration{color:#666;font-size:.85rem;min-width:50px;text-align:right}.spotify-view-all{text-align:center;padding:2rem 1rem;margin-top:1rem}@media(max-width:1024px){.spotify-player-card{flex-direction:column;align-items:center;text-align:center}.spotify-album-cover{width:180px;height:180px}.spotify-song-title h3{font-size:1.5rem}.spotify-mini-controls{justify-content:center;width:100%}.spotify-header{flex-direction:column;text-align:center}.spotify-logo-image{order:-1}.spotify-title h2{font-size:2rem}}@media(max-width:768px){.spotify-playlist-section{padding:2rem 1rem}.spotify-embed-container{margin:1.5rem auto}.spotify-embed-container iframe{height:420px}.spotify-player-wrapper{padding:1rem}.spotify-player-card{padding:1rem;gap:1rem;margin-bottom:1rem}.spotify-album-cover{width:150px;height:150px}.spotify-song-title h3{font-size:1.3rem}.spotify-title h2{font-size:1.5rem}.spotify-title p{font-size:1rem}.spotify-logo-image img{max-width:100px}.song-row{padding:.75rem;gap:.75rem}.song-title{font-size:.9rem}}@media(max-width:480px){.spotify-playlist-section{padding:1.5rem 1rem}.spotify-embed-container iframe{height:460px}.spotify-player-wrapper{padding:.75rem}.spotify-player-card{flex-direction:column;padding:.75rem;margin-bottom:.75rem}.spotify-album-cover{width:120px;height:120px}.spotify-song-title h3{font-size:1.1rem}.spotify-play-btn-large{width:100%;justify-content:center}.song-row{padding:.5rem;gap:.5rem}.song-info-large{text-align:left}.song-title{font-size:.85rem}.song-artist{font-size:.75rem}}
