* {
  font-family: 'Inter', sans-serif;
}

html {
  font-size: calc(100vw / 192);
}

.page {
  max-width: 1920px;
  margin: 0 auto;
}

.hero {
  padding: 0 1rem;
}

/* ── Nav ── */
.hero__nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 1rem;
  align-items: start;
  padding-top: 1rem;
}

.hero__bio {
  grid-column: 1 / 3;
  font-size: 2rem;
  line-height: normal;
  margin: 0;
}

.hero__portfolio-label {
  grid-column: 5;
  font-size: 2rem;
}

.hero__nav-actions {
  grid-column: 6;
  display: flex;
  justify-content: flex-end;
  gap: 2.4rem;
  font-size: 2rem;
}

.hero__lang,
.hero__contact {
  text-decoration: none;
  color: black;
}

/* ── Logotype ── */
.hero__name {
  margin: 18rem 0 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 1rem;
  align-items: end;
}

.hero__name-hejzlar,
.hero__name-tomas {
  display: block;
  height: 11rem;
  width: auto;
}

.hero__name-hejzlar {
  grid-column: 1 / 3;
}

.hero__name-tomas {
  grid-column: 3 / 5;
}

/* ── Categories ── */
.hero__categories {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  padding: 0;
  margin: 1rem 0;
  font-size: 1.4rem;
}

.hero__categories a {
  text-decoration: none;
  color: black;
}
