.about-hero {
  position: relative;
  padding-block: clamp(80px, 12vw, 180px);
  color: white;
  background: var(--brand-color);
  overflow: clip;
}

.about-hero__media {
  position: absolute;
  inset: 0;
  background: no-repeat center/cover var(--bg);
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}

.about-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 40px);
  text-align: center;
}

.about-hero__eyebrow {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 8px;
  opacity: 0.8;
}

.about-hero__title {
  font-size: 7rem;
  line-height: 1.05;
  margin: 0 0 16px;
}

.about-hero__subtitle {
  font-size: clamp(16px, 2.4vw, 20px);
  max-width: 70ch;
  margin: 0;
  text-align: center;
  max-width: 70ch;
  margin: 0 auto;
}
