

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&family=Montserrat:ital,wght@0,500;0,600;0,700;1,500;1,600&family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,600;0,8..60,700;1,8..60,400;1,8..60,500&display=swap");

:root {
  
  --instats-primary:   #00547B;   
  --instats-secondary: #3092B1;   
  --instats-bg:        #F5F5F7;   
  --instats-tag:       #F1F0F1;   
  --instats-primary-dk: #003F5C;
  --instats-secondary-lt: #BFE0EC;

  
  --ink:        #212529;
  --ink-soft:   #495057;
  --paper:      var(--instats-bg);
  --cover-bg:   #FFFFFF;
  --accent:     #C5283D;  
  --rule:       #DEE2E6;
  --rule-soft:  var(--instats-tag);
  --highlight:  #FFF7E6;
  --quote-bar:  var(--instats-secondary);
  --code-bg:    var(--instats-tag);

  
  --serif:      "Source Serif 4", "Charter", "Iowan Old Style", "Georgia", "Times New Roman", serif;
  --sans:       "Montserrat", "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --meta:       "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --display:    var(--sans);
  --mono:       "JetBrains Mono", "SF Mono", "Menlo", monospace;
  --measure:    68ch;

  
  --type-display-xl-size:    54px;
  --type-display-xl-lh:      1.05;
  --type-display-xl-weight:  700;

  --type-display-l-size:     44px;
  --type-display-l-lh:       1.08;
  --type-display-l-weight:   700;

  --type-h1-size:            32px;
  --type-h1-lh:              1.15;
  --type-h1-weight:          600;

  --type-h2-size:            24px;
  --type-h2-lh:              1.2;
  --type-h2-weight:          600;

  --type-h3-size:            18px;
  --type-h3-lh:              1.25;
  --type-h3-weight:          600;
  --type-h3-tracking:        0.08em;

  --type-lede-size:          20px;
  --type-lede-lh:            1.5;

  --type-body-size:          18px;
  --type-body-lh:            1.65;

  --type-body-small-size:    15px;
  --type-body-small-lh:      1.55;

  --type-kicker-size:        9px;
  --type-kicker-lh:          1;
  --type-kicker-weight:      700;
  --type-kicker-tracking:    0.16em;

  --type-footnote-size:      13px;
  --type-footnote-lh:        1.45;

  --type-meta-size:          12px;
  --type-meta-lh:            1.4;
  --type-meta-weight:        500;
  --type-meta-tracking:      0.14em;
}

* { box-sizing: border-box; }

html { font-size: 16.5px; -webkit-font-smoothing: antialiased; }

body {
  font-family: var(--serif);
  color: var(--ink);
  background: var(--paper);
  margin: 0;
  line-height: 1.65;
  
  font-optical-sizing: auto;
  
  font-variant-numeric: oldstyle-nums;
  hanging-punctuation: first last;
}


td, th, .stat, .keyfacts .num, .figure-num,
.tablewrap td, .tablewrap th {
  font-variant-numeric: tabular-nums;
}


p, li, blockquote, dd {
  text-wrap: pretty;
  hyphens: auto;
}
h1, h2, h3, h4 {
  text-wrap: balance;
  hyphens: none;
  -webkit-font-feature-settings: "kern", "liga";
}

.wrap {
  max-width: 880px;
  margin: 0 auto;
  padding: 56px 36px 96px 36px;
}


.cover {
  background: var(--cover-bg);
  
  padding: 0 56px;
  margin-bottom: 0;
  border-top: 6px solid var(--instats-primary);
  border-bottom: none;
  position: relative;
  min-height: 86vh;
  display: flex;
  flex-direction: column;
}


@media screen {
  .cover { display: none; }
}

.cover > * { padding-left: 0; padding-right: 0; }

@media (max-width: 760px) {
  .cover { padding: 0 28px; }
  .cover .cover-band { margin-left: -28px; margin-right: -28px; padding-left: 28px; }
}

.cover .cover-logo img,
.cover p img {
  display: block;
  max-width: 180px;
  height: auto;
  margin: 56px 0 28px 0;
}


.cover .kicker {
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--instats-secondary);
  margin: 0 0 12px 0;
  display: block;
}
.cover .kicker p { margin: 0; max-width: none; font-family: inherit; font-size: inherit; }

.cover h1 {
  font-family: var(--display);
  font-size: 2.75rem;
  line-height: 1.06;
  letter-spacing: -0.015em;
  color: var(--instats-primary);
  margin: 0 0 6px 0;
  font-weight: 700;
  border-bottom: none;
  padding-bottom: 0;
  max-width: 18ch;
}


.cover h2 {
  font-family: var(--serif);
  font-size: 1.55rem;            
  font-style: italic;
  line-height: 1.3;
  color: var(--instats-secondary);
  margin: 0 0 36px 0;
  border-bottom: none;
  padding-bottom: 0;
  font-weight: 400;
  letter-spacing: -0.005em;
}


.cover .abstract {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.12rem;            
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 60ch;
  margin: 0 0 auto 0;
  padding-left: 24px;
  border-left: 2px solid var(--instats-primary);
}
.cover .abstract p { max-width: none; margin: 0; font-family: inherit; font-style: inherit; font-size: inherit; color: inherit; }


.cover .author {
  font-family: var(--display);
  font-size: 0.95rem;
  color: var(--ink);
  line-height: 1.55;
  margin: 48px 0 0 0;
  padding: 18px 0 0 0;
  border-top: 1px solid var(--rule);
  max-width: none;
}
.cover .author p { margin: 0; max-width: none; font-family: inherit; font-size: inherit; color: inherit; }
.cover .author strong { color: var(--instats-primary); font-weight: 700; }


.cover .cover-band {
  margin: 56px -56px 0 -56px;
  min-height: 48px;
  padding: 17px 24px 15px 24px;
  background: var(--instats-primary);
  color: white;
  max-width: none;
  font-family: var(--sans);
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cover .cover-band p {
  margin: 0;
  max-width: none;
}

.cover .cover-band-id {
  color: white;
}


.colophon {
  background: var(--rule-soft);
  padding: 32px 36px;
  margin: 48px -36px 48px -36px;
  border-left: 3px solid var(--instats-secondary);
  font-family: var(--sans);
  font-size: 0.88rem;
  color: var(--ink-soft);
  line-height: 1.55;
}

.colophon p {
  max-width: none;
  margin: 0 0 14px 0;
}

.colophon strong {
  color: var(--instats-primary);
  font-weight: 600;
}

.colophon a {
  color: var(--instats-secondary);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}


.exec {
  background: var(--paper-tint, var(--instats-bg));
  margin: 56px -52px;            
  padding: 56px 52px 48px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.exec > h2:first-of-type {
  
  font-family: var(--sans);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--instats-primary);
  border-bottom: 0;
  padding-bottom: 0;
  margin: 0 0 28px 0;
}


.exec > p:first-of-type,
.exec .lede {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--ink);
  margin-bottom: 28px;
  max-width: 60ch;
}


.exec p { max-width: 60ch; }


.exec ol {
  counter-reset: verdict;
  list-style: none;
  padding-left: 0;
  margin: 28px 0;
}
.exec ol > li {
  counter-increment: verdict;
  position: relative;
  padding: 20px 0 20px 56px;
  border-top: 1px solid var(--rule);
}
.exec ol > li:last-child { border-bottom: 1px solid var(--rule); }
.exec ol > li::before {
  content: counter(verdict, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 22px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
}

@media (max-width: 760px) {
  .exec { margin: 40px -16px; padding: 40px 24px; }
  .exec ol > li { padding-left: 44px; }
}


.callout {
  border: 1px solid var(--rule);
  padding: 24px 28px;
  margin: 32px 0;
  background: transparent;
}
.callout > h3:first-of-type,
.callout > h2:first-of-type {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--instats-primary);
  border-bottom: 0;
  padding-bottom: 0;
  margin: 0 0 12px 0;
  font-weight: 700;
}


.verdict, .verdict-pill {
  display: inline-block;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 3px;
  background: var(--instats-tag);
  color: var(--ink);
  margin: 0 4px;
  vertical-align: 1px;
}

.verdict.true,      .verdict-pill.true      { background: color-mix(in srgb, #1F6E47 18%, white); color: #1F6E47; }
.verdict.mixed,     .verdict-pill.mixed     { background: color-mix(in srgb, #8C5A12 22%, white); color: #8C5A12; }
.verdict.false,     .verdict-pill.false     { background: color-mix(in srgb, #963A2C 22%, white); color: #963A2C; }
.verdict.decomposed,.verdict-pill.decomposed{ background: color-mix(in srgb, var(--instats-secondary) 22%, white); color: var(--instats-primary); }


blockquote.pullquote, .pullquote {
  position: relative;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.55rem;          
  line-height: 1.35;
  color: var(--ink);
  margin: 40px 10% 40px 0;
  padding: 4px 0 4px 24px;
  border-left: 0;               
  background: transparent;
  max-width: none;
}


blockquote.pullquote::before, .pullquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;                   
  width: 4px;                   
  height: 1.5em;
  background: var(--instats-primary);
}
blockquote.pullquote cite, .pullquote cite {
  display: block;
  margin-top: 14px;
  font-family: var(--sans);
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
}


.toc {
  font-family: var(--display);
  font-size: 0.95rem;
  color: var(--ink);
  margin: 32px 0 48px 0;
  background: #FFFFFF;
  border: 1px solid var(--rule);
  padding: 32px 36px;
  line-height: 1.5;
}


.toc h1 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.85rem;            
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--instats-primary);
  margin: 0 0 24px 0;
  padding: 0 0 10px 0;
  border-bottom: 2px solid var(--instats-primary);
}


.toc h4 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.0rem;
  text-transform: none;
  letter-spacing: 0;
  color: var(--instats-primary);
  margin: 18px 0 4px 0;
}


.toc ul {
  list-style: none;
  padding-left: 18px;
  margin: 6px 0 18px 0;
}

.toc ul li {
  position: relative;
  padding-left: 14px;
  margin: 4px 0;
  font-size: 0.95rem;
  color: var(--ink-soft);
  line-height: 1.45;
  max-width: none;
}

.toc ul li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: -2px;
  color: var(--instats-secondary);
  font-weight: 700;
  font-size: 1.1em;
}


.toc p {
  margin: 4px 0 4px 18px;
  font-size: 0.95rem;
  color: var(--ink-soft);
  max-width: none;
  line-height: 1.45;
}



h1 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.85rem;
  color: var(--instats-primary);
  margin: 96px 0 18px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--instats-primary);
  line-height: 1.2;
}

.cover h1 { border-bottom: none; padding-bottom: 0; }

h2 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--instats-primary);
  margin: 72px 0 14px 0;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--rule);
  line-height: 1.25;
}

.cover h2 { border-bottom: none; padding-bottom: 0; }

h3 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.10rem;
  color: var(--instats-secondary);
  margin: 48px 0 10px 0;
  line-height: 1.3;
}

h4 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.93rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  margin: 22px 0 8px 0;
}


p {
  max-width: var(--measure);
  margin: 0 0 14px 0;
}

ul, ol {
  max-width: var(--measure);
  margin: 0 0 18px 0;
  padding-left: 1.4em;
}

li { margin-bottom: 5px; }


blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.10rem;
  line-height: 1.55;
  color: var(--ink);
  border-left: 4px solid var(--quote-bar);
  background: transparent;
  margin: 22px 0;
  padding: 14px 22px;
  max-width: var(--measure);
}

blockquote cite {
  display: block;
  font-style: normal;
  font-family: var(--sans);
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin-top: 8px;
}


table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--sans);
  font-size: 0.88rem;
  margin: 18px 0 24px 0;
  background: #FFFFFF;
}

th, td {
  text-align: left;
  padding: 9px 14px;
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
}

th {
  background: #FFFFFF;
  font-weight: 700;
  color: var(--instats-primary);
  border-bottom: 2px solid var(--instats-primary);
}

td.num, th.num { text-align: right; font-variant-numeric: tabular-nums; }


@media (hover: hover) and (pointer: fine) {
  tr:hover td { background: rgba(75, 145, 179, 0.02); }
}



figure { margin: 40px 0 44px 0; padding: 0; }


figure.chart {
  margin: 56px 0 64px 0;
  padding: 0;
}
figure.chart .figkicker {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--instats-primary);
  margin-bottom: 6px;
}
figure.chart .figtitle {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.3;
  color: var(--ink);
  margin-bottom: 18px;
  max-width: var(--measure);
}
figure.chart > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}
figure.chart .figinterp {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 18px 0 6px 0;
  max-width: var(--measure);
}
figure.chart .figsrc {
  font-family: var(--meta);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-faint, var(--ink-soft));
  margin: 8px 0 0 0;
  max-width: var(--measure);
}

figure img, p > img {
  max-width: 100%;
  height: auto;
  display: block;
}

p > img {
  border: 1px solid var(--rule);
  margin: 12px auto;
}

figcaption,
p > img + em {
  font-family: var(--sans);
  font-size: 0.86rem;
  color: var(--ink-soft);
  margin-top: 10px;
  max-width: var(--measure);
  display: block;
}


sup a,
.footnote-sep {
  font-family: var(--meta);
  color: var(--instats-primary);
  text-decoration: none;
  font-size: 0.85em;
  vertical-align: super;
  padding: 0 2px;
  font-weight: 600;
  display: inline;
}

sup a:hover { text-decoration: underline; }


a {
  color: var(--instats-secondary);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2.5px;
}

a:hover { color: var(--instats-primary); }


code, kbd, samp {
  font-family: var(--mono);
  font-size: 0.84em;
  line-height: 1;
  background: var(--code-bg);
  color: var(--ink);
  padding: 0.06em 0.22em;
  border-radius: 3px;
  white-space: nowrap;
}

pre code {
  font-size: 0.86rem;
  line-height: 1.5;
  white-space: pre-wrap;
}


.sources, .footnotes, .footnote {
  font-family: var(--meta);
  font-size: 0.83rem;
  color: var(--ink-soft);
  line-height: 1.44;        
  margin-top: 80px;
  padding-top: 32px;
  border-top: 1px solid var(--rule);
}


.sources ol, .footnotes ol, .footnote ol {
  padding-left: 2.2em;
}
.sources li, .footnotes li, .footnote li {
  margin-bottom: 10px;
  text-indent: 0;
}
.sources li::marker, .footnotes li::marker, .footnote li::marker {
  font-weight: 600;
  color: var(--ink-soft);
}

.sources a, .footnotes a { color: var(--instats-secondary); }

.footnotes hr { display: none; }




.pagebreak { page-break-after: always; break-after: page; }


@page {
  size: A4;
  margin: 22mm 22mm 25mm 22mm;
}

@media print {
  
  html, body {
    font-size: 11pt;
    line-height: 1.5;
    background: white;
  }
  body {
    color: #000;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  
  .sticky-toc, .progress-bar, .site-nav, nav.navbar, .web-only {
    display: none !important;
  }

  
  .wrap { padding: 0; max-width: none; }

  
  h1 { break-before: page; }
  h1, h2, h3 { break-after: avoid; }
  figure, .tablewrap, table, blockquote, .colophon, .toc, .callout {
    break-inside: avoid;
  }

  
  .pagebreak + .pagebreak,
  .pagebreak + hr,
  hr + .pagebreak,
  hr + hr { display: none; }

  
  a {
    color: var(--ink);
    text-decoration: underline;
    text-decoration-thickness: 0.5px;
  }
  
  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-family: var(--meta);
    font-size: 0.78em;
    color: var(--ink-soft);
    word-break: break-all;
  }
  
  .footnotes a[href^="http"]::after,
  .footnote a[href^="http"]::after,
  .sources a[href^="http"]::after,
  .cover a[href^="http"]::after,
  .colophon a[href^="http"]::after,
  .author a[href^="http"]::after,
  
  a:has(img)[href^="http"]::after { content: ""; }
}



.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  
  background: #FFFFFF;
  border-bottom: 1px solid var(--rule-soft);
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 28px;
  z-index: 90;
  transform: translateY(-100%);
  transition: transform 0.18s ease;
}
.sticky-header.visible { transform: translateY(0); }

.sticky-header .sh-title {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13px;
  color: var(--instats-primary);
  letter-spacing: -0.005em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50%;
}
.sticky-header .sh-meta {
  font-family: var(--meta);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sticky-header .sh-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
.sticky-header .sh-download,
.sticky-header .sh-repo {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: white;
  background: var(--instats-primary);
  border: 0;
  padding: 8px 14px;
  border-radius: 3px;
  white-space: nowrap;
  text-decoration: none;
}
.sticky-header .sh-download:hover,
.sticky-header .sh-repo:hover {
  background: var(--instats-secondary);
  color: white;
}

.sticky-header .sh-download-word {
  background: var(--instats-secondary);
}
.sticky-header .sh-download-word:hover {
  background: var(--instats-primary);
}

.sticky-header .sh-repo {
  background: white;
  color: var(--instats-primary);
  border: 1px solid var(--instats-primary);
  padding: 7px 13px;
}
.sticky-header .sh-repo:hover {
  background: var(--instats-primary);
  color: white;
}

#progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;                          
  background: var(--instats-primary);
  z-index: 100;                      
  transition: width 0.06s linear;
  pointer-events: none;
}

.sticky-toc {
  display: none;                     
  position: fixed;
  top: 80px;
  
  left: max(16px, calc((100% - 880px) / 2 - 280px));
  width: 240px;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  padding: 16px 18px 16px 0;
  border-right: 1px solid var(--rule-soft);
  font-family: var(--meta);
  font-size: 12px;
  line-height: 1.45;
  color: var(--ink-soft);
}
.sticky-toc-title {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--instats-primary);
  margin-bottom: 12px;
}
.sticky-toc ol {
  list-style: none;
  counter-reset: stoc;
  padding: 0;
  margin: 0;
}
.sticky-toc li {
  counter-increment: stoc;
  padding: 4px 0;
  margin: 0;
}
.sticky-toc a {
  color: var(--ink-soft);
  text-decoration: none;
  display: block;
  padding: 4px 0 4px 12px;
  border-left: 2px solid transparent;
  transition: color 0.15s, border-left-color 0.15s;
}
.sticky-toc a:hover { color: var(--instats-primary); }
.sticky-toc a.active {
  color: var(--instats-primary);
  border-left-color: var(--instats-primary);
  font-weight: 600;
}


@media (min-width: 1408px) {
  .sticky-toc { display: block; }
}



.hero {
  background: var(--instats-primary, #00547B);
  color: #FFFFFF;
  padding: 56px 36px 48px;
  max-width: 880px;
  margin: 0 auto;
  border-bottom: 4px solid var(--instats-secondary, #3092B1);
}
.hero-inner {
  text-align: center;
}
.hero-series {
  
  font-family: var(--display, var(--sans));
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--instats-secondary, #3092B1);
  margin-bottom: 20px;
}
.hero-title {
  
  font-family: var(--display, var(--sans));
  font-size: 2.75rem;
  line-height: 1.06;
  letter-spacing: -0.015em;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 auto 8px auto;
  max-width: 22ch;
  border-bottom: none;     
  padding-bottom: 0;
}
.hero-subtitle {
  
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1.3;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.005em;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 auto 32px auto;
  max-width: 38ch;
}
.hero-finding {
  
  font-family: var(--serif);
  font-size: 1.18rem;            
  line-height: 1.55;
  font-style: italic;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  max-width: 60ch;
  margin: 0 auto 32px auto;
  padding: 6px 0 6px 22px;
  border-left: 2px solid var(--instats-secondary, #3092B1);
  text-align: left;             
}
.hero-byline {
  
  font-family: var(--meta);
  font-size: 0.84rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 auto 32px auto;
  max-width: 60ch;
}
.hero-byline .hero-author-link,
.hero-byline .hero-author-name {
  font-weight: 600;
  color: #FFFFFF;
}
.hero-byline .hero-author-link {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(255, 255, 255, 0.4);
}
.hero-byline .hero-author-link:hover {
  color: var(--instats-secondary, #3092B1);
  text-decoration-color: var(--instats-secondary, #3092B1);
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.hero-btn {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 11px 20px;
  border-radius: 4px;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.hero-btn-pdf {
  background: #FFFFFF;
  color: var(--instats-primary, #00547B);
}
.hero-btn-pdf:hover {
  background: var(--instats-secondary, #3092B1);
  color: #FFFFFF;
  transform: translateY(-1px);
}
.hero-btn-docx {
  background: var(--instats-secondary, #3092B1);
  color: #FFFFFF;
}
.hero-btn-docx:hover {
  background: #FFFFFF;
  color: var(--instats-primary, #00547B);
  transform: translateY(-1px);
}
.hero-btn-repo {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 10px 19px;       
}
.hero-btn-repo:hover {
  background: #FFFFFF;
  color: var(--instats-primary, #00547B);
  border-color: #FFFFFF;
  transform: translateY(-1px);
}


@media (max-width: 720px) {
  .hero { padding: 40px 20px; }
  .hero-title { font-size: 30px; }
  .hero-subtitle { font-size: 17px; }
  .hero-finding { font-size: 15px; }
}


@media print {
  
  figure, table, blockquote, .colophon, .toc { page-break-inside: avoid; }
  h1 { page-break-before: always; }
  h2, h3 { page-break-after: avoid; }
  
  .hero { display: none !important; }
}
