:root {
  --bg-main: #050816;
  --accent-gold: #f6c453;
  --text-main: #f5f5f5;
  --text-muted: #b3b3c2;

  /* Theme accents */
  --urban-gradient: radial-gradient(circle at top, #2f80ed, #0f172a 55%, #111827 100%);
  --hardstyle-gradient: radial-gradient(circle at top, #ff5f1f, #0f172a 55%, #020617 100%);
  --dreams-gradient: radial-gradient(circle at top, #6b5cff, #0f172a 55%, #020617 100%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: radial-gradient(circle at top, #1e293b, #020617 70%);
  color: var(--text-main);
  line-height: 1.6;
}

/* Themes */
body.theme-main {
  background:
    radial-gradient(
      circle at top,
      rgba(34, 211, 238, 0.12),
      rgba(2, 6, 23, 0.95) 55%
    ),
    #020617;
}

body.theme-urban {
  background:
    radial-gradient(
      circle at top,
      rgba(34, 211, 238, 0.12),
      rgba(2, 6, 23, 0.95) 55%
    ),
    #020617;
}

body.theme-hardstyle {
  background:
    radial-gradient(
      circle at top,
      rgba(34, 211, 238, 0.12),
      rgba(2, 6, 23, 0.95) 55%
    ),
    #020617;
}

body.theme-dreams {
  background:
    radial-gradient(
      circle at top,
      rgba(34, 211, 238, 0.12),
      rgba(2, 6, 23, 0.95) 55%
    ),
    #020617;
}

/* Layout */

.container {
  width: min(1120px, 100% - 2.5rem);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: linear-gradient(to bottom, rgba(3,7,18,0.9), rgba(3,7,18,0.5), transparent);
  border-bottom: 1px solid rgba(248, 250, 252, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
}

.logo {
  font-weight: 800;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  color: var(--accent-gold);
  text-decoration: none;
}

.nav a {
  color: var(--text-muted);
  text-decoration: none;
  margin-left: 1.25rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.nav a:hover,
.nav a.active {
  color: #ffffff;
}

/* Hero */

.hero {
  padding: 4rem 0 2.5rem;
}

.hero-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  align-items: center;
}

.hero-text {
  flex: 1 1 280px;
}

.hero-text h1 {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  margin: 0 0 0.75rem;
}

.hero-text p {
  margin: 0 0 1.5rem;
  color: var(--text-muted);
  max-width: 34rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.7rem 1.4rem;
  font-size: 0.95rem;
  font-weight: 600;
  border: 1px solid rgba(248, 250, 252, 0.15);
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.btn.primary {
  background: linear-gradient(135deg, #fbbf24, #f97316);
  color: #111827;
  box-shadow: 0 18px 40px rgba(250, 204, 21, 0.35);
}

.btn.primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 24px 60px rgba(250, 204, 21, 0.45);
}

.btn.ghost {
  background: transparent;
  color: #e5e7eb;
}

.btn.ghost:hover {
  background: rgba(15, 23, 42, 0.6);
}

.platform-links {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.platform-links a {
  color: inherit;
  text-decoration: none;
}

.platform-links a:hover {
  color: #ffffff;
}

/* Hero badge */

.hero-badge {
  flex: 0 1 220px;
  background: rgba(15, 23, 42, 0.88);
  border-radius: 1.4rem;
  padding: 1.3rem 1.4rem;
  border: 1px solid rgba(248, 250, 252, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.9);
}

.badge-label {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  color: #a5b4fc;
  margin: 0 0 0.25rem;
}

.badge-title {
  margin: 0;
  font-weight: 700;
}

.badge-subtitle {
  margin: 0.25rem 0 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}


/* Sections */

.worlds,
.about,
.contact,
.section-music,
.section-video {
  padding: 2.5rem 0;
}

h2 {
  font-size: 1.8rem;
  margin-bottom: 0.25rem;
}

.section-subtitle {
  color: var(--text-muted);
  margin-bottom: 1.8rem;
}
/* Spotify Cards */
.spotify-card {
  --border-width: 1px;

  display: flex;
  align-items: center;

  background:
    linear-gradient(rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.85)) padding-box,
    linear-gradient(135deg, #a855f7, #22d3ee) border-box;

  border: var(--border-width) solid transparent;
  border-radius: 1rem;

  padding: 1rem;
  color: #fff;
  text-decoration: none;

  transition: transform 0.2s, box-shadow 0.2s;
}

.spotify-hardstyle-card {
  --border-width: 1px;

  display: flex;
  align-items: center;

  background:
    linear-gradient(rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.85)) padding-box,
    linear-gradient(135deg, #6090ab, #000000) border-box;

  border: var(--border-width) solid transparent;
  border-radius: 1rem;

  padding: 1rem;
  color: #fff;
  text-decoration: none;

  transition: transform 0.2s, box-shadow 0.2s;
}
.spotify-urban-card {
  --border-width: 1px;

  display: flex;
  align-items: center;

  background:
    linear-gradient(rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.85)) padding-box,
    linear-gradient(135deg, #b6895d, #000000) border-box;

  border: var(--border-width) solid transparent;
  border-radius: 1rem;

  padding: 1rem;
  color: #fff;
  text-decoration: none;

  transition: transform 0.2s, box-shadow 0.2s;
}
.spotify-dreams-card {
  --border-width: 1px;

  display: flex;
  align-items: center;

  background:
    linear-gradient(rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.85)) padding-box,
    linear-gradient(135deg, #a855f7, #22d3ee) border-box;

  border: var(--border-width) solid transparent;
  border-radius: 1rem;

  padding: 1rem;
  color: #fff;
  text-decoration: none;

  transition: transform 0.2s, box-shadow 0.2s;
}


.spotify-card:hover {
  transform: translateY(-2px);
  border-color: var(--accent, var(--accent-gold));
}

.spotify-card:active {
  transform: scale(0.99);
}


.spotify-thumb {
  width: 64px;
  height: 64px;
  background-image: var(--cover);
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
  margin-right: 1rem;
}



.spotify-info h3 {
  margin: 0;
  font-size: 1rem;
}

.spotify-info p {
  margin: 0;
  opacity: 0.7;
  font-size: 0.85rem;
}


/* Worlds grid */

.world-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.world-card {
  position: relative;
  border-radius: 1.5rem;
  padding: 1.5rem;
  text-decoration: none;
  color: #f9fafb;
  border: 1px solid rgba(248, 250, 252, 0.08);
  background: radial-gradient(circle at top left, rgba(248, 250, 252, 0.08), rgba(15, 23, 42, 0.95));
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.9);
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.world-card h3 {
  margin-top: 0;
  margin-bottom: 0.4rem;
}

.world-card p {
  margin-top: 0;
  margin-bottom: 1.2rem;
  color: var(--text-muted);
}

.world-card::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at top right, rgba(249, 115, 22, 0.22), transparent 60%);
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.world-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 1);
  border-color: rgba(250, 204, 21, 0.4);
}

.world-card:hover::after {
  opacity: 1;
}

.world-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(248, 250, 252, 0.14);
}

/* Per-world accent hints */
.world-urban {
  border-image: linear-gradient(135deg, #22c55e, #38bdf8) 1;
}

.world-hardstyle {
  border-image: linear-gradient(135deg, #f97316, #ef4444) 1;
}

.world-dreams {
  border-image: linear-gradient(135deg, #a855f7, #22d3ee) 1;
}

/* About */

.about-inner p {
  max-width: 44rem;
}

/* Music & video grid */

.release-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.3rem;
}

.release-card {

  border-radius: 1.2rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(248, 250, 252, 0.06);
  

  border: 1px solid rgba(248, 250, 252, 0.08);
  background: radial-gradient(circle at top left, rgba(248, 250, 252, 0.08), rgba(15, 23, 42, 0.95));
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.9);
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.release-card h3 {
  margin-top: 0;
  margin-bottom: 0.3rem;
}

.release-card p {
  margin: 0 0 0.7rem;
  color: var(--text-muted);
}

.text-link {
  color: var(--accent-gold);
  text-decoration: none;
  font-size: 0.9rem;
}

.text-link:hover {
  text-decoration: underline;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.3rem;
}

.video-placeholder {
  border-radius: 1.2rem;
  border: 1px dashed rgba(248, 250, 252, 0.3);
  padding: 2.5rem 1rem;
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-muted);
  background: rgba(15, 23, 42, 0.75);
}

/* Contact */

.contact-inner {
  text-align: center;
}

.contact-email a {
  color: var(--accent-gold);
  text-decoration: none;
  font-size: 1.05rem;
}

.contact-email a:hover {
  text-decoration: underline;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.social-row a {
  font-size: 0.9rem;
  text-decoration: none;
  color: var(--text-muted);
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  border: 1px solid rgba(148, 163, 184, 0.6);
}

.social-row a:hover {
  color: #ffffff;
  border-color: #e5e7eb;
}

/* Footer */

.site-footer {
  border-top: 1px solid rgba(148, 163, 184, 0.4);
  margin-top: 1.5rem;
}

.footer-inner {
  padding: 1rem 0 1.4rem;
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* Responsive tweaks */



@media (max-width: 720px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .nav a {
    margin-left: 0;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero-inner {
    flex-direction: column;
  }

  .hero-badge {
    align-self: stretch;
  }

}
