/* ===== GLOBAL RESET / BASE ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #000;   
  color: #fff;         
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 16px;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}


* {
  scrollbar-width: none;
}

*::-webkit-scrollbar {
  display: none;
}


button,
input,
select {
  font-family: inherit;
  font-size: 1rem;        
  line-height:1.4;
  padding: 0.75em 1em;   
  border-radius: 3px;
  box-sizing: border-box;
}
textarea {
  line-height: 1;
}

input[type="checkbox"] {
  padding: 0 !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 2px !important;
  line-height: 1 !important;
}


html, body {
  -webkit-user-select: none;  
  -moz-user-select: none;     
  -ms-user-select: none;
  user-select: none;         
}

img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}



@font-face {
  font-family: 'Cinzel';
  src: url('assets/fonts/cinzel/Cinzel-Variable.woff2') format('woff2-variations');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}





.you-found-me,
.modal-title,
.record-type {
  font-weight: 600;
  text-shadow:
    0 0 10px rgba(255, 245, 0, 0.7),
    0 0 12px rgba(255, 215, 0, 0.5);
}


/* ============================================================
   HERO IMAGE
   ============================================================ */
.hero-img {
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.hero-img img {
  position: relative;
  left: 50%;
  width: 140%;
  height: auto;
  display: block;
  object-fit: cover;
  transform: translateX(-50%);
  z-index: 0;
}
@media (min-width:768px){
  .hero-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
}


/* ============================================================
   JOIN SECTION
   ============================================================ */

#join {
  padding: 3rem 1.5rem 4rem;
  text-align: center;
}

#join .Key img {
  z-index: 2;
  width: 100px;
  margin-bottom: 1.2rem;
}
@media (min-width:768px) {
  #join .Key img {
    width: 140px;
  }
}
@media (min-width:1200px){
  #join .Key img {
    width: 160px;
  }
}



.you-found-me {
  font-family: Cinzel;
  font-size: 102%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 1;
  white-space: nowrap;
  display: flex;            
  justify-content: center;  
  text-align: center;       
  margin-bottom: 1rem;
  z-index: 2;
}
@media (min-width: 768px) {
  .you-found-me {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .you-found-me {
    font-size: 28px;
  }
}

.message {
  font-size: 96%;
  opacity: 0.8;
  line-height: 1.5;
  margin-bottom: 1.8rem;
}
@media (min-width: 768px) {
  .message {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .message {
    font-size: 22px;
  }
}

.spacer {
  height: 70px;
}
@media (min-width: 768px) {
  .spacer {
    height: 300px;
  }
}



body {
  font-family: 'Cinzel', serif;
}
.join-btn {
  font-family: 'Cinzel', serif;
  position: center;
  background: #fff;
  color: #000;
  border: 2px solid #fff;
  padding: 6px 20px;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.join-btn:hover {
  background: #888;
  color: #000;
  border-color: #888;
}
  
/* ============================================================
   JOIN CARD
   ============================================================ */
#join-modal[hidden] { display: none; }

#join-modal {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(10px);
  background: rgba(0,0,0,0.85);
  z-index: 1000;
}
 
  
.modal-card {
  background: #000;
  color: #fff;
  padding: 32px;
  border-radius:11px;
  box-shadow:0 0 20px rgba(0,0,0,1)  ,
             0 0 30px rgba(255,255,255,.4);
  border: 0px solid #fff;
  max-width: 420px;
  width: 90%;
  text-align: center;
  position: relative; /* add this */
}

.modal-title {
  font-family: 'Cinzel', serif;
  font-size: 22px;
  margin-bottom: 8px;
}

.modal-sub {
  color:#D1D1D1;
  font-size: 14px;
  margin-bottom: 20px;
}
  
  
#join-name,
#join-email {
  border: 1px solid #333;
  box-shadow: none !important;
}

#join-name {
  width: 100%;
  padding: 10px;
  margin-bottom: 16px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  text-align: center;
  background:#000;
  color:#fff;
}

#join-email {
  width: 100%;
  padding: 10px;
  margin-bottom: 16px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  text-align: center;
  background:#000;
  color:#fff;
}
  
#join-form .join-btn {
  margin-top: 20px; 
}

.cancel-btn {
  font-family: 'Cinzel', serif;
  background: none;
  border: none;
  color: #aaa;
  margin-top: 12px;
  cursor: pointer;
  font-size: 14px;
}
.cancel-btn:hover {
  color: #fff;
}
.modal-msg {
  margin-top: 12px;
  font-size: 14px;
}
  
.join-btn-container {
  display: flex;
  justify-content: center;  /* center horizontally */
}
  
.join-btn:focus,
.join-btn:active {
  outline: none;
  background: #fff;  /* same as hover */
  color: #000;
  border-color: #fff;
}

.close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
}

.close-btn:hover {
  color: #888;
}


.close-btn:focus,
.close-btn:active {
  outline: none;
  box-shadow: none;
}


.close-btn {
  -webkit-appearance: none;
  appearance: none;
  background: none !important;
  border: none !important;
  -webkit-tap-highlight-color: transparent; 
  outline: none !important;
  box-shadow: none !important;
}
.close-btn:hover,
.close-btn:focus,
.close-btn:focus-visible,
.close-btn:active {
  outline: none !important;
  box-shadow: none !important;
}
.close-btn::-moz-focus-inner { border: 0 !important; }
.close-btn:-moz-focusring { outline: none !important; }

/* 2) (Safety net) Remove outlines from *any* focused element inside the modal card */
.modal-card *:focus,
.modal-card *:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}


/* Larger steady glow + micro drift (no breathing) */
.join-btn:not([disabled]) {
  font-weight: 400;
  position: relative;
  box-shadow: 0 0 18px rgba(255, 245, 200, 0.45),
              0 0 28px rgba(255, 215, 100, 0.28);
  border-color: #fff;
  animation: microFloat 8s ease-in-out infinite;
  will-change: transform;
}

/* Hover: keep glow boost + your color change */
.join-btn:not([disabled]):hover {
  background: #fff; /* 👈 or your preferred hover color */
  color: #000;
  border: 2px solid #fff;  /* keep width = 2px */

  box-shadow: 0 0 26px rgba(255, 245, 200, 0.6),
              0 0 36px rgba(255, 215, 100, 0.4);
}


/* Tiny drift, no scale/opacity changes */
@keyframes microFloat {
  0%, 100%   { transform: translate3d(0, 0, 0); }
  25%        { transform: translate3d(0, -0.5px, 0); }
  50%        { transform: translate3d(0.5px, -1px, 0); }
  75%        { transform: translate3d(-0.5px, -0.5px, 0); }
}



/* ============================================================
   DISCOGRAPHY
   ============================================================ */

#discography {
  margin: 4rem auto 6rem;
  padding: 0 1.5rem;
  max-width: 960px;
}

.record-type {
  font-family: Cinzel;
  font-size: 28px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 70px;
}
@media (min-width: 768px) {
  .record-type {
    font-size: 36px; 
  }
}
@media (min-width: 1200px) {
  .record-type {
    font-size: 45px; 
  }
}

.disc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 1rem;
  justify-items: center;
  margin-bottom: 3rem;
}

.disc-item {
  text-align: center;
  width: 100%;
  max-width: 260px;
}


.disc-item img {
  width: 100%;
  border-radius: 4px;
  display: block;
  cursor: pointer;

  /* Smooth transitions on all devices */
  transition: transform 0.35s ease, box-shadow 0.35s ease;

  box-shadow:
    0 0 12px rgba(255,255,255,0.25),
    0 0 20px rgba(0,0,0,0.45);
}

/* Desktop hover */
.disc-item img:hover {
  transform: scale(1.06);
  box-shadow:
    0 0 22px rgba(255,255,255,0.35),
    0 0 32px rgba(255,255,255,0.25);
}

.disc-item img:focus {
  transform: scale(1.04);
  box-shadow:
    0 0 20px rgba(255,255,255,0.35),
    0 0 32px rgba(255,255,255,0.25);
  outline: none;
}


.signature {
  display:block;
  margin: 0 auto;
  width: 120px;
}
.signature img {
  display: block;
  margin: 0 auto;
  width: 100%;
  transition: transform 0.35s ease;
  cursor: pointer;
}
/* Desktop hover */
.signature img:hover {
  transform: scale(1.06);
}

.signature img:focus {
  transform: scale(1.04);
}


.disc-name {
  margin-top: 0.75rem;
  font-family: "Times New Roman", Times, serif !important;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}



/* ============================================================
   LINKS TO MUSIC MODAL
   ============================================================ */

.lock-layer {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;               
  pointer-events: all;       
  overflow: hidden;          
  border-radius: 20px;       
}

.lock-blur {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px); 
  background: rgba(0,0,0,0.1);
  opacity: 1 !important;
  transition: none !important;
  border-radius: 20px;
}


.lock-img {
  position: relative;
  z-index: 2;
  width: 260px;
  opacity: 1;
  filter:
    drop-shadow(0 0 20px rgba(255,255,255,0.2))
    drop-shadow(0 0 60px rgba(255,255,255,0.08));
}


.song-modal {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999 !important;
  isolation: isolate;   
  transform: translateZ(0); 
}

.song-modal.active { display: flex; }

.song-modal-bg {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(0,0,0,0.8);
  backdrop-filter: blur(8px);
  animation: fadeIn 0.5s ease;
}

.song-modal-content {
  position: relative;
  z-index: 2;
  max-width: 420px;
  max-height: 80vh;
  overflow-y: auto;           
  background: rgba(0,0,0,1);
  padding: 30px;
  border-radius: 13px;
  text-align: center;
  box-shadow: 0 0 30px rgba(255,255,255,0.3);
  opacity: 0;
  transform: translateY(12px);
  animation: fadeCardIn 0.55s ease forwards;
  animation-delay: 0.05s;

}

@keyframes fadeCardIn {
  from {
    opacity: 0;
    transform: translateY(12px);
    filter: brightness(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: brightness(1);
  }
}


@media (max-width: 480px) {
  .song-modal-content {
    max-width: 90vw;
    padding: 16px;
    border-radius: 10px;
  }
}

.cover-art {
  width: 60%;
  display: block;       
  margin: 0 auto 20px;
}

.cover-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.song-modal-content h2 {
  font-size: 24px;
  margin-top:13px;
  margin-bottom: 6px !important; 
  font-family:'Times New Roman',serif; 
  color:#fff;
}


.close-modal {
  position: absolute;
  top: 12px;
  right: 18px;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
  user-select: none;
  z-index: 10;
}
.close-modal:hover { opacity: 1; }

@keyframes fadeIn {
  from {opacity: 0;} to {opacity: 1;}
}
@keyframes popIn {
  from {transform: scale(0.9); opacity: 0;}
  to {transform: scale(1); opacity: 1;}
}

.song-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

.song-links a {
  display: block;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  font-family: "Cinzel", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
  background: rgba(0,0,0,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(255,255,255,0.05);
}

.song-links a:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.35);
  box-shadow: 0 0 20px rgba(255,255,255,0.15);
  color: #fff;
  text-shadow: 0 0 6px rgba(255,255,255,0.5);
}

.song-links a.other-platforms {
  all: unset; /* reset button styles */
  display: inline-block;
  margin-top: 8px;
  font-family: "Cinzel", serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #ccc;
  text-align: center;
  cursor: pointer;
  opacity: 0.8;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.song-links a.more-platforms:hover {
  color: #fff;
  opacity: 1;
  text-shadow: 0 0 6px rgba(255,255,255,0.4);
}

/* Add redirect icon to ALL song links */
.song-links a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('assets/icons/redirect.png');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
  margin-left: 4px;
  transform: translateY(2px);
}

.song-links a:hover::after {
  opacity: 1;
  filter: drop-shadow(0 0 4px rgba(255,230,150,.7));
}

.external-icon-dsp {
  opacity: 0.7;
  height: 12px !important;
  margin-left:3px;
  transform: translateY(2.2px);
  transition: opacity 0.3s ease;
}
.external-icon-dsp:hover {
  opacity: 1;
  filter: drop-shadow(0 0 4px rgba(255,230,150,0.7)); /* soft golden glow */
}



.other-platforms .external-icon {
  opacity: 0.7;
  height:12px;
  margin-left:3px;
  transform: translateY(2.2px);
  transition: opacity 0.3s ease;
}

.other-platforms:hover .external-icon {
  opacity: 1;
  filter: drop-shadow(0 0 4px rgba(255,230,150,0.7)); /* soft golden glow */
}


.share-wrap {
  text-align: center;
}


.share-btn {
  all: unset;
  display: inline-flex;
  margin-bottom:16px !important;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-family: "Cinzel", serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  transition: color 0.3s ease, opacity 0.3s ease, filter 0.3s ease;
}

.share-btn:hover {
  color: #fff;
  opacity: 1;
}

.share-icon {
  width: 16px;
  transform: translateY(-2px);
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.share-btn:hover .share-icon {
  opacity: 1;
}




