.footer-brand img {
  width: 160px;
  height: auto;
  aspect-ratio: 1179 / 810;
  object-fit: contain;
}
.footer-brand {
  flex: 0 0 auto;
}
footer > p {
  margin: 0;
  text-align: center;
}
@media (max-width: 900px) {
  footer {
    align-items: center;
    text-align: center;
  }
  footer div {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.employer-solutions {
  border-top: 1px solid #ded6c9;
}
main > section:not(.hero) {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
}
.hero-image picture,
.split-photo > picture,
.quote-section > picture { display: contents; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
.employer-intro {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(36px, 8vw, 120px);
  align-items: end;
}
.employer-intro h2,
.employer-enquiry h2,
.employer-faq h2 {
  margin: 0;
  font: 600 clamp(2.5rem, 5vw, 5rem)/1.04 "Playfair Display", Georgia, serif;
  letter-spacing: -.03em;
}
.employer-intro > div:last-child {
  color: #5f6e78;
  font-size: 1.06rem;
  line-height: 1.75;
}
.inline-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--purple);
  font-weight: 700;
}
.service-intent-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 58px;
  border: 1px solid #d9d1c4;
  background: #d9d1c4;
}
.service-intent-grid article {
  min-height: 230px;
  padding: 30px;
  background: #fff;
}
.service-intent-grid span {
  color: var(--gold);
  font: 700 1rem "Playfair Display", Georgia, serif;
}
.service-intent-grid h3 {
  margin: 38px 0 10px;
  font-size: 1.12rem;
}
.service-intent-grid p {
  margin: 0;
  color: #65727f;
  line-height: 1.6;
}
.employer-enquiry {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(40px, 8vw, 100px);
  margin-top: 72px;
  padding: clamp(35px, 6vw, 74px);
  background: var(--navy);
  color: #fff;
  scroll-margin-top: 90px;
}
.enquiry-copy > p:not(.eyebrow) {
  color: #c7d3da;
  line-height: 1.7;
}
.lead-contact {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.lead-contact a {
  color: #9fb0bc;
  line-height: 1.65;
}
.lead-contact strong { color: var(--gold2); }
.lead-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
  background: #102a40;
  border: 1px solid #2d4a60;
}
.lead-form label {
  display: grid;
  gap: 8px;
  color: #dce5eb;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .04em;
}
.lead-form input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #456276;
  border-radius: 4px;
  background: #071421;
  color: #fff;
  font-size: 1rem;
}
.lead-form input:focus {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 130px;
  gap: 14px;
}
.lead-form .btn { justify-self: start; }
.lead-form small {
  color: #91a2af;
  line-height: 1.5;
}
.employer-faq {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(40px, 8vw, 110px);
  border-top: 1px solid #ded6c9;
}
.faq-list details {
  border-top: 1px solid #d3cbbc;
  padding: 21px 0;
}
.faq-list details:last-child { border-bottom: 1px solid #d3cbbc; }
.faq-list summary {
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 700;
}
.faq-list p {
  max-width: 720px;
  margin: 14px 0 4px;
  color: #65727f;
  line-height: 1.7;
}
@media (max-width: 900px) {
  .employer-intro,
  .employer-enquiry,
  .employer-faq { grid-template-columns: 1fr; }
  .service-intent-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 901px) and (max-width: 1180px) {
  .site-header nav { gap: 14px; font-size: .8rem; }
}
@media (max-width: 560px) {
  .service-intent-grid { grid-template-columns: 1fr; }
  .service-intent-grid article { min-height: 190px; }
  .field-row { grid-template-columns: 1fr; }
  .employer-enquiry { margin-inline: -22px; }
}
