:root { --ink:#162126; --muted:#5f6968; --paper:#f3ead8; --card:#e1d7c4; --mustard:#e4a916; --red:#b73b2c; --blue:#17618a; --green:#47773d; --line:rgba(22,33,38,.18); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:"DM Sans",sans-serif; }
button,input { font:inherit; }
button { color:inherit; }
.site-header { height:82px; padding:0 clamp(24px,5vw,76px); display:flex; align-items:center; justify-content:space-between; border-bottom:2px solid var(--ink); background:var(--paper); }
.wordmark { display:flex; align-items:center; gap:13px; color:inherit; text-decoration:none; font-size:14px; font-weight:600; letter-spacing:.03em; }
.mark { width:34px; height:34px; display:grid; place-items:center; border:2px solid var(--ink); background:var(--mustard); font-family:"Newsreader",serif; font-size:18px; font-weight:400; }
.about-button { border:2px solid var(--ink); padding:9px 14px; background:var(--red); cursor:pointer; color:#fff; font-size:11px; font-weight:600; letter-spacing:.04em; }
.hero { min-height:780px; padding:calc(56.28vw + 52px) clamp(24px,8vw,126px) 82px; position:relative; display:flex; flex-direction:column; align-items:flex-start; justify-content:flex-start; overflow:hidden; background:var(--paper); }
.hero::after { content:""; position:absolute; width:520px; height:520px; right:-180px; bottom:-250px; border:34px solid var(--mustard); border-radius:50%; opacity:.7; }
.hero-art { position:absolute; inset:0 0 auto; height:56.28vw; overflow:hidden; border-bottom:14px solid var(--ink); background:#c8c7bd; }
.hero-art::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(22,33,38,0) 45%,rgba(22,33,38,.28)); }
.hero-art img { width:100%; height:auto; object-fit:contain; object-position:center; display:block; filter:saturate(.92) contrast(1.04); }
.hero-sticker { position:absolute; z-index:1; right:clamp(24px,8vw,126px); bottom:28px; width:88px; height:88px; display:grid; place-items:center; border-radius:50%; background:var(--red); color:#fff; font-size:11px; font-weight:600; line-height:1.05; letter-spacing:.08em; text-align:center; transform:rotate(10deg); }
.hero > .eyebrow,.hero > h1,.hero > .hero-copy,.hero > .browse-link { position:relative; z-index:2; }
.hero > .hero-year { position:absolute; z-index:2; right:clamp(24px,4vw,60px); bottom:80px; width:92px; color:var(--ink); line-height:1.45; text-align:center; transform:rotate(90deg); }
.eyebrow { margin:0 0 22px; color:var(--red); font-size:10px; font-weight:600; letter-spacing:.19em; }
h1,h2,h3 { margin:0; font-family:"Newsreader",serif; font-weight:400; }
h1 { max-width:850px; font-size:clamp(52px,7.2vw,106px); line-height:.89; letter-spacing:-.045em; }
h1 em { color:var(--blue); font-weight:400; }
.hero-copy { max-width:440px; margin:34px 0 32px; color:var(--muted); font-family:"Newsreader",serif; font-size:19px; line-height:1.45; }
.browse-link { display:flex; gap:28px; align-items:center; color:inherit; text-decoration:none; font-size:12px; font-weight:600; letter-spacing:.04em; }
.browse-link span { color:var(--red); font-size:18px; }
.hero-year { position:absolute; right:clamp(25px,6vw,90px); bottom:50px; color:var(--muted); font-size:9px; line-height:1.6; letter-spacing:.18em; text-align:center; transform:rotate(90deg); }
.library { padding:95px clamp(24px,5vw,76px) 120px; background:var(--card); border-top:2px solid var(--ink); }
.section-heading { display:flex; align-items:flex-end; justify-content:space-between; padding-bottom:27px; border-bottom:1px solid rgba(36,37,32,.25); }
.section-heading .eyebrow { margin-bottom:10px; }
h2 { font-size:clamp(42px,5vw,67px); letter-spacing:-.035em; }
.film-count { margin:0 0 7px; color:var(--muted); font-size:11px; }
.toolbar { display:flex; align-items:center; justify-content:space-between; gap:24px; margin:28px 0 40px; }
.search { width:min(340px,100%); display:flex; align-items:center; gap:10px; border-bottom:1px solid rgba(36,37,32,.4); }
.search svg { width:16px; fill:none; stroke:currentColor; stroke-width:1.5; }
.search input { width:100%; padding:10px 0; border:0; outline:0; background:transparent; color:var(--ink); font-size:12px; }
.search input::placeholder { color:#79766f; }
.filters { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:6px; }
.filter { padding:8px 13px; border:1px solid rgba(36,37,32,.28); border-radius:100px; background:transparent; cursor:pointer; font-size:10px; transition:.2s; }
.filter:hover,.filter.active { background:var(--blue); color:#fff; border-color:var(--blue); }
.table-wrap { width:100%; overflow-x:auto; border-top:1px solid rgba(36,37,32,.32); }
.film-table { width:100%; border-collapse:collapse; text-align:left; }
.film-table th { padding:13px 12px; color:var(--muted); font-size:9px; font-weight:600; letter-spacing:.13em; text-transform:uppercase; }
.film-table th:first-child,.film-table td:first-child { padding-left:0; }
.film-table th:last-child,.film-table td:last-child { padding-right:0; text-align:right; }
.film-table td { padding:24px 12px; border-top:1px solid rgba(36,37,32,.16); color:var(--muted); font-size:12px; vertical-align:middle; }
.film-table tbody tr { animation:rise .45s both; animation-delay:var(--delay); }
.title-cell { width:34%; }
.title-cell a { color:var(--ink); font-family:"Newsreader",serif; font-size:clamp(21px,2vw,29px); line-height:1.1; text-decoration:none; background-image:linear-gradient(var(--red),var(--red)); background-position:0 100%; background-repeat:no-repeat; background-size:0 2px; transition:color .2s,background-size .25s; }
.title-cell a:hover { color:var(--red); background-size:100% 2px; }
.category-label { display:inline-block; padding:6px 10px; border:1px solid rgba(36,37,32,.25); border-radius:100px; background:transparent; color:var(--ink); cursor:pointer; font-size:9px; text-transform:uppercase; letter-spacing:.08em; }
.category-label:hover { border-color:var(--blue); background:var(--blue); color:#fff; }
.open-cell a { color:var(--ink); font-size:10px; font-weight:600; letter-spacing:.05em; text-decoration:none; white-space:nowrap; }
.open-cell a span { margin-left:8px; color:var(--red); font-size:15px; }
.film-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:50px 22px; }
.film-card { min-width:0; animation:rise .55s both; animation-delay:var(--delay); }
.film-card.featured { grid-column:span 2; }
.film-image { position:relative; width:100%; aspect-ratio:16/10; overflow:hidden; border:0; padding:0; background:#bbb3a8; cursor:pointer; }
.film-card.featured .film-image { aspect-ratio:2.14/1; }
.film-image img { width:100%; height:100%; object-fit:cover; filter:saturate(.78) contrast(.93); transition:transform .55s ease,filter .4s; }
.film-image::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.3)); }
.film-image:hover img { transform:scale(1.025); filter:saturate(1); }
.play { position:absolute; z-index:1; left:20px; bottom:17px; width:42px; height:42px; display:grid; place-items:center; border-radius:50%; background:rgba(243,240,233,.92); transition:transform .2s; }
.play svg { width:19px; fill:var(--ink); }
.film-image:hover .play { transform:scale(1.08); }
.duration { position:absolute; z-index:1; right:13px; bottom:12px; padding:4px 6px; color:#fff; background:rgba(0,0,0,.55); font-size:9px; }
.film-info { padding-top:16px; }
.film-meta { margin:0 0 7px; color:var(--orange); font-size:9px; font-weight:600; letter-spacing:.12em; text-transform:uppercase; }
.film-info h3 { font-size:24px; line-height:1.1; }
.location { margin:8px 0 0; color:var(--muted); font-size:11px; }
.empty-state { padding:70px 0; text-align:center; }
.empty-state p { font-family:"Newsreader",serif; font-size:30px; }
.empty-state button { border:0; border-bottom:1px solid; background:none; cursor:pointer; }
footer { padding:28px clamp(24px,5vw,76px); display:flex; justify-content:space-between; color:var(--muted); font-size:10px; letter-spacing:.04em; }
dialog { color:var(--ink); }
dialog::backdrop { background:rgba(25,24,21,.78); backdrop-filter:blur(5px); }
.player-dialog { width:min(1040px,92vw); padding:0; border:0; background:#171714; color:#fff; }
.dialog-bar { padding:20px 22px; display:flex; align-items:center; justify-content:space-between; }
.dialog-bar .eyebrow { margin:0 0 4px; }
.dialog-bar h3 { font-size:25px; }
.icon-button { width:37px; height:37px; border:1px solid currentColor; border-radius:50%; background:transparent; cursor:pointer; font-size:25px; font-weight:300; line-height:1; }
.video-wrap { aspect-ratio:16/9; }
.video-wrap iframe { width:100%; height:100%; display:block; border:0; }
.youtube-link { display:block; padding:13px 22px; color:#c9c8c1; text-align:right; text-decoration:none; font-size:11px; letter-spacing:.04em; }
.youtube-link:hover { color:#fff; }
.about-dialog { width:min(510px,90vw); padding:55px; border:3px solid var(--ink); background:var(--paper); }
.about-dialog .icon-button { position:absolute; right:20px; top:20px; }
.about-dialog h2 { margin-bottom:25px; font-size:46px; }
.about-dialog p:not(.eyebrow) { color:var(--muted); font-family:"Newsreader",serif; font-size:18px; line-height:1.55; }
.about-dialog .privacy-note { padding-top:18px; border-top:1px solid var(--line); font-family:"DM Sans",sans-serif!important; font-size:11px!important; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.login-page { min-height:100vh; display:grid; place-items:center; background:var(--paper); }
.login-card { width:min(360px,calc(100% - 48px)); text-align:center; }
.login-mark { width:42px; height:42px; display:grid; place-items:center; margin:0 auto 28px; border:2px solid var(--ink); background:var(--mustard); font-family:"Newsreader",serif; font-size:22px; }
.login-card .eyebrow { margin-bottom:13px; }
.login-card h1 { margin:0 0 32px; font-size:clamp(44px,10vw,65px); line-height:.95; }
.login-card form { display:grid; gap:12px; }
.login-card input { width:100%; padding:15px 16px; border:2px solid var(--ink); outline:0; background:transparent; color:var(--ink); text-align:center; }
.login-card input:focus { border-color:var(--blue); }
.login-card button { padding:14px 18px; border:2px solid var(--ink); background:var(--red); color:#fff; cursor:pointer; font-size:11px; font-weight:600; letter-spacing:.06em; text-transform:uppercase; }
.login-card button:hover { background:var(--blue); }
.login-error { margin:4px 0 0; color:var(--red); font-size:11px; }
@keyframes rise { from { opacity:0; transform:translateY(15px); } }
@media (max-width:800px) { .hero { min-height:650px; padding-top:calc(56.25vw + 52px); } .hero-art { height:calc(56.25vw + 14px); } .hero-year { display:none; } .toolbar { align-items:stretch; flex-direction:column; } .search { width:100%; } .filters { justify-content:flex-start; } .film-grid { grid-template-columns:repeat(2,1fr); } .film-card.featured { grid-column:span 2; } }
@media (max-width:520px) { .site-header { height:68px; } .hero { min-height:590px; padding-top:calc(56.25vw + 52px); padding-bottom:64px; } .hero-art { height:calc(56.25vw + 14px); } .hero-sticker { width:70px; height:70px; right:20px; bottom:20px; font-size:9px; } h1 { font-size:50px; } .library { padding-top:70px; } .film-grid { grid-template-columns:1fr; gap:38px; } .film-card.featured { grid-column:span 1; } .film-card.featured .film-image,.film-image { aspect-ratio:16/10; } footer { gap:20px; flex-direction:column; } .about-dialog { padding:48px 28px 35px; } }
@media (max-width:700px) { .film-table thead { display:none; } .film-table,.film-table tbody,.film-table tr,.film-table td { display:block; width:100%; } .film-table tr { position:relative; padding:22px 74px 20px 0; border-top:1px solid rgba(36,37,32,.2); } .film-table td { display:flex; justify-content:space-between; gap:20px; padding:4px 0; border:0; text-align:right; } .film-table td::before { content:attr(data-label); color:var(--muted); font-size:9px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; } .film-table .title-cell { display:block; width:100%; padding:0 0 12px; text-align:left; } .film-table .title-cell::before,.film-table .open-cell::before { display:none; } .film-table .open-cell { position:absolute; right:0; top:21px; width:auto; } .open-cell a { font-size:0; } .open-cell a span { display:grid; width:40px; height:40px; margin:0; place-items:center; border:1px solid rgba(36,37,32,.3); border-radius:50%; font-size:17px; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation-duration:.01ms!important; transition-duration:.01ms!important; } }
