.ymt-site-header { position: relative; z-index: 50; border-bottom: 1px solid #cfe0f4; background: rgba(255,255,255,.98); box-shadow: 0 2px 7px rgba(41,121,216,.05); }
.ymt-header-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 89px; }
.ymt-brand { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.ymt-brand img { width: 42px; height: 42px; }
.ymt-brand span { display: flex; flex-direction: column; }
.ymt-brand strong { font-size: clamp(23px, 2vw, 29px); letter-spacing: .025em; line-height: 1.2; }
.ymt-brand small { margin-top: 3px; color: var(--color-text-muted); font-size: 10px; letter-spacing: .04em; }
.ymt-header-tools { display: grid; min-width: 380px; justify-items: end; gap: 10px; }
.ymt-utility-nav { display: flex; gap: 21px; }
.ymt-utility-nav a { font-size: 11px; font-weight: 650; }
.ymt-search { display: flex; width: min(100%, 380px); }
.ymt-search input { min-width: 0; flex: 1; height: 36px; padding: 0 13px; border: 1px solid var(--color-border); border-radius: 5px 0 0 5px; background: #fff; font-size: 12px; }
.ymt-search button { width: 40px; border: 0; border-radius: 0 5px 5px 0; background: var(--color-primary-dark); color: #fff; font-size: 20px; cursor: pointer; }
.ymt-search-toggle { display: none; color: var(--color-primary-dark); }
.ymt-global-nav { border-top: 1px solid var(--color-border); }
.ymt-nav-scroll { display: grid; grid-template-columns: repeat(8, 1fr); min-height: 44px; }
.ymt-global-nav a { display: flex; align-items: center; justify-content: center; gap: 7px; border-right: 1px solid #e9eef5; font-size: 12px; font-weight: 700; white-space: nowrap; }
.ymt-global-nav a:first-child { border-left: 1px solid #e9eef5; }
.ymt-global-nav a:hover, .ymt-global-nav a.is-current { border-radius: 5px; background: var(--color-primary-dark); color: #fff; }
