:root {
    --primary: #b43591;   /* tweak to taste */
    --secondary: #84276b;
    --bg-overlay: rgba(0,0,0,0.35);
    --text: #ffffff;
    --radius: 14px;
}

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

/* ------- */
/* GENERAL */
/* ------- */

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--text);
    min-height: 100vh;
    background-color: #000;
    background:
      linear-gradient(var(--bg-overlay), var(--bg-overlay)),
      url("../img/cnd-background-black.png") center / cover no-repeat fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    width: 100%;
    max-width: 420px;
    padding: 32px 20px 40px;
    text-align: center;
}

/* ---- */
/* LOGO */
/* ---- */

.logo {
    margin-bottom: 30px;
}

.logo img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 25px rgba(0,0,0,0.6));
}

/* ---------- */
/* CTA BANNER */
/* ---------- */

.hero-release {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 20px 0 26px;
  padding: 14px;
  border-radius: 20px;
  /*background: rgba(0,0,0,0.55);*/
  background: #ffe435;
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.55);
}

.hero-art {
  flex: 0 0 120px;
}

.hero-art img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.6);
}

.hero-content {
  flex: 1;
  color: #000;
}

.hero-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #ed1e79;
  /*background: linear-gradient(135deg, #ff2bd6, #00f2ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

.hero-content h1 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 4px;
}

.hero-content p {
  font-size: 13px;
  opacity: 0.85;
  margin-bottom: 10px;
}

.hero-cta {
  display: inline-block;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  color: #FFF;
  background: #ed1e79;
  /*background: linear-gradient(135deg, #ff2bd6, #00f2ff);*/
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.hero-cta:active {
  transform: scale(0.95);
  box-shadow: 0 6px 18px rgba(0,0,0,0.6);
}

/* --------- */
/* ICON GRID */
/* --------- */

.app-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 16px;
    margin: 40px 0;
}

.app-icon {
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

.app-icon .icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 8px;
    border-radius: 18px;
    background: linear-gradient(135deg, #b43591, #84276b);
    box-shadow:
    0 10px 25px rgba(0,0,0,0.6),
    inset 0 0 0 1px rgba(255,255,255,0.15);
    transition: transform 0.12s ease, box-shadow 0.12s ease;
    position: relative;
    overflow: hidden;
}

.app-icon .icon::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(255,255,255,0.35), transparent 60%);
    opacity: 0.8;
}

.app-icon:active .icon {
    transform: scale(0.94);
    box-shadow: 0 6px 18px rgba(0,0,0,0.6);
}

/* ----- */
/* LINKS */
/* ----- */

.links {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.link {
    position: relative;
    padding: 16px 18px;
    background: linear-gradient(120deg, var(--primary), var(--secondary));
    /*background: rgba(0,0,0,0.6);*/
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--radius);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.4px;
    overflow: hidden;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    /*background: linear-gradient(120deg, var(--primary), var(--secondary));*/
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: 0;
}

.link span {
    position: relative;
    z-index: 1;
}

.link:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.5);
}

.link:hover::before {
    opacity: 0.85;
}

/* ------------ */
/* BRAND STYLES */
/* ------------ */

.spotify .icon {
  background:
    url("../img/icons/icon-spotify.svg") center/50% no-repeat,
    linear-gradient(135deg, #1DB954, #1ed760);
}

.soundcloud .icon {
  background:
    url("../img/icons/icon-soundcloud.svg") center/50% no-repeat,
    linear-gradient(135deg, #ff7700, #ff3300);
}

.apple .icon {
  background:
    url("../img/icons/icon-apple-music.svg") center/50% no-repeat,
    linear-gradient(135deg, #FA243C, #FB5C74);
}

.beatport .icon {
  background:
    url("../img/icons/icon-beatport.svg") center/50% no-repeat,
    linear-gradient(135deg, #00ff9c, #00c07f);
}

.traxsource .icon {
  background:
    url("../img/icons/icon-traxsource.svg") center/50% no-repeat,
    linear-gradient(135deg, #00E5FF, #0077A8);
}

.bandcamp .icon {
  background:
    url("../img/icons/icon-bandcamp.svg") center/50% no-repeat,
    linear-gradient(135deg, #629AA9, #1E4C5A);
}

.youtube .icon {
  background:
    url("../img/icons/icon-youtube.svg") center/50% no-repeat,
    linear-gradient(135deg, #ff0000, #cc0000);
}

.tiktok .icon {
  background:
    url("../img/icons/icon-tiktok.svg") center/50% no-repeat,
    linear-gradient(135deg, #00f2ea, #ff0050);
}

.instagram .icon {
  background:
    url("../img/icons/icon-instagram.svg") center/50% no-repeat,
    linear-gradient(135deg, #feda75, #d62976, #962fbf);
}

.discord .icon {
  background:
    url("../img/icons/icon-discord.svg") center/50% no-repeat,
    linear-gradient(135deg, #5865F2, #4752C4);
}

.facebook .icon {
  background:
    url("../img/icons/icon-facebook.svg") center/50% no-repeat,
    linear-gradient(135deg, #1877F2, #145DBF);
}

.linkedin .icon {
  background:
    url("../img/icons/icon-linkedin.svg") center/50% no-repeat,
    linear-gradient(135deg, #0A66C2, #004182);
}

.twitch .icon {
  background:
    url("../img/icons/icon-twitch.svg") center/50% no-repeat,
    linear-gradient(135deg, #9146FF, #772CE8);
}

.radio .icon {
  background: linear-gradient(135deg, #b43591, #84276b);
}

.events .icon {
  background: linear-gradient(135deg, #00f2ff, #00ff9c);
}

.cnd .icon {
  background:
    url("../img/icons/icon-cnd-monogram.svg") center/50% no-repeat,
    linear-gradient(135deg, #b43591, #84276b);    
}

.bounce .icon {
  background:
    url("../img/icons/icon-cnd-bounce.svg") center/50% no-repeat,
    linear-gradient(135deg, #ffe435, #ffcc00);    
}

/* ------ */
/* FOOTER */
/* ------ */

.footer {
    margin-top: 28px;
    font-size: 12px;
    opacity: 0.75;
}

/* ------------- */
/* MEDIA QUERIES */
/* ------------- */

/* Desktop breathing room */
@media (min-width: 768px) {
    .container {
    max-width: 480px;
    }
}
