body {
  margin: 0;
  background: #050505;
  background-image: url("assets/bg-texture-4.jpg");
  background-repeat: repeat;
  background-size: cover;
  color: #f4f1ec;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9998;
  background: rgba(255,255,255,0.02);
  opacity: 0.18;
}

body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(255,255,255,0.02) 0px,
    rgba(255,255,255,0.02) 1px,
    transparent 2px,
    transparent 4px
  );
  opacity: 0.06;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: 94%; max-width: 1180px; margin: 0 auto; }
.section { padding: 80px 0; }
.alt {
  background: rgba(11,11,12,0.88);
  background-image: url("assets/bg-texture-2.jpg");
  background-size: cover;
}
.kicker {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  color: #d2a96d;
}
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: bold;
  letter-spacing: 1px;
}
h1 {
  margin: 0;
  font-size: 48px;
  line-height: 1.05;
  color: #f4e8d8;
}
h2 { margin: 0 0 16px 0; font-size: 34px; color: #f0dfc8; }
h3 { margin: 0 0 10px 0; font-size: 22px; color: #f0dfc8; }
p { margin: 0 0 16px 0; }
.lead { max-width: 760px; font-size: 18px; color: #d8cdbf; }

.site-header {
  position: relative;
  z-index: 50;
  background: rgba(5,5,5,0.92);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav { padding: 16px 0; text-align: center; }
.brand {
  display: block;
  margin-bottom: 14px;
  font-family: Georgia, serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #f0dfc8;
}
.nav-links, .social-links { margin-bottom: 10px; }
.nav-links a, .social-links a {
  display: inline-block;
  margin: 4px;
  padding: 9px 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #e9dfd2;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.03);
}

.btn, .btn-outline {
  display: inline-block;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn {
  background: #7b0f15;
  color: #f4f1ec;
  border: 1px solid #a71b24;
}
.btn-outline {
  background: rgba(255,255,255,0.03);
  color: #f4f1ec;
  border: 1px solid rgba(212,169,109,0.45);
}
.btn:hover, .btn-outline:hover, .nav-links a:hover, .social-links a:hover {
  background: rgba(255,255,255,0.08);
}

.hero {
  min-height: 100vh;
  background-color: #000000;
  background-image: linear-gradient(rgba(0,0,0,0.24), rgba(0,0,0,0.82)), url("assets/hero.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.hero-card, .contact-card, .card, .merch-item {
  background: rgba(7,7,7,0.62);
  border: 1px solid rgba(212,169,109,0.18);
  border-radius: 24px;
  padding: 22px;
}
.hero-card { margin-bottom: 26px; }
.hero-actions { margin-top: 20px; }
.hero-actions a { margin: 6px; }
.hero-meta { text-align: center; }
.hero-poster {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 0 24px rgba(207,162,90,0.16);
}

.contact-card { margin: 12px 0; }
.contact-card a { color: #ffffff; }

.album-art {
  width: 100%;
  max-width: 540px;
  margin: 24px auto 0 auto;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 0 28px rgba(213,139,67,0.22);
}

.tracklist { margin-top: 18px; }
.track {
  display: block;
  margin: 8px 0;
  padding: 10px 12px;
  color: #dfd7cc;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
}

.gallery img {
  width: 100%;
  margin: 16px 0;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 0 18px rgba(207,162,90,0.10);
}

.fracture-card { margin: 12px 0; }
.fracture-card img {
  width: 100%;
  max-width: 520px;
  margin: 0 auto 16px auto;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
}

.merch-grid { text-align: center; }
.merch-item {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 420px;
  margin: 12px;
  overflow: hidden;
  vertical-align: top;
  background: rgba(255,255,255,0.03);
}
.merch-item img {
  display: block;
  width: 100%;
  height: auto;
}
.merch-item .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
}
.merch-item:hover .hover-img { opacity: 1; }
.merch-item:hover { box-shadow: 0 0 26px rgba(213,139,67,0.22); }

.footer {
  padding: 40px 0 60px 0;
  text-align: center;
  color: #cfc4b8;
}

@media screen and (max-width: 820px) {
  h1 { font-size: 34px; }
  h2 { font-size: 28px; }
  .hero { min-height: auto; padding: 60px 0; }
  .merch-item { margin: 12px auto; }
}

.signal-hit { filter: contrast(1.05) brightness(0.97); }
