/* ====== GLOBAL STYLES ====== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #0e0e10;
  color: #fff;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ====== NAVBAR ====== */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5%;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(10px);
  z-index: 9999999;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none;
}

.navbar.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.navbar .logo img {
  height: 40px;
  width: auto;
}

.navbar nav ul {
  list-style: none;
  display: flex;
  gap: 25px;
}

.navbar nav ul li a {
  font-size: 0.9rem;
  font-weight: 500;
  transition: 0.3s;
}

.navbar nav ul li a:hover {
  color: #d8b13b;
}

.donate-btn {
  padding: 8px 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: 0.3s;
  font-size: 0.9rem;
}

.donate-btn:hover {
  background-color: #d8b13b;
  color: #000;
  border-color: #d8b13b;
}

/* Mobile Menu Toggle */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.menu-toggle span {
  width: 25px;
  height: 3px;
  background: #fff;
  transition: 0.3s;
}

/* ====== HERO SECTION ====== */
.hero-section .video {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  filter: brightness(0.8) contrast(1.1) saturate(1.2);
}

.video-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px;
}

.hero-content h1 {
  font-size: clamp(2rem, 6vw, 4rem);
  letter-spacing: 2px;
  font-weight: 800;
}

.hero-content p {
  margin-top: 15px;
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #ddd;
}

.btn {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 28px;
  border: 2px solid #fff;
  border-radius: 4px;
  transition: 0.3s;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
}

.btn:hover {
  background-color: #d8b13b;
  border-color: #d8b13b;
  color: #000;
}

/* ====== WELCOME SECTION ====== */
.welcome-section {
  position: relative;
  z-index: 999999;
  width: 100%;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #0b0b0d;
  color: #fff;
  padding: 60px 5%;
}

.welcome-content {
  max-width: 900px;
}

.welcome-content h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.welcome-content h2 span {
  color: #d8b13b;
}

.welcome-content p {
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.8;
  color: #ddd;
}

/* ====== MISSION SECTION ====== */
.mission {
  position: relative;
  padding: 0;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.mission .video {
  min-height: 100vh;
}

.mission .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 185%;
  background: rgba(0,0,0,0.3);
  z-index: 1;
}

.mission .content {
  position: relative;
  z-index: 2;
  padding: 80px 5%;
}

.mission h3 {
  font-size: clamp(0.8rem, 1.5vw, 0.9rem);
  letter-spacing: 2px;
  font-weight: 400;
  color: #c5c5c5;
  margin-bottom: 25px;
}

.mission h2 {
  font-size: clamp(1.5rem, 4vw, 3rem);
  line-height: 1.3;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  max-width: 900px;
  margin: 0 auto;
}

.underline {
  margin: 25px auto 0;
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, #d8b13b, transparent);
}


/* === COMPOSER SECTION ===*/

.composers-section {
  text-align: center;
  margin-top: 50px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.composers-section h3 {
  font-size: 1.8rem;
  margin-bottom: 25px;
  letter-spacing: 2px;
}

.composer-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.composer-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 15px;
  width: 180px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.composer-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.2);
}

.composer-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}

.composer-card p {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 500;
}



/* ====== PERFORMING ARTS SECTION ====== */
.performing-arts {
  display: flex;
  align-items: stretch;
  background: rgb(255, 255, 255);
  min-height: 600px;
  overflow: hidden;
}

.performing-arts .text-content {
  flex: 1;
  padding: 60px 5%;
  z-index: 2;
}

.performing-arts h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  line-height: 1.1;
  margin-bottom: 25px;
}

.performing-arts p {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  color: #222;
  line-height: 1.7;
  margin-bottom: 30px;
}

.performing-arts .learn-more {
  color: #777;
  font-weight: 600;
  letter-spacing: 1px;
  transition: color 0.3s;
}

.performing-arts .learn-more:hover {
  color: #000;
}

.performing-arts .image-content {
  flex: 1;
  background: url('images/8.png') center/cover no-repeat;
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
  min-height: 600px;
}

/* ====== EMBEDDED SITE SECTION ====== */
.embedded-site-section {
  background-color: #0e0e10;
  padding: 60px 0;
  text-align: center;
}

.embedded-container {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.embedded-site-section h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #fff;
  padding: 0 5%;
}

.iframe-wrapper {
  width: 100%;
  height: auto;
  background: #000;
  overflow: visible;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.iframe-wrapper iframe {
  width: 100%;
  height: 150vh;
  border: none;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .iframe-wrapper iframe {
    height: 200vh;
  }
}

@media (max-width: 480px) {
  .iframe-wrapper iframe {
    height: 250vh;
  }
}





/* ====== DONATE SECTION ====== */
.donate-section {
  position: relative;
  overflow: hidden;
  min-height: 80vh;
}

.donate-video-wrapper {
  position: relative;
  width: 100%;
  min-height: 80vh;
  padding: 80px 5%;
}

.donate-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  z-index: 1;
  pointer-events: none;
}

.donate-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.donate-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.donate-section h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.donate-section p {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  line-height: 1.8;
  margin-bottom: 25px;
}

/* ====== our shows ====== */
.shows-section {
  background-color: #0b0b0d;
  color: #fff;
  padding: 120px 60px;
}

.shows-section h2 {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.shows-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.show-card {
  flex: 1 1 300px;
  max-width: 480px;
  background: #111;
}

.show-card img {
  width: 100%;
  border-radius: 6px;
  border: 2px solid #555;
  display: block;
  transition: transform 0.3s ease;
}

.show-card:hover img {
  transform: scale(1.03);
}

.show-info {
  padding: 18px 5px;
}

.show-info span {
  font-size: 0.9rem;
  color: #bbb;
  display: block;
  margin-bottom: 5px;
}

.show-info h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}

/* ====== FOOTER ====== */
.site-footer {
  background-color: #121212;
  color: #f0f0f0;
  padding: 40px 5%;
  font-family: "Poppins", sans-serif;
  border-top: 1px solid #555;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 140px;
  filter: brightness(0) invert(1);
}

.footer-info h4,
.footer-contact h4,
.footer-social h4 {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 8px;
}

.footer-info p,
.footer-contact p {
  margin: 0;
  color: #ccc;
  font-size: 13px;
  line-height: 1.5;
}

.footer-contact a {
  color: #f0f0f0;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #d8b13b;
}

.footer-social .social-icons a {
  color: #fff;
  font-size: 18px;
  margin-right: 12px;
  transition: color 0.3s;
}

.footer-social .social-icons a:hover {
  color: #d8b13b;
}

.footer-acknowledge {
  border-top: 1px solid #333;
  padding-top: 20px;
  color: #ccc;
  font-size: 12px;
  line-height: 1.6;
}

.footer-acknowledge h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

footer {
  background-color: #0c0c0e;
  padding: 20px;
  text-align: center;
  font-size: 0.85rem;
  color: #888;
}

/* ====== MOBILE RESPONSIVE ====== */
@media (max-width: 768px) {
  /* Mobile Menu */
  .menu-toggle {
    display: flex;
  }
  
  .navbar nav {
    position: fixed;
    top: 60px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 60px);
    background: rgba(0,0,0,0.98);
    transition: 0.3s;
    padding: 40px 0;
  }
  
  .navbar nav.active {
    left: 0;
  }
  
  .navbar nav ul {
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }
  
  .navbar nav ul li a {
    font-size: 1.2rem;
  }
  
  .navbar .donate-btn {
    display: none;
  }
  
  /* Sections */
  .performing-arts {
    flex-direction: column;
  }
  
  .performing-arts .image-content {
    clip-path: none;
    min-height: 300px;
    order: -1;
  }
  
  .mission .video {
    min-height: 50vh;
  }
  
  .welcome-section {
    min-height: 40vh;
    padding: 40px 5%;
  }
  
  .donate-video-wrapper {
    padding: 60px 5%;
  }
  
  .shows-grid {
    grid-template-columns: 1fr;
  }
  
  .iframe-wrapper {
    height: 60vh;
  }
  
  .site-footer {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .navbar {
    padding: 12px 4%;
  }
  
  .navbar .logo img {
    height: 32px;
  }
  
  .hero-content p {
    font-size: 0.95rem;
  }
  
  .btn {
    padding: 10px 20px;
    font-size: 0.85rem;
  }
  
  .mission .content {
    padding: 50px 4%;
  }
  
  .performing-arts .text-content {
    padding: 40px 4%;
  }
  
  .shows-section,
  .donate-video-wrapper {
    padding: 50px 4%;
  }
}



/* === FIX: Embedded Website Section visible on all screens === */
@media (max-width: 768px) {
  .embedded-site-section .iframe-wrapper {
    height: auto !important;
  }

  .embedded-site-section .iframe-wrapper iframe {
    height: 200vh !important;
  }
}

@media (max-width: 480px) {
  .embedded-site-section .iframe-wrapper iframe {
    height: 250vh !important;
  }
}


/* === FIX: Reduce spacing around embedded music player === */
.embedded-site-section {
  padding: 20px 0 !important;
}

.embedded-container {
  margin: 0 auto !important;
  padding: 0 !important;
}

.embedded-site-section h2 {
  margin-bottom: 20px !important;
}

.embedded-site-section .iframe-wrapper {
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  max-width: 100% !important;
}

.embedded-site-section .iframe-wrapper iframe {
  display: block;
  width: 100%;
  height: 100vh;
  border: none;
  margin: 0 auto !important;
}


/* === Mobile Fix: tighter spacing for embedded player === */
@media (max-width: 768px) {
  .embedded-site-section {
    padding: 10px 0 !important;
  }

  .embedded-site-section h2 {
    margin-bottom: 10px !important;
    font-size: 1.2rem !important;
  }

  .embedded-site-section .iframe-wrapper {
    margin: 0 !important;
    padding: 0 !important;
  }

  .embedded-site-section .iframe-wrapper iframe {
    height: 90vh !important;
  }
}

@media (max-width: 480px) {
  .embedded-site-section {
    padding: 5px 0 !important;
  }

  .embedded-site-section h2 {
    margin-bottom: 5px !important;
  }

  .embedded-site-section .iframe-wrapper iframe {
    height: 100vh !important;
  }
}


/* === MOBILE FIX: smaller slider boxes on small screens === */
@media (max-width: 768px) {
  .slider-item,
  .slide-box,
  .music-tile {
    width: 70px !important;
    height: 70px !important;
  }

  .slider-container,
  .slider-row {
    gap: 8px !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
  }
}

@media (max-width: 480px) {
  .slider-item,
  .slide-box,
  .music-tile {
    width: 60px !important;
    height: 60px !important;
  }

  .slider-container,
  .slider-row {
    gap: 6px !important;
  }
}

