.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--paper);
  border-bottom: var(--border-w) solid var(--ink);
}

.site-header__inner {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: baseline;
  font-weight: 800;
  font-size: 27px;
  letter-spacing: -0.05em;
  line-height: 1;
}

.logo__dot {
  color: var(--accent);
  cursor: pointer;
  padding: 0 1px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav__link {
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 500;
}
