@page {
  margin: 2cm;
}

body {
  background: #fff;
  color: #000;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 12pt;
  line-height: 1.5;
}

.site-header,
.site-footer,
.nav-toggle,
.skip-link,
.entity-context {
  display: none;
}

.site-main {
  margin: 0;
  padding: 0;
}

.content-wrap {
  max-width: none;
}

a[href]::after {
  content: " (" attr(href) ")";
  font-size: 10pt;
  color: #555;
}

.wordmark::after,
.nav-link::after {
  content: none;
}

h1, h2, h3 {
  page-break-after: avoid;
  color: #000;
}

section, article {
  page-break-inside: avoid;
}

.hero-statement,
.firm-motto {
  color: #000;
}

.problem-text,
.service-description,
.firm-narrative-text,
.firm-mission,
.bio-text,
.name-origin-text,
.contact-block {
  color: #333;
}

.bio-title,
.pub-date,
.gold-rule,
.section-label {
  color: #666;
}

.gold-rule {
  background: #999;
}

.publication-card {
  background: #f5f5f5;
  border: 1px solid #ddd;
}
