/* v1.9.2: brand-only presentation layer. Existing grids and modules are unchanged. */
.site-header .brand{direction:ltr;unicode-bidi:isolate;min-width:0;max-width:100%;gap:10px;flex:0 1 auto}
.site-header .brand img{flex:0 0 auto;object-fit:contain}
.site-header .dcs-brand-wordmark{display:inline-block;color:#f3f4f5;font-weight:800;font-size:19px;line-height:1.25;letter-spacing:-.055em;white-space:nowrap;text-transform:none}
.site-header .dcs-brand-number{color:var(--accent);font-weight:900}
.site-header .brand:hover .dcs-brand-wordmark{color:#fff}
.site-header .brand:focus-visible{border-radius:4px}
.site-header .topnav{flex:0 0 auto}
@media(max-width:767px){
 .site-header .header-row{gap:8px}
 .site-header .brand{gap:7px}
 .site-header .dcs-brand-wordmark{font-size:clamp(13px,3.6vw,18px);letter-spacing:-.065em}
 .site-header .brand img{width:30px;height:30px}
 .site-header .languages>summary{gap:5px;padding:8px 6px}
}
@media(max-width:479px){
 .site-header .languages>summary bdi{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
 .site-header .languages>summary{min-width:52px;min-height:44px;justify-content:center}
 .site-header .brand img{width:28px;height:28px}
 .site-header .header-row{min-height:70px}
}
@media(prefers-reduced-motion:reduce){.site-header .brand{transition:none}}
/* Legacy <=390px rule hid every .brand span; keep the new domain visible. */
.site-header .dcs-brand-wordmark>span{display:inline}
/* The legacy off-screen honeypot extended RTL documents by 10,000px.
   Keep the same anti-spam field in the DOM, clipped inside the viewport. */
.dcscc .dcscc-honeypot{left:0!important;right:auto!important;top:0!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}
