/* WordPress integration only. The approved prototype stylesheet is unchanged. */
body.admin-bar .site-header { top: 32px; }
.hm-document { padding-top: 150px; min-height: 70vh; }
.hm-document h1 { font: 400 clamp(32px, 5vw, 56px)/1.15 var(--serif); margin-bottom: 32px; }
.hm-document-content { max-width: 840px; }
.hm-document-content > * + * { margin-top: 20px; }
.hm-document-content a { text-decoration: underline; }
.hm-document-content h2 { font-size: 30px; margin-top: 36px; }
body:not(.home) .site-header { background: var(--warm); }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
@media (max-width: 600px) { body.admin-bar .site-header { position: absolute; } }
