.hero-project {
  position: relative;
  width: 100%;
  min-height: 350px;
  color: #fff;
}

.hero-project__background {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.hero-project__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.hero-project__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.38) 61.5%), linear-gradient(90deg, rgba(0, 0, 0, 0.51) 0%, rgba(0, 0, 0, 0.51) 100%);
  z-index: 2;
}

.hero-project__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 32px 16px;
  max-width: 1100px;
  margin: 0 auto;
  top: 150px;
}

.hero-project__label {
  background: #463621;
  color: #fff;
  font-family: "DIN 2014", sans-serif;
  font-size: 11px;
  padding: 8px 24px;
  border-radius: 4px;
  margin-bottom: 8px;
  text-align: center;
}

.hero-project__title {
  font-family: "Inria Serif", serif;
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}

.hero-project__badges {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.hero-project__badge {
  background: none;
  color: #fff;
  font-family: "Inria Serif", serif;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 0 16px;
  min-width: 120px;
  text-align: center;
  letter-spacing: 0.5px;
  border: none;
  box-shadow: none;
}
/*# sourceMappingURL=hero-project.css.map */
