/* Insights & Guides page — this page's own sheet, and only the rules the shared
   layer does not already carry. The palette and the spacing come from
   assets/css/tokens.css and assets/css/pages.css; nothing is redefined here.
   This sheet is enqueued site-wide (functions.php), so both rules are scoped to
   #guides, the section only this template renders. The guide cards open on a
   full-bleed field photograph, so the shared white-background product-shot
   treatment (.card__image padding and .card__photo mix-blend-mode) is undone
   here for this section alone. */

#guides .card__image--cover{padding:0;height:200px;background:var(--color-pale)}
#guides .card__photo--cover{mix-blend-mode:normal;object-fit:cover}
