
:root{--cmh-black:#171717;--cmh-gold:#b7863e;--cmh-white:#fff}
body.home #masthead,body.home .site-header,body.home .ast-primary-header-bar{display:none!important}
html{scroll-behavior:smooth;scroll-padding-top:96px}
.cmh-header{position:sticky;top:0;z-index:99999;width:100%;background:rgba(255,255,255,.98);border-bottom:1px solid rgba(23,23,23,.09);box-shadow:0 4px 18px rgba(23,23,23,.05);backdrop-filter:blur(12px)}
.admin-bar .cmh-header{top:32px}
.cmh-header__container{width:min(1180px,calc(100% - 40px));min-height:82px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:28px}
.cmh-header__brand{display:inline-flex;align-items:center;color:var(--cmh-black);text-decoration:none}
.cmh-header__logo-image{display:block;width:auto;height:auto;max-width:155px;max-height:62px}
.cmh-header__brand-name{font-size:1.08rem;font-weight:900;letter-spacing:.035em;text-transform:uppercase}
.cmh-header__nav{display:flex;align-items:center;justify-content:flex-end;gap:22px}
.cmh-header__nav>a{color:#292929;text-decoration:none;font-size:.91rem;font-weight:700;white-space:nowrap}
.cmh-header__nav>a:hover,.cmh-header__nav>a:focus-visible{color:#8b6227}
.cmh-header__cta{min-height:44px;padding:12px 19px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--cmh-gold);color:#fff!important}
.cmh-header__toggle{display:none;width:46px;height:42px;padding:8px;border:0;background:transparent;cursor:pointer}
.cmh-header__toggle span{display:block;width:25px;height:2px;margin:5px auto;background:var(--cmh-black)}
@media(max-width:1050px){.cmh-header__nav{gap:15px}.cmh-header__nav>a{font-size:.84rem}}
@media(max-width:920px){
 .admin-bar .cmh-header{top:46px}
 .cmh-header__container{min-height:72px}
 .cmh-header__toggle{display:block}
 .cmh-header__nav{position:absolute;left:20px;right:20px;top:calc(100% + 8px);display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px;border:1px solid rgba(23,23,23,.09);border-radius:16px;background:#fff;box-shadow:0 20px 50px rgba(23,23,23,.16)}
 .cmh-header__nav.is-open{display:flex}
 .cmh-header__nav>a{padding:12px 13px;font-size:.96rem}
 .cmh-header__cta{margin-top:5px}
}
@media(max-width:480px){.cmh-header__container{width:min(100% - 28px,1180px)}.cmh-header__logo-image{max-width:128px;max-height:52px}.cmh-header__nav{left:14px;right:14px}}
