.hero h1,
.intro h2,
.feature h2,
.services h2,
.equipment h2,
.process h2,
.faq h2,
.inquiry h2,
.portrait h2,
.legal h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.032em;
}

.hero h1 {
  max-width: 13ch;
  font-size: clamp(3.35rem, 7.2vw, 6.9rem);
  line-height: 0.98;
  letter-spacing: -0.038em;
}

.intro h2,
.feature h2,
.services h2,
.equipment h2,
.process h2,
.faq h2,
.inquiry h2,
.portrait h2 {
  font-size: clamp(2.35rem, 4.5vw, 4.4rem);
}

.legal h1 { font-size: clamp(2.8rem, 5vw, 4.5rem); }

@media (max-width: 900px) {
  .hero h1 {
    font-size: clamp(3.15rem, 13vw, 5.35rem);
    line-height: 1;
    letter-spacing: -0.036em;
  }
  .intro h2,
  .feature h2,
  .services h2,
  .equipment h2,
  .process h2,
  .faq h2,
  .inquiry h2,
  .portrait h2 {
    font-size: clamp(2.25rem, 8.5vw, 3.7rem);
    line-height: 1.06;
    letter-spacing: -0.03em;
  }
}

.hero-meta a {
  padding: 1.2rem;
  border-left: 1px solid rgba(255,255,255,.2);
  color: #fff;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-meta a:hover { background: #ed552f; }

.about-michael-photo {
  width: 100%;
  margin-top: 2.5rem;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.inquiry {
  background: #a95340;
}
