/* NB global mobile/performance patch */
:root{--nb-touch:44px}
a,button,input,select,textarea{-webkit-tap-highlight-color:rgba(0,51,153,.12)}
button,.button,.btn,.main-nav a,.header-inner a,.project-nb-home-link,.titor-open{min-height:var(--nb-touch)}
img{max-width:100%}
@media(max-width:760px){
body{overflow-x:hidden}
.header-inner,.site-header .header-inner{gap:8px}
.main-nav{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.main-nav::-webkit-scrollbar{display:none}
.main-nav a{white-space:nowrap}
main{overflow:hidden}
.project-card,.project-card-v36,.mc-grid article,.mc-plus-grid article,.mc-tool-card,.mc-search-card,.mc-principles,.mc-tool-hero{max-width:100%}
input,select,textarea{font-size:16px!important}
.titor-panel{max-height:calc(100vh - 96px)!important}
}
@media(max-width:420px){
.home-projects-nb-logo img{width:110px!important}
.titor-open span:last-child{display:none}
.titor-open{border-radius:999px;width:52px;justify-content:center}
.titor-face{font-size:1.35rem}
}
@media(prefers-reduced-motion:reduce){
*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}
}
