@import url("https://fonts.googleapis.com/css2?family=Anton:wght@400&family=Inter:wght@300;400;500;600;700&display=swap");.staticContainer{min-height:100vh;background-color:#000;color:#fff;font-family:Inter,sans-serif;overflow-x:hidden}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:20px 0;background:rgba(0,0,0,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid hsla(0,0%,100%,.1)}.headerContent{justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 24px}.headerContent,.logo{display:flex;align-items:center}.logoImage{object-fit:contain;height:auto;transition:transform .3s ease;width:230px}.logoImage:hover{transform:scale(1.05)}.navigation{display:flex;gap:32px}.navLink{color:#f1af0d;text-decoration:none;font-size:16px;font-weight:500;transition:all .3s ease;position:relative}.navLink:hover{color:#cb4767;transform:translateY(-2px)}.navLink:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg,#f1af0d,#cb4767);transition:width .3s ease}.navLink:hover:after{width:100%}.heroSection,.main{position:relative}.heroSection{height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.backgroundImage{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.cloud1,.cloud2{position:absolute;z-index:2;opacity:.3;animation:float 6s ease-in-out infinite}.cloud1{top:20%;right:10%;animation-delay:0s}.cloud2{top:60%;left:5%;animation-delay:3s}.cloudImage{object-fit:contain}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.7),rgba(0,0,0,.4) 50%,rgba(0,0,0,.8));z-index:3}.heroContent{position:relative;z-index:4;text-align:center;max-width:800px;padding:0 24px}.heroText{animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.mainTitle{font-family:Anton,sans-serif;font-size:clamp(3rem,8vw,6rem);font-weight:400;line-height:115px;margin-bottom:24px;text-shadow:2px 2px 4px rgba(0,0,0,.8);margin-top:30px}.smallTitleLine1,.titleLine1,.titleLine2{display:block;background:linear-gradient(135deg,#f1af0d,#cb4767,#ebf589);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none}.smallTitleLine1{font-size:1.5rem;line-height:1.5}.titleLine2{margin-top:-10px}.heroSubtitle{font-size:1.5rem;font-weight:300;color:#f1af0d;margin-bottom:16px;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.heroDescription{font-size:1.1rem;line-height:1.6;color:#e5e7eb;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}.ctaButton{background:linear-gradient(135deg,#f1af0d,#cb4767);color:#000;border:none;padding:16px 32px;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px rgba(241,175,13,.3)}.ctaButton:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(241,175,13,.4);background:linear-gradient(135deg,#cb4767,#f1af0d)}.sponsorsBanner{margin-top:40px;display:flex;justify-content:center;align-items:center;animation:fadeInUp 1.2s ease-out .5s both}.sponsorsImage{max-width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.3);transition:transform .3s ease}.sponsorsImage:hover{transform:scale(1.02)}.sectionContainer{max-width:1200px;margin:0 auto;padding:0 24px}.sectionTitle{font-family:Anton,sans-serif;font-size:clamp(2.5rem,5vw,4rem);text-align:center;margin-bottom:16px;background:linear-gradient(135deg,#f1af0d,#cb4767);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sectionSubtitle{font-size:1.2rem;text-align:center;color:#9ca3af;margin-bottom:48px;max-width:600px;margin-left:auto;margin-right:auto}.venuesSection{padding:120px 0;background:linear-gradient(180deg,#000,#111)}.venuesGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;margin-top:48px}.venueCard{background:linear-gradient(135deg,#1f2937,#374151);border:1px solid rgba(241,175,13,.2);border-radius:16px;padding:32px 24px;text-align:center;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.venueCard:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(241,175,13,.1),transparent);transition:left .5s ease}.venueCard:hover:before{left:100%}.venueCard:hover{transform:translateY(-8px);border-color:#f1af0d;box-shadow:0 20px 40px rgba(241,175,13,.2)}.venueDate{font-size:1.5rem;font-weight:700;color:#f1af0d;margin-bottom:8px}.venueDay{font-size:1rem;color:#9ca3af;margin-bottom:16px}.venueCity{font-size:1.8rem;font-weight:600;color:#fff;margin-bottom:20px;letter-spacing:2px}.venueAction{display:flex;align-items:center;justify-content:center;gap:8px;color:#cb4767;font-weight:500;transition:all .3s ease}.venueCard:hover .venueAction{color:#f1af0d}.arrow{font-size:1.2rem;transition:transform .3s ease}.venueCard:hover .arrow{transform:translateX(5px)}.artistsSection{padding:120px 0;background:linear-gradient(180deg,#111,#000)}.artistsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:48px;gap:48px;margin-top:48px}.artistCard{background:linear-gradient(135deg,#1f2937,#374151);border-radius:20px;overflow:hidden;transition:all .3s ease;border:1px solid rgba(241,175,13,.1)}.artistCard:hover{transform:translateY(-10px);border-color:#f1af0d;box-shadow:0 25px 50px rgba(241,175,13,.2)}.artistImageContainer{position:relative;height:400px;overflow:hidden}.artistImage{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.artistCard:hover .artistImage{transform:scale(1.05)}.artistInfo{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;text-align:center}.artistName{font-family:Anton,sans-serif;font-size:2rem;color:#f1af0d;margin-bottom:8px}.artistRole{font-size:1.1rem;color:#cb4767;margin-bottom:16px;font-weight:500}.artistDescription{font-size:1rem;line-height:1.6;color:#d1d5db}.youtubeButton{background:linear-gradient(135deg,red,#c00);color:#fff;border:none;padding:12px 20px;font-size:.9rem;font-weight:600;border-radius:25px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;margin-top:16px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px rgba(255,0,0,.3)}.youtubeButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,0,0,.4);background:linear-gradient(135deg,#c00,red)}.youtubeIcon{font-size:1rem;color:#fff}.aboutSection{padding:120px 0;background:linear-gradient(180deg,#000,#111)}.aboutContent{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.aboutTitle{font-family:Anton,sans-serif;font-size:2.5rem;color:#f1af0d;margin-bottom:16px}.aboutSubtitle{font-size:1.2rem;color:#cb4767;margin-bottom:24px;font-weight:600;letter-spacing:2px}.aboutDescription{font-size:1.1rem;line-height:1.8;color:#d1d5db;margin-bottom:20px}.aboutImage{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.5)}.aboutImageFile{width:100%;height:auto;object-fit:cover}.footer{background:#000;border-top:1px solid rgba(241,175,13,.2);padding:48px 0}.footerContent{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.footerLogoImage{object-fit:contain;opacity:.8}.footerText{text-align:right;color:#9ca3af}.footerText p{margin-bottom:8px}.footerText p:last-child{margin-bottom:0;font-size:.9rem}@media (max-width:768px){.titleLine1,.titleLine2{line-height:65px}.mainTitle{margin-top:60px}.backgroundImage{object-fit:contain;z-index:1;width:485px!important;height:500px!important}.headerContent{padding:0 16px}.navigation{gap:16px}.navLink{font-size:14px}.heroContent,.sectionContainer{padding:0 16px}.venuesGrid{grid-template-columns:1fr;gap:16px}.aboutContent,.artistsGrid{grid-template-columns:1fr;gap:32px}.footerContent{flex-direction:column;gap:24px}.footerContent,.footerText{text-align:center}.aboutImage{display:none}.sponsorsBanner{margin-top:30px}.sponsorsImage{max-width:90%}.aboutTitle{text-align:center}}@media (max-width:480px){.header{padding:16px 0}.aboutSubtitle{font-size:1rem;text-align:center;margin-bottom:16px}.logoImage{width:170px;height:auto}.navigation{gap:12px}.navLink{font-size:12px}.aboutSection,.artistsSection,.venuesSection{padding:30px 0}.artistInfo,.venueCard{padding:24px 16px}.sponsorsBanner{margin-top:20px}.sponsorsImage{max-width:95%}.youtubeButton{padding:10px 16px;font-size:.8rem}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loading{animation:pulse 2s infinite}