body{margin:0;font-family:Arial,sans-serif;background-color:#3a3a3a;color:#eee}.home_page{max-width:1200px;width:90%;margin:2.5rem auto 3rem;padding:5rem 2rem;text-align:center;background:linear-gradient(180deg,#1b0b2b,#3a0b2b);border-radius:15px;box-sizing:border-box}.bio_section{max-width:800px;margin:-1rem auto 6rem;padding:1.5rem;background-color:#1b0b2b;border-radius:15px;box-shadow:0 8px 20px #000000b3;transition:transform .3s,box-shadow .3s}.bio_section:hover{transform:translateY(-5px);box-shadow:0 12px 25px #000c}.bio_text{font-size:1.4rem;line-height:1.6;color:#ccc;text-align:center}@media(max-width:1024px){.home_page{padding:4rem 2rem}.bio_section{padding:1.25rem}.bio_text{font-size:1.3rem}}@media(max-width:768px){.home_page{padding:3rem 1.5rem}.bio_section{margin:0 auto 4rem;padding:1rem}.bio_text{font-size:1.1rem;line-height:1.5}}@media(max-width:480px){.home_page{padding:2rem 1rem}.bio_section{margin:0 auto 3rem;padding:.75rem}.bio_text{font-size:1rem;line-height:1.4}}.slideshow_page{position:relative;width:100%;max-width:800px;height:auto;max-height:400px;margin:3rem auto 0;border-radius:15px;overflow:hidden;box-shadow:0 8px 25px #000c;background:#1b0b2b;display:flex;align-items:center;justify-content:center}.slide img{width:100%;height:100%;object-fit:cover;border-radius:15px;transition:transform .5s ease}.slide img:hover{transform:scale(1.03)}.caption{position:absolute;bottom:0;left:0;right:0;background-color:#0009;color:#8c2fff;padding:.75rem 1rem;text-align:center;font-weight:500;font-size:1rem;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);border-top-left-radius:15px;border-top-right-radius:15px}.nav_button{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#8c2fff;border:none;padding:1rem 1.5rem;cursor:pointer;font-size:2rem;transition:background-color .3s,transform .3s;z-index:1;border-radius:6px}.nav_button:hover{background-color:#000c}.prev{left:0}.next{right:0}@media(max-width:768px){.slideshow_page{width:95%;max-height:400px}.nav_button{padding:.5rem 1rem;font-size:1.5rem}}.about_page{max-width:1200px;width:90%;margin:2.5rem auto 3rem;padding:5rem 2rem;text-align:center;background:linear-gradient(180deg,#1b0b2b,#3a0b2b);border-radius:15px;box-sizing:border-box;color:#eee}.about_text{max-width:800px;margin:0 auto 4rem;padding:1.5rem;background-color:#1b0b2b;border-radius:15px;box-shadow:0 8px 20px #000000b3;transition:transform .3s,box-shadow .3s}.about_text:hover{transform:translateY(-5px);box-shadow:0 12px 25px #000c}.about_text p{font-size:1.4rem;line-height:1.6;color:#ccc;text-align:center}.about_headshot{margin-bottom:1.5rem}.about_headshot img{width:250px;height:auto;border-radius:15px;box-shadow:0 8px 20px #000000b3;transition:transform .3s,box-shadow .3s}.about_headshot img:hover{transform:translateY(-5px);box-shadow:0 12px 25px #000c}.about_info{margin-top:.5rem;color:#ccc;font-size:1.1rem;line-height:1.4}.about_info p{margin:.2rem 0}@media(max-width:1024px){.about_page{padding:4rem 2rem}.about_text{padding:1.25rem}.about_text p{font-size:1.3rem}.about_headshot img{width:220px}}@media(max-width:768px){.about_page{padding:3rem 1.5rem}.about_text{margin:0 auto 3rem;padding:1rem}.about_text p{font-size:1.1rem;line-height:1.5}.about_headshot img{width:200px}.about_info{font-size:1rem}}@media(max-width:480px){.about_page{padding:2rem 1rem}.about_text{margin:0 auto 2rem;padding:.75rem}.about_text p{font-size:1rem;line-height:1.4}.about_headshot img{width:180px}.about_info{font-size:.95rem}}.band_card{position:relative;width:100%;aspect-ratio:3 / 4;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #0006;transition:transform .3s ease,box-shadow .3s ease}.band_card:hover{transform:scale(1.03);box-shadow:0 10px 30px #0009}.band_img{width:100%;height:100%;object-fit:cover}.band_overlay{position:absolute;top:0;left:0;width:100%;height:25%;display:flex;justify-content:space-between;align-items:flex-start;padding:.5rem 1rem;box-sizing:border-box;background:linear-gradient(to bottom,rgba(0,0,0,.7),transparent);color:#fff}.band_name{font-size:1.2rem;font-weight:700;max-width:45%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#8c2fff}.band_genre{font-size:1rem;color:#8c2fff;max-width:45%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right}.bands_page{width:100%;padding:2.5rem 0;background:#3a3a3a;min-height:100vh}.bands_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem}.contact_page{max-width:800px;width:90%;margin:2.5rem auto;padding:3rem 2rem;background:linear-gradient(180deg,#1b0b2b,#3a0b2b);border-radius:15px;text-align:center;color:#eee;box-shadow:0 8px 25px #000000b3}.contact_page h1{font-size:2rem;margin-bottom:1rem}.contact_intro{font-size:1.2rem;margin-bottom:2rem;color:#ccc}.contact_form{display:flex;flex-direction:column;gap:1rem;align-items:stretch}.contact_form input,.contact_form textarea{width:100%;max-width:100%;box-sizing:border-box;padding:.75rem 1rem;border-radius:10px;border:none;font-size:1rem;font-family:Arial,sans-serif;background-color:#fff;color:#222;box-shadow:0 2px 5px #00000026;transition:box-shadow .2s ease,transform .1s ease}.contact_form textarea{min-height:120px;resize:vertical}.contact_form input:focus,.contact_form textarea:focus{outline:none;box-shadow:0 0 0 3px #8c2fff}.contact_form button{padding:1rem 1.5rem;border:none;border-radius:12px;background-color:#8c2fff;color:#fff;font-size:1.1rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s}.contact_form button:hover{transform:scale(1.05);box-shadow:0 5px 15px #00000080}.contact_status{margin-top:1rem;font-size:1rem;font-weight:600;color:#ffb74c;text-align:center}.error_text{color:#f77;font-size:.9rem;margin-top:.25rem}@media(max-width:768px){.contact_page{padding:2rem 1rem}.contact_page h1{font-size:1.5rem}.contact_intro{font-size:1rem}}.header{display:flex;flex-direction:column;align-items:center;background:linear-gradient(180deg,#1b0b2b,#000);color:#eee;padding:2rem 0 1.5rem;width:100%;box-shadow:0 4px 15px #000000b3;position:relative;z-index:1}.title{text-align:center;margin-bottom:1.5rem}.title h1{margin:0;font-size:2rem;text-shadow:1px 1px 5px rgba(0,0,0,.7)}.title hr{width:50%;margin:.5rem auto;border:1px solid #8c2fff}.title h3{margin:.25rem 0 0;font-weight:400;color:#ccc}.navbar{display:flex;justify-content:center;align-items:center;gap:1.5rem;background-color:#000;padding:.25rem 0;width:100%;box-shadow:0 4px 10px #00000080;border-radius:0 0 10px 10px;position:relative;top:-.5rem;z-index:2}.navbar a{color:#8c2fff;text-decoration:none;font-weight:500;padding:.25rem .5rem;border-radius:4px;transition:.3s;line-height:1.5}.navbar a:hover{color:#fff;background-color:#8c2fff33;transform:scale(1.05)}.band_slideshow{position:relative;max-width:900px;width:100%;border-radius:15px;overflow:hidden;background:#1b0b2b;box-shadow:0 8px 25px #000000b3;display:flex;justify-content:center;align-items:center}.band_slideshow .slide img{width:100%;height:auto;object-fit:cover;border-radius:15px}.band_slideshow .slide img:hover{transform:scale(1.03)}.band_slideshow .nav_button{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#8c2fff;border:none;padding:1rem 1.5rem;cursor:pointer;font-size:2rem;transition:background-color .3s,transform .3s;z-index:1;border-radius:6px}.band_slideshow .nav_button:hover{background-color:#000c;transform:scale(1.1)}.band_slideshow .prev{left:0}.band_slideshow .next{right:0}@media(max-width:768px){.band_slideshow{height:70vw}.band_slideshow .nav_button{padding:.5rem 1rem;font-size:1.5rem}}.video_slideshow{position:relative;max-width:900px;width:100%;border-radius:15px;overflow:hidden;background:#1b0b2b;box-shadow:0 8px 25px #000000b3;margin:2rem auto}.video_slideshow .slide{display:none;position:relative;padding-top:56.25%}.video_slideshow .slide.active{display:block}.video_slideshow .slide_video{width:100%;height:auto;border-radius:15px}.video_slideshow .nav_button{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#8c2fff;border:none;padding:1rem 1.5rem;cursor:pointer;font-size:2rem;border-radius:6px;z-index:1;transition:background-color .3s,transform .3s}.video_slideshow .nav_button:hover{background-color:#000c;transform:scale(1.1)}.video_slideshow .prev{left:0}.video_slideshow .next{right:0}@media(max-width:768px){.video_slideshow .slide_video{height:300px}.video_slideshow .nav_button{font-size:1.5rem;padding:.5rem 1rem}}.band_detail_page{max-width:1000px;width:90%;margin:3rem auto 5rem;padding:3rem 2rem;background:linear-gradient(180deg,#1b0b2b,#3a0b2b);border-radius:15px;box-shadow:0 8px 25px #000000b3;text-align:center;color:#eee;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.band_detail_img{width:100%;max-width:300px;height:auto;border-radius:15px;box-shadow:0 6px 20px #00000080}.band_detail_name{font-size:2.4rem;font-weight:700;margin:.5rem 0 0;color:#fff}.band_detail_genre{font-size:1.4rem;color:#fff;font-weight:500;margin-bottom:1.5rem}.band_detail_desc{font-size:1.2rem;line-height:1.6;color:#ccc;max-width:850px;text-align:center;margin-bottom:2rem}.band_slideshow{width:100%;max-width:900px;margin-top:2rem}.book_button{display:inline-block;margin:2rem 0 0;padding:1rem 2rem;font-size:1.2rem;font-weight:700;text-decoration:none;background-color:#8c2fff;color:#fff;border-radius:12px;box-shadow:0 5px 15px #00000080;transition:transform .2s,box-shadow .2s,background-color .2s}.book_button:hover{transform:scale(1.05);box-shadow:0 8px 20px #0009;background-color:#a450ff}.band_detail_video{width:100%;max-width:900px;height:auto;display:block;margin:20px auto;border-radius:8px}.social_links{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap;justify-content:center}.social_links a{display:inline-block;padding:.6rem 1.2rem;font-size:1rem;font-weight:600;text-decoration:none;color:#fff;background:#8c2fff;border-radius:8px;box-shadow:0 4px 12px #00000080;transition:transform .2s,box-shadow .2s,background .2s}.social_links a:hover{transform:scale(1.05);box-shadow:0 6px 15px #0009;background:#a450ff}@media(max-width:1024px){.band_detail_page{padding:2.5rem 1.5rem}.band_detail_name{font-size:2.2rem}.band_detail_genre{font-size:1.3rem}.band_detail_desc{font-size:1.1rem;max-width:700px}}@media(max-width:768px){.band_detail_page{padding:2rem 1rem}.band_detail_img{max-width:250px}.band_detail_name{font-size:2rem}.band_detail_genre{font-size:1.2rem}.band_detail_desc{font-size:1rem;max-width:90%}}@media(max-width:480px){.band_detail_img{max-width:200px}.band_detail_name{font-size:1.8rem}.band_detail_genre{font-size:1.1rem}.band_detail_desc{font-size:.95rem}}
