/* Evitar flash blanco al cargar siguiente pagina */

html {
    background:#000;
    height: 100%;
    overflow-y: scroll;         /* muestra scroll bar siempre para evitar saltos de pagina */
}

* {                             /* PARA EVITAR DESBORDAMIENTOS EN MOVIL */
    box-sizing: border-box;
}

/* Background image */

body {
    min-height: 100vh;
    background-image: url('../images/Fondo.jpg');
    background-size: cover;       /* hace que la imagen cubra toda la ventana */
    background-position: center;  /* centra la imagen */
    background-repeat: no-repeat; /* evita que la imagen se repita */
    background-attachment: fixed; /* opcional: mantiene la imagen fija al hacer scroll */
    margin: 0;                    /* quita los márgenes por defecto del body */
    position:relative;
    opacity: 1;
}

@media (max-width: 768px) {         /* PARA VERSION MOVIL */

    body {
        background-attachment: scroll;
    }

}

/*-------------------------------------------------------------------------------------------------------------*/

/* LOGOS *//* LOGOS *//* LOGOS *//* LOGOS *//* LOGOS */

.logo-container {
    text-align: center;                   /* centra el contenido dentro del contenedor */
    margin: 0 0;                          /* espacio de arriba, espacio horizontal */
    background: rgba(0, 0, 0, 0.15);    /* color del fondo del menú (EFECTO VIDRIO) */
    backdrop-filter: blur(5px);           /* desenfoque del fondo detrás del menú */
    -webkit-backdrop-filter: blur(8px);   /* soporte Safari */
    padding: 10px 0 5px 0;               /* espacio alrededor de logo y nombre: top right bottom left*/
}

@media (max-width: 768px) {               /* PARA VERSION MOVIL */

    .logo-container {
        padding: 20px 0 5px 0;
    }

}

/* Mantener logo y nombre alineados horizontalmente */

.logo-container a {
    display: inline-flex;       /* alinea elementos en fila */
    align-items: center;        /* centra verticalmente logo y nombre */
    gap: 0;                     /* espacio entre logo y nombre moridor */
    text-decoration: none;      /* quita subrayado por si acaso */
}

/* Logo */

.artist-logo {
    max-height: 120px;           /* tamaño de logo */
    height: auto;
    transition: transform 0.25s ease, filter 0.25s ease;
}

/* Nombre */

.artist-name {
    max-height: 110px;           /* tamaño de nombre */
    height: auto;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.artist-logo:hover {
    transform: scale(1.02);
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.9)) brightness(1.1);
}

.artist-name:hover {
    transform: scale(1.01);
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5)) brightness(1.1);
}

@media (max-width: 768px) {         /* PARA VERSION MOVIL */

    .artist-logo {
        max-height: 70px;
    }

    .artist-name {
        max-height: 60px;
    }

}

/*-------------------------------------------------------------------------------------------------------------*/

/* BANDERAS *//* BANDERAS *//* BANDERAS *//* BANDERAS *//* BANDERAS */

.language-switch {
    position: fixed;
    top: 1.5rem;            /* espacio desde arriba */
    right: 1.5rem;          /* espacio desde derecha */   
    display: flex;
    align-items: center;
    z-index:10;
}

.language-switch a {
    text-decoration: none;
    padding: 0 6px;         /* espacio vertical, espacio de lados */
}

/* TAMAÑO de las banderas */

.language-switch img {
    height: 25px;         
    transition: transform 0.25s ease, filter 0.25s ease;
}

/* Linea separadora */

.divider { 
    display: block;           /* importante: que no sea inline */
    border-left: 1px solid #aaa;
    height: 20px;            
    margin: 0 6px;            /* espacio vertical, horizontal */
}

/* Idioma activo */

html[lang="es"] .flag-es,
html[lang="en"] .flag-en {
    pointer-events: none;
    cursor: default;
}

/* Resaltar bandera activa con glow sutil */

html[lang="es"] .flag-es img,
html[lang="en"] .flag-en img {
    filter: brightness(1) drop-shadow(0 0 2px rgba(255,255,255,0.6));
}

/* Idioma inactivo */

html[lang="es"] .flag-en img,
html[lang="en"] .flag-es img {
    filter: brightness(0.75);
    transform: scale(0.95);
}

/* Hover solo en idioma inactivo */

html[lang="es"] .flag-en:hover img,
html[lang="en"] .flag-es:hover img {
    transform: scale(1.1);
    filter: drop-shadow(0.1rem 0.1rem 0.1rem rgba(255,255,255,0.75)) brightness(1.1);
}

/* Transición suave para todos los estados */

.language-switch a img {
    transition: transform 0.25s ease, filter 0.25s ease;
}

@media (max-width: 768px) {         /* PARA VERSION MOVIL */

    .language-switch {
        top: 0.5rem;
        right: 0.1rem;
    }

    .language-switch img {
        height: 18px;
    }

}

/*-------------------------------------------------------------------------------------------------------------*/

/* NAVEGADOR DE MENU *//* NAVEGADOR DE MENU *//* NAVEGADOR DE MENU *//* NAVEGADOR DE MENU *//* NAVEGADOR DE MENU */

main {
    position: relative;
}

.main-nav {
    width: 100%;
    text-align: center;
    margin: 0 auto;                 /*distancia de arriba a LOGO, auto distancias horizontales, o sea centrado */
    padding: 0 0 0.5rem 0;          /* top right bottom left space around the MENU */
    font-family: Arial, sans-serif;
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;         /* menú horizontal */
    gap: 1px;                     /* SEPARADOR ENTRE BOTONES */
    border-radius: 8px;           /* opcional, bordes redondeados del bloque */
}

/*-------------------------------------------------------------------------------------------------------------*/

/* BOTONES DEL MENU *//* BOTONES DEL MENU *//* BOTONES DEL MENU *//* BOTONES DEL MENU *//* BOTONES DEL MENU */

.nav-btn {
    display: inline-flex;               /* flexible para centrar contenido */
    justify-content: center;            /* centro horizontal del texto */
    align-items: center;                /* centro vertical del texto */
    width: 120px;                       /* ancho fijo: todos los botones iguales */
    padding: 0.85rem 2rem;              /* altura y separación interna */
    font-size: 1.25rem;                 /* tamaño de texto */
    font-weight: 500;
    color: #f3f3f3;                   /* COLOR del texto de botones */
    background-color: rgba(25, 25, 25, 0.25);   /* gris oscuro */
    text-decoration: none;
    transition: transform 0.25s ease, filter 0.25s ease;      /* suaviza hover y cambios de color */
    box-sizing: border-box;             /* asegura que padding no aumente ancho total */
    /* efecto 3D */
    box-shadow: 0 4px 6px rgba(0,0,0,0.75), 0 1px 3px rgba(0,0,0,0.3);  /* sombras para profundidad */
    background: linear-gradient(to bottom, rgba(100, 100, 100, 0.85), rgba(30, 30, 30, 1)); /* degradado sutil */
}

@media (max-width: 768px) {            /* PARA VERSION MOVIL */

    .main-nav ul {
        flex-wrap: wrap; /* permite que el menú baje de línea */
        justify-content: center;
    }

    .nav-btn {
        width: auto;              /* quita el ancho fijo */
        padding: 0.6rem 1rem;     /* reduce tamaño */
        font-size: 1rem;          /* texto más pequeño */
    }

}

/* Bordes redondeados solo primer y último elemento del menu */

.nav-btn.first {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.nav-btn.last {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* Hover */

.nav-btn:hover {
    background-color: #dddddd;
    opacity: 1;
    filter: brightness(1.1);
}

/* Botón menu activo */

.nav-btn.active {
    background-color: #ffffff; /* gris más claro */
    opacity: 1;
    filter: brightness(1.1);
}

/*-------------------------------------------------------------------------------------------------------------*/

/* SOCIAL MEDIA LINKS! *//* SOCIAL MEDIA LINKS! *//* SOCIAL MEDIA LINKS! *//* SOCIAL MEDIA LINKS! *//* SOCIAL MEDIA LINKS! */

.social-links {
    display: flex;                 /* coloca los iconos en una fila horizontal */
    justify-content: center;       /* centra toda la fila en la página */
    align-items: center;           /* alinea verticalmente los iconos */
    gap: 15px;                     /* espacio entre cada icono (aumenta o reduce separación) */
    margin: 1rem 0 0 0;         /* ESPACIO top right bottom left de ICONOS */
}

/* TAMAÑO de los íconos */

.social-links img {
    height: 35px;                  /* tamaño del icono */
    width: auto;                   /* mantiene proporción original del SVG/PNG */
    transition: transform 0.25s ease, filter 0.25s ease;
    opacity: 0.9;
}

/* Rectangulo circular contenedor de cada ícono, brillo trasero de logos */

.social-links a {
    display: flex;
    justify-content: center;              /* centra el icono dentro del círculo */
    align-items: center;
    width: 38px;                          /* tamaño del rectangulo circular detras del logo de redes */
    height: 38px;                         /* debe ser igual a width para mantener círculo perfecto */
    background: rgba(255,255,255,0.05); /* color del círculo (transparente sobre fondo oscuro) */
    border-radius: 25%;                   /* 25% cuadrado redondeado, 50% crea un círculo perfecto */
    transition: transform 0.25s ease, filter 0.25s ease;       /* velocidad de la animación al pasar el mouse */
}

/* Efecto al pasar el mouse */

.social-links a:hover {
    background: rgba(255,255,255,0.18); /* fondo se vuelve más claro al pasar el mouse */
    transform: translateY(-1px);          /* icono se levanta ligeramente (efecto flotante, -3, -4 seria mas fuerte) */
    transform: scale(1.1);        /* icono crece ligeramente al pasar el mouse. 1.1 = 10% más grande */
    box-shadow:
    0 0 5px rgba(255,255,255,0.2),      /* brillo cercano */
    0 0 15px rgba(255,255,255,0.15);    /* brillo más difuso alrededor */
    filter: brightness(1.1);
    opacity: 1;
}

/*-------------------------------------------------------------------------------------------------------------*/

/* BIOGRAGIA TEXTO *//* BIOGRAGIA TEXTO *//* BIOGRAGIA TEXTO *//* BIOGRAGIA TEXTO *//* BIOGRAGIA TEXTO */

/* h1 oculto pero sin afectar SEO */

.hidden-h1 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
}

/* Sección general */

.bio-section {
    color: #f3f3f3;
    font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
}

/* CONTENEDOR (CLASS) REUTILIZABLE PARA FORMATEAR ANCHO! */

.content-width {
    width: 100%;
    max-width: 900px;        /* ancho ideal para lectura es 800 */
    margin: 0 auto;          /* centra todo el contenido */
    padding: 10px 20px;      /* AIRE arriba del texto (de logos a texto), lateral en pantallas pequeñas */
    box-sizing: border-box;
}

@media (max-width: 768px) {     /* PARA VERSION MOVIL */

    .content-width {
        padding: 10px 10px 0 10px ; /* ESPACIO o padding del contenido, top right bottom left */
    }

}

/* Bloques de texto */

.bio-block {
    margin: 1.5rem 0;         /* vertical space, horizontal space from text to picture */
}

/* Texto */

.bio-text {
    text-align: justify;
    line-height: 2;
    font-size: 17px;
    font-weight: 500;
}

@media (max-width: 768px) {     /* PARA VERSION MOVIL */

    .bio-text {
        font-size: 15px;
    }

}

/* ESPACIO ENTRE PARRAFOS */

.bio-text p {
    margin-bottom: 1.5em;    
}

/*-------------------------------------------------------------------------------------------------------------*/

/* BLOQUE DE IMAGENES BIO */

.bio-images {
    display: grid;
    grid-template-columns: 1fr;   /* mobile: una imagen por fila, 1 for row */
    margin: 2rem 0;               /* espacio vertical entre foto y texto, espacio horizontal */
}

/* Imagen */

.bio-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Layout horizontal en pantallas grandes */

@media (min-width: 1024px) {

    .bio-images {
        grid-template-columns: 1fr 1fr;
    }

}

/*-------------------------------------------------------------------------------------------------------------*/

/* MUSIC PLAYER */

.music-player {
    max-width: 50rem;
    margin: auto;
    padding: 30px 0;        /* espacio de logos social media a reproductor */
    color: #f3f3f3;
}

/* PLAYER TOP - Artwork + Main Controls */

.player-top {
    padding-top: 0px;
    display: flex;
    align-items: flex-end;
    gap: 30px;              /* espacio entre albumart y reproductor */
    margin-bottom: 2.5rem;
    width: 100%;
}

/* ARTWORK */

.album-art {
    height: 180px;
    padding-left: 10px;      /* espacio desde izquierda del artwork */
    flex-shrink: 0;
    object-fit: cover;
}

.album-art:hover {
    transform: scale(1.01);
    transition: transform 0.25s ease, filter 0.25s ease;
    filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.5)) 
            drop-shadow(0 0 5px rgba(255,255,255,0.25)) 
            brightness(1.1);
}

/* MAIN CONTROLS al lado del artwork */

.player-main-controls {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;                 /* espacio entre Titulo y botones y titulo y barra de audio */
}

@media (max-width: 768px) {     /* PARA VERSION MOVIL */

    .player-top {
        padding-top: 30px;      /* ESPACIO de social links a logo y player */
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }

    .album-art {
        height: 140px;
        padding-left: 0;
    }

    .player-main-controls {
        width: 100%;
    }

    .music-player {
        padding: 0 10px;       /* Aplica ESPACIO a izquierda y derecha */
    }

}

/* Titulo y artista */

.track-info {
    display: flex;
    flex-direction: column;
}

.track-title {
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 10px;       /* espacio entre titulo y artista */
}

.track-artist {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
}

/* BOTONES con imágenes */

.player-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 15px 0;
}

.player-buttons button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.player-buttons .btn-img {
    width: 40px;
    height: 40px;
}

#playPauseBtn {
    scale: 1.25;
}

/* Animación de pulso para Play */

@keyframes playPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Clase que se agrega cuando se reproduce */

.playing .btn-img {
    animation: playPulse 1s infinite;
}

/* Hover suave en Prev / Next */

.player-buttons button:hover .btn-img {
    transform: scale(1.1);
    transition: transform 0.2s ease-in-out;
}

/* Barra de progreso */

.progress-container {
    display: flex;
    align-items: center;
    gap: 10px;          /* espacio entre tiempo y barra */
}

#progress {
    flex: 1;
}

/*-------------------------------------------------------------------------------------------------------------*/

/* TRACKLIST */

.tracklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tracklist li {
    position: relative;
    padding: 15px 10px 15px 35px;     /* ESPACIO para bocina y debajo de cada li, top right btm left */
    cursor: pointer;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: space-between;   /* separa track-info de duración */
    height: auto;                     /* altura automática según contenido */
}

/* Línea de separación */

.tracklist li::after {
    content: "";
    position: absolute;
    left: 35px;           /* Linea empieza después de la bocina */
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(255,255,255,0.2);
}

/* Contenedor título + artista */

.tracklist li .track-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;                 /* espacio entre título y artista */
    white-space: nowrap;      /* evita salto de línea */
}

@media (max-width: 768px) {     /* PARA VERSION MOVIL */

    .tracklist li .track-info {
        white-space: normal;
    }

}

/* Título */

.tracklist li .track-text {
    font-weight: bold;
    letter-spacing: 0.25px;
}

/* Artista */

.tracklist li .track-artist-list {
    font-weight: normal;
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
    letter-spacing: 0.25px;
}

/* Duración a la derecha */

.tracklist li .track-duration {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.75);
    flex-shrink: 0; /* que no se reduzca */
    letter-spacing: 0.25px;
}

/* Hover */

.tracklist li:hover {
    opacity: 0.7;
}

/* Track activo */

.tracklist li.active {
    background: rgba(255,255,255,0.08);
    font-weight: bold;
}

/* Bocina animada */

.tracklist li.active::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 35%;           /* posicionamiento vertical de bocina, 35% funciona bien */
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url("../images/speaker.png");
    background-size: contain;
    background-repeat: no-repeat;
    animation: speakerPulse 1s infinite alternate;
}

/* Animación bocina */

@keyframes speakerPulse { 
    from { transform: scale(1); }
    to { transform: scale(1.1); }
}

/*-------------------------------------------------------------------------------------------------------------*/

/* VIDEOS */

.video-section {
    padding: 30px 0;        /* espacio entre logos y video */
}

@media (max-width: 768px) {     /* PARA VERSION MOVIL */

    .video-section {
        padding: 30px 10px 0 10px;          /* ESPACIO del contenido, top right bottom left */
    }

}

.video-section.content-width {
    max-width: 600px;       /* ancho de videos */
}

.video-grid {
    display: grid;
    grid-template-columns: 1fr; /* siempre 1 columna */
    gap: 3rem;                  /* ESPACIO entre cada video completo */
}

/* GRID RESPONSIVA */

.video-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem; /* espacio antes del video */
}

/* TITULO DE VIDEO */

.video-caption {
    display: block;           /* para que se comporte como párrafo aunque es anchor */
    color: #f3f3f3;
    font-size: 1.2rem;
    margin-top: 0.5rem;
    text-align: left;
    font-weight: 500;         /* ancho de letra, bold */
    letter-spacing: 0.5px;
    text-decoration: none;    /* quita subrayado */
    margin-bottom: 1.5rem;    /*  controla distancia título → video */
    margin: 0;                /* evita acumulación rara */
}

/* Hover elegante */

.video-caption:hover {
    color: #f3f3f3f3;
    transform: translateY(-1px);
    transition: all 0.2s ease;
}

/* BOTON DE SUBSCRIBE */

.subscribe-btn {
    font-size: 0.95rem;
    color: #fff;
    background-color: #cc0000;
    padding: 6px 10px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;     /* evita que se rompa en 2 líneas */
}

.subscribe-btn:hover {
    background-color: #e60000;
    transform: scale(1.05);
    transition: transform 0.25s ease, filter 0.25s ease;
}

/* CONTENEDOR DEL VIDEO */

.video-item {
    width: 100%;
    aspect-ratio: 16 / 9;   /* 🔥 clave */
    overflow: hidden;
    border-radius: 10px;
    background: #000;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.video-item iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* HOVER SUTIL */

.video-item:hover {
    transform: scale(1.01);
    transition: transform 0.25s ease, filter 0.25s ease;
}

/*-------------------------------------------------------------------------------------------------------------*/

/* CONTACTO */

.contact-section {
    padding-top: 30px;
}

@media (max-width: 768px) {             /* PARA VERSION MOVIL */

    .contact-section {
        padding-top: 20px;    
    }

}

.contact-title {
    display: none;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background: rgba(0,0,0,0.25);
    backdrop-filter: blur(6px);
    padding: 50px 30px 0 30px;
    border-radius: 10px;
    max-width: 700px;
    margin: 0 auto;
}

@media (max-width: 768px) {             /* PARA VERSION MOVIL */

    .contact-form {
        padding: 20px 15px 0 15px;      /* ESPACIO del contenido, top right bottom left */
    }

}

textarea {
    resize: none;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 0.4rem;
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
}

.form-group input,
.form-group textarea {
    padding: 0.7rem;
    border-radius: 6px;
    border: none;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 1rem;
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
    background: rgba(255,255,255,0.15);
}

/* BOTON */

.contact-form button {
    margin-top: 1rem;
    padding: 0.8rem;
    border: none;
    border-radius: 6px;
    background: linear-gradient(to bottom, rgba(100,100,100,0.85), rgba(30,30,30,1));
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.25s ease;
}

.contact-form button:hover {
    filter: brightness(1.2);
}

/* MENSAJE */

.form-message {
    margin-top: 1rem;
    font-size: 0.95rem;
    text-align: center;
}

.form-message.success {
    color: #4cff88;
}

.form-message.error {
    color: #ff4c4c;
}

/*-------------------------------------------------------------------------------------------------------------*/

/* GALERIA MODO MOSAICO */

.gallery-section {
    padding: 30px 0;
}

/* MASONRY REAL */

.gallery-grid {
    column-count: 3;
    column-gap: 10px;       /* ESPACIO VERTICAL entre columnas */
}

@media (max-width: 1024px) {
    .gallery-grid {
        column-count: 2;
        padding: 0 10px 0 10px;
    }
}

@media (max-width: 600px) {
    .gallery-grid {
        column-count: 1;
        padding: 0 10px 0 10px;
    }
}

/* ITEM */

.gallery-item {
    break-inside: avoid;
    margin-bottom: 10px;        /* ESPACIO HORIZONTAL entre "filas" de fotos */
    overflow: hidden;
    border-radius: 10px;
    background: rgba(0,0,0,0.25);
    backdrop-filter: blur(6px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    cursor: pointer;
}

/* IMAGEN */

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease, filter 0.4s ease;
}

/* HOVER */

.gallery-item:hover img {
    transform: scale(1.03);
    filter: brightness(1.1);
}

/*-------------------------------------------------------------------------------------------------------------*/

/* LIGHTBOX CONTENEDOR */

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    padding: 40px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0,0,0,0.9);
    backdrop-filter: blur(8px);

    justify-content: center;
    align-items: center;
}

/* CONTENIDO CENTRADO EN COLUMNA */

.lightbox-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 90%;
}

/* IMAGEN */

.lightbox-img {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(255,255,255,0.2);
    opacity: 0;
    transition: opacity 0.45s ease-in-out;      /* VELOCIDAD PRINCIPAL DEL FADE */
}

/* FADE ACTIVO */

.lightbox-img.show {
    opacity: 1;
}

/* CAPTION DEBAJO (FIX) */

.lightbox-caption {
    color: rgba(255,255,255,0.8);
    margin-top: 12px;
    text-align: center;
    font-size: 0.95rem;
    max-width: 600px;
}

/* CONTADOR */

.lightbox-counter {
    color: rgba(255,255,255,0.6);
    font-size: 0.8rem;
    margin-top: 5px;
}

/* FLECHAS */

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: white;
    background: rgba(0,0,0,0.3);
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.25s ease;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background: rgba(255,255,255,0.2);
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

/* MOBILE */

@media (max-width: 768px) {
    .lightbox-prev,
    .lightbox-next {
        font-size: 30px;
        padding: 8px 12px;
    }
}

/*-------------------------------------------------------------------------------------------------------------*/

/* LANZAMIENTOS */

.releases-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding-top: 30px;
}

/* 3 por fila en desktop */

.release-item {
    width: calc((100% - 30px) / 3);
    display: block;
}

/* IMÁGENES */

.release-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    cursor: pointer;
}

/* Efecto tipo hyperfollow */

.release-item img:hover {
    transform: scale(1.02);
}

/* 📱 Mobile: 2 por fila */

@media (max-width: 768px) {

    .releases-grid {
        padding-top: 20px;
    }

    .release-item {
        width: calc((100% - 15px) / 2);
    }
}

/*-------------------------------------------------------------------------------------------------------------*/

/* FOOTER */

.footer {
    color: #f3f3f3f3;
    text-align: center;
    padding: 15px 0 15px 0;
    font-size: 14px;
    width: 100%;
    font-family: Arial, sans-serif;
    position: static;
}


