/* Навбар 1:1 по .fig (nav 1439x75, border #d2d2d3; пункты Maven Pro 20px #474646,
   активный #000; лого @80,13; бренд @135; VIA452 ARTE528 COLLECTA622 PROBATUM763
   CONTACT913 | @1175 TRACE1193 RU|EN1292). Десктоп — абсолют, мобайл — бургер. */
.fig-navbar {
  height: 75px;
  border-bottom: 1px solid #d2d2d3;
  background: #F1F1F1;
}
.fig-nav-inner {
  position: relative;
  width: 1440px;
  max-width: 100%;
  height: 75px;
  margin: 0 auto;
}
.fig-nav-logo {
  position: absolute; left: 80px; top: 13px; height: 49px;
  display: flex; align-items: center; gap: 5px; text-decoration: none;
}
.fig-nav-logo-img { width: 50px; height: 49px; object-fit: contain; display: block; }
.fig-nav-brand { font-family: 'Maven Pro', sans-serif; font-size: 24px; font-weight: 400; color: #141414; white-space: nowrap; }

/* Слой-обёртка десктоп-меню (inset:0) лежит ПОВЕРХ логотипа и раньше перехватывал
   клик по нему. Делаем сам слой «прозрачным» для кликов, а интерактивным пунктам
   возвращаем pointer-events — так логотип кликается, а ссылки меню работают. */
.fig-nav-desktop { position: absolute; inset: 0; pointer-events: none; }
.fig-nav-link {
  position: absolute; top: 26px;
  font-family: 'Maven Pro', sans-serif; font-size: 20px; font-weight: 400;
  color: #919190; text-decoration: none; white-space: nowrap; line-height: 24px;
  pointer-events: auto;
}
/* выбранный раздел — чёрный (макс. контраст), невыбранные — серые; язык не затрагивается (свои .lang-opt) */
.fig-nav-link.is-active { color: #000000; }
.fnl-via { left: 452px; } .fnl-arte { left: 528px; } .fnl-collecta { left: 622px; }
.fnl-probatum { left: 763px; } .fnl-contact { left: 913px; }
.fig-nav-sep { position: absolute; top: 26px; left: 1175px; font-family: 'Maven Pro', sans-serif; font-size: 20px; color: #919190; letter-spacing: 0.06em; }
.fnl-trace { left: 1193px; letter-spacing: 0.06em; }
.fnl-lang { left: 1292px; letter-spacing: 0.06em; }
.fnl-lang .lang-opt { color: #919190; text-decoration: none; }
.fnl-lang .lang-opt.is-active { color: #000000; }
.fnl-lang .lang-sep { color: #919190; }

.fig-navbar .burger-menu { display: none; }

/* Футер 1:1 по .fig: 1440x94 #252525, две центрированные строки Maven Pro 16px #8b8b8b
   (Sergey Pasyakin @661,1910; Strategic Advisor… @584,1934 — обе по центру кадра). */
.footer {
  background: #252525; color: #8b8b8b; height: 94px; padding: 0; margin: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
}
.footer-name, .footer-role {
  font-family: 'Maven Pro', sans-serif; font-size: 16px; font-weight: 400;
  color: #8b8b8b; text-align: center; line-height: 1; margin: 0;
}

/* Мобайл: прячем абсолютный десктоп-набор, показываем бургер */
@media (max-width: 1023px) {
  .fig-nav-inner { width: 100%; padding: 0 24px; }
  .fig-nav-logo { left: 24px; }
  .fig-nav-desktop { display: none; }
  .fig-navbar .burger-menu { display: flex; position: absolute; right: 24px; top: 24px; }
}
