/* Approved branding assets and confirmed contact address, 2026-09-25. */
.site-header .brand,.site-footer .footer-brand{display:inline-flex;align-items:center;gap:14px;flex-shrink:0}
.site-header .brand .brand-emblem,.site-footer .footer-brand .brand-emblem{width:46px;height:auto;flex-shrink:0}
.site-header .brand .brand-wordmark{height:auto}
.site-footer .footer-brand{justify-self:start;align-self:start}
.email-status .contact-email{font-size:clamp(17px,1.7vw,22px);font-weight:400;color:#f2f3f4;line-height:1.5;text-decoration:none;overflow-wrap:anywhere}
.email-status .contact-email:hover{text-decoration:underline;text-underline-offset:6px}
.email-status .contact-email:focus-visible{outline:2px solid var(--silver);outline-offset:6px;border-radius:2px}
@media(max-width:600px){
 .site-header .brand{gap:10px}
 .site-header .brand .brand-emblem{width:32px}
 .site-header .brand .brand-wordmark{width:clamp(100px,30vw,145px)}
 .site-header{gap:12px}
 .site-header .header-actions{gap:12px}
 .site-footer .footer-brand{gap:12px}
 .site-footer .footer-brand .brand-emblem{width:38px}
}
