/* ========================================================================== Midrand Books — About Page Fine Press Styles ========================================================================== */ .editorial-page-container { max-width: 1140px; margin: 0 auto; padding-left: 1.5rem; padding-right: 1.5rem; font-family: system-ui, -apple-system, sans-serif; } .editorial-main-title { font-size: 2.5rem; letter-spacing: -0.03em; color: #111111; font-family: Georgia, 'Times New Roman', serif; } .tracking-wider { letter-spacing: 0.12em; } /* --- Index Navigation Controls --- */ .editorial-nav-index { position: sticky; top: 2rem; border-left: 1px solid rgba(0, 0, 0, 0.08); padding-left: 1.25rem; } .index-btn { color: #666666; background: transparent; border: none; padding: 0; margin: 0; font-family: inherit; font-size: inherit; cursor: pointer; text-decoration: none; transition: color 0.2s ease, padding-left 0.2s ease; } .index-btn:hover { color: #111111; padding-left: 4px; } .index-btn:focus { outline: none; color: #111111; font-weight: 600; } /* --- Narrative Typography --- */ .editorial-article-body { line-height: 1.8; color: #333333; font-size: 1rem; } .section-title { font-family: Georgia, 'Times New Roman', serif; font-size: 1.35rem; color: #111111; margin-bottom: 1.25rem; font-weight: 500; scroll-margin-top: 2rem; } .text-muted-serif { color: #555555; } .editorial-section p { margin-bottom: 1.2rem; } .protective-credo-callout { background-color: #FAFAFA; border: 1px solid rgba(0, 0, 0, 0.05); padding: 2rem; border-radius: 8px; }