#year-topbar-2025 .year-topbar-logo,
#year-topbar-2025-projects .year-topbar-logo,
#year-topbar-2025 .year-topbar-link,
#year-topbar-2025 .year-topbar-button,
#year-topbar-2025 .year-topbar-dropdown a,
#year-topbar-2025-projects .year-topbar-link,
#year-topbar-2025-projects .year-topbar-button,
#year-topbar-2025-projects .year-topbar-dropdown a {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

#year-topbar-2025 .year-topbar-logo,
#year-topbar-2025-projects .year-topbar-logo {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 38px;
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  color: #d91617;
}

#year-topbar-2025 .year-topbar-logo img,
#year-topbar-2025-projects .year-topbar-logo img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  body.page-2025.year-topbar-enabled {
    padding-top: 70px !important;
    background-color: #e6eef0;
  }

  body.page-2025.year-topbar-enabled .year-topbar-shell {
    display: flex !important;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    min-height: 58px;
    padding: 10px 14px 12px;
    justify-content: center;
    align-items: center;
    background: transparent;
    backdrop-filter: none;
    transition: transform 0.22s ease, opacity 0.18s ease;
    will-change: transform, opacity;
  }

  body.page-2025.year-topbar-enabled .year-topbar-shell.is-scroll-hidden {
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
  }

  body.page-2025.year-topbar-enabled .year-topbar-logo {
    display: none !important;
  }

  body.page-2025.year-topbar-enabled .year-topbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0;
  }

  body.page-2025.year-topbar-enabled .year-topbar-nav ul {
    justify-content: center;
    gap: 34px;
  }

  body.page-2025.year-topbar-enabled .year-topbar-link,
  body.page-2025.year-topbar-enabled .year-topbar-button {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}

@media (max-width: 900px) {
  #year-topbar-2025 .year-topbar-logo,
  #year-topbar-2025-projects .year-topbar-logo {
    width: auto;
    font-size: 34px;
  }
}

@media (min-width: 992px) {
  #year-topbar-2025.year-topbar-shell,
  #year-topbar-2025-projects.year-topbar-shell {
    top: 28px;
    width: min(1410px, calc(100% - 72px));
    align-items: center;
    gap: 24px;
  }

  #year-topbar-2025 .year-topbar-logo,
  #year-topbar-2025-projects .year-topbar-logo {
    width: auto;
    margin-top: 0;
    font-size: 48px;
  }

  #year-topbar-2025 .year-topbar-nav ul,
  #year-topbar-2025-projects .year-topbar-nav ul {
    gap: 26px;
  }

  #year-topbar-2025 .year-topbar-nav,
  #year-topbar-2025-projects .year-topbar-nav {
    align-self: auto;
    margin-top: 0;
  }

  #year-topbar-2025 .year-topbar-link,
  #year-topbar-2025 .year-topbar-button,
  #year-topbar-2025-projects .year-topbar-link,
  #year-topbar-2025-projects .year-topbar-button {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  #year-topbar-2025 .year-topbar-dropdown a,
  #year-topbar-2025-projects .year-topbar-dropdown a {
    font-size: 22px;
    min-height: 0;
    padding: 2px 10px;
    line-height: 1;
  }
}
