/* ==========================================================================
   WORK.CSS — Work archive page only (template-work.php).
   Loaded on top of base.css. The page "head" banner (.team-page-head) is
   the shared component from base.css — this file just sets the dark
   background/padding for the grid section below it. The grid itself
   (.django-work-grid, card sizing, the "featured" wide cards) is the
   Django Work plugin's own frontend.css, since it needs to match the
   homepage rail's card styling exactly.
   ========================================================================== */

.work-archive{
  background:var(--black);
  padding:20px clamp(20px,5vw,64px) 130px;
}

@media (max-width:760px){
  .work-archive{padding:0 20px 70px;}
}
