/* Clean single-column resume/CV printout — everything else is hidden. */

.site-header,
.section-nav,
.site-footer,
.cookie-banner,
.screen--core,
.screen--availability,
.screen--blog,
.screen--blog-index,
.screen--post,
.screen--contact {
  display: none !important;
}

body {
  height: auto;
  overflow: visible;
  background: #fff;
  color: #111;
  --text-muted: #555;
  --border-soft: #999;
}

.screen {
  min-height: 0;
  height: auto;
  background: #fff !important;
  color: #111;
  border-top: none;
  padding: 0 0 1.5rem;
  page-break-inside: avoid;
}

.eyebrow,
.tagline,
.lede,
.pull-quote,
.group-heading {
  color: #333;
}

.entry {
  background: none;
  border: 1px solid #999;
  break-inside: avoid;
}

a {
  color: #111;
  text-decoration: underline;
}

.cta,
.print-button {
  display: none !important;
}
