/* Clear Link v1.10.23 — desktop header cleanup
   PC only: remove redundant hamburger, remove excess vertical height, and
   rebalance the top CTA row after the duplicate "初めての方へ" button removal. */
@media (min-width:1121px){
  html body.has-overlay-header .site-header,
  html body.has-overlay-header .site-header.site-header--overlay{
    height:108px!important;
    min-height:108px!important;
  }
  html body.has-overlay-header .site-header__top{
    height:66px!important;
    min-height:66px!important;
    align-items:center!important;
  }
  html body.has-overlay-header .site-header__bottom{
    height:42px!important;
    min-height:42px!important;
    align-items:center!important;
  }
  html body.has-overlay-header .site-header:not(.is-scrolled){
    min-height:108px!important;
  }
  html body.has-overlay-header .site-header.is-scrolled{
    height:100px!important;
    min-height:100px!important;
  }
  html body.has-overlay-header .site-header.is-scrolled .site-header__top{
    height:62px!important;
    min-height:62px!important;
  }
  html body.has-overlay-header .site-header.is-scrolled .site-header__bottom{
    height:38px!important;
    min-height:38px!important;
  }
  html body.has-overlay-header .menu-trigger{
    display:none!important;
  }
  html body.has-overlay-header .header-actions{
    margin-left:auto!important;
    height:40px!important;
    align-items:stretch!important;
    gap:1px!important;
  }
  html body.has-overlay-header .header-action{
    width:148px!important;
    min-width:148px!important;
    height:40px!important;
    min-height:40px!important;
    padding:0 14px!important;
  }
  html body.has-overlay-header .brand{
    align-self:center!important;
  }
  html body.has-overlay-header .primary-nav,
  html body.has-overlay-header .primary-nav .menu{
    height:100%!important;
    align-items:center!important;
  }
}
