.hero {
  min-height: 100vh;
  padding: 150px 48px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-label {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-bottom: 24px;
}

.hero h1 {
  font-size: clamp(64px, 13vw, 180px);
  line-height: 0.88;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.hero-copy {
  max-width: 620px;
  margin-top: 36px;
  font-size: 18px;
}

.philosophy p:last-child {
  max-width: 760px;
  font-size: 18px;
}

.service {
  background: #111;
  color: #f5f1e8;
}

.home-projects {
  background: #fff;
}

.media {
  background: #f5f1e8;
}

.portfolio {
  background: #f5f1e8;
}