/* Project pages. Generated by scripts/build_projects.py from site/projects.json; the page
   is dark like the home and labs pages, and reuses the film frame from motion.css. */
/* The ground, the bar and the footer are plate-identity.css's. This sheet had
   been re-declaring a near-copy of them in its own hex values, which is how a
   generated page could drift a shade away from the site it belongs to. */
.project-page h1{margin:0 0 18px;max-width:16ch}
.project-page h2{margin:6px 0 16px}
.project-lead{font-size:clamp(16px,1.25vw,19px);line-height:1.55;max-width:56ch;color:#e7e6e2;margin:0 0 22px}
.project-chips{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 26px}
.chip{display:inline-block;padding:6px 11px;border-radius:2px;border:1px solid var(--line);font:700 10.5px/1.2 var(--mono);letter-spacing:.07em;text-transform:uppercase;color:var(--body)}
.project-page .film-stage{margin-top:6px}
.project-actions{display:flex;gap:22px;align-items:center;flex-wrap:wrap;margin:26px 0 10px}
.project-actions .text-link{font-size:13px;color:#d9d8d4}
.project-access{font-size:13px;color:var(--muted);line-height:1.7;max-width:64ch;margin:0 0 10px}
.project-section{margin-top:clamp(44px,7vh,72px);padding-top:clamp(24px,3.4vh,44px);border-top:1px solid var(--line)}
.project-columns{display:grid;grid-template-columns:1fr 1fr;gap:44px}
.project-list{margin:0;padding-left:18px;line-height:1.75;color:var(--body);font-size:15px;max-width:74ch}
.project-list li{margin:8px 0}
.project-list.muted{color:var(--muted)}
.project-columns .project-kicker{margin-top:22px}
.project-columns .project-kicker:first-child{margin-top:0}
.use-layout{display:grid;grid-template-columns:1.25fr 1fr;gap:44px;margin-top:26px}
.use-form{display:grid;gap:16px}
.use-form label{display:grid;gap:8px;font-size:14px;font-weight:600}
.use-form input,.use-form textarea,.use-form select{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:3px;background:var(--panel);color:var(--ink);font:inherit}
.use-form textarea{resize:vertical;min-height:120px}
.use-form :focus-visible,.project-page a:focus-visible,.project-page button:focus-visible{outline:2px solid var(--orange);outline-offset:3px}
.use-form .client-tabs{display:flex;gap:6px;flex-wrap:wrap}
.use-form .client-tabs button{padding:9px 14px;border-radius:2px;border:1px solid var(--line);background:transparent;color:var(--body);font:inherit;font-size:13px;cursor:pointer}
.use-form .client-tabs button[aria-selected="true"]{background:var(--orange-solid,#cc4400);color:#fff;border-color:var(--orange-solid,#cc4400)}
.use-note{font-size:13px;line-height:1.65;color:var(--muted);margin:0}
.use-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:6px}
.use-actions .button{border:0;cursor:pointer}
.use-status{font-size:13px;color:var(--body);min-height:20px}
.use-side{display:grid;gap:26px;align-content:start}
.use-access,.use-req{border:1px solid var(--line);border-radius:0;padding:22px;background:var(--panel)}
.use-access p{margin:0 0 14px;line-height:1.65;font-size:14px;color:var(--body)}
.use-access .button{margin-bottom:14px}
.use-access.is-pro #access-buy{display:none}
.use-preview{margin-top:26px}
.use-preview summary{cursor:pointer;padding:12px 0;font-size:14px;color:var(--body)}
.use-preview pre{white-space:pre-wrap;overflow-wrap:anywhere;background:var(--panel);border:0;border-left:2px solid var(--orange);padding:22px;border-radius:0;max-height:460px;overflow:auto;font:13px/1.7 var(--mono);color:var(--body)}
.adapted-video{margin:22px 0 0;border-radius:0;overflow:hidden;border:0;background:#0d0d0f}
.adapted-video video{display:block;width:100%;height:auto;aspect-ratio:16/9;background:#0d0d0f}
.adapted-stills{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px}
.adapted-stills img{width:100%;height:auto;border-radius:0;border:0;display:block}
.table-wrap{overflow-x:auto}
.credits{width:100%;border-collapse:collapse;font-size:13px}
.credits th{text-align:left;color:var(--muted);padding:10px 10px 10px 0;border-bottom:1px solid var(--line);font:700 10.5px/1 var(--mono);letter-spacing:.07em;text-transform:uppercase}
.credits td{padding:12px 10px 12px 0;border-bottom:1px solid var(--line);vertical-align:top;color:var(--body);line-height:1.55}
.credits a{color:var(--orange);text-decoration:underline;text-underline-offset:3px}
.project-meta{font-size:12.5px;line-height:1.7;color:var(--muted);margin:18px 0 0}
.project-meta a{color:var(--orange)}
@media(max-width:760px){.project-columns,.use-layout{grid-template-columns:1fr;gap:28px}.adapted-stills{grid-template-columns:1fr}.project-section{margin-top:52px;padding-top:32px}.project-actions{gap:14px}}

/* The page's own two-item navigation rule is gone with the bespoke bar it shaped. */
