/* Guard the site chrome (masthead/nav) against per-post inline styles from
   imported static pages — keeps the navy portal header identical on every page. */
.mast{background:linear-gradient(180deg,var(--deep) 0%,var(--deep-2) 100%) !important;border-bottom:0 !important;padding:0 !important;}
.mast .wrap{display:flex !important;align-items:center !important;justify-content:flex-start !important;text-align:left !important;flex-wrap:nowrap !important;gap:20px !important;padding:22px 28px !important;max-width:1200px !important;}
.mast .title{flex:1 1 auto !important;order:0 !important;flex-basis:auto !important;min-width:0 !important;}
.mast .kicker{color:#9fb4cf !important;font-size:12.5px !important;font-weight:400 !important;letter-spacing:.14em !important;text-transform:uppercase !important;}
.mast .title h1,.mast h1{color:#fff !important;font-size:clamp(20px,2.6vw,30px) !important;font-weight:700 !important;margin:0 !important;}
.mast h1 a{color:#fff !important;}
.mast .sub{color:#b9c8dd !important;font-size:13.5px !important;}
.mast .emblem{width:74px !important;height:74px !important;background:#fff !important;border-radius:50% !important;display:grid !important;place-items:center !important;overflow:hidden !important;flex:0 0 auto !important;}
.mast .emblem img{width:62px !important;height:62px !important;object-fit:contain !important;}
.util{font-size:11.5px !important;}
