/* Keep approved navy lettering on a white surface, including dark/colour contexts. */
.app-brand-signature { display:inline-flex; align-items:center; gap:.5rem; vertical-align:middle; flex-shrink:0; }
.app-brand-signature__icon { display:block; width:2.25rem; height:2.25rem; }
.app-brand-signature__wordmark { display:block; width:8.375rem; height:auto; }
.app-brand-home { display:inline-flex; padding:.375rem; background:#fff; border-radius:.5rem; }
.app-brand-home:hover { background:#f4f7fb; }
.app-brand-home:active { opacity:.85; }
.app-brand-home:focus-visible { outline:3px solid #167ef5; outline-offset:3px; }
.landing-hero__content { padding:1.5rem; min-height:0; }
.landing-hero__media > img { height:100%; }
.app-brand-print { display:none; }
@media (max-width:575.98px) {
  .app-brand-signature__wordmark { width:7rem; }
  .app-brand-signature__icon { width:2rem; height:2rem; }
}
@media print {
  .app-brand-print { display:block; margin-bottom:1rem; }
  .app-brand-signature { background:#fff; print-color-adjust:exact; -webkit-print-color-adjust:exact; }
}
