@font-face {
  font-family: "FL Pismo Techniczne Pochyle";
  src: url("fonts/FLPismoTechnicznePochyle.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 10;
  padding: 0.45rem 0.75rem;
  background: #12202b;
  color: #fff;
  text-decoration: none;
  border-radius: 0.35rem;
}
.skip-link:focus { top: 0.75rem; }

.top-bar {
  margin-bottom: 0;
}
.top-bar .wrap {
  width: min(100% - 2rem, 58rem);
  max-width: none;
  margin-inline: auto;
  padding: 0.85rem 0;
  border-bottom: 1px solid #cfdbe3;
}
.top-bar + .wrap {
  padding-top: 2rem;
}
.brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
  font-family: "FL Pismo Techniczne Pochyle", "FL Pismo Techniczne", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.5rem, 5vw, 3.15rem);
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  color: #12202b;
  text-decoration: none;
}
.brand span { white-space: nowrap; }
.logo {
  height: 2.85rem;
  width: auto;
  display: block;
  flex-shrink: 0;
}

.top-bar .lang {
  display: flex;
  align-items: baseline;
  gap: 0.1rem;
  margin: 0;
}
.top-bar .lang-sep {
  color: #cfdbe3;
  font-size: 0.78rem;
  padding: 0 0.05rem;
  user-select: none;
}
.top-bar .lang button {
  margin: 0;
  height: auto;
  min-width: 0;
  padding: 0.4rem 0.35rem;
  border: 0;
  border-radius: 0.2rem;
  background: transparent;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #4a5d6a;
  cursor: pointer;
}
.top-bar .lang button:hover { color: #12202b; }
.top-bar .lang button[aria-pressed="true"] {
  background: transparent;
  color: #16808f;
  font-weight: 700;
  border-color: transparent;
}
.top-bar .lang button:focus-visible {
  outline: 2px solid #1d8f9e;
  outline-offset: 2px;
}

@media (max-width: 40rem) {
  .logo { height: 2.05rem; }
  .top-bar + .wrap { padding-top: 1.5rem; }
}

.kicker-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 0.5rem;
}
.kicker-row .kicker { margin: 0; }
.kicker-go {
  flex-shrink: 0;
  font-size: 0.78rem;
  font-weight: 600;
  color: #16808f;
  text-decoration: none;
}
.kicker-go:hover {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
