.header-brand-name {
  width: min(1180px, 100%);
  margin: 0 auto 16px;
  padding: 0 20px;
  text-align: center;
  color: #EB1D27;
  font-size: clamp(1.45rem, 3.4vw, 2.35rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: .035em;
}

.hire-intro {
  border-left: 5px solid var(--brand-2);
}

.hire-intro p {
  margin: 0 0 10px;
}

.hire-intro p:last-child {
  margin-bottom: 0;
}

.hire-intro-contact {
  font-weight: 750;
}

.hire-intro-contact a {
  color: var(--brand-2);
}

.hire-intro-signoff {
  margin-top: 16px !important;
}

/* Put the introduction first within Step 1, ahead of the Hire Information heading. */
.step-panel[data-panel="1"].active {
  display: flex;
  flex-direction: column;
}

.step-panel[data-panel="1"] > #hireIntroduction {
  order: -2;
}

.step-panel[data-panel="1"] > .panel-heading {
  order: -1;
}

/* Keep the booking-pack title geometrically centered across the desktop banner,
   regardless of the different widths of the logo and header action controls. */
@media (min-width: 851px) {
  .header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 24px;
  }

  .brand-lockup {
    display: contents;
  }

  .brand-logo {
    grid-column: 1;
    justify-self: start;
  }

  .brand-copy {
    grid-column: 2;
    justify-self: center;
    text-align: center;
  }

  .header-actions {
    grid-column: 3;
    justify-self: end;
  }
}
