/*
 * custom-seo.css — SEO/audit remediation styles
 * ------------------------------------------------------------------
 * All NEW CSS added during SEO work goes here, NOT in main.css.
 *
 * Why: main.css (906 KB) is the source of truth for the site's styling
 * but has drifted from the scss/ source — a fresh Sass compile does not
 * reproduce it (bidirectional drift, ~84 selectors + 68 KB). Recompiling
 * main.scss would silently drop live rules. So main.css and scss/ are
 * both frozen; new styling is layered here instead.
 *
 * This file is enqueued in functions.php after main.css, so rules here
 * win on equal specificity. Keep additions scoped and commented by the
 * audit item that introduced them (e.g. "S3 — search results").
 * ------------------------------------------------------------------
 */
