/* BrandUp SEO — styling for elements the theme does not already provide.
   Uses the theme's own CSS variables so it inherits the brand palette. */

.bu-seo-crumbs{padding:14px 0 0;font-size:13px;opacity:.75}
.bu-seo-crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0}
.bu-seo-crumbs li+li::before{content:"‹";margin-left:8px;opacity:.5}
.bu-seo-crumbs a{color:inherit;text-decoration:none;border-bottom:1px solid transparent}
.bu-seo-crumbs a:hover{border-bottom-color:currentColor}

.bu-case__facts{display:grid;gap:16px}
.bu-case__facts dt{font-size:12px;letter-spacing:.06em;text-transform:uppercase;opacity:.6;margin-bottom:4px}
.bu-case__facts dd{margin:0;font-weight:600}

.bu-conv-hero--service{padding-block:clamp(64px,10vw,120px)}
.bu-conv-hero--service h1{max-width:22ch}
.bu-conv-hero--service .bu-conv-hero__lead{max-width:62ch}

.bu-case figure figcaption{margin-top:10px;font-size:13px;opacity:.65}

.bu-seo-related .bu-path-card h3{margin:0}
.bu-seo-related .bu-path-card h3 a{text-decoration:none;color:inherit;border-bottom:1px solid rgba(198,166,107,.5)}
.bu-seo-related .bu-path-card h3 a:hover{border-bottom-color:currentColor}

/* ---- Cycle 02 ---------------------------------------------------------- */

/* Sector archive header (C-017). Sits above the theme's card grid. */
.bu-seo-archive-head{padding-bottom:28px}
.bu-seo-archive-head h1{margin:6px 0 12px}
.bu-seo-archive-head__links{display:flex;flex-wrap:wrap;gap:18px;margin-top:14px}

/* Guide pages (C-019). */
.bu-seo-guide__updated{margin-top:14px;font-size:.85rem;opacity:.7}
.bu-guide-page .bu-conv-adready__item h3{margin-bottom:6px}
