/* =========================
   GLOBAL / BASE
========================= */

body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  background: black;
  color: #eaeaea;
}

/* =========================
   HEADER / NAVIGATION
========================= */

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;
}

/* =========================
   FOOTER
========================= */

footer {
  text-align: center;
  padding: 20px;
  border-top: 1px solid #333;
}

/* =========================
   SHARED HERO STYLES
========================= */

.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);
}

.hero-logo {
  width: 1200px;
  max-width: 80%;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.3));
}

.page-hero {
  min-height: 35vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.7)),
    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;
}

/* =========================
   SHARED GRID / CARD HELPERS
========================= */

.grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 40px;
}

.card {
  width: 200px;
  height: 200px;
  border: 0 solid #d4af37;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d4af37;
  transition: 0.3s;
}

.card:hover {
  background: #d4af37;
  color: black;
}

/* =========================
   HOME PAGE
========================= */

.intro {
  padding: 60px 20px;
  text-align: center;
}

.intro h2 {
  color: #d4af37;
}

.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");
}

/* =========================
   ARTISTS PAGE
========================= */

.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-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-east-west {
  background-image: url("images/where-east-becomes-west-square.png");
}

.artist-pulse-mosaic {
  background-image: url("images/pulse-mosaic-square.png");
}

.artist-still-breathing {
  background-image: url("images/still-breathing-square.png");
}

.artist-prima-voice {
  background-image: url("images/prima-voice-album.png");
}

.artist-upcoming {
  background-image: url("images/upcoming-artist-square.png");
}

.upcoming-card {
  border-style: dashed;
  opacity: 0.92;
}

/* =========================
   RELEASES PAGE
========================= */

.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;
}

.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");
}

.release-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* =========================
   ABOUT PAGE
========================= */

.about-section {
  padding: 60px 20px;
}

.about-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.about-wrapper.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;
}

.vision-image {
  display: block;
  width: 100%;
  max-width: 260px;
  height: auto;
  margin: 18px auto 0;
  border-radius: 10px;
}

/* =========================
   CONTACT PAGE
========================= */

.contact-section {
  padding: 60px 20px;
}

.contact-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.contact-wrapper.single-column {
  grid-template-columns: 1fr;
}

.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-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: start;
}

.form-left,
.form-right {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.form-right .contact-button {
  margin-top: 12px;
  align-self: flex-start;
}

.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%;
  box-sizing: border-box;
  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;
}

/* =========================
   ARTIST DETAIL PAGES
========================= */

.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,
.documentary-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
}

.video-embed {
  background: #111;
}

.documentary-embed {
  background: #000;
  margin-top: 16px;
}

.video-embed iframe,
.documentary-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;
}

.documentary-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* =========================
   PRIMA VOICE PAGE
========================= */

.prima-voice-hero {
  background:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.7)),
    url("images/prima-voice-hero.jpg") center center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.prima-voice-logo-image {
  width: 400px;
  max-width: 70%;
  margin-bottom: 0;
}

.prima-voice-hero-content {
  width: 100%;
  text-align: center;
  margin-top: 0;
  padding-bottom: 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;
}

/* =========================
   MUSIC PAGE
========================= */

.music-page-section {
  padding: 60px 20px;
}

.music-page-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.music-page-panel {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #d4af37;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}

.music-page-panel h2 {
  color: #d4af37;
  margin-bottom: 16px;
  font-size: 30px;
  text-align: center;
}

.music-page-panel p {
  color: #eaeaea;
  line-height: 1.7;
  margin-bottom: 16px;
  text-align: center;
}

.featured-player-shell {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 28px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
}

.player-nav-buttons {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.player-nav-button {
  padding: 10px 16px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: inherit;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s ease;
}

.player-nav-button:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.09);
}

@media (max-width: 900px) {
  .player-nav-buttons {
    justify-content: center;
  }
}

.featured-track-artwork img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #d4af37;
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.12);
}

.featured-track-copy h3 {
  color: #d4af37;
  font-size: 28px;
  margin-bottom: 10px;
}

.featured-track-copy p {
  color: #f5d67a;
  font-size: 17px;
  margin-bottom: 20px;
  text-align: left;
}

.site-audio-player {
  width: 100%;
  max-width: 100%;
}

.tracklist-panel {
  margin-top: 32px;
}

.tracklist-panel h3 {
  color: #d4af37;
  font-size: 24px;
  margin-bottom: 18px;
  text-align: center;
}

.track-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.track-item {
  display: grid;
  grid-template-columns: 70px 240px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(215, 193, 124, 0.28);
  border-radius: 12px;
  padding: 16px 18px;
  color: inherit;
  cursor: pointer;
  transition: 0.25s ease;
}

.track-item:hover {
  transform: translateY(-2px);
  background: rgba(212, 175, 55, 0.06);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.12);
}

.active-track {
  background: rgba(212, 175, 55, 0.1);
  border-color: #d4af37;
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.14);
}

.track-number {
  color: #d4af37;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
}

.track-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.track-title {
  color: #eaeaea;
  font-weight: 600;
  font-size: 17px;
}

.track-artist {
  color: #bfa85b;
  font-size: 14px;
}

.track-blurb {
  display: block;
  min-width: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.5;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {
  .artists-grid,
  .releases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .about-wrapper,
  .values-grid,
  .contact-wrapper,
  .form-grid,
  .featured-player-shell,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .featured-player-shell {
    text-align: center;
  }

  .featured-track-artwork {
    max-width: 320px;
    margin: 0 auto;
  }

  .featured-track-copy p {
    text-align: center;
  }

  .track-item {
    grid-template-columns: 70px 1fr;
    gap: 10px;
  }

  .track-blurb {
    grid-column: 2 / 3;
    text-align: left;
    padding: 6px 0 0;
  }

  .form-right .contact-button {
    align-self: stretch;
  }

  .artist-page-wrapper,
  .video-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .artists-grid,
  .releases-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .page-hero-content h1 {
    font-size: 40px;
  }

  .page-hero-content p {
    font-size: 20px;
  }
}

/* =========================
   Social Links buttons
========================= */

.spotify-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.25);
  color: #f0e2c4;
  font-weight: 600;
  transition: 0.25s ease;
}

.spotify-badge:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.07);
}

.spotify-badge-icon {
  width: 28px;
  height: 28px;
  display: block;
}

.amazon-music-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.25);
  color: #f0e2c4;
  font-weight: 600;
  transition: 0.25s ease;
}

.amazon-music-badge:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.07);
}

.amazon-music-badge-icon {
  width: 28px;
  height: 28px;
  display: block;
}