/* Token bridge: Timpson Marketing design system -> blog tokens. */
:root {
  --bl-bg: var(--bg); --bl-surface: var(--surface); --bl-surface2: var(--surface-2);
  --bl-border: var(--border); --bl-text: var(--text); --bl-muted: var(--text-muted);
  --bl-dim: var(--text-dim); --bl-accent: var(--brand); --bl-accent2: var(--brand-2);
}

/* ==========================================================================
   BLOG / INSIGHTS STYLESHEET
   Shared across timpsonmarketing.com and josephtimpson.com. Each site's build
   prepends a token bridge that maps its own design system variables onto the
   --bl-* tokens used below, so this file stays single source.
   ========================================================================== */

/* ---------- shell ---------- */
.post-shell { max-width: 820px; padding-top: 40px; padding-bottom: 24px; }
.crumbs { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--bl-dim); margin-bottom: 26px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.crumbs a { color: var(--bl-dim); text-decoration: none; }
.crumbs a:hover { color: var(--bl-accent); }
.crumbs span[aria-current] { color: var(--bl-muted); }

.post-head { margin-bottom: 34px; }
.post-eyebrow { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--bl-accent); margin-bottom: 16px; }
.post-eyebrow .dot, .by-meta .dot, .pc-meta .dot { color: var(--bl-dim); margin: 0 4px; }
.post-head h1 { font-family: var(--font-display); font-size: clamp(31px, 5.2vw, 50px); font-weight: 800;
  line-height: 1.1; letter-spacing: -0.03em; color: var(--bl-text); margin: 0 0 18px; }
.post-dek { font-size: clamp(17px, 2.2vw, 20px); line-height: 1.6; color: var(--bl-muted); margin: 0 0 26px; }
.post-dek a { color: var(--bl-accent); }

.post-byline { display: flex; align-items: center; gap: 12px; padding: 16px 0; border-top: 1px solid var(--bl-border);
  border-bottom: 1px solid var(--bl-border); }
.post-byline img { width: 34px; height: 34px; border-radius: 50%; object-fit: contain; background: var(--bl-surface); flex-shrink: 0; }
.by-name { display: block; font-weight: 700; font-size: 14px; color: var(--bl-text); }
.by-meta { display: block; font-size: 12.5px; color: var(--bl-dim); }

.hero-stat { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-top: 24px; padding: 20px 24px;
  background: var(--bl-surface); border: 1px solid var(--bl-border); border-left: 3px solid var(--bl-accent);
  border-radius: var(--r-md); }
.hs-num { font-family: var(--font-display); font-size: clamp(30px, 4vw, 40px); font-weight: 800; color: var(--bl-accent); line-height: 1; }
.hs-label { font-size: 15px; color: var(--bl-text); line-height: 1.5; flex: 1 1 220px; }
.hs-src { font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--bl-dim); width: 100%; }
.hs-src a { color: var(--bl-dim); }
.hs-src a:hover { color: var(--bl-accent); }

/* ---------- tldr + toc ---------- */
.tldr { background: var(--bl-surface); border: 1px solid var(--bl-border); border-radius: var(--r-xl);
  padding: 24px 28px; margin: 32px 0; }
.tldr-title { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--bl-accent); margin: 0 0 14px; }
.tldr ul { margin: 0; padding: 0; list-style: none; }
.tldr li { position: relative; padding-left: 22px; font-size: 15.5px; line-height: 1.65; color: var(--bl-text);
  margin-bottom: 10px; }
.tldr li:last-child { margin-bottom: 0; }
.tldr li::before { content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border-radius: 50%;
  background: var(--bl-accent); }

.toc { background: var(--bl-surface); border: 1px solid var(--bl-border); border-radius: var(--r-md);
  padding: 20px 24px; margin: 0 0 40px; }
.toc-title { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--bl-dim); margin: 0 0 12px; }
.toc ol { margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.toc li { counter-increment: toc; border-top: 1px solid var(--bl-border); padding: 9px 0; }
.toc li:first-child { border-top: none; padding-top: 0; }
.toc li::before { content: counter(toc, decimal-leading-zero); font-family: var(--font-mono); font-size: 11px;
  font-weight: 700; color: var(--bl-accent); margin-right: 12px; }
.toc a { color: var(--bl-muted); font-size: 14.5px; text-decoration: none; }
.toc a:hover { color: var(--bl-accent); }

/* ---------- body typography ---------- */
.guide-body { font-size: 17px; }
.guide-body h2 { font-family: var(--font-display); font-size: clamp(25px, 3.4vw, 33px); font-weight: 800;
  letter-spacing: -0.022em; line-height: 1.2; margin: 56px 0 18px; color: var(--bl-text); scroll-margin-top: 90px; }
.guide-body h3 { font-family: var(--font-display); font-size: clamp(19px, 2.4vw, 22px); font-weight: 700;
  letter-spacing: -0.012em; margin: 36px 0 12px; color: var(--bl-text); scroll-margin-top: 90px; }
.guide-body h4 { font-family: var(--font-display); font-size: 17px; font-weight: 700; margin: 28px 0 10px; color: var(--bl-text); }
.guide-body > *:first-child { margin-top: 0; }
.guide-body p { font-size: 17px; color: var(--bl-muted); line-height: 1.78; margin: 0 0 20px; }
.guide-body p strong, .guide-body li strong { color: var(--bl-text); font-weight: 700; }
.guide-body a { color: var(--bl-accent); text-decoration: none; border-bottom: 1px solid color-mix(in srgb, var(--bl-accent) 40%, transparent); }
.guide-body a:hover { border-bottom-color: var(--bl-accent); }
.guide-body ul, .guide-body ol { margin: 0 0 22px; padding-left: 24px; }
.guide-body li { font-size: 16.5px; color: var(--bl-muted); line-height: 1.72; margin-bottom: 10px; }
.guide-body ul li::marker { color: var(--bl-accent); }
.guide-body ol li::marker { color: var(--bl-accent); font-family: var(--font-mono); font-size: 14px; font-weight: 700; }
.guide-body code { font-family: var(--font-mono); font-size: 0.88em; background: var(--bl-surface2);
  border: 1px solid var(--bl-border); border-radius: 5px; padding: 2px 6px; color: var(--bl-text); }
.post-rule { border: none; border-top: 1px solid var(--bl-border); margin: 44px 0; }

/* ---------- answer box ---------- */
.answer-box { background: var(--bl-surface); border: 1px solid var(--bl-border); border-left: 3px solid var(--bl-accent);
  border-radius: var(--r-md); padding: 22px 26px; margin: 28px 0; }
.answer-box .label { font-family: var(--font-mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--bl-accent); margin-bottom: 10px; }
.answer-box p { font-size: 16.5px; color: var(--bl-text); line-height: 1.68; margin: 0 0 12px; }
.answer-box p:last-child { margin-bottom: 0; }

/* ---------- pull quote ---------- */
.pull-quote { margin: 34px 0; padding: 26px 30px; background: var(--bl-surface); border: 1px solid var(--bl-border);
  border-radius: var(--r-xl); position: relative; }
.pull-quote blockquote { margin: 0; }
.pull-quote blockquote p { font-family: var(--font-serif); font-size: clamp(19px, 2.6vw, 23px); line-height: 1.5;
  color: var(--bl-text); margin: 0 0 16px; }
.pull-quote figcaption { display: flex; flex-direction: column; gap: 2px; padding-top: 14px; border-top: 1px solid var(--bl-border); }
.q-name { font-weight: 700; font-size: 14px; color: var(--bl-text); }
.q-name a { color: var(--bl-accent); text-decoration: none; }
.q-role { font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--bl-dim); }

/* ---------- key stat ---------- */
.key-stat { display: flex; gap: 22px; align-items: center; margin: 30px 0; padding: 22px 26px;
  background: var(--bl-surface); border: 1px solid var(--bl-border); border-radius: var(--r-xl); }
.ks-num { font-family: var(--font-display); font-size: clamp(34px, 5vw, 46px); font-weight: 800; color: var(--bl-accent);
  line-height: 1; flex-shrink: 0; }
.ks-body p { margin: 0 0 6px; font-size: 16px; color: var(--bl-text); line-height: 1.55; }
.ks-src { font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--bl-dim); }
.ks-src a { color: var(--bl-dim); }
.ks-src a:hover { color: var(--bl-accent); }

/* ---------- stat trio ---------- */
.stat-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 32px 0; }
.stat-3 .cell { background: var(--bl-surface); border: 1px solid var(--bl-border); border-radius: var(--r-md); padding: 22px 20px; }
.stat-3 .num { font-family: var(--font-display); font-weight: 800; font-size: clamp(27px, 3.4vw, 38px);
  color: var(--bl-accent); letter-spacing: -0.025em; line-height: 1; }
.stat-3 .desc { font-size: 13.5px; color: var(--bl-muted); line-height: 1.5; margin-top: 8px; }
.stat-3 .src { font-family: var(--font-mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--bl-dim); margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--bl-border); }
.stat-3 .src a { color: var(--bl-dim); }

/* ---------- checklist ---------- */
.checklist { background: var(--bl-surface); border: 1px solid var(--bl-border); border-radius: var(--r-xl);
  padding: 26px 28px; margin: 32px 0; }
.cl-title { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--bl-dim); margin: 0 0 14px; }
.checklist ol { list-style: none; padding: 0; margin: 0; counter-reset: chk; }
.checklist li { counter-increment: chk; display: flex; gap: 14px; align-items: flex-start; padding: 13px 0;
  border-top: 1px solid var(--bl-border); font-size: 15.5px; color: var(--bl-muted); line-height: 1.6; }
.checklist li:first-child { border-top: none; padding-top: 0; }
.checklist li::before { content: counter(chk); font-family: var(--font-mono); font-size: 12px; font-weight: 700;
  color: var(--bl-accent); background: color-mix(in srgb, var(--bl-accent) 12%, transparent); border-radius: 50%;
  width: 23px; height: 23px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }

/* ---------- step cards ---------- */
.grid-title { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--bl-dim); margin: 32px 0 12px; }
.signal-grid { display: flex; flex-direction: column; gap: 2px; margin: 24px 0 32px; }
.signal-card { background: var(--bl-surface); border: 1px solid var(--bl-border); border-radius: var(--r-md); padding: 22px 26px; }
.signal-card:first-child { border-radius: var(--r-xl) var(--r-xl) var(--r-md) var(--r-md); }
.signal-card:last-child { border-radius: var(--r-md) var(--r-md) var(--r-xl) var(--r-xl); }
.signal-card .sig-num { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--bl-accent); margin-bottom: 8px; }
.signal-card h3 { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--bl-text); margin: 0 0 9px; }
.signal-card p { font-size: 14.5px; color: var(--bl-muted); line-height: 1.65; margin: 0; }

/* ---------- tables ---------- */
.table-wrap { overflow-x: auto; margin: 30px 0; border: 1px solid var(--bl-border); border-radius: var(--r-md);
  -webkit-overflow-scrolling: touch; }
.post-table, .cmp-table { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 520px; }
.post-table caption, .cmp-table caption { text-align: left; padding: 16px 20px 0; font-family: var(--font-mono);
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--bl-dim); }
.post-table th, .cmp-table th, .post-table td, .cmp-table td { padding: 14px 18px; text-align: left;
  border-bottom: 1px solid var(--bl-border); vertical-align: top; line-height: 1.55; }
.post-table thead th, .cmp-table thead th { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em;
  text-transform: uppercase; color: var(--bl-dim); background: var(--bl-surface2); font-weight: 600; white-space: nowrap; }
.post-table tbody th, .cmp-table tbody th { color: var(--bl-text); font-weight: 700; }
.post-table td, .cmp-table td { color: var(--bl-muted); }
.cmp-table tbody td:first-of-type { color: var(--bl-text); }
.post-table tbody tr:last-child th, .post-table tbody tr:last-child td,
.cmp-table tbody tr:last-child th, .cmp-table tbody tr:last-child td { border-bottom: none; }

/* ---------- note ---------- */
.note-box { background: var(--bl-surface2); border: 1px solid var(--bl-border); border-radius: var(--r-md);
  padding: 20px 24px; margin: 28px 0; }
.note-title { font-family: var(--font-mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--bl-dim); margin-bottom: 9px; }
.note-box p { font-size: 15px; color: var(--bl-muted); line-height: 1.7; margin: 0 0 10px; }
.note-box p:last-child { margin-bottom: 0; }

/* ---------- inline cta ---------- */
.post-cta { margin: 36px 0; padding: 24px 28px; border-radius: var(--r-xl); border: 1px solid var(--bl-border);
  background: var(--bl-surface); display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.post-cta p { margin: 0; font-size: 16px; color: var(--bl-text); line-height: 1.6; }
.post-cta .btn { margin: 0; }

/* ---------- infographic ---------- */
.infographic { margin: 44px 0; }
.infographic img { width: 100%; height: auto; border-radius: var(--r-md); border: 1px solid var(--bl-border);
  background: var(--bl-bg); display: block; }
.infographic figcaption { margin-top: 12px; display: flex; flex-direction: column; gap: 4px; }
.ig-cap { font-size: 14px; color: var(--bl-muted); line-height: 1.55; }
.ig-src { font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--bl-dim); }
.ig-src a { color: var(--bl-dim); }
.embed-block { margin-top: 14px; border: 1px solid var(--bl-border); border-radius: var(--r-md); background: var(--bl-surface); }
.embed-block summary { padding: 13px 18px; cursor: pointer; font-family: var(--font-mono); font-size: 11px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--bl-accent); list-style: none; }
.embed-block summary::-webkit-details-marker { display: none; }
.embed-block summary::after { content: " +"; }
.embed-block[open] summary::after { content: " \2212"; }
.embed-block p { padding: 0 18px; margin: 0 0 10px; font-size: 13.5px; color: var(--bl-muted); }
.embed-block pre { margin: 0; padding: 0 18px 18px; overflow-x: auto; }
.embed-block code { display: block; padding: 14px; background: var(--bl-bg); border: 1px solid var(--bl-border);
  border-radius: 8px; font-family: var(--font-mono); font-size: 11.5px; line-height: 1.6; color: var(--bl-muted);
  white-space: pre-wrap; word-break: break-all; }

/* ---------- faq ---------- */
.post-faq { margin: 52px 0 0; }
.post-faq h2 { font-family: var(--font-display); font-size: clamp(25px, 3.4vw, 33px); font-weight: 800;
  letter-spacing: -0.022em; color: var(--bl-text); margin: 0 0 12px; }
.faq-guide details { border-top: 1px solid var(--bl-border); }
.faq-guide details:last-child { border-bottom: 1px solid var(--bl-border); }
.faq-guide summary { padding: 20px 0; font-family: var(--font-display); font-weight: 700; font-size: 17px;
  color: var(--bl-text); cursor: pointer; list-style: none; display: flex; justify-content: space-between;
  align-items: center; gap: 18px; }
.faq-guide summary::-webkit-details-marker { display: none; }
.faq-guide summary::after { content: "+"; font-family: var(--font-mono); color: var(--bl-accent); font-size: 20px; flex-shrink: 0; }
.faq-guide details[open] summary::after { content: "\2212"; }
.faq-guide details > p { padding: 0 0 22px; font-size: 15.5px; color: var(--bl-muted); line-height: 1.75; margin: 0; }
.faq-guide details > p a { color: var(--bl-accent); }

/* ---------- sources ---------- */
.post-sources { margin: 52px 0 0; }
.post-sources h2 { font-family: var(--font-display); font-size: 24px; font-weight: 800; color: var(--bl-text); margin: 0 0 16px; }
.ref-list { margin: 0; padding-left: 22px; }
.ref-list li { font-size: 13.5px; color: var(--bl-dim); line-height: 1.7; margin-bottom: 9px; word-break: break-word; }
.ref-list li::marker { color: var(--bl-accent); font-family: var(--font-mono); font-size: 12px; }
.ref-list a { color: var(--bl-muted); text-decoration: none; border-bottom: 1px solid var(--bl-border); }
.ref-list a:hover { color: var(--bl-accent); }

/* ---------- author ---------- */
.author-bio { background: var(--bl-surface); border: 1px solid var(--bl-border); border-radius: var(--r-xl);
  padding: 26px 28px; margin: 48px 0 0; display: flex; gap: 18px; align-items: flex-start; }
.author-bio img { width: 56px; height: 56px; border-radius: 50%; object-fit: contain; background: var(--bl-bg); flex-shrink: 0; }
.author-bio .role { font-family: var(--font-mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--bl-accent); margin-bottom: 5px; }
.author-bio .name { font-weight: 700; color: var(--bl-text); font-size: 16px; margin-bottom: 8px; }
.author-bio p { font-size: 14.5px; color: var(--bl-muted); line-height: 1.65; margin: 0 0 8px; }
.bio-links { font-size: 13px; }
.bio-links a { color: var(--bl-accent); text-decoration: none; }
.bio-links .sep { color: var(--bl-dim); margin: 0 6px; }

/* ---------- end cta ---------- */
.end-cta { margin: 44px 0 0; padding: 36px 34px; border-radius: var(--r-xl); border: 1px solid var(--bl-border);
  background: var(--bl-surface); text-align: center; }
.end-cta h3 { font-family: var(--font-display); font-size: clamp(21px, 3vw, 27px); font-weight: 800;
  letter-spacing: -0.02em; color: var(--bl-text); margin: 0 0 12px; }
.end-cta p { font-size: 15.5px; color: var(--bl-muted); line-height: 1.65; margin: 0 auto 22px; max-width: 52ch; }

/* ---------- related ---------- */
.related { margin: 60px 0 0; }
.related h2 { font-family: var(--font-display); font-size: 24px; font-weight: 800; color: var(--bl-text); margin: 0 0 18px; }
.rel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.rel-card { display: flex; flex-direction: column; gap: 8px; padding: 22px; background: var(--bl-surface);
  border: 1px solid var(--bl-border); border-radius: var(--r-md); text-decoration: none; transition: border-color .18s ease, transform .18s ease; }
.rel-card:hover { border-color: color-mix(in srgb, var(--bl-accent) 45%, transparent); transform: translateY(-2px); }
.rel-cluster { font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--bl-accent); }
.rel-title { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--bl-text); line-height: 1.35; }
.rel-dek { font-size: 13.5px; color: var(--bl-muted); line-height: 1.55; }

/* ---------- index page ---------- */
.index-hero { padding: 64px 0 40px; border-bottom: 1px solid var(--bl-border); }
.ih-eyebrow { font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--bl-accent); margin-bottom: 16px; }
.index-hero h1 { font-family: var(--font-display); font-size: clamp(30px, 5vw, 48px); font-weight: 800;
  letter-spacing: -0.03em; line-height: 1.12; color: var(--bl-text); margin: 0 0 18px; max-width: 20ch; }
.ih-intro { font-size: 17px; color: var(--bl-muted); line-height: 1.7; max-width: 62ch; margin: 0 0 26px; }
.cluster-nav { display: flex; flex-wrap: wrap; gap: 8px; }
.cluster-nav a { display: inline-flex; align-items: center; gap: 8px; padding: 8px 15px; border-radius: 999px;
  border: 1px solid var(--bl-border); background: var(--bl-surface); font-size: 13px; color: var(--bl-muted); text-decoration: none; }
.cluster-nav a:hover { border-color: var(--bl-accent); color: var(--bl-text); }
.cluster-nav a span { font-family: var(--font-mono); font-size: 11px; color: var(--bl-accent); }

.index-body { padding: 48px 0 80px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hero-grid { margin-bottom: 64px; }
.post-card { display: flex; flex-direction: column; gap: 10px; padding: 26px 24px; background: var(--bl-surface);
  border: 1px solid var(--bl-border); border-radius: var(--r-lg); text-decoration: none;
  transition: border-color .18s ease, transform .18s ease; }
.post-card:hover { border-color: color-mix(in srgb, var(--bl-accent) 50%, transparent); transform: translateY(-3px); }
.post-card.featured { grid-column: 1 / -1; padding: 34px 32px; }
.post-card.featured .pc-title { font-size: clamp(23px, 3.4vw, 32px); }
.post-card.featured .pc-dek { font-size: 16.5px; max-width: 68ch; }
.pc-cluster { font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--bl-accent); }
.pc-title { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--bl-text);
  line-height: 1.3; letter-spacing: -0.015em; margin: 0; }
.pc-dek { font-size: 14px; color: var(--bl-muted); line-height: 1.6; margin: 0; }
.pc-meta { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--bl-dim); margin-top: auto; padding-top: 6px; }

.cluster-block { margin-bottom: 60px; scroll-margin-top: 90px; }
.cluster-block h2 { font-family: var(--font-display); font-size: clamp(22px, 3vw, 28px); font-weight: 800;
  letter-spacing: -0.02em; color: var(--bl-text); margin: 0 0 20px; padding-bottom: 14px; border-bottom: 1px solid var(--bl-border); }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .rel-grid, .post-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-3 { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .post-shell { padding-top: 26px; }
  .rel-grid, .post-grid { grid-template-columns: 1fr; }
  .guide-body p, .guide-body li { font-size: 16px; }
  .key-stat { flex-direction: column; align-items: flex-start; gap: 12px; }
  .pull-quote, .checklist, .tldr, .answer-box, .end-cta, .author-bio { padding-left: 20px; padding-right: 20px; }
  .author-bio { flex-direction: column; }
  .post-card.featured { padding: 26px 24px; }
}

/* ---------- print ---------- */
@media print {
  .nav, .site-header, .footer, .site-footer, .end-cta, .post-cta, .related, .embed-block, .cluster-nav { display: none !important; }
  .post-shell { max-width: none; }
  .guide-body a::after { content: " (" attr(href) ")"; font-size: 10px; color: #666; }
}

.shelf-head { font-family: var(--font-display); font-size: 20px; font-weight: 800; color: var(--bl-text);
  margin: 0 0 18px; letter-spacing: -0.02em; }
