/* REAL EFM V27 — header brand aligned with FIN & CONTROL */
.brand-real-efm{
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:12px;
  min-width:0;
}
.brand-header-mark{
  display:block;
  width:58px;
  height:auto;
  flex:0 0 auto;
}
.brand-header-copy{
  display:flex;
  flex-direction:column;
  gap:2px;
  min-width:0;
}
.brand-real-efm .brand-name{
  font-size:18px;
  line-height:1.05;
  letter-spacing:.08em;
  font-weight:700;
  white-space:nowrap;
}
.brand-real-efm .brand-sub{
  font-size:11px;
  line-height:1.25;
  color:var(--muted);
  white-space:nowrap;
}
@media (max-width:1180px){
  .brand-header-mark{width:52px}
  .brand-real-efm .brand-name{font-size:16px}
  .brand-real-efm .brand-sub{font-size:10px}
  .main-nav{gap:20px}
}
@media (max-width:980px){
  .brand-real-efm{gap:10px}
  .brand-header-mark{width:54px}
  .brand-real-efm .brand-name{font-size:17px}
  .brand-real-efm .brand-sub{display:none}
}
@media (max-width:420px){
  .site-header{padding-left:20px;padding-right:20px}
  .brand-header-mark{width:46px}
  .brand-real-efm{gap:9px}
  .brand-real-efm .brand-name{font-size:15px;letter-spacing:.06em}
  .mobile-menu-button{width:50px;height:50px}
}
