/* ==========================================================================
   Misideal — individual director page
   Reuses .wrap/.wgrid/.wtile from work.css for the grid; this file covers
   the head — director's name on top, bio underneath, both full-width.
   ========================================================================== */

.dir-head{padding:130px 0 60px;}

.dir-head h1{font-family:var(--sans);font-weight:700;
  text-transform:uppercase;
  font-size:clamp(30px,5vw,60px);letter-spacing:-.03em;}

/* no max-width cap — the bio runs the full container width, so its lines
   break at the same right edge as the thumbnails in .wgrid below */
.dir-head .bio{font-family:var(--mono);font-weight:400;font-size:15px;line-height:1.75;
  color:rgba(240,238,233,.82);text-align:left;hyphens:none;margin-top:30px;}
