* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --primary-bg: #0a0a0a;
  --secondary-bg: #1a1a1a;
  --accent-red: #8b0000;
  --accent-purple: #4a0e4e;
  --text-primary: #ffffff;
  --text-secondary: #b0b0b0;
  --border-color: #333333;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Rajdhani", sans-serif;
  background-color: var(--primary-bg);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  padding-bottom: 150px; /* space for fixed player */
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

section {
  min-height: 60vh;
  padding: 80px 0 180px 0;
  position: relative;
}

/* Hero banner image sizing */
.hero-banner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 18px;
}

.hero-banner-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
}

h1,
h2,
h3 {
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.section-title {
  font-size: clamp(1.8rem, 5vw, 2.4rem);
  text-align: center;
  margin-bottom: 20px;
  color: var(--text-primary);
}

.section-divider {
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-red), var(--accent-purple));
  margin: 0 auto 40px;
}

/* About section */
.mission {
  max-width: 900px;
  margin: 0 auto 18px;
  text-align: center;
  color: var(--text-secondary);
  font-size: 1.15rem;
  line-height: 1.7;
}

.about-members {
  text-align: center;
  margin-top: 10px;
}

.member-list {
  list-style: none;
  padding: 0;
  margin: 12px auto 0;
  display: inline-block;
  text-align: left;
}

.member-list li {
  margin: 6px 0;
}

/* Header */
#main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(10px);
  padding: 20px 0;
  z-index: 1000;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

#main-header.scrolled {
  padding: 12px 0;
  background: rgba(10, 10, 10, 0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
  border-bottom-color: var(--accent-red);
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 30px;
}

.logo-img {
  height: 40px;
  width: auto;
  display: block;
}

.logo-wordmark {
  font-family: "Orbitron", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 4px;
  text-transform: uppercase;
}

header nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0 30px 0 0;
  flex-wrap: nowrap;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Orbitron", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-secondary);
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.nav-link:hover {
  color: var(--text-primary);
  border-color: var(--accent-red);
}

/* Keep hero content visible under fixed header */
#hero {
  padding-top: 140px;
}

.contact-value {
  font-size: 1.2rem;
  margin-top: 6px;
  color: var(--text-primary);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-value:hover {
  color: var(--accent-red);
}

/* Footer (optional later) */

/* Responsive Breakpoints */

/* Small mobile (360px+) */
@media (max-width: 480px) {
  body {
    padding-bottom: 120px;
  }

  .container {
    padding: 0 16px;
  }

  section {
    padding: 40px 0 80px 0;
    min-height: auto;
  }

  #hero {
    min-height: 80vh;
    padding: 120px 0 60px;
  }

  .hero-banner {
    max-width: 90%;
  }

  .subtitle,
  .body-text {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .cta-button {
    padding: 14px 32px;
    font-size: 0.95rem;
    min-height: 48px; /* Better thumb target */
  }

  header nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding: 0;
  }

  .nav-link {
    font-size: 0.85rem;
    padding: 8px 12px;
  }
}

/* Tablet/large mobile (768px+) */
@media (max-width: 768px) {
  #main-header {
    flex-direction: row;
    gap: 0;
    padding: 15px 0;
  }

  header nav ul {
    gap: 12px;
    padding-right: 0;
    flex-wrap: nowrap;
  }

  section {
    padding: 60px 0 120px 0;
  }

  .container {
    padding: 0 20px;
  }

}

/* ============================================================================
   VIDEOS SECTION
   ============================================================================ */

#videos {
  background: linear-gradient(180deg, var(--primary-bg) 0%, var(--secondary-bg) 100%);
}

.featured-video {
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.featured-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border: 2px solid var(--accent-red);
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(139, 0, 0, 0.4);
  background: #000;
}

.featured-video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-caption {
  text-align: center;
  margin-top: 12px;
  color: var(--accent-red);
  font-family: "Orbitron", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.video-item {
  background: var(--secondary-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.video-item:hover {
  border-color: var(--accent-purple);
  box-shadow: 0 0 20px rgba(74, 14, 78, 0.3);
  transform: translateY(-4px);
}

.video-item .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  background: #000;
}

.video-item .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .video-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .featured-video {
    margin-bottom: 40px;
  }
}
