.dc-header{position:sticky;top:0;z-index:9000;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(10,10,10,.08);backdrop-filter:blur(16px);transition:min-height .3s var(--dc-ease),background .3s ease}
.dc-header__inner{min-height:88px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:42px;transition:min-height .3s var(--dc-ease)}
.dc-header.is-scrolled .dc-header__inner{min-height:68px}
.dc-brand{display:inline-flex;align-items:center;gap:14px}.dc-brand__mark{width:3px;height:38px;background:var(--dc-red);flex:0 0 3px}.dc-brand__text{display:flex;flex-direction:column;line-height:.95}.dc-brand__text strong{font-size:15px;font-weight:900;letter-spacing:-.035em}.dc-brand__text span{font-size:12px;letter-spacing:.08em;margin-top:5px}
.dc-nav__list{list-style:none;margin:0;padding:0;display:flex;justify-content:center;align-items:center;gap:30px}.dc-nav__list>li{position:relative}.dc-nav__list a{display:block;padding:34px 0 31px;font-size:12px;font-weight:650;letter-spacing:.02em;transition:color .2s}.dc-header.is-scrolled .dc-nav__list a{padding:24px 0 22px}.dc-nav__list>li>a:after{content:'';position:absolute;left:0;bottom:24px;width:0;height:2px;background:var(--dc-red);transition:width .3s var(--dc-ease)}.dc-header.is-scrolled .dc-nav__list>li>a:after{bottom:17px}.dc-nav__list>li:hover>a:after,.dc-nav__list>.current-menu-item>a:after,.dc-nav__list>.current-menu-ancestor>a:after{width:100%}
.dc-nav__list .sub-menu{position:absolute;top:100%;left:-20px;min-width:260px;list-style:none;margin:0;padding:10px;background:#fff;border:1px solid rgba(10,10,10,.08);box-shadow:0 20px 40px rgba(0,0,0,.08);opacity:0;visibility:hidden;transform:translateY(8px);transition:.25s var(--dc-ease)}.dc-nav__list li:hover>.sub-menu{opacity:1;visibility:visible;transform:none}.dc-nav__list .sub-menu a{padding:12px 14px;font-size:12px}.dc-nav__list .sub-menu a:hover{background:var(--dc-offwhite)}
.dc-header__actions{display:flex;align-items:center;gap:14px}.dc-menu-button{display:none;border:0;background:none;padding:10px 0;font-size:11px;font-weight:800;letter-spacing:.1em;cursor:pointer}
.dc-mobile-menu{position:fixed;inset:0;background:var(--dc-black);color:#fff;z-index:10000}.dc-mobile-menu[hidden]{display:none}.dc-mobile-menu__inner{height:100%;display:flex;flex-direction:column;padding-top:24px;padding-bottom:28px}.dc-mobile-menu__top{display:flex;justify-content:space-between;align-items:center}.dc-mobile-menu__label{font-size:11px;font-weight:800;letter-spacing:.1em}.dc-menu-close{border:0;background:none;color:#fff;font-size:11px;font-weight:800;letter-spacing:.09em;cursor:pointer}.dc-mobile-nav{margin-top:64px}.dc-mobile-nav__list{list-style:none;margin:0;padding:0}.dc-mobile-nav__list li{border-bottom:1px solid rgba(255,255,255,.14)}.dc-mobile-nav__list a{display:flex;align-items:center;justify-content:space-between;padding:16px 0;font-size:clamp(32px,8vw,56px);font-weight:850;letter-spacing:-.05em}.dc-mobile-nav__list a:after{content:'→';color:var(--dc-red);font-weight:400}.dc-mobile-menu__footer{margin-top:auto}.dc-mobile-menu__meta{display:flex;justify-content:space-between;gap:24px;margin-top:24px;font-size:10px;letter-spacing:.09em;color:#777}
@media(max-width:980px){.dc-header__inner{grid-template-columns:auto 1fr}.dc-nav{display:none}.dc-header__actions{justify-self:end}.dc-header__actions .dc-btn{display:none}.dc-menu-button{display:block}}
@media(max-width:560px){.dc-header__inner{min-height:74px}.dc-header.is-scrolled .dc-header__inner{min-height:64px}.dc-brand__mark{height:31px}.dc-brand__text strong{font-size:13px}.dc-brand__text span{font-size:10px}}
