/* mgrb.in — Global header + category styling
   Migrated from Custom HTML widget (custom_html-2, Footer sidebar) to WP Admin Additional CSS.
   Paste this into: WP Admin > Appearance > Customize > Additional CSS
   Then remove the two <style> blocks from the custom_html-2 widget (keep the widget only if it
   still holds other non-CSS content — as of 2026-07-09 it holds nothing else, so it can be emptied
   or the widget deleted once this is confirmed live). See BL-105 for background. */

#masthead{grid-template-areas:'site-logo site-title main-navigation'!important;grid-template-columns:auto 1fr auto!important;grid-template-rows:auto!important;align-items:center!important;column-gap:16px!important}
#masthead .site-logo{margin-bottom:0!important}
#masthead p.site-title{position:static!important;clip-path:none!important;overflow:visible!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;margin-block-start:0!important;margin-block-end:0!important;align-self:center!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;font-size:1rem!important;font-weight:800!important;line-height:1.2!important}
#masthead p.site-title a{color:#1A2540!important;text-decoration:none!important}
#masthead p.site-title a:hover{color:#D4AF37!important}
#masthead p.site-title::after{content:'perspective matters..';display:block;font-size:0.7rem;font-weight:400;color:#64748b;font-style:normal;line-height:1.3;margin:0;padding:0}
#masthead p.site-description{display:none!important}

/* -- mgrb.in category colours: bg + 6px masthead stripe + title colours -- */
/* Archive pages:  body.category-xxx  (body carries category class on archive) */
/* Single posts:   body.single:has(article.category-xxx)  (article carries it; body does not) */

/* Latest Thinking - gold */
body.category-latest-thinking,
body.single:has(article.category-latest-thinking){background-color:#f8fafc!important}
body.category-latest-thinking #masthead,
body.single:has(article.category-latest-thinking) #masthead{padding-bottom:8px!important;border-bottom:6px solid #D4AF37!important}
body.category-latest-thinking h1.page-title{color:#1A2540!important;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important}
body.category-latest-thinking .entry-title a:hover{color:#D4AF37!important}
article.category-latest-thinking h1.entry-title{color:#1A2540!important}

/* The Vault - steel blue */
body.category-the-vault,
body.single:has(article.category-the-vault){background-color:#eef2f7!important}
body.category-the-vault #masthead,
body.single:has(article.category-the-vault) #masthead{padding-bottom:8px!important;border-bottom:6px solid #2C5C8A!important}
body.category-the-vault h1.page-title{color:#2C5C8A!important;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important}
body.category-the-vault .entry-title a:hover{color:#2C5C8A!important}
article.category-the-vault h1.entry-title{color:#2C5C8A!important}

/* Asides - amber */
body.category-asides,
body.single:has(article.category-asides){background-color:#f7f5f2!important}
body.category-asides #masthead,
body.single:has(article.category-asides) #masthead{padding-bottom:8px!important;border-bottom:6px solid #9C6B30!important}
body.category-asides h1.page-title{color:#9C6B30!important;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important}
body.category-asides .entry-title a:hover{color:#9C6B30!important}
article.category-asides h1.entry-title{color:#9C6B30!important}

/* Stories - terracotta */
body.category-stories,
body.single:has(article.category-stories){background-color:#f9f4f5!important}
body.category-stories #masthead,
body.single:has(article.category-stories) #masthead{padding-bottom:8px!important;border-bottom:6px solid #8B4A5C!important}
body.category-stories h1.page-title{color:#8B4A5C!important;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important}
body.category-stories .entry-title a:hover{color:#8B4A5C!important}
article.category-stories h1.entry-title{color:#8B4A5C!important}
