
/* BK Philippines V8.8 — 2026 catalogue-aligned web branding.
   Uses SVG/RGB artwork approximated from the supplied catalogue examples.
   Replace the SVG files with official masters later without changing markup. */
:root{
  --bk-brand-orange:#E9513D;
  --bk-brand-grey:#585A5C;
}
.bk-brand-logo{display:block;width:auto;max-width:100%;height:auto}
.bk-brand-logo--header{height:54px;max-width:360px}
.bk-brand-logo--footer{height:48px;max-width:320px}
.bk-brand-logo--mobile{height:58px;max-width:190px}
.bk-brand-link{display:inline-flex;align-items:center;text-decoration:none!important}
.bk-brand-link img{border:0}
@media(max-width:680px){
  .bk-brand-logo--desktop{display:none!important}
  .bk-brand-logo--mobile{display:block!important}
}
@media(min-width:681px){
  .bk-brand-logo--mobile{display:none!important}
}
