@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800&display=swap');

:root{--brand-local:#167fa8;--brand-core:#10243f;--brand-ar:#a87312;}
html[data-theme="dark"]{--brand-local:#64c8e8;--brand-core:#f7f9fc;--brand-ar:#e5bd55;}

.branded-header{display:grid;grid-template-columns:44px minmax(0,1fr) 86px;gap:8px;align-items:center;min-height:78px;padding:7px 12px;}
.brand-full-logo,.brand-mark{display:none!important;}
.brand-lockup{min-width:0;display:flex;align-items:center;justify-content:center;overflow:visible;}
.brand-name{display:inline-flex;align-items:baseline;justify-content:center;font-family:"Barlow Condensed","Arial Narrow","Roboto Condensed",system-ui,sans-serif;font-size:clamp(27px,6.5vw,34px);font-weight:800;letter-spacing:-.45px;line-height:.95;white-space:nowrap;text-align:center;text-transform:none;}
.brand-local{color:var(--brand-local);}
.brand-core{color:var(--brand-core);}
.brand-ar{color:var(--brand-ar);margin-left:1px;}
html[data-theme="dark"] .brand-name{text-shadow:0 2px 10px rgba(0,0,0,.32);}
.branded-header .header-actions{justify-self:end;display:flex;align-items:center;gap:4px;}
.branded-header #menuBtn{justify-self:start;}
@media(max-width:520px){.branded-header{grid-template-columns:40px minmax(0,1fr) 78px;gap:5px;min-height:74px;padding:6px 10px}.brand-name{font-size:clamp(25px,7vw,31px);letter-spacing:-.35px}}
@media(max-width:370px){.branded-header{grid-template-columns:38px minmax(0,1fr) 72px;gap:4px;padding-inline:8px}.brand-name{font-size:24px;letter-spacing:-.25px}}
