.dmh-header{background:var(--dmh-surface);border-bottom:1px solid var(--dmh-border);box-shadow:var(--dmh-shadow-sm);height:80px;left:0;position:fixed;right:0;top:0;z-index:100}.dmh-header__inner{align-items:center;display:flex;gap:var(--dmh-space-5);height:100%;margin:0 auto;max-width:1280px;padding:0 var(--dmh-space-5)}.dmh-page--locator .dmh-header__inner{max-width:none}.dmh-header__brand{align-items:center;color:var(--dmh-harbor);display:inline-flex;flex-shrink:0;gap:var(--dmh-space-3)}.dmh-header__brand,.dmh-header__brand:hover{text-decoration:none}.dmh-header__logo{display:block;flex-shrink:0;height:64px;max-width:100%;width:auto}.dmh-header__nav{align-items:center;display:flex;flex-shrink:0;gap:var(--dmh-space-6);margin-left:auto}.dmh-header__nav-link{color:var(--dmh-text);font-family:var(--dmh-font-body);font-size:var(--dmh-fs-body-md);font-weight:600;padding:4px 0;position:relative;text-decoration:none;transition:color var(--dmh-transition-fast);white-space:nowrap}.dmh-header__nav-link:hover{color:var(--dmh-harbor)}.dmh-header__nav-link--cta{align-items:center;background:var(--dmh-harbor);border-radius:var(--dmh-radius-pill);color:var(--dmh-text-on-dark);display:inline-flex;padding:9px 18px;transition:background var(--dmh-transition-fast),box-shadow var(--dmh-transition-fast)}.dmh-header__nav-link--cta:hover{background:#163b52;box-shadow:var(--dmh-shadow-sm);color:var(--dmh-text-on-dark)}.dmh-header__nav-link--cta:after{display:none}.dmh-header__nav-link.is-active{color:var(--dmh-harbor)}.dmh-header__nav-link.is-active:after{background:var(--dmh-harbor);border-radius:2px;bottom:-2px;content:"";height:2px;left:0;position:absolute;right:0}.dmh-header__actions{align-items:center;display:flex;flex-shrink:0;gap:var(--dmh-space-3)}.dmh-header__menu-btn{align-items:center;background:var(--dmh-surface);border:1px solid var(--dmh-border-strong);border-radius:var(--dmh-radius-md);color:var(--dmh-text);cursor:pointer;display:none;height:44px;justify-content:center;transition:background var(--dmh-transition-fast);width:44px}.dmh-header__menu-btn:hover{background:var(--dmh-nurture)}.dmh-header__menu-btn .material-symbols-outlined{font-size:24px}@media (max-width:900px){.dmh-header__nav{display:none}.dmh-header__menu-btn{display:inline-flex}}@media (max-width:768px){.dmh-header{height:64px}.dmh-header__inner{gap:var(--dmh-space-3);padding:0 var(--dmh-space-4)}.dmh-header__logo{height:48px}.dmh-header__actions{margin-left:auto}}.dmh-header__mobile-backdrop{background:rgba(31,27,26,.35);inset:0;position:fixed;z-index:99}.dmh-header__mobile-nav{background:var(--dmh-surface);border-bottom:1px solid var(--dmh-border);box-shadow:var(--dmh-shadow-md);left:0;max-height:calc(100vh - 80px);overflow-y:auto;position:fixed;right:0;top:80px;z-index:100}.dmh-header__mobile-nav-top{align-items:center;border-bottom:1px solid var(--dmh-border);display:flex;justify-content:space-between;padding:var(--dmh-space-4) var(--dmh-space-5)}.dmh-header__mobile-nav-title{color:var(--dmh-harbor);font-family:var(--dmh-font-display);font-size:16px;font-weight:600}.dmh-header__mobile-close{align-items:center;background:var(--dmh-surface);border:1px solid var(--dmh-border-strong);border-radius:var(--dmh-radius-md);color:var(--dmh-text);cursor:pointer;display:inline-flex;height:36px;justify-content:center;transition:background var(--dmh-transition-fast);width:36px}.dmh-header__mobile-close:hover{background:var(--dmh-nurture)}.dmh-header__mobile-list{list-style:none;margin:0;padding:var(--dmh-space-3) 0}.dmh-header__mobile-link{color:var(--dmh-text);display:block;font-family:var(--dmh-font-body);font-size:var(--dmh-fs-body-md);font-weight:600;padding:var(--dmh-space-3) var(--dmh-space-5);text-decoration:none}.dmh-header__mobile-link--cta{background:var(--dmh-harbor);border-radius:var(--dmh-radius-pill);color:var(--dmh-text-on-dark);display:inline-flex;margin:4px 0}.dmh-header__mobile-link:focus-visible,.dmh-header__mobile-link:hover{background:var(--dmh-nurture);color:var(--dmh-harbor)}@media (max-width:768px){.dmh-header__mobile-nav{max-height:calc(100vh - 64px);top:64px}}@media (min-width:901px){.dmh-header__mobile-backdrop,.dmh-header__mobile-nav{display:none!important}}