.hk-studio-hero{padding:24px 24px 4px;background:var(--hk-surface);}
.hk-studio-breadcrumb{display:none !important;margin:0;color:var(--hk-muted);font-size:14px;}
.hk-studio-hero h1{margin:0;font-size:clamp(26px,3.4vw,40px);line-height:1.08;letter-spacing:-0.045em;font-weight:600;color:var(--hk-text);}
.hk-studio-title-sub{margin:8px 0 20px;font-size:clamp(15px,1.8vw,19px);line-height:1.25;color:#20201e;font-weight:450;}
.hk-studio-quick-facts{display:flex;flex-wrap:nowrap;gap:7px 12px;color:#373735;font-family:"Pretendard","Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:15px;font-weight:650;line-height:1.35;letter-spacing:-0.015em;white-space:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;}
.hk-studio-quick-facts span{font-family:inherit;font-weight:650;}
.hk-studio-quick-facts span:not(:last-child)::after{content:"•";margin-left:12px;color:#90908b;font-weight:500;}
@media(max-width:640px){
  .hk-studio-hero{padding-left:16px;padding-right:16px;}
  .hk-studio-quick-facts{
    flex-wrap:nowrap;
    gap:4px 7px;
    font-family:"Pretendard","Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:11px;
    font-weight:650;
    letter-spacing:-0.015em;
    line-height:1.25;
    white-space:nowrap;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  .hk-studio-quick-facts span{
    display:inline-flex;
    width:auto;
    flex:0 0 auto;
    font-family:inherit;
    font-weight:650;
  }
  .hk-studio-quick-facts span:not(:last-child)::after{
    display:inline;
    content:"•";
    margin-left:7px;
    color:#90908b;
    font-weight:500;
  }
}
