/* Shared theme components own colour, type, spacing, navigation and interactions. */
.ce-film-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;margin-top:48px}
.ce-film-grid--shorts{grid-template-columns:repeat(3,minmax(0,1fr))}
.ce-film-grid .video-card{min-width:0}
.ce-film-grid .section-kicker{margin:22px 0 8px}
.ce-film-note{font-size:12px;line-height:1.7;color:#59605b;margin:18px 0 0}
.ce-library-link{margin-top:30px;text-align:end}
.ce-page .content-hero__copy{min-width:0}
.ce-page :is(h1,h2,h3){overflow-wrap:break-word}
.ce-page .home-film__intro .section-kicker{margin-top:26px}
.ce-page .contact-actions strong{overflow-wrap:anywhere}
@media(max-width:900px){.ce-film-grid--shorts{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.ce-film-grid,.ce-film-grid--shorts{grid-template-columns:1fr;gap:40px}}
