/* Reusable editorial screening page: the film leads, booking stays easy to find. */
.screening-page { --screening-ink: #64122b; --screening-pale: #ffe3ef; }
.screening-breadcrumbs { padding-top: 24px; padding-bottom: 24px; }
.screening-breadcrumbs .breadcrumb { margin: 0; font-size: .8125rem; }
.screening-hero { position: relative; isolation: isolate; overflow: hidden; padding: 0; background: var(--screening-pale); color: var(--screening-ink); }
.screening-hero__inner { position: relative; padding-top: clamp(44px, 5vw, 72px); padding-bottom: clamp(44px, 5vw, 72px); }
.screening-hero h1 { max-width: 870px; color: inherit; font-size: clamp(2.5rem, 5.3vw, 4.75rem); line-height: 1.08; letter-spacing: -.035em; margin: 0; text-wrap: balance; overflow-wrap: break-word; }
.screening-hero--photo { color: #fff; }
.screening-hero--photo .screening-hero__inner { min-height: 460px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding-top: 150px; }
.screening-hero__image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.screening-hero--photo::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(26,8,15,.88), rgba(26,8,15,.36) 56%, rgba(26,8,15,.08)); }
.screening-page .screening-back { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; margin-bottom: 24px; padding: 10px 16px; border: 1px solid currentColor; color: inherit; text-decoration: none; font-size: .8125rem; font-weight: 500; background: transparent; transition: background .18s ease; }
.screening-back:hover { background: rgba(100,18,43,.06); }
.screening-hero--photo .screening-back:hover { background: rgba(255,255,255,.12); }
.screening-layout { display: grid; grid-template-columns: minmax(220px, 280px) minmax(0, 1fr); gap: clamp(48px, 7vw, 100px); padding-top: clamp(44px, 6vw, 80px); padding-bottom: clamp(48px, 7vw, 96px); }
.screening-details { align-self: start; position: sticky; top: 48px; border-top: 2px solid var(--screening-ink); padding-top: 22px; }
.screening-details h2 { font-family: var(--font-sans); font-size: .75rem; line-height: 1.5; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; color: var(--screening-ink); margin: 0 0 24px; }
.screening-details dl { margin: 0 0 28px; }
.screening-details dl > div { margin-bottom: 22px; }
.screening-details dt { color: #70666c; font-size: .75rem; font-weight: 400; margin-bottom: 7px; }
.screening-details dd { font-size: 1rem; line-height: 1.65; margin: 0; }
.screening-details__time { display: block; color: #70666c; font-size: .9375rem; font-variant-numeric: tabular-nums; }
.screening-page .screening-book { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 48px; padding: 14px 20px; background: var(--screening-ink); color: #fff; border: 1px solid var(--screening-ink); font-size: .9375rem; font-weight: 600; text-decoration: none; transition: background .18s ease; }
.screening-page .screening-book:hover { background: #991b3c; }
.screening-book > span[aria-hidden] { transition: transform .18s ease; }
.screening-book:hover > span[aria-hidden] { transform: translate(3px, -3px); }
.screening-page a:focus-visible { outline: 3px solid var(--pink); outline-offset: 5px; }
.screening-content { min-width: 0; max-width: 780px; font-size: 1rem; line-height: 1.8; overflow-wrap: break-word; }
.screening-content > :first-child { margin-top: 0; }
.screening-content p { margin: 0 0 24px; }
.screening-content > div { margin-bottom: 24px; }
.screening-content > div:empty, .screening-content p:empty { display: none; }
.screening-content h2 { color: var(--screening-ink); font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.2; margin: 42px 0 24px; }
.screening-content h3 { color: var(--screening-ink); margin: 32px 0 18px; font-size: 1.6rem; }
.screening-content .screening-lead { font-size: clamp(1.2rem, 1.8vw, 1.4rem); line-height: 1.65; }
.screening-content .screening-section { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--screening-pale); }
.screening-content .screening-section:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.screening-content .screening-notes { background: var(--screening-pale); color: #3b2931; border-left: 3px solid var(--screening-ink); padding: 24px; font-size: .9375rem; }
.screening-content .screening-section.screening-notes { padding-bottom: 24px; }
.screening-content .screening-notes h2 { font-size: 1.6rem; margin-top: 0; }
.screening-content .screening-notes p:last-child { margin-bottom: 0; }
.screening-content a { color: var(--screening-ink); text-underline-offset: 4px; }
.screening-content img { max-width: 100%; height: auto; }
.screening-content .wp-block-button__link { border-radius: 0; background: var(--screening-ink); color: #fff; }
.screening-layout--content-only { display: block; }
.screening-programme { padding-bottom: 64px; }
.screening-programme:empty { display: none; }
.screening-programme > h2 { border-top: 1px solid var(--screening-pale); padding-top: 40px; color: var(--screening-ink); font-size: clamp(1.8rem, 3vw, 2.5rem); }
@keyframes screening-arrive { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: no-preference) {
    .screening-hero__inner > * { animation: screening-arrive .55s ease both; }
    .screening-hero__inner > :nth-child(2) { animation-delay: .08s; }
}
@media (max-width: 991px) {
    .screening-layout { grid-template-columns: minmax(190px, 230px) minmax(0, 1fr); gap: 40px; }
    .screening-hero--photo .screening-hero__inner { min-height: 380px; }
}
@media (max-width: 767px) {
    .screening-page .container { padding-left: 24px; padding-right: 24px; }
    .screening-hero--photo { color: var(--screening-ink); }
    .screening-hero__image { position: static; display: block; width: 100%; height: auto; max-height: 480px; object-fit: contain; background: #24121b; }
    .screening-hero--photo::after { display: none; }
    .screening-hero--photo .screening-hero__inner { min-height: 0; padding-top: 32px; padding-bottom: 36px; }
    .screening-hero h1 { font-size: clamp(2.25rem, 8.5vw, 3.5rem); }
    .screening-page .screening-back { margin-bottom: 20px; }
    .screening-layout { grid-template-columns: minmax(0, 1fr); gap: 36px; padding-top: 32px; }
    .screening-details { position: static; padding-bottom: 28px; border-bottom: 1px solid var(--screening-pale); }
    .screening-details h2 { margin-bottom: 20px; }
    .screening-details dl { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 24px; margin-bottom: 24px; }
    .screening-details dl > div { margin: 0; }
    .screening-details dd { font-size: .9375rem; }
    .screening-book { width: 100%; }
    .screening-programme { padding-bottom: 44px; }
}
@media (prefers-reduced-motion: reduce) {
    .screening-page *, .screening-page *::before, .screening-page *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
