.site-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #062b4a;
  text-decoration: none;
  white-space: nowrap;
}

.site-header .brand img {
  width: 66px;
  height: 66px;
  object-fit: contain;
  flex: 0 0 66px;
}

.brand-name {
  display: inline-block;
  padding-left: 12px;
  border-left: 2px solid #e9b949;
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.brand-name strong {
  font-weight: 900;
}

.site-header nav .social-nav {
  display: inline-grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  padding: 0;
  color: #fff;
  background: #1877f2;
  border-radius: 50%;
  font: 800 20px/1 Arial, sans-serif;
}

@media (max-width: 1100px) {
  .site-header nav {
    gap: 18px;
  }

  .brand-name {
    font-size: 23px;
  }
}

@media (max-width: 900px) {
  .site-header .brand {
    gap: 8px;
  }

  .site-header .brand img {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .brand-name {
    padding-left: 9px;
    font-size: 22px;
  }
}

.consultant-intro {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 24px;
}

.consultant-intro img {
  width: 184px;
  height: 224px;
  flex: 0 0 184px;
  object-fit: cover;
  object-position: center top;
  border-radius: 22px;
  border: 5px solid #fff;
  box-shadow: 0 16px 38px rgba(6, 43, 74, 0.24);
}

.consultant-intro .eyebrow {
  margin: 0;
}

.assessment-intro .eyebrow.gold {
  color: #075b3d;
}

.about-visual.persona-visual {
  display: block;
  min-height: 510px;
  background: #031d34;
  position: relative;
}

.persona-visual .about-portrait {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  object-position: center 24%;
}

@media (min-width: 901px) {
  .about {
    grid-template-columns: minmax(330px, 0.68fr) minmax(0, 1.32fr);
  }

  .about-visual.persona-visual,
  .persona-visual .about-portrait {
    min-height: 460px;
  }
}

.persona-visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(3, 29, 52, 0.88) 100%);
  pointer-events: none;
}

.persona-visual .quote {
  position: absolute;
  z-index: 2;
  left: 7%;
  right: 7%;
  bottom: 34px;
  padding: 0;
  font-size: clamp(28px, 3vw, 43px);
  line-height: 1.08;
  text-align: left;
}

@media (max-width: 520px) {
  .consultant-intro {
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
  }

  .consultant-intro img {
    width: 132px;
    height: 164px;
    flex-basis: 132px;
    border-radius: 17px;
  }

  .about-visual.persona-visual,
  .persona-visual .about-portrait {
    min-height: 390px;
  }

  .persona-visual .quote {
    bottom: 24px;
    font-size: 30px;
  }
}

@media (max-width: 380px) {
  .site-header .brand img {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .brand-name {
    font-size: 19px;
  }
}

.footer-logo-lockup {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-logo-lockup img {
  width: 92px;
  height: 76px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  padding: 7px;
}

.footer-logo-lockup > span {
  display: inline-block;
  margin: 0;
  padding-left: 16px;
  border-left: 2px solid #e9b949;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.footer-logo-lockup strong {
  font-weight: 900;
}

.social-links {
  margin-top: 16px;
}

footer .social-links a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #fff;
  font-weight: 750;
}

footer .social-links b {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #fff;
  background: #1877f2;
  border-radius: 50%;
  font: 800 21px/1 Arial, sans-serif;
}

footer .social-links span {
  display: inline;
  margin: 0;
  color: #c9d7df;
  font-size: 14px;
}

@media (max-width: 520px) {
  .footer-logo-lockup {
    gap: 12px;
  }

  .footer-logo-lockup img {
    width: 82px;
    height: 70px;
  }

  .footer-logo-lockup > span {
    padding-left: 12px;
    font-size: 27px;
  }
}

/* Rich photographic backgrounds inspired by the approved rendering. */
.hero {
  background-image:
    linear-gradient(90deg, rgba(3, 29, 52, 0.96) 0%, rgba(3, 29, 52, 0.84) 42%, rgba(3, 29, 52, 0.26) 72%, rgba(3, 29, 52, 0.10) 100%),
    url("assets/hero-city-v2.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero::after {
  opacity: 0.18;
}

.hero-content {
  text-shadow: 0 2px 18px rgba(0, 12, 25, 0.28);
}

.hero-form-card {
  position: relative;
  z-index: 3;
  width: min(100%, 520px);
  justify-self: end;
  padding: 30px;
  color: #0b2440;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 16px;
  box-shadow: 0 22px 60px rgba(0, 18, 34, 0.28);
  backdrop-filter: blur(8px);
}

.hero-form-kicker {
  margin: 0 0 8px;
  color: #075b3d;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.hero-form-card h2 {
  margin: 0 0 8px;
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.05;
}

.hero-form-intro {
  margin: 0 0 20px;
  color: #5f6e7c;
  font-size: 14px;
}

.hero-lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  scroll-margin-top: 105px;
}

.hero-lead-form label {
  color: #445566;
  font-size: 11px;
  font-weight: 800;
}

.hero-lead-form input,
.hero-lead-form select,
.hero-lead-form textarea {
  width: 100%;
  margin-top: 6px;
  padding: 11px 10px;
  color: #0b2440;
  background: #fff;
  border: 1px solid #cfd9df;
  border-radius: 5px;
  font: inherit;
  font-size: 14px;
}

.hero-lead-form textarea {
  resize: vertical;
}

.hero-lead-form .consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #526371;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
}

.hero-lead-form .consent input {
  width: auto;
  flex: 0 0 auto;
  margin: 2px 0 0;
  padding: 0;
}

.hero-lead-form .consent span {
  display: inline;
  min-width: 0;
  margin: 0;
  color: inherit;
  font-size: inherit;
}

.hero-lead-form .consent a {
  color: #075b3d;
}

.hero-lead-form .btn,
.hero-form-msg {
  grid-column: 1 / -1;
}

.hero-lead-form .btn {
  width: 100%;
  margin-top: 2px;
  padding: 13px 18px;
}

.hero-form-msg {
  margin: 0;
  color: #075b3d;
  font-size: 12px;
  line-height: 1.45;
}

.hero-form-more {
  display: block;
  margin-top: 12px;
  color: #075b3d;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.about-visual {
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(3, 29, 52, 0.24), rgba(3, 29, 52, 0.80)),
    url("assets/office-workspace-v2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(3, 29, 52, 0.28));
  pointer-events: none;
}

.about-visual .quote {
  position: relative;
  z-index: 1;
  padding: 28px;
  text-shadow: 0 3px 20px rgba(0, 12, 25, 0.72);
}

@media (max-width: 900px) {
  .hero {
    background-position: 64% center;
  }

  .hero-form-card {
    justify-self: stretch;
    width: 100%;
    max-width: 650px;
    margin-top: 30px;
    padding: 24px;
  }

  .about-visual {
    background-position: 42% center;
  }
}

@media (max-width: 520px) {
  .hero-lead-form {
    grid-template-columns: 1fr;
  }

  .hero-lead-form .btn,
  .hero-form-msg {
    grid-column: 1;
  }
}
