/* VA8 HOMEPAGE DESKTOP LABELS ALIGNMENT (2026-03-03)
   Scope: homepage only, desktop only (>=1024px)
   Goal: Art / Architecture / Design section labels match Latest Articles heading style.
*/
@media (min-width: 1024px) {
  body.home.page-id-98 .entry-content h2#art,
  body.home.page-id-98 .entry-content h2#architecture,
  body.home.page-id-98 .entry-content h2#design {
    font-size: 13px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
  }
}
