/* Tbilisi Expats approved brand lock — v6. Unique filenames prevent stale logo caches. */
.site-header .brand{
  display:flex!important;
  position:relative!important;
  flex:0 0 190px!important;
  width:190px!important;
  height:76px!important;
  align-items:center!important;
  justify-content:flex-start!important;
  overflow:hidden!important;
  background:url('/tbilisi-expats-logo-v6.svg') left center/186px auto no-repeat!important;
}
.site-header .brand>*{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
footer .brand{
  display:block!important;
  width:205px!important;
  max-width:100%!important;
  height:91px!important;
  margin-bottom:1rem!important;
  overflow:hidden!important;
  background:url('/tbilisi-expats-logo-ivory-v6.svg') center/contain no-repeat!important;
}
footer .brand>*{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
.mobile-nav[data-menu-fallback="true"]{z-index:1000!important}

/* Keyboard and mobile navigation safeguards shared by static and Next-rendered pages. */
:where(a,button,summary,input,select,textarea):focus-visible{
  outline:3px solid #8c392d!important;
  outline-offset:3px!important;
  box-shadow:0 0 0 6px #fffdf8!important;
}
.menu-btn{
  min-width:44px!important;
  min-height:44px!important;
  touch-action:manipulation;
}
.mobile-nav a{
  min-height:44px;
  display:flex;
  align-items:center;
}
.desktop-nav .tbe-nav-discover,.mobile-nav .tbe-nav-discover{color:#8c392d!important;font-weight:800!important}
.tbe-discover-hero-link{
  background:#f06d52!important;
  color:#fff!important;
  margin:0!important;
  box-shadow:none!important;
}
.tbe-discover-hero-link b{font-size:17px;line-height:1}
.rl-skip{
  position:fixed!important;
  left:12px!important;
  top:12px!important;
  z-index:10000!important;
  padding:12px 18px!important;
  background:#152b2c!important;
  color:#fff!important;
  transform:translateY(-160%);
  transition:transform .12s ease;
}
.rl-skip:focus,.rl-skip:focus-visible{transform:translateY(0)}
@media(forced-colors:active){
  :where(a,button,summary,input,select,textarea):focus-visible{outline:3px solid CanvasText!important}
}
@media(prefers-reduced-motion:reduce){.rl-skip{transition:none}}
@media(max-width:1100px){
  .site-header .brand{flex-basis:154px!important;width:154px!important;background-size:154px auto!important}
}
@media(min-width:1051px) and (max-width:1360px){
  .nav-shell{gap:20px!important;padding-inline:24px!important}
  .desktop-nav{gap:16px!important;font-size:12px!important}
  .nav-cta{padding-inline:16px!important;gap:18px!important}
}
@media(max-width:760px){
  .site-header .brand{flex-basis:56px!important;width:56px!important;height:56px!important;background-image:url('/tbilisi-expats-icon-v6.svg')!important;background-size:52px 52px!important}
}
