.pct-archive {
    --pct-bg: #000;
    --pct-fg: #fff;
    --pct-muted: #aaa;
    --pct-card-bg: #fff;
    --pct-gap: 24px;
    background: var(--pct-bg);
    color: var(--pct-fg);
    padding: 175px 40px 100px;
}

.pct-archive .pct-intro {
    text-align: right;
    max-width: 320px;
    margin: 0 0 30px auto;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 300;
}

.pct-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: var(--pct-gap);
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width: 1100px) {
    .pct-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
    .pct-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
    .pct-grid { grid-template-columns: 1fr; }
    .pct-archive { padding: 100px 20px 60px; }
}

.pct-card {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    background: var(--pct-card-bg);
    overflow: hidden;
    border-radius: 12px;
    text-decoration: none;
}

.pct-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease, opacity .4s ease;
}

.pct-card:hover img {
    transform: scale(1.04);
    opacity: .85;
}

.pct-card .pct-card-title {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: 16px;
    background: linear-gradient(to top, rgba(0,0,0,.85), transparent);
    color: #fff;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .3s ease, transform .3s ease;
}

.pct-card:hover .pct-card-title {
    opacity: 1;
    transform: translateY(0);
}

@media (hover: none) {
    .pct-card .pct-card-title {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 520px) {
    .pct-card .pct-card-title {
        opacity: 1;
        transform: none;
    }
}

.pct-card.pct-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 13px;
}

/* ---------- Ficha individual ---------- */
.pct-single {
    --pct-bg: #000;
    --pct-fg: #fff;
    --pct-muted: #999;
    background: var(--pct-bg);
    color: var(--pct-fg);
    padding: 175px 40px 100px;
}

.pct-single-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.pct-single-header {
    margin-bottom: 30px;
}

.pct-single-header h1 {
    font-size: 42px;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.pct-single-meta {
    color: var(--pct-muted);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.pct-trailer {
    margin: 30px 0 40px;
}

.pct-trailer img {
    width: 100%;
    height: auto;
    display: block;
}

.pct-trailer .pct-video-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.pct-trailer .pct-video-wrap iframe,
.pct-trailer .pct-video-wrap video {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.pct-sinopsis {
    max-width: 100%;
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 40px;
}

.pct-sinopsis p {
    margin: 0 0 1em;
}

.pct-ficha-tecnica {
    margin-bottom: 40px;
    line-height: 1.9;
    font-size: 14px;
    color: var(--pct-muted);
}

.pct-ficha-tecnica strong {
    color: var(--pct-fg);
    text-transform: uppercase;
    letter-spacing: .03em;
}

.pct-ficha-tecnica .pct-ficha-sep {
    margin: 0 10px;
    opacity: .4;
}

.pct-section-title {
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 14px;
    color: var(--pct-muted);
    margin: 0 0 16px;
    border-top: 1px solid rgba(255,255,255,.15);
    padding-top: 16px;
}

.pct-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 40px;
}

.pct-gallery-grid img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

@media (max-width: 640px) {
    .pct-gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .pct-single { padding: 100px 20px 60px; }
    .pct-single-header h1 { font-size: 30px; }
}

.pct-premios ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pct-premios li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
    font-size: 15px;
}

.pct-patrocinadores {
    margin-top: 20px;
}

.pct-patrocinadores .pct-patro-texto {
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 13px;
    color: var(--pct-muted);
    margin-bottom: 16px;
}

.pct-patrocinadores .pct-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

.pct-patrocinadores .pct-logos img {
    max-height: 60px;
    width: auto;
    filter: grayscale(100%) brightness(2);
    opacity: .85;
}
