.page-header { position:relative; color:var(--ink); background:var(--paper); border-bottom:1px solid var(--line); }
.page-header .desktop-navigation a:hover { color:#8a5d2d; }
.page-header .header-button { color:#fff; }
.page-header .header-button:hover { color:var(--ink); }
.project-hero { padding:clamp(7rem,12vw,11rem) 0 clamp(3rem,6vw,5.5rem); background:var(--warm); }
.project-hero .breadcrumbs { margin-bottom:2rem; font-size:.82rem; font-weight:700; }
.project-hero .breadcrumbs a { text-decoration:underline; text-underline-offset:.25em; }
.project-hero h1 { max-width:12ch; }
.project-intro { max-width:42rem; margin:0; color:var(--muted); font-size:clamp(1.1rem,2vw,1.35rem); }
.project-film { padding:0 0 var(--section); background:var(--warm); }
.film-frame { width:min(100%, 32rem); margin-inline:auto; overflow:hidden; aspect-ratio:9/16; background:#1c251e; box-shadow:0 1.25rem 4rem rgba(23,32,25,.16); }
.film-frame video { width:100%; height:100%; object-fit:cover; }
.film-frame .film-fallback { display:grid; width:100%; height:100%; place-items:center; padding:2rem; color:#fff; text-align:center; background:linear-gradient(rgba(20,28,22,.35),rgba(20,28,22,.6)); }
.film-fallback p { max-width:25rem; margin:0; }
.project-story { padding-block:var(--section); }
.story-grid { display:grid; grid-template-columns:minmax(0,1.5fr) minmax(15rem,.75fr); gap:clamp(2.5rem,9vw,10rem); }
.story-copy h2 { max-width:16ch; }
.story-copy p { max-width:42rem; color:var(--muted); font-size:1.08rem; }
.project-details { align-self:start; padding:1.75rem; background:var(--warm); }
.project-details div + div { margin-top:1.2rem; padding-top:1.2rem; border-top:1px solid var(--line); }
.project-details dt { margin-bottom:.25rem; color:#8a5d2d; font-size:.7rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }
.project-details dd { margin:0; font-weight:600; }
.project-next { padding-block:var(--section); color:#fff; background:var(--ink); }
.project-next-inner { display:flex; align-items:end; justify-content:space-between; gap:2rem; }
.project-next p { margin-bottom:.7rem; color:var(--accent); font-size:.72rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.project-next h2 { margin:0; max-width:20ch; }
.project-next .button-secondary { color:#fff; border-color:rgba(255,255,255,.65); white-space:nowrap; }
.project-next .button-secondary:hover { color:var(--ink); background:#fff; }
@media (max-width:760px) { .page-header .menu-toggle { color:var(--ink); } .story-grid { grid-template-columns:1fr; } .project-next-inner { display:block; } .project-next .button-secondary { margin-top:1.5rem; } }
@media (max-width:520px) { .film-frame { width:100%; } }
