* { box-sizing: border-box; }

body {
  margin: 0;
  background: #ffffff;
  color: #1a1a1a;
  font-family: 'Source Serif 4', Georgia, serif;
  line-height: 1.7;
  text-align: center;
}

.wrap {
  max-width: 560px;
  margin: 0 auto;
  padding: 100px 24px 90px;
}

h1 {
  font-size: clamp(2.6rem, 7vw, 3.6rem);
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.02em;
}

.gap { height: 120px; }

h2 {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #b3b3b3;
  font-weight: 500;
  margin: 0 0 20px;
}

.about p {
  font-size: 1.08rem;
  color: #333;
  margin: 0 auto 64px;
  max-width: 460px;
}

.projects { text-align: left; }

.proj {
  padding: 20px 0;
  border-top: 1px solid #eee;
}

.proj:last-child { border-bottom: 1px solid #eee; }

.proj a {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.08rem;
}

.proj a:hover { color: #a8785a; }

.proj .tag {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #b3b3b3;
  margin-left: 6px;
}

.proj p {
  margin: 6px 0 0;
  color: #666;
  font-size: 0.95rem;
  font-family: 'Inter', sans-serif;
}

footer {
  margin-top: 70px;
  font-family: 'Inter', sans-serif;
}

.social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
}

.social-row a {
  color: #999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.15s ease;
}

.social-row a:hover { color: #a8785a; }

.social-row svg {
  width: 20px;
  height: 20px;
  display: block;
}

@media (max-width: 480px) {
  .wrap { padding: 70px 20px 70px; }
  .gap { height: 90px; }
}
