/* LaBS header brand canonical layout — 2026-09-21 */
html body .site-header>.brand{
  --labs-brand-title-size:34px;
  --labs-brand-subtitle-size:11.2px;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  flex:0 0 184px!important;
  width:184px!important;
  min-width:184px!important;
  max-width:184px!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  gap:0!important;
  grid-template-columns:none!important;
  grid-template-rows:none!important;
  text-align:left!important;
  text-decoration:none!important;
  overflow:visible!important;
}
html body .site-header>.brand::before,
html body .site-header>.brand::after,
html body .site-header>.brand>strong::before,
html body .site-header>.brand>strong::after{
  content:none!important;
  display:none!important;
  width:0!important;
  height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:none!important;
  background-image:none!important;
}
html body .site-header>.brand>strong{
  display:block!important;
  position:static!important;
  margin:0!important;
  padding:0!important;
  color:#20242a!important;
  font-family:Literata,Georgia,"Times New Roman",serif!important;
  font-size:34px!important;
  font-weight:600!important;
  line-height:.9!important;
  letter-spacing:-.04em!important;
  white-space:nowrap!important;
}
html body .site-header>.brand>span{
  display:block!important;
  position:static!important;
  margin:5px 0 0!important;
  padding:0!important;
  color:#20242a!important;
  font-family:Literata,Georgia,"Times New Roman",serif!important;
  font-size:11.2px!important;
  font-weight:500!important;
  line-height:1!important;
  letter-spacing:.055em!important;
  white-space:nowrap!important;
}
@media(max-width:1100px){
  html body .site-header>.brand{--labs-brand-title-size:31px!important;--labs-brand-subtitle-size:10.3px!important;flex-basis:158px!important;width:158px!important;min-width:158px!important;max-width:158px!important}
  html body .site-header>.brand>strong{font-size:31px!important}
  html body .site-header>.brand>span{font-size:10.3px!important;letter-spacing:.045em!important}
}
@media(max-width:760px){
  html body .site-header>.brand{--labs-brand-title-size:28px!important;--labs-brand-subtitle-size:9.5px!important;flex-basis:142px!important;width:142px!important;min-width:142px!important;max-width:142px!important}
  html body .site-header>.brand>strong{font-size:28px!important}
  html body .site-header>.brand>span{margin-top:4px!important;font-size:9.5px!important;letter-spacing:.035em!important}
}
