/* Uliv Services Hero Block */

@keyframes uliv-sh-fade-up {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.uliv-services-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 56vh;
  padding: 120px 56px 80px;
  background-color: #3a3028;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.uliv-services-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(30,22,15,0.2) 0%, rgba(30,22,15,0.65) 100%);
  z-index: 1;
}

.uliv-services-hero__content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  animation: uliv-sh-fade-up 1s 0.2s both;
}

.uliv-services-hero__eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #C9BFB0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.uliv-services-hero__eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: #8B7355;
  flex-shrink: 0;
}

.uliv-services-hero__heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 7vw, 84px);
  font-weight: 300;
  line-height: 1.05;
  color: white;
  margin: 0 0 28px;
}

.uliv-services-hero__sub {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,255,255,0.72);
  max-width: 480px;
  margin: 0;
}

@media (max-width: 768px) {
  .uliv-services-hero {
    min-height: 50vh;
    padding: 100px 24px 64px;
  }
}

@media (max-width: 480px) {
  .uliv-services-hero {
    padding: 90px 20px 56px;
  }
}

/*# sourceMappingURL=style.css.map */
