.press-logo {
    text-align: center;
    margin: 10px 0 5px;
}

.press-logo img {
    max-width: 380px;
    width: 100%;
    height: auto;
}

.press-kicker {
    text-align: center;
    color: #cfc;
    font-size: 1.6rem;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-shadow: 0 0 5px #00ff99, 0 0 15px #00ff99, 0 0 30px #00ff99;
}

.press-section {
    margin: 40px 0;
    padding: 20px;
    border: 2px dashed #7a7;
    background: #142014;
}

.press-section p {
    color: #cfc;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 1em 0;
}

.press-section a {
    color: #0ff;
    text-decoration: none;
    border-bottom: 1px solid #0ff;
}

.press-section a:hover {
    color: #ff6666;
    border-bottom-color: #ff6666;
}

.press-section strong {
    color: #ffcc66;
    font-weight: bold;
}

.logline {
    color: #ffcc66;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
    margin: 10px 0 25px;
}

.facts {
    width: 100%;
    border-collapse: collapse;
    color: #cfc;
    font-size: 1.15rem;
}

.facts th,
.facts td {
    text-align: left;
    vertical-align: top;
    padding: 9px 10px;
    border-bottom: 1px dashed #3a3;
}

.facts th {
    color: #7f7;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    width: 34%;
    font-weight: bold;
}

.facts tr:last-child th,
.facts tr:last-child td {
    border-bottom: none;
}

.press-list {
    list-style: none;
    padding: 0;
    color: #cfc;
    font-size: 1.2rem;
    line-height: 1.6;
}

.press-list li {
    padding: 8px 0 8px 2rem;
    border-bottom: 1px dashed #3a3;
    position: relative;
}

.press-list li:last-child {
    border-bottom: none;
}

.press-list li::before {
    content: ">";
    color: #7f7;
    position: absolute;
    left: 0;
    text-shadow: 0 0 5px #00ff99, 0 0 15px #00ff99, 0 0 30px #00ff99;
}

.press-list a {
    color: #cfc;
    text-decoration: none;
    border-bottom: 1px solid #3a3;
}

.press-list a:hover {
    color: #ff6666;
    border-bottom-color: #ff6666;
}

.numbers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 10px;
}

.number {
    border: 2px solid #2a6a2a;
    background: #0c0c0c;
    padding: 18px 10px;
    text-align: center;
}

.number .big {
    display: block;
    color: #7f7;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 0 0 5px #00ff99, 0 0 15px #00ff99, 0 0 30px #00ff99;
}

.number .small {
    display: block;
    color: #8c8;
    font-size: 1rem;
    margin-top: 6px;
}

.pullquote {
    color: #ffcc66;
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 0 0 6px;
}

.pullquote-source {
    color: #8c8;
    font-size: 1.05rem;
    margin: 0 0 25px;
}

.trailer-pair {
    display: grid;
    gap: 30px;
}

.press-hero {
    margin: 0 auto 10px;
    max-width: 600px;
    border: 2px solid #2a6a2a;
    padding: 6px;
    background: #0c0c0c;
    box-shadow: 0 0 15px rgba(0, 255, 0, 0.3);
}

.press-hero img {
    width: 100%;
    height: auto;
    display: block;
}

.caption {
    color: #8c8;
    font-size: 1rem;
    text-align: center;
    margin-top: 8px;
}

@media (max-width: 700px) {
    .press-kicker {
        font-size: 1.1rem;
        letter-spacing: 3px;
    }

    .press-section {
        margin: 25px 0;
        padding: 15px;
    }

    .press-section p,
    .press-list {
        font-size: 1rem;
    }

    .logline {
        font-size: 1.1rem;
    }

    .facts {
        font-size: 1rem;
    }

    .facts th,
    .facts td {
        display: block;
        width: auto;
        border-bottom: none;
        padding: 2px 0;
    }

    .facts td {
        padding-bottom: 12px;
        border-bottom: 1px dashed #3a3;
    }

    .number .big {
        font-size: 1.6rem;
    }
}

.shot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
    margin-top: 15px;
}

.keyart-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 12px;
    align-items: start;
    margin-top: 15px;
}

.shot {
    width: 100%;
    height: auto;
    display: block;
    border: 2px solid #2a6a2a;
    background: #0c0c0c;
    cursor: pointer;
    transition: 0.2s;
}

.shot:hover {
    border-color: #ff6666;
    opacity: 0.85;
}

@media (max-width: 700px) {
    .shot-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 8px;
    }

    .keyart-grid {
        grid-template-columns: 1fr;
    }
}

.keyart-item {
    margin: 0;
}

.keyart-item .shot {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.keyart-item .cap {
    color: #8c8;
    font-size: 0.95rem;
    text-align: center;
    margin-top: 6px;
}
