/* SCB v1.1 enhancements */
.header-inner{height:96px}
.brand img{width:235px;max-height:78px;object-fit:contain}
.footer-logo{width:260px;max-width:100%;height:auto}
.blueprint-layout{grid-template-columns:minmax(270px,.52fr) minmax(0,1.48fr);gap:48px;width:min(calc(100% - 48px),1450px);max-width:none}
.blueprint-frame{padding:12px}
.blueprint-frame img{width:100%;height:auto;max-width:none;margin:0 auto}
.scb-book-cover-image{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:900px){
  .header-inner{height:84px}
  .brand img{width:205px;max-height:68px}
  .blueprint-layout{grid-template-columns:1fr;width:min(calc(100% - 32px),900px);gap:32px}
}
@media(max-width:560px){
  .brand img{width:175px;max-height:60px}
}
