/* Brand: the h. mark is assets/brand/mark.svg (the exact Manrope 800 outline); the name is stacked beside it in the same face. Loaded last on both pages. */
.identity{gap:11px;align-items:center;font:800 15px/1.1 var(--display);letter-spacing:-.04em;color:var(--ink)}
.brand-logo{display:block;height:27.3px;width:auto;flex:none}
.brand-name{display:grid}
.site-footer .identity{font-size:12px;gap:9px}
.site-footer .brand-logo{height:21.8px}
@media(max-width:760px){
 /* Phones: the mark alone in the top bar; the link keeps its accessible name. */
 .site-header .brand-name,.privacy-header .brand-name{display:none}
 .site-header .brand-logo,.privacy-header .brand-logo{height:26px}
}
