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

body {
  background: #000;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

/* HEADER */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background: rgba(0,0,0,0.85);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 1000;
}

.logo {
  font-family: 'Playfair Display', serif;
  letter-spacing: 2px;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: red;
  margin: 5px 0;
}

/* NAV */
.nav {
  position: fixed;
  top: 60px;
  right: -100%;
  width: 100%;
  height: calc(100vh - 60px);
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  transition: right 0.3s ease;
}

.nav.open { right: 0; }

.nav a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

/* HERO */
.hero {
  height: 100vh;
  background: url("assets/home-art.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  background: rgba(0,0,0,0.55);
  padding: 40px;
  text-align: center;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  letter-spacing: 6px;
  margin-bottom: 20px;
}

.cta {
  border: 2px solid red;
  padding: 12px 30px;
  color: #fff;
  text-decoration: none;
}

.cta:hover { background: red; }

/* MAILING */
.mailing {
  padding: 60px 20px;
  text-align: center;
}

.mailing form {
  display: flex;
  max-width: 420px;
  margin: 20px auto 0;
}

.mailing input {
  flex: 1;
  padding: 12px;
}

.mailing button {
  padding: 12px 20px;
  background: red;
  border: none;
  color: #fff;
}

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

body {
  background: #000;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

/* HEADER */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background: rgba(0,0,0,0.85);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 1000;
}

.logo {
  font-family: 'Playfair Display', serif;
  letter-spacing: 2px;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: red;
  margin: 5px 0;
}

/* NAV */
.nav {
  position: fixed;
  top: 60px;
  right: -100%;
  width: 100%;
  height: calc(100vh - 60px);
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  transition: right 0.3s ease;
}

.nav.open { right: 0; }

.nav a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

/* HERO */
.hero {
  height: 100vh;
  background: url("assets/home-art.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  background: rgba(0,0,0,0.55);
  padding: 40px;
  text-align: center;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  letter-spacing: 6px;
  margin-bottom: 20px;
}

.cta {
  border: 2px solid red;
  padding: 12px 30px;
  color: #fff;
  text-decoration: none;
}

.cta:hover { background: red; }

/* MUSIC PREVIEW */
.music-preview {
  padding: 80px 20px;
  text-align: center;
}

.section-title {
  font-size: 36px;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.music-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 900px;
  margin: 0 auto 40px;
}

.music-card {
  background: #000;
}

.music-card img {
  width: 100%;
  display: block;
}

.music-info {
  padding: 16px;
}

.music-info h3 {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

/* BUTTONS */
.btn-outline {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: #fff;
  color: #000;
}

.btn-solid {
  display: inline-block;
  padding: 10px 24px;
  background: #fff;
  color: #000;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.btn-solid:hover {
  opacity: 0.75;
}

.view-all {
  margin-top: 20px;
}

/* MAILING */
.mailing {
  padding: 60px 20px;
  text-align: center;
}

.mailing form {
  display: flex;
  max-width: 420px;
  margin: 20px auto 0;
}

.mailing input {
  flex: 1;
  padding: 12px;
}

.mailing button {
  padding: 12px 20px;
  background: red;
  border: none;
  color: #fff;
}

/* FOOTER */
.footer {
  padding: 10px 20px 40px;
  text-align: center;
  font-size: 12px;
  color: #666;
}

.social-bar {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-bottom: 10px;
}

.social-bar a {
  color: #666;
  font-size: 18px;
}

.social-bar a:hover {
  color: #fff;
  transform: translateY(-2px);
}

.footer p {
  margin: 6px 0;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 12px;
}

.footer-links a {
  color: #777;
  margin: 0 10px;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

/* MOBILE */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.2rem;
  }

  .video-card iframe {
    height: 180px;
  }
}

/* DESKTOP NAV FIX */
@media (min-width: 1024px) {

  .hamburger {
    display: none;
  }

  .nav {
    position: static;
    height: auto;
    width: auto;
    flex-direction: row;
    background: transparent;
    gap: 32px;
    right: 0;
    transition: none;
  }

  .nav a {
    font-size: 13px;
    letter-spacing: 2px;
    opacity: 0.8;
  }

  .nav a:hover {
    opacity: 1;
  }
}

