/* Company-page header (owner, 24 Sep 2026): the company name, then one small
   geography · industry line; one navigation bar, which also carries the tables download. */
main > .company-meta {
  margin: -0.65rem 0 0;
  color: var(--ink-faint, #586674);
  font: 400 0.82rem/1.45 var(--ui-font, Verdana, Geneva, sans-serif);
  letter-spacing: 0.01em;
}
/* Listing(s) · information cut-off: the first line of the Overview panel (review, 25 Sep 2026).
   Metadata, not a heading: small, muted, regular weight. */
.company-facts {
  margin: 0.2rem 0 1rem;
  color: var(--ink-faint, #586674);
  font: 400 0.78rem/1.45 var(--ui-font, Verdana, Geneva, sans-serif);
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
}
.company-sections-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1rem;
}
.company-sections-links { flex: 1 1 auto; min-width: 0; }
.company-sections-download {
  margin-left: auto;
  padding: 0.45rem 0.1rem;
  color: var(--ink-soft, #4a5058);
  font-size: 0.76rem;
  white-space: nowrap;
}
.company-sections-download:hover { color: var(--accent, #234d47); }
@media (max-width: 700px) {
  .company-sections-ready .company-sections-mobile { flex: 1 1 12rem; }
}
@media print {
  .company-sections-download { display: none; }
}
