/* =========================================================
   COSTA DEL ROCK
   FICHA INDIVIDUAL DE SALA
   sala-individual.css
   ========================================================= */


/* =========================================================
   BASE
   ========================================================= */

.cdr-sala-page {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 70px 40px 100px;
    box-sizing: border-box;
    color: #ffffff;
}

.cdr-sala-page * {
    box-sizing: border-box;
}


/* =========================================================
   CABECERA DE LA SALA
   ========================================================= */

.cdr-sala-hero {
    position: relative;

    padding: 62px 64px 58px;

    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(192,0,0,.055),
            transparent 38%
        ),
        linear-gradient(
            135deg,
            #191919 0%,
            #111111 55%,
            #0d0d0d 100%
        ) !important;

    border: 1px solid rgba(255,255,255,.16);
    border-radius: 24px;

    box-shadow:
        0 25px 70px rgba(0,0,0,.48),
        inset 0 1px 0 rgba(255,255,255,.035);

    overflow: hidden;
}

.cdr-sala-hero::before {
    content: "";

    position: absolute;

    top: 0;
    left: 8%;
    right: 8%;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(192,0,0,.7),
            rgba(255,255,255,.28),
            rgba(192,0,0,.7),
            transparent
        );

    opacity: .8;
}


/* =========================================================
   CABECERA SUPERIOR
   ========================================================= */

.cdr-sala-hero-top {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    gap: 40px;
}


/* =========================================================
   TÍTULO
   ========================================================= */

.cdr-sala-title-block {
    min-width: 0;
}

.cdr-sala-label {
    display: block;

    margin-bottom: 16px;

    color: #d00000;

    font-size: 14px;
    line-height: 1;

    font-weight: 800;

    letter-spacing: 5px;
}

.cdr-sala-titulo {
    margin: 0;

    color: #ffffff !important;

    font-size: clamp(48px, 5vw, 78px);
    line-height: .98;

    font-weight: 800;

    letter-spacing: -2.5px;
}


/* =========================================================
   UBICACIÓN
   ========================================================= */

.cdr-sala-location {
    display: flex;
    flex-wrap: wrap;

    gap: 12px 28px;

    margin-top: 30px;

    color: #aaaaaa;

    font-size: 18px;
    line-height: 1.5;
}

.cdr-sala-location span {
    display: inline-flex;
    align-items: center;
}


/* =========================================================
   AÑADIR CONCIERTO
   ========================================================= */

.cdr-btn-add-concierto {
    flex: 0 0 auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    padding: 14px 24px;

    color: #ffffff !important;
    text-decoration: none !important;

    background: rgba(0,0,0,.22) !important;

    border: 1px solid #c00000 !important;
    border-radius: 999px;

    font-size: 16px;
    font-weight: 700;

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

.cdr-btn-add-concierto span {
    color: #d00000;

    font-size: 25px;
    line-height: 1;
}

.cdr-btn-add-concierto:hover {
    color: #ffffff !important;

    background: rgba(192,0,0,.10) !important;

    border-color: #e00000 !important;

    transform: translateY(-2px);

    box-shadow: 0 8px 25px rgba(192,0,0,.15);
}


/* =========================================================
   ENLACES
   TODOS IGUALES
   ========================================================= */

.cdr-sala-links {
    position: relative;
    z-index: 2;

    display: flex;
    flex-wrap: wrap;

    gap: 12px;

    margin-top: 30px;
}

.cdr-sala-links .cdr-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 145px;

    padding: 12px 20px;

    color: #c8c8c8 !important;
    text-decoration: none !important;

    background: rgba(255,255,255,.025) !important;

    border: 1px solid rgba(255,255,255,.16) !important;
    border-radius: 11px;

    font-size: 15px;
    font-weight: 600;

    transition:
        color .2s ease,
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.cdr-sala-links .cdr-link:hover {
    color: #ffffff !important;

    background: rgba(192,0,0,.08) !important;

    border-color: rgba(192,0,0,.65) !important;

    transform: translateY(-2px);
}


/* =========================================================
   DESCRIPCIÓN
   ========================================================= */

.cdr-sala-description {
    position: relative;
    z-index: 2;

    max-width: 1250px;

    margin-top: 34px;

    color: #bcbcbc;

    font-size: 20px;
    line-height: 1.75;
}

.cdr-sala-description p {
    margin: 0 0 12px;
}

.cdr-sala-description p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   AGENDA
   ========================================================= */

.cdr-sala-concerts {
    margin-top: 90px;
}


/* =========================================================
   CABECERA DE SECCIÓN
   ========================================================= */

.cdr-sala-section-heading {
    margin-bottom: 32px;
}

.cdr-sala-section-label {
    display: block;

    margin-bottom: 14px;

    color: #d00000;

    font-size: 13px;
    line-height: 1;

    font-weight: 800;

    letter-spacing: 4px;
}

.cdr-sala-section-heading h2 {
    margin: 0;

    color: #ffffff !important;

    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.05;

    font-weight: 750;

    letter-spacing: -1.5px;
}

.cdr-sala-seo {
    max-width: 950px;

    margin: 16px 0 0;

    color: #666666;

    font-size: 16px;
    line-height: 1.6;
}


/* =========================================================
   GRID DE CONCIERTOS
   ========================================================= */

.cdr-sala-grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 28px;

    align-items: stretch;
}


/* =========================================================
   CARD DE CONCIERTO
   ========================================================= */

.cdr-sala-card {
    min-width: 0;
    height: 100% !important;

    margin: 0;
    padding: 0 !important;

    background:
        linear-gradient(
            145deg,
            #171717 0%,
            #101010 100%
        ) !important;

    border: 1px solid rgba(255,255,255,.15) !important;
    border-radius: 18px !important;

    overflow: hidden;

    box-shadow:
        0 16px 40px rgba(0,0,0,.35),
        inset 0 1px 0 rgba(255,255,255,.035);

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

.cdr-sala-card:hover {
    transform: translateY(-4px);

    border-color: rgba(192,0,0,.55) !important;

    box-shadow:
        0 22px 50px rgba(0,0,0,.45),
        0 0 24px rgba(192,0,0,.06);
}


/* =========================================================
   ENLACE
   ========================================================= */

.cdr-sala-link {
    display: flex !important;
    flex-direction: column !important;

    width: 100%;
    height: 100% !important;

    color: inherit !important;
    text-decoration: none !important;
}


/* =========================================================
   ZONA DEL CARTEL
   MISMA ALTURA PARA TODAS
   ========================================================= */

.cdr-sala-cartel {
    width: 100%;
    height: 410px !important;

    flex: 0 0 410px;

    display: flex;

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

    padding: 14px !important;

    background:
        #080808 !important;

    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.10) !important;

    overflow: hidden;
}

.cdr-sala-cartel img {
    display: block;

    width: 100% !important;
    height: 100% !important;

    max-width: 100%;
    max-height: 100%;

    object-fit: contain !important;

    border-radius: 7px;

    transition: transform .3s ease;
}

.cdr-sala-card:hover .cdr-sala-cartel img {
    transform: scale(1.015);
}


/* =========================================================
   SIN CARTEL
   ========================================================= */

.cdr-sala-cartel-empty {
    display: flex;

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

    width: 100%;
    height: 100%;

    color: #555555;

    font-size: 14px;
}


/* =========================================================
   FRANJA DEL TÍTULO
   ========================================================= */

.cdr-sala-card-title {
    width: 100%;

    min-height: 76px;

    display: flex;
    align-items: center;

    padding: 15px 20px;

    background:
        linear-gradient(
            180deg,
            #181818,
            #141414
        ) !important;

    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.10) !important;
}

.cdr-sala-card-title h3 {
    width: 100%;

    margin: 0;

    color: #ffffff !important;

    font-size: 19px;
    line-height: 1.25;

    font-weight: 650;

    text-align: left;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden;
}


/* =========================================================
   FECHA
   ========================================================= */

.cdr-sala-card-date {
    min-height: 108px;

    display: flex;

    flex-direction: column;
    justify-content: center;

    padding: 16px 20px 20px;

    background:
        #101010 !important;

    border: 0 !important;

    margin: 0 !important;
}


/* =========================================================
   DÍA DE LA SEMANA
   ========================================================= */

.cdr-sala-card-day-name {
    display: block;

    margin-bottom: 6px;

    color: #d00000 !important;

    font-size: 11px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: 3px;
}


/* =========================================================
   DÍA
   ========================================================= */

.cdr-sala-card-day {
    display: inline-block;

    color: #ffffff !important;

    font-size: 40px;

    line-height: 1;

    font-weight: 800;
}


/* =========================================================
   MES
   ========================================================= */

.cdr-sala-card-month {
    display: inline-block;

    margin-left: 8px;

    color: #a5a5a5 !important;

    font-size: 14px;

    line-height: 1;

    font-weight: 600;

    letter-spacing: .4px;
}


/* =========================================================
   FECHA PENDIENTE
   ========================================================= */

.cdr-sala-card-no-date {
    color: #777777;
    font-size: 14px;
}


/* =========================================================
   OCULTAR CUALQUIER HORA/TICKET ANTIGUO
   ========================================================= */

.cdr-sala-card-hora {
    display: none !important;
}


/* =========================================================
   HISTORIAL
   ========================================================= */

.cdr-sala-history {
    margin-top: 100px;
}


/* =========================================================
   HISTORIAL — 4 POR FILA
   ========================================================= */

.cdr-sala-history-list {
    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 10px 12px;
}


/* =========================================================
   ITEM HISTORIAL
   ========================================================= */

.cdr-sala-history-item {
    min-width: 0;

    display: flex;

    align-items: center;

    min-height: 52px;

    padding: 10px 15px;

    color: #a8a8a8 !important;
    text-decoration: none !important;

    background:
        rgba(255,255,255,.018) !important;

    border: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 8px;

    font-size: 13px;

    line-height: 1.3;

    font-weight: 500;

    transition:
        color .2s ease,
        border-color .2s ease,
        background .2s ease;
}

.cdr-sala-history-item:hover {
    color: #ffffff !important;

    background:
        rgba(192,0,0,.055) !important;

    border-color:
        rgba(192,0,0,.45) !important;
}


/* =========================================================
   ESTADO VACÍO
   ========================================================= */

.cdr-sala-empty {
    grid-column: 1 / -1;

    padding: 35px;

    text-align: center;

    color: #777777;

    background:
        rgba(255,255,255,.015);

    border: 1px solid rgba(255,255,255,.09);

    border-radius: 12px;
}

.cdr-sala-empty span {
    display: block;

    margin-bottom: 10px;

    color: #c00000;

    font-size: 28px;
}

.cdr-sala-empty p {
    margin: 0;

    font-size: 15px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1200px) {

    .cdr-sala-page {
        padding-left: 25px;
        padding-right: 25px;
    }

    .cdr-sala-hero {
        padding: 50px 45px;
    }

    .cdr-sala-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cdr-sala-history-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cdr-sala-cartel {
        height: 390px !important;
        flex-basis: 390px;
    }
}


/* =========================================================
   TABLET PEQUEÑA
   ========================================================= */

@media (max-width: 850px) {

    .cdr-sala-page {
        padding: 45px 18px 80px;
    }

    .cdr-sala-hero {
        padding: 40px 30px;
        border-radius: 18px;
    }

    .cdr-sala-hero-top {
        flex-direction: column;
        gap: 28px;
    }

    .cdr-btn-add-concierto {
        align-self: flex-start;
    }

    .cdr-sala-location {
        font-size: 16px;
    }

    .cdr-sala-description {
        font-size: 18px;
    }

    .cdr-sala-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .cdr-sala-cartel {
        height: 340px !important;
        flex-basis: 340px;
    }

    .cdr-sala-history-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 600px) {

    .cdr-sala-page {
        padding: 30px 14px 60px;
    }

    .cdr-sala-hero {
        padding: 32px 22px;
    }

    .cdr-sala-titulo {
        font-size: 42px;
        letter-spacing: -1.5px;
    }

    .cdr-sala-label {
        font-size: 12px;
        letter-spacing: 4px;
    }

    .cdr-sala-location {
        flex-direction: column;
        gap: 8px;
        margin-top: 22px;
    }

    .cdr-sala-links {
        gap: 8px;
    }

    .cdr-sala-links .cdr-link {
        min-width: 0;
        flex: 1 1 calc(50% - 8px);
        padding: 11px 12px;
        font-size: 14px;
    }

    .cdr-sala-description {
        margin-top: 25px;
        font-size: 16px;
        line-height: 1.65;
    }

    .cdr-sala-concerts,
    .cdr-sala-history {
        margin-top: 65px;
    }

    .cdr-sala-section-heading h2 {
        font-size: 38px;
    }

    .cdr-sala-grid {
        grid-template-columns: 1fr;
    }

    .cdr-sala-cartel {
        height: auto !important;
        flex-basis: auto;
        aspect-ratio: 2 / 3;
    }

    .cdr-sala-history-list {
        grid-template-columns: 1fr;
    }

    .cdr-sala-card-title {
        min-height: 70px;
    }

    .cdr-sala-card-date {
        min-height: 100px;
    }
}