/* richhermann.com
   One family (Spectral, with Spectral SC for labels), black ink on white, ruled tables,
   numbered notes. No motion, no cards, no fills. */

:root {
  --paper: #FFFFFF;
  --ink: #111111;
  --soft: #3D3D3D;
  --muted: #666666;
  --hair: #D6D6D6;
  --accent: #1D5C46;
  --green: #12382B;
  --ivory: #F5F1E7;
  --brass: #DCC07A;
  --bar-mine: #1D5C46;
  --bar-index: #A3A3A3;

  --text: "Spectral", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --caps: "Spectral SC", "Spectral", Georgia, serif;

  --label-col: 10.5rem;
  --measure: 39rem;
  --gutter: clamp(1.25rem, 5vw, 4rem);
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--text);
  font-size: 1.1875rem;
  line-height: 1.62;
  font-variant-numeric: oldstyle-nums proportional-nums;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  hanging-punctuation: first;
}

p { margin: 0 0 1.05rem; }
a { color: inherit; text-decoration: underline; text-decoration-color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
a:hover { color: var(--accent); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
cite { font-style: italic; }
sup { font-size: 0.68em; line-height: 0; font-variant-numeric: lining-nums; }
sup a { text-decoration: none; padding: 0 0.1em; color: var(--accent); }

.skip { position: absolute; left: var(--gutter); top: -5rem; background: var(--ink); color: var(--paper); padding: 0.5rem 0.9rem; z-index: 10; text-decoration: none; }
.skip:focus { top: 0.5rem; }

/* small-cap labels: masthead, section names, table heads, datelines */
.masthead-name, .masthead nav a, .band > h2, th, .first-when, .role-years, .themes dt, .ruled dt, .fig-title {
  font-family: var(--caps);
  font-weight: 500;
  letter-spacing: 0.085em;
  font-variant-numeric: lining-nums;
}

/* Cover: masthead, headline and key figures on one field of green */
.cover { background: var(--green); color: var(--ivory); }
.masthead {
  max-width: 72rem; margin: 0 auto;
  padding: 2.1rem var(--gutter) 1.15rem;
  display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 0.5rem 2.5rem;
}
.masthead-name { font-size: 1.12rem; letter-spacing: 0.14em; text-decoration: none; color: var(--ivory); }
.masthead nav { display: flex; flex-wrap: wrap; gap: 0.2rem 1.15rem; }
.masthead nav a { font-size: 0.9rem; color: color-mix(in srgb, var(--ivory) 78%, transparent); text-decoration: none; }
.masthead nav a:hover { color: var(--brass); }
.cover :focus-visible, .closing :focus-visible { outline-color: var(--brass); }

.cover-body { max-width: 72rem; margin: 0 auto; padding: clamp(3rem, 7vw, 5.75rem) var(--gutter) clamp(2.5rem, 5vw, 4rem); }
.masthead { position: relative; }
.masthead::after { content: ""; position: absolute; left: var(--gutter); right: var(--gutter); bottom: 0; height: 1px; background: color-mix(in srgb, var(--ivory) 28%, transparent); }
h1 {
  max-width: 30ch; text-wrap: balance;
  font-weight: 300;
  font-size: clamp(2rem, 1.3rem + 2.1vw, 2.85rem);
  line-height: 1.15;
  letter-spacing: -0.012em;
  margin: 0 0 1.1rem;
  font-variant-numeric: lining-nums;
}
.h1-close { display: block; }
.deck {
  max-width: 64ch;
  font-weight: 300; font-size: clamp(1.25rem, 1.05rem + 0.75vw, 1.6rem); line-height: 1.38;
  color: color-mix(in srgb, var(--ivory) 80%, transparent); text-wrap: balance;
  margin: 0;
}

/* cover lead: the claim, with a plain bio beside it */
.cover-lead { display: grid; grid-template-columns: minmax(0, 1fr) 19rem; column-gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.bio { padding-top: 0.55rem; border-top: 1px solid color-mix(in srgb, var(--brass) 55%, transparent); font-size: 1.02rem; line-height: 1.55; color: color-mix(in srgb, var(--ivory) 90%, transparent); }
.bio p { margin: 0.75rem 0 0; }
.bio-links { font-family: var(--caps); font-weight: 500; letter-spacing: 0.085em; font-size: 0.86rem; display: flex; flex-wrap: wrap; gap: 0.3rem 1.2rem; }
.bio-links a { text-decoration-color: var(--brass); }
.bio-links a:hover { color: var(--brass); }

/* key figures: the numerals do the talking */
.figures { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: clamp(1.5rem, 4vw, 3.5rem); margin: clamp(2.75rem, 6vw, 4.5rem) 0 0; }
.figures div { border-top: 1px solid color-mix(in srgb, var(--brass) 55%, transparent); padding-top: 1.1rem; }
.figures dt { font-weight: 200; font-size: clamp(3.1rem, 2rem + 4.2vw, 5.4rem); line-height: 1; letter-spacing: -0.03em; color: var(--brass); font-variant-numeric: lining-nums; margin-bottom: 0.9rem; }
.figures dd { margin: 0; font-size: 1.04rem; line-height: 1.48; color: color-mix(in srgb, var(--ivory) 88%, transparent); max-width: 30ch; }
.fig-when { display: block; font-family: var(--caps); font-weight: 500; font-size: 0.84rem; letter-spacing: 0.085em; color: color-mix(in srgb, var(--ivory) 62%, transparent); margin-bottom: 0.3rem; font-variant-numeric: lining-nums; }
.cover sup a { color: var(--brass); }

.cover-notes { margin-top: 2rem; color: color-mix(in srgb, var(--ivory) 62%, transparent); max-width: 60rem; }
.cover-notes li::before { color: var(--brass); }

main { max-width: 72rem; margin: 0 auto; padding-inline: var(--gutter); }

/* Opening */
.opening { display: grid; grid-template-columns: var(--label-col) minmax(0, 1fr); column-gap: 2.5rem; padding: clamp(3rem, 6vw, 4.75rem) 0 clamp(2.5rem, 5vw, 4rem); }
.opening > * { grid-column: 2; max-width: var(--measure); }
.lede { margin: 0 0 1.05rem; }

/* ruled lists: the three themes, credentials */
.themes, .ruled { margin: 0 0 2.25rem; border-top: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); }
.themes div, .ruled div { display: grid; grid-template-columns: 7.25rem minmax(0, 1fr); column-gap: 1.25rem; padding: 0.72rem 0 0.68rem; }
.themes div + div, .ruled div + div { border-top: 1px solid var(--hair); }
.themes dt, .ruled dt { font-size: 0.9rem; color: var(--ink); padding-top: 0.2rem; }
.themes dd, .ruled dd { margin: 0; font-size: 1.06rem; line-height: 1.5; }

/* Sections: name in the margin, text on the measure */
.band { display: grid; grid-template-columns: var(--label-col) minmax(0, 1fr); column-gap: 2.5rem; padding: clamp(2.75rem, 5vw, 4.25rem) 0; border-top: 1px solid var(--ink); }
.band > h2 { margin: 0.28rem 0 1.5rem; font-size: 0.98rem; line-height: 1.4; color: var(--ink); }
.band-body { max-width: var(--measure); }
.band-body-wide { max-width: 54rem; }
.band-body > :first-child { margin-top: 0; }
.band-body > :last-child { margin-bottom: 0; }

h3 { font-weight: 500; font-size: 1.42rem; line-height: 1.24; letter-spacing: -0.004em; margin: 0 0 0.45rem; text-wrap: balance; font-variant-numeric: lining-nums; }

/* Tables, booktabs style */
table { width: 100%; border-collapse: collapse; font-size: 1.04rem; line-height: 1.42; }
caption { text-align: left; font-style: italic; color: var(--soft); padding: 0 0 0.85rem; }
thead th { text-align: left; font-size: 0.86rem; padding: 0.6rem 1.25rem 0.5rem 0; border-top: 1.5px solid var(--ink); border-bottom: 1px solid var(--ink); white-space: nowrap; }
tbody td { padding: 0.72rem 1.25rem 0.7rem 0; vertical-align: top; border-bottom: 1px solid var(--hair); }
tbody tr:last-child td { border-bottom: 1.5px solid var(--ink); }
td:last-child, th:last-child { padding-right: 0; }

.results td:first-child { white-space: nowrap; color: var(--soft); font-variant-numeric: lining-nums tabular-nums; width: 6.2rem; }
.results td:nth-child(2) { font-weight: 500; font-size: 1.16rem; line-height: 1.3; width: 38%; font-variant-numeric: lining-nums; }
.results td:nth-child(3) { color: var(--soft); }

.notes { margin: 1.1rem 0 0; padding: 0; list-style: none; counter-reset: n; font-size: 0.9rem; line-height: 1.5; color: var(--muted); }
.notes li { counter-increment: n; padding-left: 1.4rem; text-indent: -1.4rem; margin-top: 0.3rem; }
.notes li::before { content: counter(n); display: inline-block; width: 1.4rem; text-indent: 0; font-variant-numeric: lining-nums; font-size: 0.8em; vertical-align: 0.3em; }

/* Record */
.record-lead { font-size: 1.24rem; line-height: 1.52; margin-bottom: 1.6rem; }
.refrain { margin: 0 0 2.6rem; padding-left: 1.4rem; border-left: 2px solid var(--accent); font-style: italic; font-weight: 300; font-size: clamp(1.35rem, 1.15rem + 0.8vw, 1.6rem); line-height: 1.32; }
.refrain span { display: block; }
.refrain span + span { margin-top: 0.35rem; }
.firsts { list-style: none; margin: 0; padding: 0; }
.firsts li { padding: 1.6rem 0 1.45rem; border-top: 1px solid var(--hair); }
.firsts li:first-child { border-top: 1.5px solid var(--ink); }
.firsts li:last-child { padding-bottom: 0; }
.first-when, .role-years { font-size: 0.88rem; color: var(--muted); margin: 0 0 0.65rem; }
.firsts li p:last-child { margin-bottom: 0; }

/* the one chart: two bars, ink and grey, labelled in words */
.mini-chart { margin: 1.4rem 0 0.2rem; max-width: 31rem; }
.fig-title { font-size: 0.86rem; color: var(--ink); margin: 0 0 0.7rem; }
.mini-chart .row { padding: 0.2rem 0 0.5rem; }
.mini-chart .row-label { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin: 0 0 0.25rem; font-size: 0.95rem; line-height: 1.35; color: var(--soft); }
.mini-chart .row-label b { font-weight: 500; color: var(--ink); white-space: nowrap; font-variant-numeric: lining-nums tabular-nums; }
.track { position: relative; height: 0.8rem; background: linear-gradient(var(--ink), var(--ink)) 50% 0 / 1px 100% no-repeat; }
.bar { position: absolute; top: 0; bottom: 0; width: calc(var(--v) * 1%); }
.bar-pos { left: 50%; }
.bar-neg { right: 50%; }
.bar-rec { background: var(--bar-mine); }
.bar-mkt { background: var(--bar-index); }
.swatch { display: none; }
.gap { position: relative; margin: 0.3rem 0 1.7rem 10%; width: 60%; height: 0.45rem; border: 1px solid var(--ink); border-top: 0; }
.gap span { position: absolute; top: 0.6rem; left: 0; right: 0; text-align: center; font-size: 0.9rem; font-style: italic; color: var(--ink); white-space: nowrap; font-variant-numeric: lining-nums; }
.axis { display: flex; justify-content: space-between; padding-top: 0.3rem; border-top: 1px solid var(--hair); font-size: 0.8rem; color: var(--muted); font-variant-numeric: lining-nums tabular-nums; }

.timeline dd strong { font-weight: 600; }
.ruled.timeline { margin-bottom: 1.4rem; }
.ruled.timeline div { grid-template-columns: 8rem minmax(0, 1fr); }
.handoff { font-style: italic; color: var(--soft); margin: 1.4rem 0 0; }
.opening .refrain { margin: 2rem 0 0; }

/* Career */
.role + .role { margin-top: 2.6rem; padding-top: 2.4rem; border-top: 1px solid var(--hair); }
.role-place { font-family: var(--text); font-weight: 400; font-size: 1rem; font-style: italic; color: var(--muted); margin-left: 0.4rem; white-space: nowrap; letter-spacing: 0; }
.role-title { font-style: italic; margin-bottom: 0.8rem; }
.role p:last-child, .project p:last-child { margin-bottom: 0; }
.ruled.credentials { margin: 2.75rem 0 0; }

/* AI research: each project as question, method, result */
.project .ruled { margin: 0.9rem 0 0; }
.project .ruled dd p { margin: 0 0 0.7rem; }
.project .ruled dd p:last-child { margin-bottom: 0; }
.project .first-when { margin-bottom: 0.2rem; }
#work .record-lead { margin-bottom: 1.4rem; }
.interests { margin: 0 0 2.8rem; padding: 0 0 0 1.5rem; font-size: 1.1rem; line-height: 1.5; font-variant-numeric: lining-nums; }
.interests li { padding-left: 0.4rem; }
.interests li + li { margin-top: 0.35rem; }
.interests li::marker { color: var(--accent); font-weight: 500; }
.project + .project { margin-top: 2.4rem; padding-top: 2.2rem; border-top: 1px solid var(--hair); }
.section-note { font-style: italic; color: var(--soft); }

/* Patents and writing: bibliographic entries */
.records { list-style: none; margin: 0; padding: 0; }
.records li { padding: 1.05rem 0; border-top: 1px solid var(--hair); }
.records li:first-child { border-top: 0; padding-top: 0; }
.record-title { display: block; font-weight: 500; font-size: 1.1rem; line-height: 1.36; }
.record-meta { display: block; margin-top: 0.2rem; font-size: 0.98rem; color: var(--muted); font-variant-numeric: lining-nums; }
.record-link { display: block; margin-top: 0.5rem; font-size: 1.04rem; }
.record-desc { display: block; margin-top: 0.4rem; font-size: 1.04rem; line-height: 1.52; color: var(--soft); }

.paper-feature { padding-bottom: 2.1rem; margin-bottom: 2rem; border-bottom: 1.5px solid var(--ink); }
.paper-feature h3 { font-size: 1.62rem; }
.paper-deck { font-size: 1.22rem; line-height: 1.42; font-style: italic; margin: 0.45rem 0 0.7rem; }
.paper-cite { font-size: 1.02rem; color: var(--soft); }
.paper-feature p:last-child { margin-bottom: 0; }

/* Talks */
.talks td:first-child { white-space: nowrap; width: 4.5rem; color: var(--soft); font-variant-numeric: lining-nums tabular-nums; }
.talks td:nth-child(2) { width: 54%; }
.talks td:nth-child(3) { color: var(--soft); }
.talks td.same-year { color: transparent; }
.talks tbody td { border-bottom: 0; padding-top: 0.42rem; padding-bottom: 0.42rem; }
.talks tbody tr.year-start td { border-top: 1px solid var(--hair); padding-top: 0.75rem; }
.talks tbody tr.year-start:first-child td { border-top: 0; }
.talks tbody tr:last-child td { padding-bottom: 0.85rem; }

/* Closing: the same green, to bookend the page */
.closing { background: var(--green); color: var(--ivory); margin-top: clamp(2.75rem, 5vw, 4.25rem); }
.closing-body { max-width: 72rem; margin: 0 auto; padding: clamp(3rem, 6vw, 4.75rem) var(--gutter) 3rem; display: grid; grid-template-columns: var(--label-col) minmax(0, 1fr); column-gap: 2.5rem; }
.closing h2 { font-family: var(--caps); font-weight: 500; letter-spacing: 0.085em; font-size: 0.98rem; margin: 0.5rem 0 1.5rem; color: var(--brass); }
.closing-body > :not(h2) { grid-column: 2; }
.contact-line { font-size: clamp(1.35rem, 1.1rem + 1vw, 1.85rem); line-height: 1.42; font-weight: 300; max-width: 34ch; margin: 0; }
.closing a { text-decoration-color: var(--brass); }
.closing a:hover { color: var(--brass); }
.contact-form { margin-top: 1.9rem; max-width: 34rem; }
.contact-form .field { margin-bottom: 1rem; }
.contact-form label { display: block; font-family: var(--caps); font-weight: 500; letter-spacing: 0.085em; font-size: 0.86rem; color: color-mix(in srgb, var(--ivory) 78%, transparent); margin-bottom: 0.35rem; }
.contact-form input, .contact-form textarea {
  display: block; width: 100%; font: inherit; font-size: 1.05rem; color: var(--ivory);
  background: color-mix(in srgb, var(--ivory) 6%, transparent); border: 1px solid color-mix(in srgb, var(--ivory) 32%, transparent); border-radius: 0;
  padding: 0.6rem 0.75rem;
}
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--brass); background: color-mix(in srgb, var(--ivory) 9%, transparent); }
.contact-form textarea { resize: vertical; min-height: 8rem; }
.contact-form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.field-row { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem 1.5rem; margin-top: 1.25rem; }
.contact-form button {
  font-family: var(--caps); font-weight: 500; letter-spacing: 0.085em; font-size: 0.95rem;
  color: var(--green); background: var(--brass); border: 1px solid var(--brass); padding: 0.7rem 1.4rem; cursor: pointer;
}
.contact-form button:hover { background: color-mix(in srgb, var(--brass) 88%, white); }
.contact-form button:disabled { opacity: 0.6; cursor: default; }
.form-status { margin: 0; font-size: 1rem; color: color-mix(in srgb, var(--ivory) 85%, transparent); }

.colophon { margin-top: clamp(2.5rem, 5vw, 4rem); padding-top: 1.4rem; border-top: 1px solid color-mix(in srgb, var(--ivory) 28%, transparent); font-size: 0.9rem; line-height: 1.55; color: color-mix(in srgb, var(--ivory) 66%, transparent); }
.colophon p { margin: 0 0 0.5rem; max-width: 50rem; }

/* Narrow screens */
@media screen and (max-width: 52rem) {
  body { font-size: 1.125rem; }
  .opening, .band, .closing-body { grid-template-columns: minmax(0, 1fr); }
  .closing-body > :not(h2) { grid-column: 1; }
  .figures { grid-template-columns: minmax(0, 1fr); row-gap: 1.75rem; }
  .cover-lead { grid-template-columns: minmax(0, 1fr); row-gap: 2.25rem; }
  .bio { max-width: 34rem; }
  .figures dd { max-width: none; }
  .opening > * { grid-column: 1; }
  .masthead { padding-top: 1.5rem; }

  .results thead, .talks thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .results, .results tbody, .results tr, .results td, .talks, .talks tbody, .talks tr, .talks td { display: block; width: auto; }
  .results caption, .talks caption { display: block; }
  .results tbody { border-top: 1.5px solid var(--ink); }
  .results tr { padding: 0.8rem 0; border-bottom: 1px solid var(--hair); }
  .results tbody tr:last-child { border-bottom: 1.5px solid var(--ink); }
  .results tbody td, .results tbody tr:last-child td { padding: 0; border: 0; }
  .results td:first-child, .results td:nth-child(2) { width: auto; }
  .results td:first-child { font-size: 0.95rem; }

  .talks tbody { border-top: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); }
  .talks tr, .talks tbody tr.year-start { padding: 0.65rem 0; border-top: 1px solid var(--hair); }
  .talks tbody tr:first-child { border-top: 0; }
  .talks tbody td, .talks tbody tr.year-start td, .talks tbody tr:last-child td { padding: 0; border: 0; }
  .talks td.same-year { color: var(--soft); }
  .talks td:first-child { font-size: 0.95rem; }
  .talks td:nth-child(2) { width: auto; }
}
@media screen and (max-width: 30rem) {
  .themes div, .ruled div { grid-template-columns: minmax(0, 1fr); row-gap: 0.1rem; }
}

@media print {
  @page { size: letter; margin: 0.8in 0.85in; }
  html { font-size: 10pt; }
  body { font-size: 1rem; line-height: 1.45; color: #000; }
  .masthead nav, .skip, .bio-links, .record-link { display: none; }
  .cover, .closing { background: none; color: #000; }
  .cover *, .closing * { color: #000 !important; }
  .masthead { padding: 0 0 0.5rem; }
  .masthead::after { left: 0; right: 0; background: #000; }
  .masthead-name { font-size: 1.5rem; }
  .cover-body, .closing-body { padding: 1.1rem 0 0.6rem; }
  main, .cover-body, .closing-body, .masthead { max-width: none; padding-inline: 0; }
  h1 { font-size: 1.55rem; max-width: none; margin-bottom: 0.5rem; }
  .deck { font-size: 1.1rem; }
  .cover-lead { grid-template-columns: minmax(0, 1fr); row-gap: 0.8rem; }
  .bio { border-top: 0; padding-top: 0; font-size: 1rem; }
  .bio p { margin-top: 0; }
  .figures { margin-top: 1rem; column-gap: 1.2rem; }
  .figures div { border-top: 1px solid #000; padding-top: 0.5rem; }
  .figures dt { font-size: 2.1rem; font-weight: 300; margin-bottom: 0.35rem; }
  .figures dd { font-size: 0.92rem; }
  .band, .opening { padding: 1rem 0; column-gap: 1.2rem; grid-template-columns: 7rem minmax(0, 1fr); }
  .band-body, .band-body-wide, .opening > * { max-width: none; }
  .closing { margin-top: 0; }
  .closing-body { grid-template-columns: 7rem minmax(0, 1fr); column-gap: 1.2rem; border-top: 1px solid #000; }
  .contact-line { font-size: 1.05rem; font-weight: 400; max-width: none; }
  .contact-form { margin-top: 1.9rem; max-width: 34rem; }
.contact-form .field { margin-bottom: 1rem; }
.contact-form label { display: block; font-family: var(--caps); font-weight: 500; letter-spacing: 0.085em; font-size: 0.86rem; color: color-mix(in srgb, var(--ivory) 78%, transparent); margin-bottom: 0.35rem; }
.contact-form input, .contact-form textarea {
  display: block; width: 100%; font: inherit; font-size: 1.05rem; color: var(--ivory);
  background: color-mix(in srgb, var(--ivory) 6%, transparent); border: 1px solid color-mix(in srgb, var(--ivory) 32%, transparent); border-radius: 0;
  padding: 0.6rem 0.75rem;
}
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--brass); background: color-mix(in srgb, var(--ivory) 9%, transparent); }
.contact-form textarea { resize: vertical; min-height: 8rem; }
.contact-form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.field-row { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem 1.5rem; margin-top: 1.25rem; }
.contact-form button {
  font-family: var(--caps); font-weight: 500; letter-spacing: 0.085em; font-size: 0.95rem;
  color: var(--green); background: var(--brass); border: 1px solid var(--brass); padding: 0.7rem 1.4rem; cursor: pointer;
}
.contact-form button:hover { background: color-mix(in srgb, var(--brass) 88%, white); }
.contact-form button:disabled { opacity: 0.6; cursor: default; }
.form-status { margin: 0; font-size: 1rem; color: color-mix(in srgb, var(--ivory) 85%, transparent); }

.colophon { margin-top: 1rem; border-top: 1px solid #999; font-size: 0.8rem; }
  h3, .paper-feature h3 { font-size: 1.15rem; }
  .refrain { font-size: 1.15rem; }
  .record-lead { font-size: 1.05rem; }
  table, .themes dd, .ruled dd { font-size: 0.95rem; }
  a { text-decoration: none; }
  h3, .first-when, .role-years, thead { break-after: avoid; }
  .firsts li, .role, .records li, tr, .ruled div, .mini-chart, .figures { break-inside: avoid; }
  .bar-rec { background: #000 !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .bar-mkt { background: #999 !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}
