.header__logo {
  position: fixed;
  top: var(--space);
  left: var(--space);
  height: clamp(2rem, 1.6667rem + 1.4815vw, 3rem);
  z-index: 999;
}

.header__logo img {
  height: 100%;
  width: auto;
}

.hamburger {
  position: fixed;
  top: var(--space);
  right: var(--space);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(0.25rem, 0.2083rem + 0.3704vw, 0.5rem);
  width: clamp(2rem, 1.6667rem + 1.4815vw, 3rem);
  height: clamp(2rem, 1.6667rem + 1.4815vw, 3rem);
  border: none;
  border-radius: 50%;
  background-color: #000;
  z-index: 999;
}

.hamburger__line {
  width: 50%;
  height: 4px;
  background-color: #fff;
}
