/* Performance-stable system fonts avoid late font swaps and layout movement. */
:root{--font-display:Georgia,"Times New Roman",serif;--font-ui:Arial,"Helvetica Neue",sans-serif;--font-mono:"Courier New",monospace}

/* Accessible accent colors on navy and blueprint backgrounds. */
.hero-section .chapter-mark,.hero-section em,.hero-section .stat-num,
.bg-navy .chapter-mark,.bg-blueprint-dark .chapter-mark,
.proof-card-cta strong,.proof-card-cta .proof-badge{color:#ffc15c}
.site-header .brand-tag,.site-footer .brand-tag,
.site-footer .footer-nav h3,.site-footer .footer-nav h4{color:#c9e3d1}
.site-footer .footer-contact a,.site-footer .footer-nav a{color:rgba(255,255,255,.82)}

/* WCAG-sized interactive controls. */
.hamburger{min-width:44px;min-height:44px;align-items:center;justify-content:center}
@media(max-width:768px){
  .footer-nav a,.footer-contact a,.footer-bottom a,.footer-bottom-inner a{
    display:flex;align-items:center;min-height:44px;padding:.6rem .25rem
  }
  .footer-bottom-inner{gap:.25rem}
  .mobile-nav-link{min-height:44px;display:flex;align-items:center}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reveal,.reveal.visible,.ticket,.btn,.progress-fill{
    transition:none!important;transform:none!important;animation:none!important
  }
}
