.site-container {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  min-height: 50px;
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
}

.site-header .site-container {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  font-size: 21px;
  font-weight: 800;
  color: #111827;
  text-decoration: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  color: #111827;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-decoration: none;
}

.nav-contact-link {
  min-height: 44px;
  padding: 10px 22px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff !important;
  font-weight: 700;
}

.site-footer {
  padding: 28px 0;
  color: #6b7280;
  border-top: 1px solid #e5e7eb;
}