*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Barlow', sans-serif; background: #0a0a0a; color: #e8e0d0; overflow-x: hidden; }
.bebas { font-family: 'Bebas Neue', sans-serif; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 3rem; height: 64px;
  background: rgba(10,10,10,0.95); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.nav-logo { font-family: 'Bebas Neue', sans-serif; font-size: 28px; letter-spacing: 3px; color: #e8411a; }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a { color: #b8b0a0; text-decoration: none; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: #e8411a; }
.nav-cta { background: #e8411a; color: #fff; border: none; cursor: pointer; font-family: 'Bebas Neue', sans-serif; font-size: 16px; letter-spacing: 2px; padding: 10px 24px; transition: background 0.2s; text-decoration: none; }
.nav-cta:hover { background: #c93210; }

/* HERO */
#hero {
  position: relative; height: 100vh; min-height: 600px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; overflow: hidden;
}
.hero-photo-fallback {
  position: absolute; inset: 0;
  background-image: url('assets/photo-stage.jpg');
  background-size: cover; background-position: center 20%;
  z-index: 0;
}
.hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  z-index: 1;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(to bottom,
    rgba(5,2,0,0.15) 0%,
    rgba(5,2,0,0.05) 35%,
    rgba(5,2,0,0.5) 80%,
    rgba(5,2,0,0.88) 100%);
}
.hero-vignette {
  position: absolute; inset: 0; z-index: 2;
  background: radial-gradient(ellipse at center, transparent 50%, rgba(5,2,0,0.35) 100%);
}
.hero-content { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; }
.hero-eyebrow { font-size: 12px; letter-spacing: 6px; text-transform: uppercase; color: #e8411a; margin-bottom: 1.2rem; font-weight: 500; text-shadow: 0 1px 8px rgba(0,0,0,0.9); }
.hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(90px, 16vw, 160px); line-height: 0.9; letter-spacing: 6px; color: #f5ede0; text-shadow: 0 4px 60px rgba(0,0,0,0.95), 0 0 100px rgba(232,65,26,0.25); margin-bottom: 0.6rem; }
.hero-sub { font-size: 13px; letter-spacing: 6px; text-transform: uppercase; color: #c0b090; font-weight: 300; margin-bottom: 2.5rem; text-shadow: 0 1px 8px rgba(0,0,0,0.9); }
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: #e8411a; color: #fff; border: none; cursor: pointer; font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: 2px; padding: 14px 40px; transition: all 0.2s; text-decoration: none; display: inline-block; }
.btn-primary:hover { background: #c93210; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(232,65,26,0.4); }
.btn-outline { background: transparent; color: #f0e8d8; border: 1px solid rgba(240,232,216,0.35); cursor: pointer; font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: 2px; padding: 14px 40px; transition: all 0.2s; text-decoration: none; display: inline-block; }
.btn-outline:hover { border-color: #e8411a; color: #e8411a; transform: translateY(-2px); }
.hero-scroll { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 3; }
.hero-scroll span { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: rgba(200,180,150,0.4); }
.scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(232,65,26,0.7), transparent); animation: scrollpulse 2s infinite; }
@keyframes scrollpulse { 0%,100% { opacity:0.4; } 50% { opacity:1; } }

/* SECTIONS */
section { padding: 6rem 3rem; }
.section-label { font-size: 11px; letter-spacing: 5px; text-transform: uppercase; color: #e8411a; margin-bottom: 1rem; font-weight: 500; }
.section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(40px, 6vw, 72px); letter-spacing: 3px; line-height: 1; color: #f0e8d8; margin-bottom: 1.5rem; }
.divider { width: 60px; height: 2px; background: #e8411a; margin-bottom: 2rem; }

/* ABOUT */
.about-wrap { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center top; border: 1px solid rgba(232,65,26,0.15); display: block; }
.about-img-wrap { position: relative; }
.about-accent { position: absolute; bottom: -20px; right: -20px; width: 120px; height: 120px; border: 2px solid #e8411a; opacity: 0.25; pointer-events: none; }
.about-text p { font-size: 16px; line-height: 1.8; color: #a09080; margin-bottom: 1.2rem; font-weight: 300; }
.about-text p strong { color: #e8e0d0; font-weight: 600; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.stat { border-left: 2px solid #e8411a; padding-left: 1rem; }
.stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #e8411a; line-height: 1; }
.stat-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #604030; margin-top: 4px; }

/* GALLERY */
#gallery { background: #0f0a06; }
.gallery-inner { max-width: 1200px; margin: 0 auto; }
.gallery-grid { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 340px 340px; gap: 6px; margin-top: 2.5rem; }
.gallery-item { overflow: hidden; position: relative; }
.gallery-item:first-child { grid-row: 1 / 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; filter: brightness(0.88) contrast(1.08); }
.gallery-item:hover img { transform: scale(1.04); filter: brightness(1) contrast(1.08); }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,5,0,0.5) 0%, transparent 50%); pointer-events: none; }

/* MUSIC */
#music { background: #0f0a06; }
.music-inner { max-width: 1200px; margin: 0 auto; }
.music-body { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin-top: 2rem; align-items: start; }
.genres { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 1.5rem; }
.genre-tag { background: rgba(232,65,26,0.1); border: 1px solid rgba(232,65,26,0.3); color: #e8411a; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; padding: 6px 14px; font-weight: 500; }
.setlist-item { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.setlist-num { font-family: 'Bebas Neue', sans-serif; font-size: 14px; color: #e8411a; min-width: 24px; }
.setlist-song { font-size: 14px; color: #d0c8b8; }
.setlist-artist { font-size: 12px; color: #604030; font-style: italic; }
.setlist-more { margin-top: 1.5rem; color: #604030; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; }
.custom-setlist-box { margin-top: 2rem; padding: 1.5rem; border: 1px solid rgba(232,65,26,0.15); background: rgba(232,65,26,0.04); }
.custom-setlist-box p:first-child { font-size: 13px; color: #e8411a; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px; font-weight: 500; }
.custom-setlist-box p:last-child { font-size: 13px; color: #706050; line-height: 1.6; }

/* GIGS */
.gigs-wrap { max-width: 1200px; margin: 0 auto; }
.gigs-grid { display: grid; gap: 1px; background: rgba(255,255,255,0.05); margin-top: 2.5rem; }
.gig-row { display: grid; grid-template-columns: 90px 1fr 150px 130px; align-items: center; gap: 2rem; background: #0a0a0a; padding: 1.2rem 2rem; transition: background 0.2s; }
.gig-row:hover { background: #110d08; }
.gig-day { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: #e8411a; line-height: 1; }
.gig-month { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #604030; }
.gig-venue { font-size: 16px; font-weight: 500; color: #e8e0d0; }
.gig-location { font-size: 13px; color: #706050; margin-top: 3px; }
.gig-type { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; padding: 4px 12px; display: inline-block; }
.gig-type.pub { background: rgba(232,65,26,0.1); color: #e8411a; border: 1px solid rgba(232,65,26,0.2); }
.gig-type.private { background: rgba(180,150,80,0.1); color: #c8a840; border: 1px solid rgba(180,150,80,0.2); }
.gig-ticket { background: transparent; border: 1px solid rgba(232,220,200,0.2); color: #e8e0d0; font-family: 'Bebas Neue', sans-serif; font-size: 13px; letter-spacing: 1px; padding: 8px 16px; cursor: pointer; transition: all 0.2s; white-space: nowrap; }
.gig-ticket:hover { background: #e8411a; border-color: #e8411a; }

/* BOOKING */
#booking { position: relative; overflow: hidden; }
#booking::before { content: ''; position: absolute; top: -200px; right: -200px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(232,65,26,0.1), transparent 70%); pointer-events: none; }
.booking-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; position: relative; z-index: 1; }
.booking-form { display: flex; flex-direction: column; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #706050; font-weight: 500; }
.form-group input, .form-group select, .form-group textarea { background: rgba(255,255,255,0.04); border: 1px solid rgba(232,220,200,0.1); color: #e8e0d0; padding: 12px 16px; font-family: 'Barlow', sans-serif; font-size: 14px; outline: none; transition: border-color 0.2s; width: 100%; -webkit-appearance: none; }
.form-group select option { background: #1a1008; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: #e8411a; }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-group input::placeholder, .form-group textarea::placeholder { color: #403020; }
.form-submit { background: #e8411a; color: #fff; border: none; cursor: pointer; font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: 3px; padding: 16px; transition: all 0.2s; margin-top: 0.5rem; width: 100%; }
.form-submit:hover { background: #c93210; box-shadow: 0 8px 24px rgba(232,65,26,0.4); }
.booking-feature { display: flex; gap: 1rem; margin-bottom: 1.5rem; align-items: flex-start; }
.bf-icon { width: 40px; height: 40px; background: rgba(232,65,26,0.1); border: 1px solid rgba(232,65,26,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 16px; }
.bf-text strong { display: block; font-size: 14px; color: #e8e0d0; font-weight: 600; margin-bottom: 3px; }
.bf-text span { font-size: 13px; color: #706050; line-height: 1.5; }
.contact-direct { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.06); }
.contact-direct p { font-size: 13px; color: #706050; margin-bottom: 8px; }
.contact-direct a { color: #e8411a; text-decoration: none; font-size: 15px; font-weight: 500; display: block; margin-bottom: 6px; }

/* TESTIMONIALS */
.testimonials-wrap { max-width: 1100px; margin: 0 auto; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.testimonial { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); padding: 2rem; position: relative; }
.testimonial::before { content: '"'; font-family: 'Bebas Neue', sans-serif; font-size: 80px; color: #e8411a; opacity: 0.12; position: absolute; top: -8px; left: 1rem; line-height: 1; }
.testimonial-text { font-size: 14px; line-height: 1.7; color: #907060; font-style: italic; margin-bottom: 1.2rem; font-weight: 300; }
.testimonial-author strong { display: block; font-size: 13px; color: #e8e0d0; font-weight: 600; }
.testimonial-author span { font-size: 11px; color: #604030; }
.stars { color: #e8411a; font-size: 12px; margin-bottom: 0.8rem; letter-spacing: 2px; }

/* FOOTER */
footer { background: #050505; border-top: 1px solid rgba(255,255,255,0.06); padding: 3rem; text-align: center; }
.footer-logo { font-family: 'Bebas Neue', sans-serif; font-size: 48px; letter-spacing: 6px; color: #e8411a; margin-bottom: 0.5rem; }
.footer-tagline { font-size: 12px; letter-spacing: 4px; text-transform: uppercase; color: #383020; margin-bottom: 2rem; }
.footer-social { display: flex; gap: 1.5rem; justify-content: center; margin-bottom: 2rem; }
.social-link { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: #706050; font-size: 13px; text-decoration: none; font-weight: 700; transition: all 0.2s; }
.social-link:hover { border-color: #e8411a; color: #e8411a; }
.footer-nav { display: flex; gap: 2rem; justify-content: center; margin-bottom: 2rem; flex-wrap: wrap; }
.footer-nav a { color: #504030; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; transition: color 0.2s; }
.footer-nav a:hover { color: #e8411a; }
.footer-copy { font-size: 12px; color: #302820; }
.footer-copy a { color: #e8411a; text-decoration: none; }

/* MOBILE */
@media (max-width: 768px) {
  nav { padding: 0 1.5rem; }
  .nav-links { display: none; }
  section { padding: 4rem 1.5rem; }

  /* Hero mobile fixes */
  #hero { height: 100svh; min-height: 500px; }
  .hero-video {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: auto; height: 100%;
    min-width: 100%; min-height: 100%;
    object-fit: cover;
  }
  .hero-title { font-size: clamp(52px, 17vw, 90px); letter-spacing: 2px; }
  .hero-eyebrow { font-size: 10px; letter-spacing: 3px; padding: 0 1rem; }
  .hero-sub { font-size: 11px; letter-spacing: 3px; padding: 0 1rem; }
  .hero-btns { flex-direction: column; align-items: center; padding: 0 2rem; width: 100%; }
  .btn-primary, .btn-outline { width: 100%; text-align: center; padding: 14px 20px; font-size: 16px; }

  .about-wrap, .booking-inner, .music-body { grid-template-columns: 1fr; gap: 2.5rem; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .gallery-item:first-child { grid-row: auto; }
  .gallery-item { height: 260px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .gig-row { grid-template-columns: 70px 1fr; gap: 1rem; }
  .gig-type, .gig-ticket { display: none; }
  .form-row { grid-template-columns: 1fr; }
}
