/* Final hero composition: centred, larger statement with a 15% deeper veil. */
.hero::after {
  background: rgba(0, 0, 0, .35) !important;
}

.hero__center-stack {
  position: absolute !important;
  z-index: 6 !important;
  inset: 50% auto auto 50% !important;
  width: min(1180px, calc(100vw - 64px)) !important;
  max-width: none !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  transform: translate(-50%, -50%) !important;
}

.hero__intro {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(54px, 6.7vw, 108px) !important;
  line-height: .88 !important;
  letter-spacing: -.072em !important;
  text-align: center !important;
  transform: none !important;
}

.hero__headline,
.approach-heading-line {
  display: block;
}

.hero__headline--mobile {
  display: none;
}

.hero__headline--desktop > span {
  display: block;
  white-space: nowrap;
}

.hero__keep-together {
  white-space: nowrap;
}

.hero__proof {
  position: absolute !important;
  inset: auto auto clamp(24px, 4vh, 42px) 50% !important;
  z-index: 6 !important;
  width: min(760px, calc(100vw - 64px)) !important;
  max-width: none !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  color: #fff !important;
  text-align: center !important;
  transform: translateX(-50%) !important;
}

.hero__proof p {
  max-width: 860px;
  margin: 0 !important;
  color: #fff !important;
  font-size: 10px !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

.hero__proof-logos,
.hero__proof-set {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  overflow: visible !important;
  transform: none !important;
}

.hero__proof-logos {
  margin-top: 16px !important;
}

.hero__proof-set {
  gap: clamp(18px, 2.2vw, 34px) !important;
  padding: 0 !important;
}

.hero__proof-set > a {
  display: inline-flex;
  align-items: center;
  transition: opacity .25s ease, transform .25s ease;
}

.hero__proof-set > a:hover,
.hero__proof-set > a:focus-visible {
  opacity: .72;
  transform: translateY(-2px);
}

.hero__proof-set > a:focus-visible {
  outline: 1px solid #fff;
  outline-offset: 5px;
}

.hero__proof-set > a:nth-child(1) img { width: clamp(112px, 9.5vw, 142px) !important; }
.hero__proof-set > a:nth-child(2) img { width: clamp(94px, 8vw, 122px) !important; }
.hero__proof-set > a:nth-child(3) img { width: clamp(98px, 8.4vw, 126px) !important; }
.hero__proof-set > a:nth-child(4) img { width: clamp(112px, 10vw, 148px) !important; }

.hero__cta-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 22px;
  background: #fff;
  color: #111;
  border: 0;
  font: 500 12px/1 var(--mono);
  letter-spacing: .02em;
  text-align: center;
  text-decoration: none;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease;
}

.hero__cta:hover,
.hero__cta:focus-visible {
  background: #fff;
  color: #111;
}

.hero__cta-label {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font: 500 9px/1.2 var(--mono);
  letter-spacing: .04em;
  text-align: center;
}

@media (max-width: 800px) {
  .hero__center-stack {
    inset: 50% auto auto 50% !important;
    width: calc(100vw - 34px) !important;
    gap: 24px;
    transform: translate(-50%, -50%) !important;
  }

  .hero__intro {
    inset: auto !important;
    width: 100% !important;
    font-size: clamp(43px, 10.45vw, 66px) !important;
    line-height: .9 !important;
    letter-spacing: -.068em !important;
    transform: none !important;
  }

  .hero__headline--desktop {
    display: none;
  }

  .hero__headline--mobile {
    display: block;
  }

  .hero__headline--mobile > span {
    display: block;
    white-space: nowrap;
  }

  .hero__proof {
    inset: auto auto 22px 50% !important;
    width: calc(100vw - 34px) !important;
    align-items: center !important;
    text-align: center !important;
    transform: translateX(-50%) !important;
  }

  .hero__proof p {
    max-width: 92vw;
    font-size: 9px !important;
    margin: 0 !important;
  }

  .hero__proof-set {
    gap: 14px !important;
    flex-wrap: wrap !important;
  }

  .hero__proof-set > a:nth-child(1) img { width: 80px !important; }
  .hero__proof-set > a:nth-child(2) img { width: 66px !important; }
  .hero__proof-set > a:nth-child(3) img { width: 70px !important; }
  .hero__proof-set > a:nth-child(4) img { width: 82px !important; }

  .hero__cta-group {
    margin-top: 8px;
  }

  .hero__cta {
    padding: 14px 18px;
    font-size: 10px;
  }
}

@media (max-height: 700px) and (min-width: 801px) {
  .hero__intro {
    font-size: clamp(48px, 5.7vw, 84px) !important;
  }
}
