.brand picture {
  display: block;
}

.brand img {
  display: block;
  width: auto;
  height: 86px;
}

@media (max-width: 900px) {
  .brand img {
    height: 62px;
  }
}

.hero-content {
  max-width: 860px;
}

.hero h1 {
  font-size: clamp(44px, 6.4vw, 96px);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.section-intro p + p {
  margin-top: 14px;
}

@media (min-width: 901px) {
  .momentum {
    grid-template-columns: 310px 1fr;
  }
}

.testimonial {
  background: #0b0c0c;
  border-top: 1px solid rgba(212, 173, 79, 0.2);
  text-align: center;
}

.testimonial-inner {
  max-width: 760px;
  margin: 0 auto;
}

.stars {
  margin: 0 0 20px;
  color: var(--gold);
  font-size: 20px;
  letter-spacing: 0.32em;
  text-indent: 0.32em;
}

.testimonial blockquote {
  margin: 0;
}

.testimonial blockquote p {
  margin: 0 0 22px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.attribution {
  display: block;
  margin-bottom: 32px;
  color: #cfcfcb;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.referrals {
  margin: 0;
  color: #9c9c98;
  font-size: 15px;
}

.referrals a {
  color: var(--gold);
  border-bottom: 1px solid rgba(212, 173, 79, 0.45);
  padding-bottom: 2px;
  text-decoration: none;
  white-space: nowrap;
}

.referrals a:hover {
  border-bottom-color: var(--gold);
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.form-note {
  min-height: 18px;
  margin-top: 14px;
}

.form-note.success {
  color: #52735b !important;
}

.form-note.error {
  color: #9b3f35 !important;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
}

.confirmation-page {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.98), rgba(10, 10, 10, 0.75)),
    url("assets/auckland.jpg") center / cover fixed;
}

.confirmation-shell {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  padding: 40px 7vw;
}

.confirmation-card {
  max-width: 720px;
  margin: auto 0;
  padding: 80px 0;
}

.confirmation-card h1 {
  margin: 18px 0 32px;
  font-size: clamp(58px, 8vw, 112px);
  line-height: 0.86;
  letter-spacing: -0.06em;
}

.confirmation-card > p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 36px;
  color: #d5d5d2;
  font-size: 18px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .service-card img {
    transition: none;
  }
}
