/* archive (index.php blog/archive fallback) */

/* --- Archive main --- */
.archive-main{
  flex:1;
  max-width:1300px;
  margin:0 auto;
  width:100%;
  padding:clamp(8rem,15vh,10rem) clamp(1.25rem,5vw,3.5rem) clamp(4rem,8vh,6rem);
}
.archive-title{
  font-size:clamp(2rem,4.3vw,3.2rem);
  font-weight:800;
  letter-spacing:-.02em;
  margin:0 0 2.5rem;
}

/* --- Post grid & card --- */
/* Both live in components.css as the theme-wide .strix-related-grid /
   .strix-related-card, shared with the home, single and landing views. */

/* --- Pagination & empty state --- */
.archive-pagination{
  margin-top:2.5rem;
  color:#8A93A6;
}
.archive-empty{
  color:#9BA3B4;
  font-size:1.15rem;
}

