/* Page shell — footer at bottom, not glued to header */
.wp-site-blocks{display:flex;flex-direction:column;min-height:100vh;}
.wp-site-blocks>main,.wp-site-blocks>.wp-block-group[tagName="main"],.wp-site-blocks>main.wp-block-group{flex:1 0 auto;}
footer.wp-block-template-part,#vx-site-footer{flex-shrink:0;margin-top:auto!important;}
/* Block theme header shell */
header.wp-block-template-part,header:has(#vx-site-header){max-width:100%!important;width:100%!important;padding:0!important;margin:0!important;}
header.wp-block-template-part .wp-block-html,header:has(#vx-site-header) .wp-block-html{margin:0!important;max-width:100%!important;}
/* Site header — single source: theme template part */
#vx-site-header{max-width:100%!important;width:100%!important;border-bottom:1px solid #D8E1EA!important;background:#fff!important;position:sticky;top:0;z-index:1000;overflow:visible!important;}
#vx-site-header .vx-header-bar{max-width:none!important;margin:0 auto!important;width:100%!important;padding:14px var(--vx-shell-x,clamp(24px,5vw,48px))!important;box-sizing:border-box!important;}
.vx-header-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;position:relative;}
.vx-brand{display:inline-flex!important;align-items:center!important;gap:11px!important;font-weight:700!important;color:#0E1E33!important;text-decoration:none!important;font-size:16px!important;letter-spacing:-.01em;min-width:0;}
.vx-brand-mark{width:36px;height:36px;border-radius:10px;background:#152A45;color:#fff!important;display:grid!important;place-items:center!important;font-family:var(--vx-mono);font-weight:700;font-size:16px;flex:none;}
.vx-brand-name{min-width:0;}
.vx-nav-toggle{display:none!important;}
.vx-nav-toggle-btn{display:none;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #D8E1EA;border-radius:10px;background:#fff;cursor:pointer;flex:none;margin-left:auto;-webkit-tap-highlight-color:transparent;}
.vx-nav-toggle-icon{display:block;width:18px;height:2px;background:#0E1E33;border-radius:1px;position:relative;}
.vx-nav-toggle-icon::before,.vx-nav-toggle-icon::after{content:'';position:absolute;left:0;width:18px;height:2px;background:#0E1E33;border-radius:1px;transition:transform .18s ease,top .18s ease,opacity .18s ease;}
.vx-nav-toggle-icon::before{top:-6px;}
.vx-nav-toggle-icon::after{top:6px;}
.vx-nav{display:flex!important;align-items:center!important;gap:22px!important;flex-wrap:nowrap!important;justify-content:flex-end;}
.vx-nav a{color:#5A6B7E!important;font-size:15px!important;font-weight:500!important;text-decoration:none!important;white-space:nowrap!important;transition:color .16s ease,background .16s ease;}
.vx-nav a:hover{color:#0E1E33!important;}
@media (min-width:761px){
#vx-site-header .vx-nav{display:flex!important;flex-wrap:nowrap!important;}
#vx-site-header .vx-nav-toggle-btn{display:none!important;}
}
/* Site footer */
#vx-site-footer{max-width:100%!important;width:100%!important;border-top:1px solid #D8E1EA!important;background:#fff!important;margin-top:auto!important;}
.vx-footer-inner{display:flex;flex-direction:column;gap:6px;padding:28px var(--vx-shell-x,clamp(24px,5vw,48px));max-width:none;margin:0 auto;}
.vx-footer-copy,.vx-footer-role,.vx-footer-email{font-size:13.5px;color:#5A6B7E;margin:0;line-height:1.5;font-family:var(--vx-font);}
.vx-footer-email a{color:#2C6FB5;text-decoration:none;}
.vx-footer-credit{font-size:11px;color:#8FA6C0;margin:8px 0 0;line-height:1.4;font-family:var(--vx-font);}
.vx-footer-credit a{color:#8FA6C0;text-decoration:underline;text-underline-offset:2px;}
.vx-brand-footer{margin-bottom:4px;}
.vx-cats{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 6px;width:100%;}
.vx-cat{font-family:var(--vx-mono);font-size:12px;color:#5A6B7E;background:#fff;border:1px solid #D8E1EA;border-radius:999px;padding:7px 15px;text-decoration:none!important;transition:all .15s ease;white-space:nowrap;}
.vx-cat:hover{color:#0E1E33;border-color:#C3D0DE;}
.vx-cat.is-active{background:#152A45;color:#fff!important;border-color:#152A45;}
@media (max-width:760px){
#vx-site-header .vx-header-bar{padding:10px 16px!important;}
.vx-brand{font-size:14px!important;gap:9px!important;}
.vx-brand-mark{width:32px;height:32px;font-size:14px;}
.vx-nav-toggle-btn{display:inline-flex!important;}
.vx-nav{display:none!important;position:absolute;top:calc(100% + 10px);left:0;right:0;flex-direction:column!important;align-items:stretch!important;gap:0!important;background:#fff;border:1px solid #D8E1EA;border-radius:12px;padding:6px;box-shadow:0 18px 44px -24px rgba(14,30,51,.42);z-index:1001;}
.vx-nav a{padding:12px 14px!important;border-radius:8px;font-size:15px!important;white-space:normal!important;}
.vx-nav a:hover{background:#F4F7FA!important;}
.vx-nav-toggle:checked~.vx-nav{display:flex!important;}
.vx-nav-toggle:checked+.vx-nav-toggle-btn .vx-nav-toggle-icon{background:transparent;}
.vx-nav-toggle:checked+.vx-nav-toggle-btn .vx-nav-toggle-icon::before{top:0;transform:rotate(45deg);}
.vx-nav-toggle:checked+.vx-nav-toggle-btn .vx-nav-toggle-icon::after{top:0;transform:rotate(-45deg);}
.vx-cats{gap:6px;margin:14px 0 4px;}
.vx-cat{font-size:11px;padding:6px 12px;}
.vx-footer-inner{padding:28px 16px!important;}
}
@media (max-width:400px){.vx-brand-name{max-width:148px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}}
