:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #183a34;
  background: #f4f7f5;
  --ink: #183a34;
  --muted: #65756f;
  --accent: #146f64;
  --line: #d6e0dc;
  --paper: #fff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 0; letter-spacing: 0; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 20; top: 8px; left: 8px; padding: 10px 14px; transform: translateY(-150%); background: var(--ink); color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.blog-nav { min-height: 66px; padding: 0 max(20px, 4vw); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(250, 252, 251, .96); }
.blog-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 16px; font-weight: 850; text-decoration: none; }
.blog-brand img { width: 32px; height: 32px; display: block; flex: 0 0 auto; border-radius: 6px; }
.blog-nav nav { display: flex; align-items: center; gap: 22px; font-size: 13px; font-weight: 750; }
.blog-nav nav a { text-decoration: none; }
.sign-in-link { min-height: 44px; padding: 0 14px; display: inline-flex; align-items: center; border: 1px solid #8ca8a1; border-radius: 5px; white-space: nowrap; }
.blog-index { width: min(780px, calc(100% - 40px)); margin: 0 auto; }
.article-page { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.blog-index > header { padding: 72px 0 35px; border-bottom: 3px solid var(--ink); text-align: center; }
.blog-eyebrow { margin: 0 0 12px; color: var(--accent); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.article-kicker { margin: 0 0 13px; color: var(--accent); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.blog-index h1, .article-hero h1 { margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: 0; }
.blog-index h1 { font-size: clamp(42px, 7vw, 66px); }
.blog-index > header > p:not(.blog-eyebrow) { max-width: 620px; margin: 15px auto 0; color: #4f625c; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.5; }
.publication-links { margin-top: 22px; display: flex; justify-content: center; gap: 14px; color: var(--muted); font-size: 12px; }
.publication-links a { color: var(--accent); font-weight: 800; }
.blog-publication { padding-bottom: 90px; }
.blog-lead { padding: 48px 0 44px; border-bottom: 1px solid var(--line); }
.blog-latest-label { margin: 0 0 14px; color: var(--accent); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.blog-lead h2 { max-width: 720px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 5vw, 47px); font-weight: 600; line-height: 1.12; }
.blog-lead h2 a, .blog-post-row h2 a, .blog-lead > div a { text-decoration: none; }
.blog-lead > p:not(.blog-latest-label) { max-width: 690px; margin: 18px 0 20px; color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.55; }
.blog-lead > div { display: flex; align-items: center; gap: 20px; color: var(--muted); font-size: 12px; }
.blog-lead > div a { margin-left: auto; }
.blog-lead > div a { color: var(--accent); font-weight: 800; }
.blog-lead-image { margin: 27px 0 22px; }
.blog-lead-image img, .article-figure img { width: 100%; height: auto; display: block; object-fit: cover; background: #e3ebe8; }
.blog-lead-image img { aspect-ratio: 16 / 8.2; }
.blog-lead-image figcaption { display: none; }
.blog-archive { border-bottom: 1px solid var(--line); }
.archive-heading { padding: 48px 0 22px; }
.archive-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 600; }
.archive-heading p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.blog-post-row { padding: 28px 0; display: grid; grid-template-columns: 125px minmax(0, 1fr); gap: 24px; border-top: 1px solid var(--line); }
.blog-post-row:first-child { border-top: 0; }
.blog-post-row time { padding-top: 5px; color: var(--muted); font-size: 11px; }
.blog-post-row h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 600; line-height: 1.22; }
.blog-post-row p { margin: 9px 0 0; color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 15px; line-height: 1.5; }
.row-read-link { margin-top: 12px; display: inline-flex; color: var(--accent); font-size: 12px; font-weight: 800; text-decoration: none; }
.post-tags, .article-tags, .related-tags { margin: 0 0 12px; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; list-style: none; }
.post-tags li, .article-tags li, .related-tags li { padding: 5px 8px; border: 1px solid #bfd0ca; border-radius: 999px; color: #3f5d55; font-size: 11px; font-weight: 800; line-height: 1; }
.article-tags { margin-top: 18px; }
.blog-empty { margin: 0 0 100px; padding: 42px; border: 1px solid var(--line); background: var(--paper); }
.blog-empty.standalone { width: min(680px, calc(100% - 40px)); margin: 80px auto; }
.blog-empty h1, .blog-empty h2 { margin-top: 0; }
.blog-empty a { color: var(--accent); font-weight: 800; }
.back-link { margin: 36px 0 0; display: inline-flex; color: var(--accent); font-size: 12px; font-weight: 800; text-decoration: none; }
.article-hero { max-width: 860px; padding: 64px 0 42px; }
.article-hero h1 { max-width: 820px; font-size: clamp(40px, 5vw, 58px); line-height: 1.08; }
.article-deck { max-width: 740px; margin: 24px 0; color: #4c605a; font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.55; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; color: var(--muted); font-size: 11px; font-weight: 700; }
.article-figure { width: min(960px, 100%); margin: 0 0 42px; }
.article-figure img { aspect-ratio: 16 / 9; }
.article-figure figcaption { max-width: 760px; margin-top: 10px; color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 12px; line-height: 1.5; }
.article-body { width: min(960px, 100%); padding-bottom: 90px; }
.article-body p, .article-body li { color: #29453f; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.76; }
.article-body p { margin: 0 0 24px; }
.article-intro, .article-section, .takeaway-panel, .investigation-step, .watch-section, .research-basis, .article-disclaimer { width: min(720px, 100%); }
.article-intro { padding: 30px 0 10px; border-top: 1px solid var(--line); }
.article-intro p:not(.section-label):first-of-type { color: #1f3e37; font-size: 21px; line-height: 1.65; }
.article-toc { width: min(720px, 100%); margin: 20px 0 42px; padding: 20px 22px; border-left: 3px solid var(--accent); background: #edf3f1; }
.article-toc > strong { color: var(--ink); font-size: 12px; text-transform: uppercase; }
.article-toc ol { margin: 12px 0 0; padding-left: 20px; }
.article-toc li { padding: 4px 0; font-family: inherit; font-size: 13px; line-height: 1.4; }
.article-toc a { color: var(--accent); font-weight: 750; }
.article-section { margin-top: 64px; }
.article-section h2, .takeaway-panel h2, .article-sources h2 { margin: 0 0 22px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 29px; font-weight: 600; line-height: 1.2; }
.section-label { margin: 0 0 10px !important; color: var(--accent) !important; font-family: inherit !important; font-size: 11px !important; font-weight: 850; text-transform: uppercase; }
.takeaway-panel { margin: 34px 0 52px; padding: 24px 0 18px; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); }
.takeaway-panel ul { margin: 0; padding: 0; list-style: none; }
.takeaway-panel li { padding: 12px 0; display: grid; grid-template-columns: 128px minmax(0, 1fr); gap: 18px; border-bottom: 1px solid var(--line); font-family: inherit; font-size: 14px; line-height: 1.55; }
.takeaway-panel li:last-child { border-bottom: 0; }
.takeaway-panel li strong { color: var(--ink); }
.takeaway-panel li span { color: #40564f; }
.company-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.sweep-company { padding: 18px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
.sweep-company > div { display: flex; flex-direction: column; gap: 3px; }
.sweep-company > div strong { color: var(--accent); font-size: 14px; }
.sweep-company > div span { color: var(--ink); font-weight: 750; }
.sweep-company small { margin-top: 12px; display: block; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.sweep-company p { margin: 10px 0 0; font-family: inherit; font-size: 13px; line-height: 1.55; }
.risk-section { padding: 28px; border: 1px solid #e0c9c4; background: #fff8f6; }
.risk-section ul, .watch-section ul { margin: 0; padding-left: 22px; }
.article-citations { margin: 10px 0 0; display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-family: inherit; font-size: 11px; line-height: 1.3; }
.article-citations > span { color: var(--muted); font-weight: 800; text-transform: uppercase; }
.article-citations a { padding: 4px 7px; border: 1px solid #bfd0ca; border-radius: 999px; color: var(--accent); font-weight: 800; text-decoration: none; }
.article-citations a:hover, .article-citations a:focus-visible { background: #edf3f1; text-decoration: underline; }
.inference-label { margin-right: 7px; padding: 3px 6px; border-radius: 3px; background: #fff0c9; color: #765a12; font-family: inherit; font-size: 11px; font-weight: 900; text-transform: uppercase; vertical-align: 2px; }
.article-sources { margin-top: 62px; padding-top: 28px; border-top: 1px solid var(--line); }
.article-sources ol { margin: 0; padding: 0; list-style: none; }
.article-sources li { padding: 10px 0; display: grid; grid-template-columns: 24px minmax(0, 1fr); border-bottom: 1px solid var(--line); font-family: inherit; font-size: 12px; line-height: 1.45; }
.article-sources li > span { color: var(--muted); }
.article-sources li a { color: var(--ink); font-weight: 700; }
.article-sources li small { grid-column: 2; color: var(--muted); font-size: 11px; }
.article-disclaimer { margin-top: 40px !important; color: var(--muted) !important; font-family: inherit !important; font-size: 11px !important; }
.research-journey { margin: 54px 0 72px; padding: 34px; border: 1px solid var(--line); background: #eef4f1; }
.journey-heading { max-width: 680px; }
.journey-heading p { margin: 0 !important; color: var(--accent) !important; font-family: inherit !important; font-size: 11px !important; font-weight: 850; text-transform: uppercase; }
.journey-heading h2 { margin: 7px 0 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 29px; font-weight: 600; }
.query-card { margin: 28px 0 26px; padding: 22px 24px; border-left: 4px solid var(--accent); background: #fff; }
.query-card > span { color: var(--accent); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.query-card blockquote { margin: 8px 0 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1.45; }
.landscape-branches { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(250px, 1fr); gap: 16px; align-items: start; }
.landscape-group { padding-top: 14px; border-top: 2px solid #7aa098; }
.landscape-group.adjacent { border-top-color: #b59a62; }
.landscape-group header { min-height: 46px; margin-bottom: 12px; }
.landscape-group header strong, .landscape-group header span { display: block; }
.landscape-group header strong { color: var(--ink); font-size: 13px; }
.landscape-group header span { margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.landscape-group > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.landscape-group.adjacent > div { grid-template-columns: 1fr; }
.landscape-company { min-width: 0; min-height: 108px; padding: 14px; border: 1px solid #cedbd7; background: #fff; }
.landscape-company strong, .landscape-company span, .landscape-company small { display: block; overflow-wrap: anywhere; }
.landscape-company strong { color: var(--ink); font-size: 13px; line-height: 1.35; }
.landscape-company span { margin-top: 4px; color: var(--accent); font-size: 11px; font-weight: 800; }
.landscape-company small { margin-top: 11px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.investigation-step { margin-top: 60px; }
.investigation-step h2 { margin: 0 0 24px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 600; }
.investigation-step ol { margin: 0; padding: 0; list-style: none; }
.investigation-step li { padding: 14px 0; display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: start; gap: 12px; border-top: 1px solid var(--line); }
.investigation-step li > span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-family: inherit; font-size: 11px; font-weight: 800; }
.investigation-step li p { margin: 0; font-size: 17px; line-height: 1.55; }
.company-section { width: 100%; }
.article-cta { width: min(760px, 100%); margin-top: 64px; padding: 34px; background: var(--ink); color: #fff; }
.article-cta p { margin: 0 0 8px; color: #bad0ca; font-family: inherit; font-size: 12px; }
.article-cta h2 { max-width: 540px; margin: 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 600; }
.article-cta a { margin-top: 22px; min-height: 44px; padding: 0 16px; display: inline-flex; align-items: center; background: #fff; color: var(--ink); font-size: 12px; font-weight: 850; text-decoration: none; }
.research-basis { margin-top: 34px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.research-basis summary { min-height: 44px; display: flex; align-items: center; color: var(--muted); cursor: pointer; font-size: 12px; font-weight: 800; }
.research-basis p { margin: 5px 0 12px; color: var(--muted); font-family: inherit; font-size: 12px; line-height: 1.55; }
.research-basis ul { margin: 0; padding: 0; list-style: none; }
.research-basis li { padding: 8px 0; display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); font-family: inherit; font-size: 11px; line-height: 1.4; }
.research-basis li a { font-weight: 700; }
.research-basis li small { color: var(--muted); font-size: 11px; white-space: nowrap; }
.related-articles { width: min(960px, 100%); margin: 0 0 80px; padding-top: 34px; border-top: 2px solid var(--ink); }
.related-articles > h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 600; }
.related-articles > div { margin-top: 20px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.related-articles article { padding: 18px; border: 1px solid var(--line); background: var(--paper); }
.related-articles time { color: var(--muted); font-size: 11px; }
.related-articles h3 { margin: 8px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 600; line-height: 1.3; }
.related-articles h3 a { text-decoration-color: #9cb5ae; text-underline-offset: 3px; }
.related-tags { margin: 0; }
.blog-footer { padding: 36px max(20px, 4vw); border-top: 1px solid var(--line); background: #e8efec; }
.blog-footer p, .blog-footer a { color: var(--muted); font-size: 11px; }
.blog-footer nav { display: flex; flex-wrap: wrap; gap: 16px; }
@media (max-width: 700px) {
  .blog-nav { min-height: 58px; }.blog-nav nav { gap: 12px; }
  .blog-index, .article-page { width: min(1120px, calc(100% - 30px)); }
  .blog-index > header { padding: 45px 0 28px; }.blog-index h1 { font-size: 42px; }.blog-index > header > p:not(.blog-eyebrow) { font-size: 15px; }
  .publication-links { align-items: center; flex-direction: column; gap: 7px; }
  .blog-lead { padding: 34px 0 32px; }.blog-lead h2 { font-size: 33px; }.blog-lead-image { margin: 22px -15px 19px; }.blog-lead > p:not(.blog-latest-label) { font-size: 17px; }.blog-lead > div { align-items: flex-start; flex-direction: column; gap: 9px; }.blog-lead > div a { margin-left: 0; }
  .blog-post-row { padding: 24px 0; display: block; }.blog-post-row time { display: block; margin-bottom: 9px; }.blog-post-row h2 { font-size: 24px; }
  .back-link { margin-top: 24px; }.article-hero { padding: 42px 0 32px; }.article-hero h1 { font-size: 38px; line-height: 1.1; }.article-deck { font-size: 18px; }.article-figure { margin-inline: -15px; width: calc(100% + 30px); }.article-figure figcaption { padding: 0 15px; }
  .article-body p, .article-body li { font-size: 17px; line-height: 1.68; }
  .article-intro p:not(.section-label):first-of-type { font-size: 19px; }.article-section h2, .takeaway-panel h2 { font-size: 26px; }
  .takeaway-panel { padding: 20px 0 14px; }.takeaway-panel li { grid-template-columns: 1fr; gap: 5px; }
  .company-grid { grid-template-columns: 1fr; }.risk-section { padding: 22px 18px; }
  .research-journey { margin-inline: -15px; padding: 26px 15px; border-left: 0; border-right: 0; }
  .journey-heading h2 { font-size: 24px; }
  .query-card { padding: 18px; }.query-card blockquote { font-size: 19px; }
  .landscape-branches { grid-template-columns: 1fr; gap: 24px; }
  .landscape-group > div, .landscape-group.adjacent > div { grid-template-columns: 1fr; }
  .landscape-company { min-height: 0; }
  .investigation-step li p { font-size: 16px; }.article-cta { padding: 26px 20px; }
  .research-basis li { display: block; }.research-basis li small { display: block; margin-top: 3px; }
  .related-articles > div { grid-template-columns: 1fr; }
}
