/* Footer — cloned from whippy.ai/staffing (spec 99-footer, 2026-09-02) */

.wh-footer {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 24px;
  background-color: #111418;
  padding: 60px 0 0;
}

.wh-footer__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

/* ---- main area (above the divider) ---- */

.wh-footer__main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  border-bottom: 1px solid rgba(250, 249, 246, .12);
}

.wh-footer__brand {
  max-width: 380px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
}

.wh-footer__brand-top {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
}

.wh-footer__logo-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wh-footer__logo-link {
  display: flex;
  align-items: center;
}

.wh-footer__logo {
  width: 160px;
  height: 54px;
  display: block;
}

.wh-footer__claim {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  background-image: linear-gradient(93deg, rgb(255, 255, 255) 33.45%, rgb(153, 153, 153) 112.06%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.wh-footer__social {
  display: flex;
  flex-direction: row;
  gap: 25px;
}

.wh-footer__social-link {
  height: 31px;
  display: block;
}

.wh-footer__social-link img {
  width: 26px;
  height: 26px;
  display: inline;
}

.wh-footer__social-link--x img {
  width: 24px;
  height: 24px;
}

/* ---- link columns ---- */

.wh-footer__cols {
  padding: 0 0 50px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
}

.wh-footer__col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
}

.wh-footer__group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}

.wh-footer__heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 1.12px;
  color: var(--white);
  text-transform: uppercase;
}

.wh-footer__links {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wh-footer__links a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: var(--gray-350);
}

.wh-footer__links a:hover {
  text-decoration: underline;
}

/* ---- bottom bar ---- */

.wh-footer__bottom {
  background-color: #111418;
  padding: 30px 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}

.wh-footer__copyright {
  display: flex;
}

.wh-footer__copyright span {
  font-size: 12px;
  line-height: 18px;
  color: var(--white);
}

.wh-footer__legal {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
}

.wh-footer__legal a {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.14px;
  color: var(--white);
}

.wh-footer__legal a:hover {
  text-decoration: underline;
}

.wh-footer__sep {
  display: none;
  background-color: var(--gray-200);
  width: 1px;
  height: 14px;
  flex: none;
}

/* ---- desktop (spec captured at 1440) ---- */

@media (min-width: 992px) {
  .wh-footer {
    padding: 80px 0 0;
  }

  .wh-footer__inner {
    padding: 0;
    max-width: var(--container);
  }

  .wh-footer__main {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0;
  }

  .wh-footer__brand {
    width: 380px;
    max-width: 380px;
    flex: none;
  }

  .wh-footer__cols {
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }

  .wh-footer__col {
    width: 244px;
    flex: none;
  }

  .wh-footer__links {
    grid-template-columns: 244px;
  }

  .wh-footer__bottom {
    flex-direction: row;
    align-items: center;
  }

  .wh-footer__legal {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }

  .wh-footer__legal a {
    padding: 0 10px;
  }

  .wh-footer__sep {
    display: block;
  }
}

/* between 992 and ~1200 the fixed 1152 container needs breathing room */
@media (min-width: 992px) and (max-width: 1199px) {
  .wh-footer__inner {
    padding: 0 15px;
  }

  .wh-footer__brand {
    width: 300px;
    max-width: 300px;
  }

  .wh-footer__col {
    width: 200px;
  }

  .wh-footer__links {
    grid-template-columns: 1fr;
  }
}

/* new claim (2026-09-02) needs a wider column than 'Grow Revenue.' did */
.wh-footer__claim { font-size: 34px; line-height: 44px; max-width: 430px; }
@media (max-width: 768px) { .wh-footer__claim { font-size: 26px; line-height: 34px; } }

/* Footer aligned with the main site footer (owner review 2026-09-08):
   tagline + vine under the claim, then Solutions / Resources / Legal.
   The column classes above were unused since the IA strip; this only
   adds the two brand lines and tightens the link rhythm. */
.wh-footer__tag { margin: -6px 0 0; color: #8a93a0; font-size: 14.5px; line-height: 1.5; max-width: 34ch; }
.wh-footer__vine { display: block; width: 180px; height: 22px; color: #3a7a52; }
.wh-footer__brand-top { gap: 22px; }
.wh-footer__links { gap: 10px 30px; }
.wh-footer__links a { color: #d7dce0; font-size: 14.5px; text-decoration: none; transition: color .18s ease; }
.wh-footer__links a:hover { color: #b7d9c0; text-decoration: none; }
.wh-footer__heading { color: #7e878f; font-size: 12px; letter-spacing: .11em; }
.wh-footer__social-link svg { display: block; }
@media (min-width: 992px) {
  .wh-footer__cols { justify-content: flex-end; gap: 48px; }
  .wh-footer__col { width: 200px; }
  .wh-footer__links { grid-template-columns: 200px; }
}
@media (max-width: 991px) {
  .wh-footer__cols { flex-direction: row; flex-wrap: wrap; gap: 32px 24px; padding-top: 40px; }
  .wh-footer__col { flex: 1 1 140px; }
  .wh-footer__links { grid-template-columns: 1fr; }
}

/* Paper footer (owner pick A, 2026-09-09): the main site's #f4f2ed with
   ink type and ivy headings, so the page ends light. */
.wh-footer, .wh-footer__bottom { background-color: #f4f2ed; }
.wh-footer__main { border-bottom-color: rgba(17, 20, 24, .12); }
.wh-footer__claim { background-image: linear-gradient(93deg, #111418 33%, #5a6472 112%); }
.wh-footer .uh-logo { color: #111418; }
.wh-footer__heading { color: #2e6b44; }
.wh-footer__links a { color: #3a3f45; }
.wh-footer__links a:hover { color: #2e6b44; }
.wh-footer__copyright span, .wh-footer__legal a { color: #3a3f45; }
.wh-footer__vine { color: #2e6b44; }
.wh-footer__social-link svg path { fill: #111418; }
.wh-footer__sep { background-color: #c9cec9; }
