/*------------------------------------*\
  #PROJECTS PAGE
\*------------------------------------*/
html {
  background-color:#0B0D10;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/comingsoonv5.png');
  background-size: cover;
  background-position: center 20%;
  background-attachment: fixed;
  z-index: -2; /* Lower than the video */
  opacity: 0.5; /* Optional if you want the image to show beneath */
}

.projects {
    height: auto;
}

.project-card p {
    display: none;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    padding: 5px;
    font-family: 'Orbitron', sans-serif;
}

.project-card {
    height:225px;
    width: 250px;
    background: var(--site-theme-quaternary-darker);
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    transition: transform 0.3s ease-in-out;
}

.project-card img,
.project-card video {
    height: 100%;
    max-width: 250px;
    max-height: 150px;
    border-radius: 5px;
    object-fit: cover;
}

.project-card:hover {
    transform: scale(1.10);
    height: auto;
}

.project-card:hover p {
    display: block;
}

/*------------------------------------*\
  #LIGHTBOX
\*------------------------------------*/
.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
	visibility: hidden;
}

.lightbox-content {
    max-width: 90%;
    max-height: 90vh;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
}

.lightbox img,
.lightbox video {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90vh;
    display: block;
    margin: auto;
    border-radius: 5px;
}

.close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: white;
    font-size: 40px;
    cursor: pointer;
}

/*------------------------------------*\
  #ABOUT SECTION
\*------------------------------------*/

.synrg-about {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 3px solid var(--site-theme-secondary);

  background-image: url("../img/synrg/synrg_4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.synrg-about-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.synrg-about img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  z-index: -1000;
}

.synrg-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.synrg-about-content {
  position: relative;
  z-index: 2;
  color: white;
  margin: 10%;
}

.synrg-about h2, .synrg-about p {
  position: relative;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

.synrg-about ul {
  list-style-type: none;
  padding: 0;
}

/*------------------------------------*\
  #BIO SECTION
\*------------------------------------*/
#bios-section {
    padding: 10px;
    border-bottom: 3px solid var(--site-theme-secondary);
    background-image: url("../img/synrg/synrg_1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

#bios-container {
    height: auto;
    width: 85%;
    background: rgba(168, 85, 247, 0.85);
    border-radius: 8px;
    border: 2px solid black;
    overflow: hidden;
    text-align: left;
    margin: 10px auto;
}

#bios-container h1{
    text-align: center;
}

#bios-container h2 {
    font-size: clamp(.2rem, 2vw, 2rem);
    text-align: center;
}

.bio-img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
}

#img-rin {
    filter: drop-shadow(-1.5vw 1.5vh 0 rgba(255, 191, 73, 0.9));
}

#img-akira {
    filter: drop-shadow(1.5vw 1.5vh 0 rgba(220, 50, 100, 0.9));
}

#img-noa {
    filter: drop-shadow(1.5vw 1.5vh 0 rgba(0, 180, 255, 0.9));
}

#synrg-bios p {
    font-size: 14px;
    padding: 5px;
    font-family: 'Orbitron', sans-serif;
}

#synrg-bios {
    display: flex;
    justify-content: space-between;
    padding: 0 25px 25px 25px;
}

#akira-shuno, #seo-ha-rin, #noa-akiyama {
    height: auto;
    width: 30%;
    border-radius: 8px;
    border: 2px solid black;
    padding: 10px;
}

#akira-shuno {
    background: rgba(245, 163, 184, 0.85);
}
#seo-ha-rin {
    background: rgba(226, 191, 175, 0.80);
}
#noa-akiyama {
    background: rgba(159, 184, 242, 0.85);
}

/*------------------------------------*\
  #SETLIST / DISCOGRAPHY SECTION
\*------------------------------------*/
.services {
  background-image: url("../img/synrg/synrg_6.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 5vh 2vw;
  min-height: 30vh;
  color: white;
}

.services-sub {
  color:white;
  margin-top:-.25rem;
  margin-bottom:1rem;
}

/* Grid layout: left = song list, right = player+lyrics */
#services .discography-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 1rem;
  align-items: start;
}
@media (max-width: 800px){
  #services .discography-grid{ grid-template-columns:1fr; }
}

/* Song list vertical column */
#services .song-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: .75rem;}


#song-list .album-header {
  margin: .75rem 0 .25rem;
  background-color: #111;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  border: 2px solid transparent;
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  letter-spacing: .3px;
  font-size: clamp(.75rem, 2vw, 1rem);
  text-align: left;
}
#song-list .album-title { font-weight: 700; }
#song-list .album-year {
  opacity:.65;
  margin-left:20px;
  font-size:.9em;
}

.album-header .album-title::before {
  content: "▼ ";
  font-size: .8em;
  transition: transform .2s;
  display: inline-block;
}
.album-header.album-collapsed .album-title::before {
  transform: rotate(-90deg);
}

#services .song-list button {
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  background: transparent;
}
#services .song-list li{
  border: 2px solid transparent;
}

/* Apply Set List styles to song list buttons */
#services .song-list .song-button {
  background-color: #111; 
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  transition: background-color 0.3s ease, border-color 0.2s ease, transform 0.05s ease;
  border: 2px solid transparent;
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  letter-spacing: .3px;
  font-size: clamp(.1rem, 2vw, .75rem);
}

#services .song-list li {
  background: transparent;
  padding: 0;
  width: 100%;
}

#services .song-list .song-button.active {
  border: 2px solid white;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.15) inset;
}

/* Hover colors per song */
#services .song-list .song-button.synrg:hover,
#services .song-list .song-button.no-signal:hover,
#services .song-list .song-button.battle-cry:hover {
  background-color: #00c8c8; /* teal */
}
#services .song-list .song-button.true-fake:hover,
#services .song-list .song-button.stay-light:hover,
#services .song-list .song-button.electric-heart:hover {
  background-color: #ff5cb0; /* pink */
}
#services .song-list .song-button.buttons:hover,
#services .song-list .song-button.spotlight:hover {
  background-color: #a86cff; /* purple */
}

/* Player card & controls */
.player-card {
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: .75rem;
}
.player-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  flex-wrap: wrap;
}
.player-row.mt { margin-top:.75rem; }
.track-title { margin:0; }
.muted { opacity:.8; }
.player-card h4{
  margin: 0;
}

/* Transport controls */
#services .controls {
  display: flex;
  gap: .5rem;
  flex-wrap: nowrap;
}
#services .btn-ctrl {
  padding: .35rem .65rem;
  font-size: .85rem;
  background: linear-gradient(135deg, #00c8c8, #009090);
  color: #fff;
  border: none;
  border-radius: 6px;
  min-width: 60px;
  cursor: pointer;
  transition: background .2s ease, transform .1s ease;
}
#services .btn-ctrl:hover {
  background: linear-gradient(135deg, #00e0e0, #00aaaa);
  transform: translateY(-1px);
}

/* Language toggle */
#services .btn-lang {
  padding: .25rem .55rem;
  font-size: .8rem;
  background: rgba(255,255,255,0.08);
  color: #fff;
  margin-right: .4rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
#services .btn-lang[aria-selected="true"] {
  background: #ff5cb0;
}
#services .btn-lang:hover {
  background: rgba(255,255,255,0.18);
}

/* Utility (Copy Lyrics) */
#services .btn-utility {
  padding: .3rem .7rem;
  font-size: .8rem;
  background: #444;
  color: #fff;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
#services .btn-utility:hover {
  background: #666;
}

/* Audio player styling */
audio {
  width: 100%;
  margin-top: .4rem;
  border-radius: 8px;
  background: transparent;
}
audio::-webkit-media-controls-download-button{ display:none; }
audio::-webkit-media-controls-enclosure{ overflow:hidden; }
audio::-webkit-media-controls-panel{ width:calc(100% + 33px); }

.btn-youtube {
  display:inline-flex; align-items:center; gap:.5rem;
  padding:.5rem .75rem; border-radius:6px; text-decoration:none;
  background:#111; color:#fff; border:2px solid transparent;
}
.btn-youtube:hover { 
  border-color:#fff;
  background-color:  #a86cff;
  color: white;
}
.btn-youtube[aria-disabled="true"] { opacity:.5; pointer-events:none; }

/* Lyrics panel */
.lyrics {
  margin-top:.5rem;
  padding:1rem;
  background:rgba(255,255,255,0.06);
  border-radius:12px;
  white-space:pre-wrap;
  line-height:1.6;
  font-size:.98rem;
}

/* Lyrics panel box */
#lyrics-panel {
  max-height: 300px;       /* adjust as needed */
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1rem;
  line-height: 1.6;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  white-space: pre-wrap;   /* keep line breaks from the bundle */
  color: #fff;
  font-size: 0.95rem;
}

/* Firefox scrollbar colors */
#lyrics-panel {
  scrollbar-width: thin;
  scrollbar-color: #00c8c8 rgba(255,255,255,0.08);
}

/* WebKit browsers (Chrome, Edge, Safari) */
#lyrics-panel::-webkit-scrollbar {
  width: 8px;                 /* scrollbar width */
}
#lyrics-panel::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
}
#lyrics-panel::-webkit-scrollbar-thumb {
  background-color: #00c8c8;   /* SYNRG teal */
  border-radius: 8px;
  border: 2px solid rgba(0,0,0,0.4); /* makes the thumb stand out */
}
#lyrics-panel::-webkit-scrollbar-thumb:hover {
  background-color: #ff50b8;   /* magenta on hover */
}



/*------------------------------------*\
  #YOUTUBE SECTION
\*------------------------------------*/
.youtube {
    text-align: center;
    padding: 50px 0;
    background: var(--site-theme-primary);
    border-bottom: 3px solid var(--site-theme-secondary);
}
.youtube-video {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    max-width: 800px;
    margin: 0 auto;
}
.youtube h3 {
    font-family: Aquire;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}
.youtube p {
    color: var(--site-theme-tertiary);
    text-align: center;
    max-width: 600px;
    margin: 10px auto;
}
.youtube iframe {
    width: 100%;
    max-width: 700px;
    height: 400px;
    margin: 10px auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.showcase-item {
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    background: var(--site-theme-quaternary-darker);
    border-radius: 8px;
}

/*------------------------------------*\
  #RESPONSIVE DESIGN
\*------------------------------------*/
@media screen and (max-width: 788px) {
  #synrg-bios {
    flex-direction: column;
  }
  #akira-shuno, #noa-akiyama, #seo-ha-rin {
    width: 85%;
    margin: 10px auto;
  }
  #bios-container h2 {
    font-size: clamp(.2rem, 5vw, 2rem);
    text-align: center;
  }
}
