body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: black;
  color: #eaeaea;
}

/* HEADER */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border-bottom: 1px solid #333;
}


.logo img {
  height: 50px;
}

nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #D4AF37;
  font-weight: 500;
}

nav a:hover {
  color: #F5D67A;
}

/* HERO */
.hero {
  height: 90vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.65)),
    url("images/tunes-music-background.png") center center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero h1 {
  font-size: 60px;
  letter-spacing: 4px;
  color: #D4AF37;
}

.hero p {
  font-family: 'Sedgwick Ave Display', cursive;
  font-size: 70px;
  margin-top: 10px;
  color: #F5D67A;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

/* INTRO */
.intro {
  padding: 60px 20px;
  text-align: center;
}

.intro h2 {
  color: #D4AF37;
}

/* GRID */
.grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 40px;
}

.card {
  width: 200px;
  height: 200px;
  border: 0px solid #D4AF37;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D4AF37;
  transition: 0.3s;
}

.card:hover {
  background: #D4AF37;
  color: black;
}

/* FOOTER */
footer {
  text-align: center;
  padding: 20px;
  border-top: 1px solid #333;
}

.hero-logo {
  width: 1200px;
  max-width: 80%;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.3));
}
.project-image {
  width: 100%;
  height: 220px;
  border-radius: 8px;
  margin-bottom: 14px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.project-title {
  text-align: center;
  color: #D4AF37;
  font-weight: 600;
  letter-spacing: 1px;
}

.project-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 40px;
  flex-wrap: wrap;
}

.project-card {
  display: block;
  width: 280px;
  flex: 0 0 280px;
  text-decoration: none;
  border: 1px solid #D4AF37;
  border-radius: 12px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.02);
  transition: 0.3s ease;
}

.project-card:hover {
  background: rgba(212, 175, 55, 0.08);
  transform: translateY(-4px);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.18);
}

.project-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 220px;
  border-radius: 8px;
  margin-bottom: 14px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.project-title {
  text-align: center;
  color: #D4AF37;
  font-weight: 600;
  letter-spacing: 1px;
}

.project-aor-aura {
  background-image: url("images/aor-aura-square.png");
}

.project-country-mile {
  background-image: url("images/country-mile-square.png");
}

.project-dancette {
  background-image: url("images/dancette-square.png");
}

.project-upcoming {
  background-image: url("images/upcoming-artist-square.png");
}
.page-hero {
  min-height: 35vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.70)),
    url("images/tunes-music-background.png") center center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
}

.page-hero-content h1 {
  font-family: 'Sedgwick Ave Display', cursive;
  font-size: 52px;
  color: #D4AF37;
  margin-bottom: 12px;
}

.page-hero-content p {
  font-family: 'Sedgwick Ave Display', cursive;
  font-size: 24px;
  color: #F5D67A;
}

.artists-section {
  padding: 60px 20px;
}

.artists-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.artist-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid #D4AF37;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s ease;
}

.artist-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.18);
  background: rgba(212, 175, 55, 0.06);
}

.artist-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.artist-copy {
  padding: 16px;
}

.artist-copy h2 {
  font-size: 20px;
  color: #D4AF37;
  margin-bottom: 8px;
}

.artist-copy p {
  font-size: 15px;
  color: #eaeaea;
  line-height: 1.5;
}

/* Artist images */
.artist-aor-aura {
  background-image: url("images/aor-aura-square.png");
}

.artist-country-mile {
  background-image: url("images/country-mile-square.png");
}

.artist-dancette {
  background-image: url("images/dancette-square.png");
}

.artist-prima-voice {
  background: radial-gradient(circle at center, #222 0%, #111 100%);
}
.artist-east-west {
  background-image: url("images/where-east-becomes-west-square.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.artist-pulse-mosaic {
  background-image: url("images/pulse-mosaic-square.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.artist-still-breathing {
  background-image: url("images/still-breathing-square.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.artist-prima-voice {
  background-image: url("images/prima-voice-album.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.artist-upcoming {
   background-image: url("images/upcoming-artist-square.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.upcoming-card {
  border-style: dashed;
  opacity: 0.92;
}

@media (max-width: 1100px) {
  .artists-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .artists-grid {
    grid-template-columns: 1fr;
  }

  .page-hero-content h1 {
    font-size: 40px;
  }

  .page-hero-content p {
    font-size: 20px;
  }
}

.releases-section {
  padding: 60px 20px;
}

.releases-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.release-card {
  text-align: center;
  transition: 0.3s ease;
}

.release-card:hover {
  transform: scale(1.05);
}

.release-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  margin-bottom: 12px;
  box-shadow: 0 0 12px rgba(0,0,0,0.6);
}

.release-title {
  color: #D4AF37;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Artwork links */

.release-aor-aura {
  background-image: url("images/aor-love-will-conquor.png");
}

.release-country-mile {
  background-image: url("images/country-mile-more-dollars.png");
}

.release-dancette {
  background-image: url("images/dancette-square.png");
}

.release-prima-voice {
  background-image: url("images/prima-voice-album.png");
}

/* Responsive */

@media (max-width: 1100px) {
  .releases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .releases-grid {
    grid-template-columns: 1fr;
  }
}
.about-section {
  padding: 60px 20px;
}

.about-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.single-column {
  grid-template-columns: 1fr;
}

.about-panel {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #D4AF37;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}

.about-panel h2 {
  color: #D4AF37;
  margin-bottom: 16px;
  font-size: 30px;
}

.about-panel p {
  color: #eaeaea;
  line-height: 1.7;
  margin-bottom: 16px;
}

.alt-about-section {
  background: rgba(255, 255, 255, 0.015);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 20px;
}

.value-box {
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 10px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.02);
}

.value-box h3 {
  color: #D4AF37;
  margin-bottom: 12px;
  font-size: 22px;
}

.value-box p {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .about-wrapper,
  .values-grid {
    grid-template-columns: 1fr;
  }
}
.contact-section {
  padding: 60px 20px;
}

.contact-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.contact-panel {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #D4AF37;
  border-radius: 12px;
  padding: 48px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}

.contact-panel h2 {
  color: #D4AF37;
  margin-bottom: 16px;
  font-size: 30px;
}

.contact-panel p {
  color: #eaeaea;
  line-height: 1.7;
  margin-bottom: 16px;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  color: #eaeaea;
  padding: 10px 0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}

.alt-contact-section {
  background: rgba(255, 255, 255, 0.015);
}

.contact-form {
  margin-top: 20px;
}

.form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}

.form-row label {
  margin-bottom: 8px;
  color: #D4AF37;
  font-weight: 600;
}

.form-row input,
.form-row textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  color: #eaeaea;
  font: inherit;
}

.form-row input::placeholder,
.form-row textarea::placeholder {
  color: #b9b1a4;
}

.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: #F5D67A;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.18);
}

.contact-button {
  background: #D4AF37;
  color: black;
  border: none;
  padding: 14px 24px;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-button:hover {
  background: #F5D67A;
}

@media (max-width: 900px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
  }
}
.artist-page-section {
  padding: 60px 20px;
}

.artist-page-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.artist-page-panel {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #D4AF37;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}

.artist-page-panel h2 {
  color: #D4AF37;
  margin-bottom: 16px;
  font-size: 30px;
}

.artist-page-panel p {
  color: #eaeaea;
  line-height: 1.7;
  margin-bottom: 16px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 20px;
}

.video-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 10px;
  padding: 16px;
}

.video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  background: #111;
}

.video-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-title {
  margin-top: 12px;
  color: #D4AF37;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
}

@media (max-width: 900px) {
  .artist-page-wrapper,
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.prima-voice-hero {
  background:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.70)),
    url("images/prima-voice-hero.jpg") center center / cover no-repeat;
}

.prima-voice-logo-image {
  width: 400px;
  max-width: 70%;
  margin-bottom: 0px;
}

.prima-voice-hero {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.prima-voice-hero-content {
  width: 100%;
  text-align: center;
  padding-bottom: -10px;
  margin-top: 0;
}
.documentary-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.documentary-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
  margin-top: 16px;
}

.documentary-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* GALLERY PAGE */
.gallery-section {
  padding: 60px 20px;
}

.gallery-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.gallery-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}

.gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.18);
  background: rgba(212, 175, 55, 0.06);
}

.gallery-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* LIGHTBOX */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 9999;
}

.lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-image {
  max-width: 92vw;
  max-height: 88vh;
  border-radius: 12px;
  border: 1px solid #D4AF37;
  box-shadow: 0 0 24px rgba(212, 175, 55, 0.2);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 28px;
  background: transparent;
  border: none;
  color: #D4AF37;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s ease;
}

.lightbox-close:hover {
  color: #F5D67A;
}

@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}