.wh-page {
  background: linear-gradient(180deg, #eef3f9 0%, #e4ebf4 100%);
}

.wh-narrow {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.wh-section {
  padding: 92px 0;
}

.wh-centered {
  text-align: center;
}

.wh-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(29, 47, 135, 0.08);
  color: #2340a3;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.wh-kicker-hero {
  background: rgba(255, 255, 255, 0.08);
  color: #f3c53c;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.wh-kicker-light {
  background: rgba(255, 255, 255, 0.08);
  color: #c8d7ff;
}

.wh-section-heading {
  max-width: 940px;
  margin: 0 auto 42px;
}

.wh-section-heading h2,
.wh-fit-copy h2,
.wh-readiness-intro h2,
.wh-band-intro h2,
.wh-final-box h2 {
  color: #142c88;
  font-size: clamp(2.3rem, 4.9vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}

.wh-section-heading p,
.wh-fit-copy p,
.wh-readiness-intro p,
.wh-final-box p,
.wh-band-intro p {
  color: #29426a;
  font-size: 1.04rem;
  line-height: 1.78;
}

.wh-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid rgba(18, 44, 136, 0.16);
  background: rgba(255, 255, 255, 0.92);
  color: #183596;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(20, 43, 120, 0.08);
}

.wh-btn-secondary:hover {
  background: #ffffff;
  transform: translateY(-1px);
}

.wh-image-placeholder {
  width: 100%;
  border-radius: 28px;
  border: 1.5px dashed rgba(29, 47, 135, 0.24);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(232, 239, 248, 0.98) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #2441a5;
  font-weight: 800;
  padding: 24px;
  overflow: hidden;
  position: relative;
}

.wh-image-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(36, 65, 165, 0.06) 0%, rgba(36, 65, 165, 0) 28%),
    radial-gradient(circle at 80% 80%, rgba(243, 197, 60, 0.14) 0%, rgba(243, 197, 60, 0) 22%);
  pointer-events: none;
}

.wh-image-placeholder span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(190, 205, 225, 0.88);
  color: #163595;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(18, 37, 100, 0.08);
}

.wh-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 10%, rgba(243, 197, 60, 0.16) 0%, rgba(243, 197, 60, 0) 18%),
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 18%),
    linear-gradient(135deg, #0a1c67 0%, #123597 54%, #0c2a81 100%);
  color: #ffffff;
  padding: 56px 0 108px;
}

.wh-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 32px;
  align-items: center;
}

.wh-hero-copy h1 {
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  margin-bottom: 24px;
  max-width: 680px;
}

.wh-hero-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
  line-height: 1.82;
  max-width: 620px;
}

.wh-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.wh-hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
  max-width: 690px;
}

.wh-metric-card {
  padding: 20px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.wh-metric-card strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 8px;
}

.wh-metric-card span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  line-height: 1.55;
}

.wh-hero-visual {
  position: relative;
  min-height: 640px;
}

.wh-hero-visual-main {
  min-height: 640px;
  border: 0;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.18);
}

.wh-hero-visual-main img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.wh-hero-floating {
  position: absolute;
  z-index: 2;
  max-width: 260px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 50px rgba(7, 17, 58, 0.2);
}

.wh-floating-top {
  top: 26px;
  left: -24px;
}

.wh-floating-bottom {
  right: -16px;
  bottom: 28px;
}

.wh-floating-label {
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 8px;
  font-weight: 800;
}

.wh-floating-value {
  font-size: 0.98rem;
  line-height: 1.5;
  font-weight: 800;
}

.wh-intro-band {
  margin-top: -44px;
  position: relative;
  z-index: 3;
}

.wh-intro-band-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
  padding: 28px 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 24px 50px rgba(18, 37, 100, 0.08);
}

.wh-intro-band-inner h2 {
  color: #142c88;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.wh-intro-band-inner p {
  color: #29426a;
  font-size: 1rem;
  line-height: 1.75;
}

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

.wh-role-card {
  border-radius: 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 18px 40px rgba(18, 37, 100, 0.06);
}

.wh-role-card-featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
}

.wh-role-media {
  min-height: 280px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.mls-card-image {
  position: relative;
  overflow: hidden;
  background: #dfe7f3;
}

.mls-card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.rn-card-image {
  position: relative;
  overflow: hidden;
  background: #dfe7f3;
  min-height: 0;
}

.wh-role-card-featured .rn-card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.wh-role-card-featured .wh-role-media {
  min-height: 100%;
}

.wh-role-body {
  padding: 30px 30px 34px;
}

.wh-role-badge {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: #edf3ff;
  color: #183596;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.wh-role-body h3,
.wh-fit-point h3,
.wh-readiness-card h3,
.wh-story-point h3 {
  color: #142c88;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.18;
  margin-bottom: 12px;
}

.wh-role-body p,
.wh-fit-point p,
.wh-readiness-card p,
.wh-story-point p {
  color: #29426a;
  font-size: 1rem;
  line-height: 1.72;
}

.wh-role-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.wh-role-tags span,
.wh-band-tags span {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: #eef4ff;
  border: 1px solid #d5e2f5;
  color: #183596;
  font-weight: 800;
  font-size: 0.92rem;
}

.wh-fit-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 28px;
  align-items: stretch;
}

.wh-fit-copy {
  padding: 34px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(246, 249, 253, 0.98) 100%);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 24px 50px rgba(18, 37, 100, 0.08);
}

.wh-fit-points {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.wh-fit-point {
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(237, 244, 255, 0.9) 0%, rgba(255, 255, 255, 0.96) 100%);
  border: 1px solid rgba(193, 211, 235, 0.92);
}

.wh-fit-side {
  display: grid;
  gap: 18px;
}

.wh-tall-panel {
  min-height: 470px;
}

.wh-quote-box {
  padding: 26px;
  border-radius: 24px;
  background: linear-gradient(160deg, #0a1c67 0%, #14379b 56%, #0c2d82 100%);
  color: #ffffff;
  font-size: 1.18rem;
  line-height: 1.6;
  box-shadow: 0 24px 56px rgba(10, 24, 77, 0.16);
}

.wh-readiness-section {
  background: linear-gradient(180deg, #0b174d 0%, #132d7a 100%);
}

.wh-readiness-shell {
  padding: 38px 34px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 56px rgba(10, 24, 77, 0.14);
}

.wh-readiness-intro {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 28px;
}

.wh-readiness-intro h2,
.wh-readiness-intro p {
  color: #ffffff;
}

.wh-readiness-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.wh-readiness-card {
  padding: 24px 22px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(220, 230, 244, 0.9);
  box-shadow: 0 16px 34px rgba(4, 13, 42, 0.08);
}

.wh-readiness-number {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background: linear-gradient(180deg, #173594 0%, #244cb6 100%);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 16px 30px rgba(20, 43, 120, 0.16);
}

.wh-story-stage {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 28px;
  align-items: stretch;
}

.wh-story-visual {
  min-height: 620px;
  border-radius: 34px;
  padding: 18px;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 22%),
    radial-gradient(circle at 88% 82%, rgba(243, 197, 60, 0.16) 0%, rgba(243, 197, 60, 0) 20%),
    linear-gradient(160deg, #0a1c67 0%, #14379b 56%, #0c2d82 100%);
  box-shadow: 0 24px 56px rgba(10, 24, 77, 0.16);
}

.wh-story-image-frame {
  min-height: 100%;
  height: 100%;
  border: 0;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(8, 12, 26, 0.22) 0%, rgba(8, 12, 26, 0.1) 40%, rgba(8, 12, 26, 0.22) 100%),
    linear-gradient(135deg, #c4cfdd 0%, #eff4fb 100%);
}

.wh-story-content {
  padding: 36px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(246, 249, 253, 0.98) 100%);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 24px 50px rgba(18, 37, 100, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wh-story-kicker {
  display: inline-flex;
  align-self: flex-start;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  align-items: center;
  background: #edf3ff;
  color: #183596;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.wh-story-content blockquote {
  color: #122b84;
  font-size: clamp(2rem, 3.2vw, 3.3rem);
  line-height: 1.16;
  letter-spacing: -0.04em;
  font-weight: 300;
  margin-bottom: 26px;
}

.wh-story-points {
  display: grid;
  gap: 14px;
}

.wh-story-point {
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(237, 244, 255, 0.9) 0%, rgba(255, 255, 255, 0.96) 100%);
  border: 1px solid rgba(193, 211, 235, 0.92);
}

.wh-band-section {
  padding-top: 0;
}

.wh-band-inner {
  padding: 38px 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 18%, rgba(243, 197, 60, 0.18) 0%, rgba(243, 197, 60, 0) 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(245, 248, 252, 0.98) 100%);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 24px 50px rgba(18, 37, 100, 0.08);
}

.wh-band-intro {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 22px;
}

.wh-band-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.wh-final-cta {
  padding-top: 74px;
  padding-bottom: 98px;
}

.wh-final-box {
  text-align: center;
  padding: 56px 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 50%, rgba(243, 197, 60, 0.18) 0%, rgba(243, 197, 60, 0) 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(245, 248, 252, 0.98) 100%);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 24px 50px rgba(18, 37, 100, 0.08);
}

.wh-final-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}

@media (max-width: 1180px) {

  .wh-hero-grid,
  .wh-intro-band-inner,
  .wh-fit-grid,
  .wh-story-stage,
  .wh-role-card-featured {
    grid-template-columns: 1fr;
  }

  .wh-readiness-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wh-hero-visual {
    min-height: 520px;
  }

  .wh-hero-visual-main {
    min-height: 520px;
  }
}

@media (max-width: 820px) {
  .wh-section {
    padding: 64px 0;
  }

  .wh-hero {
    padding: 40px 0 86px;
  }

  .wh-hero-actions,
  .wh-final-actions {
    display: grid;
  }

  .wh-hero-metrics,
  .wh-role-grid,
  .wh-readiness-grid {
    grid-template-columns: 1fr;
  }

  .wh-hero-visual,
  .wh-hero-visual-main,
  .wh-story-visual {
    min-height: 380px;
  }

  .wh-floating-top,
  .wh-floating-bottom {
    display: none;
  }

  .wh-fit-copy,
  .wh-story-content,
  .wh-band-inner,
  .wh-final-box,
  .wh-readiness-shell {
    padding: 24px 20px;
  }

  .wh-tall-panel {
    min-height: 320px;
  }
}

@media (max-width: 640px) {

  .wh-hero-copy h1,
  .wh-section-heading h2,
  .wh-fit-copy h2,
  .wh-readiness-intro h2,
  .wh-band-intro h2,
  .wh-final-box h2 {
    letter-spacing: -0.03em;
  }

  .wh-hero-copy h1 {
    font-size: clamp(2.35rem, 10vw, 3.7rem);
  }

  .wh-role-body,
  .wh-readiness-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wh-story-content blockquote {
    font-size: 1.8rem;
    line-height: 1.28;
  }
}

/* Who We Hire spacing cleanup - one pass */
.wh-section {
  padding-top: 36px;
  padding-bottom: 36px;
}

.wh-section-heading {
  margin: 0 auto 24px;
}

.wh-intro-band {
  margin-top: -30px;
}

.wh-intro-band-inner,
.wh-readiness-shell,
.wh-band-inner,
.wh-final-box {
  padding-top: 24px;
  padding-bottom: 24px;
}

.wh-fit-points,
.wh-role-tags,
.wh-band-tags,
.wh-readiness-grid,
.wh-story-points {
  margin-top: 18px;
}

.wh-readiness-intro,
.wh-band-intro {
  margin: 0 auto 18px;
}

.wh-final-actions,
.wh-hero-actions {
  margin-top: 20px;
}

.wh-final-cta {
  padding-top: 24px;
  padding-bottom: 36px;
}
.therapy-card-image {
  position: relative;
  overflow: hidden;
  background: #dfe7f3;
}

.therapy-card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.usng-card-image {
  position: relative;
  overflow: hidden;
  background: #dfe7f3;
}

.usng-card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
  object-position: center;
}
.candidate-portrait-image {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #dfe7f3;
}

.candidate-portrait-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
  object-position: center;
}
.candidate-success-image {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: #dfe7f3;
}

.candidate-success-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
  object-position: center;
}
@media (max-width: 820px) {
  .wh-role-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wh-role-card-featured {
    grid-column: auto;
    display: block;
  }

  .wh-role-media,
  .wh-role-card-featured .wh-role-media,
  .rn-card-image,
  .mls-card-image,
  .therapy-card-image,
  .usng-card-image {
    min-height: 0;
    height: auto;
    position: relative;
    overflow: hidden;
    background: #dfe7f3;
  }

  .wh-role-card-featured .rn-card-image img,
  .mls-card-image img,
  .therapy-card-image img,
  .usng-card-image img {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center;
    background: #dfe7f3;
    padding: 10px;
  }

  .wh-role-body {
    padding: 22px 20px 24px;
  }

  .wh-role-tags {
    gap: 8px;
  }

  .wh-role-tags span {
    min-height: 38px;
    font-size: 0.86rem;
    padding: 0 14px;
  }
}