@page { size: Letter; margin: 16mm 15mm; }
html { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
body { margin: 0; background: #fff; color: #1a1a1a;
       font: 400 12pt/1.65 Georgia, "Iowan Old Style", "Times New Roman", serif; }
.wrap { max-width: 44rem; margin: 0 auto; padding: 2.5rem 1.5rem 4rem; }

.provenance { border: 1px solid #dcdcdc; border-left: 3px solid #00a1e0;
  background: #f7f9fb; padding: .85rem 1.1rem; margin: 0 0 2.25rem;
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 8.75pt; line-height: 1.55; color: #555; }
.provenance strong { color: #222; }

.kicker { font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 9pt; letter-spacing: .16em; text-transform: uppercase;
  color: #00a1e0; font-weight: 700; margin: 0 0 .7rem; }
h1 { font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 26pt; line-height: 1.14; letter-spacing: -.015em; font-weight: 700;
  margin: 0 0 .8rem; color: #0b2e4f; }
.dek { font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 9.5pt; color: #6a6a6a; margin: 0 0 1.75rem; line-height: 1.6; }
hr.rule { border: 0; border-top: 2px solid #0b2e4f; margin: 0 0 2rem; }

h2 { font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 14.5pt; font-weight: 700; letter-spacing: -.005em;
  margin: 2.3rem 0 .7rem; color: #0b2e4f; page-break-after: avoid; }
p { margin: 0 0 1.1rem; }
strong { color: #111; }

blockquote { margin: 1.9rem 0; padding: 0 0 0 1.1rem; border-left: 3px solid #00a1e0;
  font-size: 13.5pt; line-height: 1.45; font-style: italic; color: #24485f;
  page-break-inside: avoid; }
blockquote p { margin: 0; }

img { display: block; width: 100%; height: auto; margin: 2rem auto;
  border: 1px solid #e6e6e6; border-radius: 3px; page-break-inside: avoid; }
figure { margin: 2rem 0; page-break-inside: avoid; }
figcaption { font-family: -apple-system, Arial, sans-serif; font-size: 8pt;
  color: #999; text-align: center; margin-top: .4rem; }

a { color: #0b6ea8; }
footer.src { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid #e0e0e0;
  font-family: -apple-system, Arial, sans-serif; font-size: 8.25pt;
  color: #8a8a8a; line-height: 1.6; }
footer.src a { color: #8a8a8a; }


/* Portfolio integration */
.portfolio-back {
  display: inline-block;
  margin: 0 0 1.25rem;
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 9pt;
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid #c8c8c8;
}
.portfolio-back:hover { color: #111; border-bottom-color: #111; }

@media screen and (max-width: 640px) {
  .wrap { padding: 1.5rem 1rem 3rem; }
  h1 { font-size: 22pt; }
  body { font-size: 11.5pt; }
  .provenance { font-size: 8.5pt; }
}
