/* ========================================
   SOULTRON – Styles
   Teal + Warm Orange accent palette
   ======================================== */

@import url('https://fonts.googleapis.com/css2?family=Chicle&family=DM+Sans:wght@400;500;600&display=swap');

:root {
  /* Colors */
  --bg-dark: #000000;
  --bg-section: #141414;
  --text-primary: #f5f5f5;
  --text-muted: #a0a0a0;
  --accent-primary: #00bfa5;       /* Teal */
  --accent-primary-hover: #00a68f;
  --accent-secondary: #ff6f3c;     /* Warm Orange */
  --accent-secondary-hover: #e55a2b;

  /* Spacing */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;

  /* Layout */
  --max-width: 960px;

  /* Typography */
  --font-stack: 'DM Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Reset & Base */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'DM Sans', var(--font-stack);
  background-color: var(--bg-dark);
  color: var(--text-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--accent-primary);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover,
a:focus {
  color: var(--accent-primary-hover);
}

a:focus-visible {
  outline: 2px solid var(--accent-primary);
  outline-offset: 3px;
}

/* Screen reader only utility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Container */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--space-md);
}

/* Section */
.section {
  padding: var(--space-xl) 0;
}

.section h2 {
  font-family: 'Chicle', cursive;
  font-size: clamp(3rem, 5vw, 2rem);
  font-weight: 400;
  margin-bottom: var(--space-md);
  text-align: center;
  letter-spacing: 0.05rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Chicle', cursive;
}

/* ========================================
   HERO
   ======================================== */
.hero {
  padding: var(--space-xl) 0;
  text-align: center;
  background: linear-gradient(180deg, var(--bg-section) 0%, var(--bg-dark) 100%);
}

.hero-logo {
  max-width: 320px;
  margin: 0 auto var(--space-md);
}

@media (min-width: 600px) {
  .hero-logo {
    max-width: 420px;
  }
}

.tagline {
  font-family: 'Chicle', cursive;
  font-size: clamp(1.5rem, 4vw, 1.25rem);
  color: var(--accent-secondary);
  margin-bottom: var(--space-md);
}

.bio {
  max-width: 640px;
  margin: 0 auto var(--space-lg);
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.7;
  text-align: justify;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* CTA Buttons */
.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  align-items: center;
}

@media (min-width: 480px) {
  .cta-buttons {
    flex-direction: row;
    justify-content: center;
  }
}

.btn {
  display: inline-block;
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.15s ease;
  cursor: pointer;
}

.btn:focus-visible {
  outline: 2px solid var(--accent-primary);
  outline-offset: 3px;
}

.btn-primary {
  background-color: var(--accent-primary);
  color: var(--bg-dark);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--accent-primary-hover);
  color: var(--bg-dark);
  transform: translateY(-2px);
}

.btn-secondary {
  background-color: transparent;
  color: var(--text-primary);
  border: 2px solid var(--accent-secondary);
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: var(--accent-secondary);
  color: var(--bg-dark);
  transform: translateY(-2px);
}
/* ========================================
   Upcoming Shows
   ======================================== */
.content-section {
  background-color: #004D40;
  padding-top: var(--space-lg);
}

#upcoming {
  max-width: 640px;
  margin: 0 auto var(--space-lg);
  font-size: 1rem;
  line-height: 1.7;
  padding-left: 1rem;
  padding-right: 1rem;
}

#upcoming a {
  display: block;
  margin-top: 2rem;
  text-align: center;
  color: var(--text-primary);
  font-family: var(--font-stack);
  font-size: 1rem;
  font-weight: 700;
}

/* ========================================
   LIVE CLIPS
   ======================================== */
.clips-section .video-label {
  color: var(--text-primary);
  font-family: var(--font-stack);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  margin-top: 0;
  letter-spacing: normal;
}

.video-grid {
  display: grid;
  gap: var(--space-lg);
}

@media (min-width: 700px) {
  .video-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
  }
}

.video-item {
  text-align: center;
}

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

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

.video-label {
  margin-top: var(--space-sm);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-muted);
}

/* ========================================
   BAND PHOTO
   ======================================== */
.band-photo-section {
  padding: var(--space-lg) 0;
}

.band-photo {
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

/* ========================================
   PLAYLIST
   ======================================== */
.playlist-section {
  text-align: center;
  background-color: var(--bg-section);
}

.playlist-section p {
  color: var(--text-muted);
  margin-bottom: var(--space-md);
}

/* ========================================
   BOOKING
   ======================================== */
.booking-section {
  text-align: center;
  padding: var(--space-lg) 0 var(--space-xl);
  background-color: #BF360C;
}

.email-link {
  display: inline-block;
  font-size: clamp(1.25rem, 5vw, 2rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-sm);
  word-break: break-word;
}

.email-link:hover,
.email-link:focus {
  color: var(--accent-primary);
}

.booking-tagline {
  color: var(--text-primary);
  font-size: 0.95rem;
  opacity: 0.9;
}

/* ========================================
   FOOTER
   ======================================== */
.footer {
  padding: var(--space-lg) 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.social-links {
  display: flex;
  justify-content: center;
  gap: var(--space-md);
  margin-bottom: var(--space-sm);
  flex-wrap: wrap;
}

.social-links a {
  display: block;
  width: 24px;
  height: 24px;
  color: var(--text-primary);
  transition: color 0.2s ease, transform 0.2s ease;
}

.social-links a svg {
  width: 100%;
  height: 100%;
}

.social-links a:hover,
.social-links a:focus {
  color: var(--accent-secondary);
  transform: scale(1.1);
}

.copyright {
  font-size: 0.8rem;
  color: var(--text-muted);
}
