:root {
  --ink: #f5f1ec;
  --muted: #b9b0a6;
  --blood: #c51622;
  --blood-dark: #65070d;
  --charcoal: #090909;
  --steel: #171a1d;
}

* {
  box-sizing: border-box;
}
.footer-container {
  background-color: #000000; /* Black bar background */
  padding: 15px 20px;       /* Adds breathing room inside the bar */
  display: flex;
  flex-direction: column;   /* Stacks the two rows vertically */
  gap: 10px;                /* Creates spacing between top and bottom row */
}

.footer-row {
  display: flex;
  justify-content: space-between; /* Pushes left text to left, right text to right */
  width: 100%;
}

.left-text {
  text-align: left;
}

.right-text {
  text-align: right;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--charcoal);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

img {
  max-width: 100%;
}

.site-nav {
  background: rgba(5, 5, 5, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.site-nav .navbar-collapse.show,
.site-nav .navbar-collapse.collapsing {
  background: #050505;
}

.navbar-brand {
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav-link {
  color: rgba(245, 241, 236, 0.78);
  font-weight: 700;
  text-transform: uppercase;
}

.btn {
  border-radius: 4px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.btn-danger {
  --bs-btn-bg: var(--blood);
  --bs-btn-border-color: var(--blood);
  --bs-btn-hover-bg: #ee2432;
  --bs-btn-hover-border-color: #ee2432;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 8rem 0 5rem;
  background: #050505;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.62), rgba(5, 5, 5, 0.3)),
    url("images/featured.jpg") center / min(62vw, 620px) no-repeat,
    #050505;
  transform: scale(1.03);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 24%, rgba(197, 22, 34, 0.3), transparent 34%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.08), #050505 96%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.featured-mark {
  width: clamp(96px, 16vw, 170px);
  aspect-ratio: 1;
  object-fit: cover;
  margin-bottom: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #000;
  box-shadow: 0 18px 50px rgba(197, 22, 34, 0.28);
}

.eyebrow {
  margin-bottom: 0.8rem;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-weight: 950;
  line-height: 0.9;
  text-transform: uppercase;
}

h1 {
  max-width: 820px;
  font-family: "Metal Mania", Impact, fantasy;
  font-size: clamp(4rem, 14vw, 10.5rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-shadow:
    0 0 18px rgba(197, 22, 34, 0.48),
    0 5px 0 rgba(0, 0, 0, 0.65);
}

h2 {
  font-size: clamp(2.2rem, 6vw, 5rem);
}

.lead {
  max-width: 650px;
  margin: 1.2rem 0 2rem;
  color: rgba(245, 241, 236, 0.82);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.section {
  padding: 6rem 0;
}

.intro {
  background: linear-gradient(180deg, #050505, #101010);
}

.section-copy {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.video-section {
  background:
    linear-gradient(135deg, rgba(197, 22, 34, 0.15), transparent 42%),
    var(--steel);
}

.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.48);
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-fallback-link {
  display: inline-block;
  margin-top: 0.9rem;
  color: var(--ink);
  font-weight: 800;
  text-transform: uppercase;
}

.lineup-section {
  background:
    linear-gradient(180deg, #101010, #070707),
    var(--charcoal);
}

.member-card {
  min-height: 180px;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-left: 5px solid var(--blood);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(197, 22, 34, 0.14), transparent 46%),
    #111;
}

.member-card span {
  display: block;
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.member-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 950;
  line-height: 0.9;
  text-transform: uppercase;
}

.instagram-section {
  background: #0b0b0b;
}

.instagram-posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.instagram-embed-shell {
  display: flex;
  justify-content: center;
  min-height: 320px;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #111;
}

.instagram-media {
  width: min(100%, 540px) !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  background: #fff !important;
}

.events-section {
  background:
    linear-gradient(135deg, rgba(197, 22, 34, 0.12), transparent 38%),
    #111;
}

.event-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.34);
}

.contact-section {
  background:
    linear-gradient(90deg, rgba(101, 7, 13, 0.78), rgba(5, 5, 5, 0.96)),
    #080808;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.36);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-end;
}

.site-footer {
  padding: 1.5rem 0;
  background: #050505;
  color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.92rem;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .hero {
    min-height: 82vh;
  }

  .site-nav .navbar-collapse {
    margin-top: 0.75rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: #050505;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  }

  .contact-panel {
    grid-template-columns: 1fr;
    padding: 2rem;
  }

  .event-panel {
    grid-template-columns: 1fr;
    padding: 2rem;
  }

  .contact-actions {
    justify-content: flex-start;
  }

  .instagram-posts {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 575px) {
  .section {
    padding: 4rem 0;
  }

  .hero {
    padding-bottom: 3rem;
  }

}
