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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #090909;
  color: #f5f5f5;
  line-height: 1.7;
}

.hero {
  min-height: 100vh;
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(218,165,32,.18), transparent 35%),
    radial-gradient(circle at bottom left, rgba(120,0,0,.25), transparent 40%),
    linear-gradient(135deg,#050505,#151515);
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, rgba(0,0,0,.35));
}

.nav {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 30px;
}

.logo {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 4px;
  color: #d4af37;
}

.menu a {
  color: white;
  text-decoration: none;
  margin-left: 22px;
  font-size: 14px;
  transition: .3s;
}

.menu a:hover {
  color: #d4af37;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1050px;
  margin: auto;
  padding: 150px 30px 100px;
}

.small-title,
.section-label {
  letter-spacing: 4px;
  font-size: 13px;
  color: #d4af37;
  font-weight: bold;
}

.hero h1 {
  font-size: clamp(70px,12vw,150px);
  line-height: .9;
  margin: 20px 0;
  letter-spacing: -5px;
}

.hero h2 {
  font-size: clamp(20px,3vw,34px);
  max-width: 800px;
  font-weight: 400;
}

.tagline {
  font-size: 22px;
  color: #ccc;
  max-width: 700px;
  margin-top: 25px;
}

.buttons {
  margin-top: 40px;
}

.btn {
  display: inline-block;
  padding: 14px 28px;
  margin-right: 12px;
  text-decoration: none;
  border-radius: 40px;
  font-weight: bold;
  transition: .3s;
}

.primary {
  background: #d4af37;
  color: #050505;
}

.secondary {
  border: 1px solid #777;
  color: white;
}

.btn:hover {
  transform: translateY(-3px);
}

.section {
  padding: 110px 25px;
  background: #111;
}

.section.dark {
  background: #080808;
}

.container {
  max-width: 1050px;
  margin: auto;
}

.section h2 {
  font-size: clamp(35px,6vw,65px);
  margin: 10px 0 35px;
}

.section p {
  color: #cfcfcf;
  font-size: 18px;
  margin-bottom: 20px;
}

blockquote {
  border-left: 4px solid #d4af37;
  padding: 25px;
  margin-top: 40px;
  font-size: 23px;
  color: #fff;
  background: #181818;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 45px;
}

.card {
  background: #161616;
  border: 1px solid #242424;
  padding: 35px;
  border-radius: 18px;
  transition: .3s;
}

.card:hover {
  transform: translateY(-8px);
  border-color: #d4af37;
}

.icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.card h3 {
  font-size: 23px;
  margin-bottom: 15px;
}

.coming {
  margin-top: 45px;
  font-style: italic;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 45px;
}

.video-placeholder {
  min-height: 230px;
  background: linear-gradient(135deg,#222,#0a0a0a);
  border: 1px solid #333;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.video-placeholder span {
  font-size: 55px;
  color: #d4af37;
}

.center {
  text-align: center;
}

.socials {
  margin-top: 35px;
}

.social {
  display: inline-block;
  margin: 8px;
  padding: 12px 22px;
  border: 1px solid #444;
  border-radius: 30px;
  text-decoration: none;
  color: white;
}

.social:hover {
  border-color: #d4af37;
  color: #d4af37;
}

footer {
  text-align: center;
  padding: 60px 20px;
  background: #030303;
}

footer h3 {
  color: #d4af37;
  letter-spacing: 5px;
  font-size: 25px;
}

footer p {
  color: #888;
  margin-top: 15px;
}

.copyright {
  font-size: 13px;
}

@media (max-width: 850px) {

  .menu {
    display: none;
  }

  .cards,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding-top: 120px;
  }

  .hero h1 {
    letter-spacing: -2px;
  }

}


/* ===== PORTADA OFICIAL KIUSTIN G ===== */

.hero {
  min-height: 100vh;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.95) 0%,
      rgba(0,0,0,.85) 35%,
      rgba(0,0,0,.48) 65%,
      rgba(0,0,0,.25) 100%
    ),
    url("assets/kiustin-portada.jpeg") center 40% / cover no-repeat;
}

.hero-content {
  max-width: 1100px;
}

.hero-content h1,
.hero-content h2,
.hero-content .tagline {
  max-width: 720px;
}

@media (max-width: 850px) {
  .hero {
    background:
      linear-gradient(
        rgba(0,0,0,.55),
        rgba(0,0,0,.90)
      ),
      url("assets/kiustin-portada.jpeg") 58% center / cover no-repeat;
  }
}


/* ===== AJUSTE HERO KIUSTIN G ===== */

.hero {
  min-height: 100vh;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.94) 0%,
      rgba(0,0,0,.82) 32%,
      rgba(0,0,0,.50) 58%,
      rgba(0,0,0,.32) 100%
    ),
    url("assets/kiustin-portada.jpeg") center 47% / cover no-repeat;
}

.hero-content {
  max-width: 1150px;
  padding-top: 125px;
}

.hero-content h1 {
  font-size: clamp(70px, 9vw, 125px);
}

.hero-content h2 {
  max-width: 900px;
  font-size: clamp(19px, 2vw, 29px);
}

@media (max-width: 850px) {
  .hero {
    background:
      linear-gradient(
        rgba(0,0,0,.50),
        rgba(0,0,0,.88)
      ),
      url("assets/kiustin-portada.jpeg") 60% center / cover no-repeat;
  }

  .hero-content h1 {
    font-size: 65px;
  }
}




/* ===== BANNER PROFESIONAL KIUSTIN G ===== */

.hero {
  min-height: 100vh;
  background-image: url("assets/kiustin-banner.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-content {
  visibility: hidden;
}


/* Ocultar logo duplicado; conservar menú */
.nav .logo {
  display: none;
}

.nav {
  justify-content: flex-end;
  padding-top: 28px;
}


/* ==================================================
   KIUSTIN G - MENU PROFESIONAL + SECCION MUSICA
   ================================================== */

/* Barra superior */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  height: 68px;
  padding: 0 6%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 1000;

  background: rgba(3,3,3,.90);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-bottom: 1px solid rgba(212,175,55,.35);
  box-shadow: 0 5px 25px rgba(0,0,0,.35);
}

.nav .logo {
  display: none;
}

.menu {
  display: flex;
  align-items: center;
  gap: 8px;
}

.menu a {
  color: #f5f5f5;
  text-decoration: none;
  margin: 0;
  padding: 10px 13px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  transition: .25s ease;
}

.menu a:hover {
  color: #d4af37;
  background: rgba(212,175,55,.10);
}

/* Evita que el menú tape el comienzo de las secciones */
section {
  scroll-margin-top: 68px;
}

/* Portada debajo del menú */
.hero {
  padding-top: 68px;
  background-position: center center;
}

/* ----- SECCION MUSICA ----- */

.music-library {
  margin-top: 50px;
}

.music-title-line {
  width: 75px;
  height: 3px;
  background: #d4af37;
  margin: 20px 0 35px;
}

.song-card {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 25px;
  align-items: center;

  padding: 20px;
  margin-bottom: 18px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,.055),
      rgba(255,255,255,.015)
    );

  border: 1px solid rgba(212,175,55,.18);
  border-radius: 18px;

  transition: transform .25s ease,
              border-color .25s ease,
              box-shadow .25s ease;
}

.song-card:hover {
  transform: translateY(-3px);
  border-color: rgba(212,175,55,.65);
  box-shadow: 0 12px 35px rgba(0,0,0,.35);
}

.song-cover {
  width: 105px;
  height: 105px;
  border-radius: 13px;

  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 38px;

  background:
    radial-gradient(circle at top left,#604b15,#18130a 55%,#050505);

  border: 1px solid rgba(212,175,55,.45);
}

.song-info h3 {
  color: white;
  font-size: 22px;
  margin-bottom: 3px;
}

.song-info .artist {
  color: #d4af37;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.song-info audio {
  width: 100%;
  max-width: 620px;
  height: 40px;
  margin-top: 5px;
  accent-color: #d4af37;
}

/* Mensaje mientras cargamos canciones */
.music-ready {
  margin-top: 35px;
  padding: 25px;
  text-align: center;
  border: 1px dashed rgba(212,175,55,.45);
  border-radius: 16px;
  color: #aaa;
}

.music-ready strong {
  color: #d4af37;
}

/* MOVIL */

@media (max-width: 850px) {

  .nav {
    height: 60px;
    padding: 0 12px;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .menu {
    min-width: max-content;
  }

  .menu a {
    font-size: 13px;
    padding: 8px 10px;
  }

  .hero {
    padding-top: 60px;
  }

  .song-card {
    grid-template-columns: 75px 1fr;
    gap: 15px;
    padding: 15px;
  }

  .song-cover {
    width: 75px;
    height: 75px;
    font-size: 28px;
  }

  .song-info h3 {
    font-size: 18px;
  }
}


/* ===== PESTAÑAS MUSICA KIUSTIN G ===== */

.music-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 35px 0 30px;
}

.music-tab {
  border: 1px solid rgba(212,175,55,.35);
  background: #151515;
  color: #ddd;
  padding: 11px 18px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 700;
  transition: .25s ease;
}

.music-tab:hover,
.music-tab.active {
  background: #d4af37;
  color: #050505;
  border-color: #d4af37;
}

.music-category {
  display: none;
}

.music-category.active {
  display: block;
}



/* =========================================================
   KIUSTIN G — MUSIC PRO
   ========================================================= */

#musica {
  position: relative;
}

#musica .container {
  max-width: 1200px;
}

.music-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 30px 0 20px;
}

.music-search-box {
  position: relative;
  flex: 1;
  max-width: 600px;
}

.music-search-box .search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #d4af37;
  pointer-events: none;
}

#musicSearch {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 20px 15px 52px;
  border-radius: 30px;
  border: 1px solid rgba(212,175,55,.45);
  background: rgba(255,255,255,.045);
  color: #fff;
  font-size: 16px;
  outline: none;
  transition: .25s ease;
}

#musicSearch::placeholder {
  color: #999;
}

#musicSearch:focus {
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(212,175,55,.10);
  background: rgba(255,255,255,.065);
}

.music-counter {
  white-space: nowrap;
  border: 1px solid rgba(212,175,55,.35);
  border-radius: 30px;
  padding: 11px 18px;
  color: #aaa;
  background: rgba(255,255,255,.035);
}

#visibleSongCount {
  color: #d4af37;
  font-weight: 800;
  font-size: 20px;
  margin-right: 5px;
}

.music-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 28px;
}

.music-tab {
  cursor: pointer;
  border: 1px solid rgba(212,175,55,.30);
  background: rgba(255,255,255,.035);
  color: #ddd;
  padding: 11px 17px;
  border-radius: 30px;
  font-weight: 700;
  transition: transform .2s ease,
              background .2s ease,
              color .2s ease,
              border-color .2s ease;
}

.music-tab:hover {
  transform: translateY(-2px);
  border-color: #d4af37;
  color: #fff;
}

.music-tab.active {
  color: #111;
  border-color: #d4af37;
  background: linear-gradient(135deg,#f0d878,#d4af37);
  box-shadow: 0 7px 22px rgba(212,175,55,.18);
}

.music-category {
  display: none;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
}

.music-category.active {
  display: grid;
}

.song-card {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
  padding: 15px;
  border-radius: 16px;
  border: 1px solid rgba(212,175,55,.15);
  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,.055),
      rgba(255,255,255,.018)
    );
  transition: transform .2s ease,
              border-color .2s ease,
              box-shadow .2s ease;
}

.song-card:hover {
  transform: translateY(-3px);
  border-color: rgba(212,175,55,.55);
  box-shadow: 0 12px 30px rgba(0,0,0,.28);
}

.song-cover {
  width: 58px;
  height: 58px;
  min-width: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 26px;
  background:
    linear-gradient(
      145deg,
      rgba(212,175,55,.23),
      rgba(212,175,55,.05)
    );
  border: 1px solid rgba(212,175,55,.28);
}

.song-info {
  flex: 1;
  min-width: 0;
}

.song-info h3 {
  margin: 0 0 3px;
  color: #fff;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.song-info .artist {
  color: #d4af37;
  font-size: 13px;
  margin-bottom: 9px;
}

.song-info audio {
  display: block;
  width: 100%;
  height: 34px;
}

.song-card.search-hidden {
  display: none !important;
}

.music-empty {
  grid-column: 1 / -1;
  display: none;
  text-align: center;
  padding: 35px 15px;
  color: #999;
  border: 1px dashed rgba(212,175,55,.25);
  border-radius: 16px;
}


/* TABLET */

@media (max-width: 900px) {

  .music-category,
  .music-category.active {
    grid-template-columns: 1fr;
  }

}


/* MÓVIL */

@media (max-width: 600px) {

  .music-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .music-search-box {
    max-width: none;
  }

  .music-counter {
    align-self: flex-start;
  }

  .music-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin;
  }

  .music-tab {
    flex: 0 0 auto;
    font-size: 13px;
    padding: 10px 14px;
  }

  .song-card {
    padding: 12px;
    gap: 11px;
  }

  .song-cover {
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: 22px;
  }

  .song-info h3 {
    font-size: 15px;
  }

}


/* ========================================
   KIUSTIN G - PORTADA OPTIMIZADA PARA MOVIL
   ======================================== */
@media (max-width: 600px) {
  .hero {
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    background-image: url("assets/kiustin-banner.png");
    background-size: contain !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-color: #000;
  }
}

/* ===== MENU MOVIL KIUSTIN G ===== */
@media (max-width: 600px) {
  .nav {
    padding: 10px 12px !important;
    display: block !important;
  }

  .nav .logo {
    display: none !important;
  }

  .menu {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px 6px !important;
    width: 100% !important;
    align-items: center !important;
  }

  .menu a {
    font-size: 14px !important;
    text-align: center !important;
    white-space: nowrap !important;
    padding: 6px 2px !important;
  }
}

/* ===== ALTURA DEFINITIVA MENU MOVIL ===== */
@media screen and (max-width: 600px) {
  .nav {
    height: auto !important;
    min-height: 100px !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .nav .menu {
    height: auto !important;
    min-height: 80px !important;
    overflow: visible !important;
    grid-template-rows: repeat(2, auto) !important;
  }
}


/* ===== KIUSTIN MENU MOVIL FINAL LIMPIO ===== */
@media screen and (max-width: 600px) {

  .nav {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;

    width: 100% !important;
    height: auto !important;
    min-height: 88px !important;

    padding: 6px 8px !important;
    margin: 0 !important;

    display: block !important;
    overflow: visible !important;

    background: #050505 !important;
    z-index: 9999 !important;
  }

  .nav .logo {
    display: none !important;
  }

  .nav .menu,
  .menu {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, 38px) !important;

    width: 100% !important;
    min-width: 0 !important;
    height: 80px !important;

    gap: 3px !important;
    margin: 0 !important;
    padding: 0 !important;

    overflow: visible !important;
  }

  .nav .menu a,
  .menu a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    margin: 0 !important;
    padding: 0 2px !important;

    font-size: 13px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .hero {
    padding-top: 0 !important;
  }
}

/* ==================================================
   KIUSTIN G - REDES SOCIALES + PLATAFORMAS
   ================================================== */

.kiustin-social-section {
  background:
    radial-gradient(circle at top, rgba(212,175,55,.10), transparent 35%),
    #0b0b0b;
  padding: 90px 6%;
  border-top: 1px solid rgba(212,175,55,.22);
}

.kiustin-social-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  text-align: center;
}

.kiustin-social-section .section-kicker {
  color: #d4af37;
  letter-spacing: 4px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}

.kiustin-social-section h2 {
  color: #fff;
  font-size: clamp(32px, 5vw, 52px);
  margin: 0 0 16px;
}

.social-intro {
  color: #aaa;
  font-size: 18px;
  margin-bottom: 35px;
}

.social-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.social-btn {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  color: #f7f7f7;
  background: #111;
  border: 1px solid rgba(212,175,55,.45);
  border-radius: 16px;

  text-decoration: none;
  font-weight: 700;
  transition: .25s ease;
}

.social-btn span {
  color: #d4af37;
  font-size: 21px;
}

.social-btn:hover {
  color: #000;
  background: #d4af37;
  transform: translateY(-2px);
}

.social-btn:hover span {
  color: #000;
}

.platform-divider {
  width: 90px;
  height: 1px;
  background: #d4af37;
  margin: 75px auto 55px;
}

.release-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 35px;
}

.release-card {
  padding: 32px 24px;
  background: linear-gradient(145deg, #111, #080808);
  border: 1px solid rgba(212,175,55,.28);
  border-radius: 22px;
  box-shadow: 0 14px 35px rgba(0,0,0,.30);
}

.release-icon {
  font-size: 35px;
  margin-bottom: 14px;
}

.release-card h3 {
  color: #fff;
  font-size: 22px;
  margin: 0 0 8px;
}

.release-card p {
  color: #999;
  margin: 0 0 22px;
}

.release-card a {
  display: inline-block;
  padding: 11px 22px;
  border-radius: 24px;
  color: #050505;
  background: #d4af37;
  text-decoration: none;
  font-weight: 800;
  transition: .25s ease;
}

.release-card a:hover {
  transform: scale(1.04);
  background: #f0d36c;
}

@media screen and (max-width: 700px) {

  .kiustin-social-section {
    padding: 65px 22px;
  }

  .social-buttons {
    grid-template-columns: repeat(2, 1fr);
  }

  .release-grid {
    grid-template-columns: 1fr;
  }

  .social-btn {
    font-size: 14px;
  }

  .release-card {
    padding: 27px 18px;
  }
}

