body.qhb-inner {
  min-height: 100vh;
  background: var(--qhb-paper);
}

.qhb-inner .qhb-header {
  position: relative;
}

.qhb-page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 10vw, 8.5rem) 0 clamp(4rem, 8vw, 6.5rem);
  color: var(--qhb-white);
  background: var(--qhb-blue-950);
}

.qhb-page-hero::after {
  position: absolute;
  right: -8vw;
  bottom: -8rem;
  width: min(48vw, 44rem);
  height: min(48vw, 44rem);
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 5rem rgb(255 255 255 / 3%), 0 0 0 10rem rgb(255 255 255 / 2%);
}

.qhb-page-hero .qhb-shell {
  position: relative;
  z-index: 1;
}

.qhb-page-hero h1 {
  max-width: 14ch;
  margin-top: 1.25rem;
  color: var(--qhb-white);
  font-size: clamp(3.3rem, 8vw, 7.6rem);
  line-height: .88;
  letter-spacing: -.055em;
}

.qhb-page-content {
  padding: clamp(4rem, 8vw, 7.5rem) 0;
}

.qhb-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.qhb-prose h2,
.qhb-prose h3 {
  margin: 0 0 1rem;
  color: var(--qhb-blue-950);
}

.qhb-prose h2 {
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: .98;
  letter-spacing: -.04em;
}

.qhb-prose h3 {
  margin-top: 2.5rem;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
}

.qhb-prose p,
.qhb-prose li {
  color: var(--qhb-muted);
  font-size: 1.1rem;
  line-height: 1.75;
}

.qhb-prose p + p {
  margin-top: 1.25rem;
}

.qhb-side-card {
  position: sticky;
  top: 8rem;
  padding: 2.2rem;
  color: var(--qhb-white);
  background: var(--qhb-blue-800);
  box-shadow: var(--qhb-shadow);
}

.qhb-side-card h2 {
  margin-bottom: .8rem;
  color: var(--qhb-white);
  font-size: 2rem;
  line-height: 1;
}

.qhb-side-card p {
  margin-bottom: 1.5rem;
  color: rgb(255 255 255 / 76%);
  line-height: 1.6;
}

.qhb-step-list,
.qhb-testimonial-list,
.qhb-location-list {
  display: grid;
  gap: 1.1rem;
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
}

.qhb-step-list li,
.qhb-testimonial,
.qhb-location-list > div {
  padding: 1.6rem;
  border: 1px solid var(--qhb-line);
  background: var(--qhb-white);
}

.qhb-step-list strong {
  display: block;
  margin-bottom: .4rem;
  color: var(--qhb-blue-950);
  font-family: "Anybody", sans-serif;
  font-size: 1.35rem;
}

.qhb-testimonial blockquote {
  margin: 0 0 1rem;
  color: var(--qhb-ink);
  font-size: 1.08rem;
  line-height: 1.7;
}

.qhb-testimonial cite {
  color: var(--qhb-blue-700);
  font-style: normal;
  font-weight: 800;
}

.qhb-location-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.qhb-location-list h3 {
  margin: 0 0 .55rem;
}

.qhb-contact-frame {
  min-height: 760px;
  margin-top: 2.5rem;
  overflow: hidden;
  border: 1px solid var(--qhb-line);
  background: var(--qhb-white);
  box-shadow: var(--qhb-shadow);
}

.qhb-contact-frame iframe {
  display: block;
  width: 100%;
  min-height: 760px;
  border: 0;
}

.qhb-contact-details {
  padding: 1.6rem;
  border-left: .4rem solid var(--qhb-yellow-500);
  background: var(--qhb-blue-100);
}

@media (max-width: 820px) {
  .qhb-content-grid {
    grid-template-columns: 1fr;
  }

  .qhb-side-card {
    position: static;
  }

  .qhb-location-list {
    grid-template-columns: 1fr;
  }
}
