.hd-film-tile{text-decoration:none;display:inline-flex;align-items:center;gap:14px;max-width:100%;min-height:72px;padding:8px 16px 8px 8px;background:#fff;color:#1a1a1a;border:1px solid #e5e5e5;border-radius:7px;text-align:left;cursor:pointer;box-shadow:0 2px 8px #11100005;transition:border-color .2s,box-shadow .2s}.hd-film-tile:hover{border-color:#c8532a;box-shadow:0 4px 16px #1111}.hd-film-tile:focus-visible{outline:3px solid #c8532a;outline-offset:4px}.hd-film-poster{position:relative;display:block;width:96px;aspect-ratio:16/9;flex-shrink:0;border-radius:4px;overflow:hidden;background:#111}.hd-film-poster img{display:block;width:100%;height:100%;object-fit:cover}.hd-film-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;text-shadow:0 1px 8px #000;font-size:19px;background:#0002}.hd-film-play:before{content:"▷";display:grid;place-items:center;width:32px;height:32px;background:#111b;border:1px solid #fff9;border-radius:50%}.hd-film-text{display:flex;flex-direction:column;gap:4px;min-width:0}.hd-film-kicker{color:#a54321;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.hd-film-name{font-size:13px;line-height:1.4;font-weight:600}.hd-film-length{font-size:11px;color:#6b7280}.hd-category-films{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:14px 0 20px}.hd-category-films:empty{display:none}.hd-film-gallery-end{padding:12px 0 4px}.hd-film-gallery-end .hd-film-tile{text-decoration:none;display:flex;flex-direction:column;align-items:stretch;width:100%;padding:0;gap:0;overflow:hidden;background:#fafaf8;border-color:#e5e5e5;box-shadow:none;border-radius:8px}.hd-film-gallery-end .hd-film-poster{width:100%;border-radius:0;aspect-ratio:16/9}.hd-film-gallery-end .hd-film-play:before{width:72px;height:72px;font-size:34px;background:#fafaf8f5;color:#1a1a1a;border:1px solid #e5e5e5;text-shadow:none;box-shadow:0 4px 20px #0002}.hd-film-gallery-end .hd-film-text{padding:18px 20px 20px;gap:5px}.hd-film-gallery-end .hd-film-kicker{font-size:11px;letter-spacing:.12em}.hd-film-gallery-end .hd-film-name{font-size:17px;line-height:1.4;font-weight:600}.hd-film-gallery-end .hd-film-length{font-size:12px}.hd-film-gallery-end .hd-film-tile:hover{border-color:#c8532a;box-shadow:none}.hd-film-mobile-entry{text-decoration:none;position:absolute;left:12px;bottom:12px;z-index:11;display:inline-flex;align-items:center;gap:9px;min-height:48px;padding:10px 14px;border:1px solid #e5e5e5;border-radius:7px;background:#fafaf8f5;color:#1a1a1a;font:600 12px/1.4 system-ui,sans-serif;cursor:pointer;box-shadow:0 2px 8px #0001}.hd-film-mobile-entry svg{width:20px;height:20px;color:#c8532a}.hd-film-mobile-entry small{font-size:11px;font-weight:400;color:#6b7280}.hd-film-mobile-entry:focus-visible{outline:3px solid #c8532a;outline-offset:3px}.hd-film-mobile-entry[hidden]{display:none}.hd-film-mobile{display:flex;flex:0 0 100%;width:100%;height:100%;scroll-snap-align:start;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;background:#fafaf8}.hd-film-mobile .hd-film-tile{flex-direction:column;align-items:stretch;width:100%;padding:0;overflow:hidden}.hd-film-mobile .hd-film-poster{width:100%;border-radius:0}.hd-film-mobile .hd-film-play:before{width:60px;height:60px;font-size:30px;background:#fafaf8f5;color:#1a1a1a;text-shadow:none;border-color:#e5e5e5}.hd-film-mobile .hd-film-text{padding:14px 16px 18px}.hd-film-dialog{width:min(1040px,calc(100vw - 32px));max-width:none;max-height:calc(100dvh - 32px);margin:auto;padding:0;overflow:auto;border:1px solid #ffffff29;border-radius:10px;background:#111;color:#fff;box-shadow:0 24px 120px #0008}.hd-film-dialog::backdrop{background:#0e0e12d9;backdrop-filter:blur(5px)}.hd-film-dialog header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px}.hd-film-dialog h2{margin:4px 0 0;font-family:system-ui,sans-serif;font-size:clamp(15px,2vw,21px);line-height:1.35;font-weight:600}.hd-film-eyebrow{margin:0;color:#f4b9a0;font-size:10px;font-weight:600;letter-spacing:.13em}.hd-film-close{display:grid;place-items:center;flex-shrink:0;width:44px;height:44px;border:1px solid #ffffff50;border-radius:50%;background:transparent;color:#fff;font-size:27px;cursor:pointer}.hd-film-close:focus-visible{outline:3px solid #f4b9a0;outline-offset:3px}.hd-film-dialog video{display:block;width:100%;max-height:65dvh;aspect-ratio:16/9;background:#000;object-fit:contain}.hd-film-dialog footer{padding:14px 22px 18px;color:#ddd;font-size:12px;line-height:1.6}.hd-film-dialog footer p{margin:0}.hd-film-dialog .hd-film-demo{font-size:10px;color:#999;margin-top:5px}.hd-film-error{padding:12px 22px;color:#f4b9a0}.hd-film-error[hidden]{display:none}@media(max-width:600px){.hd-film-tile{gap:10px;padding-right:12px}.hd-film-poster{width:80px}.hd-film-dialog{width:calc(100vw - 16px);max-height:calc(100dvh - 16px)}.hd-film-dialog header{padding:12px}.hd-film-dialog footer{padding:12px}.hd-film-close{width:44px;height:44px}}@media(prefers-reduced-motion:reduce){.hd-film-tile{transition:none}}.hd-video-label{display:none}.hd-video-label[lang=en]{display:inline}html:lang(fr) .hd-video-label[lang=en],html:lang(de) .hd-video-label[lang=en]{display:none}html:lang(fr) .hd-video-label[lang=fr],html:lang(de) .hd-video-label[lang=de]{display:inline}
