:root {
  --recruitment-bg: #f3f5f9;
  --recruitment-surface: #ffffff;
  --recruitment-ink: #06111d;
  --recruitment-muted: rgba(6, 17, 29, .60);
  --recruitment-soft: rgba(6, 17, 29, .46);
  --recruitment-line: rgba(6, 17, 29, .15);
  --recruitment-blue: #2446ea;
}

.recruitment-section {
  position: relative;
  overflow: clip;
  background: var(--recruitment-surface);
  color: var(--recruitment-ink);
}

.recruitment-track {
  position: relative;
  min-height: max(4200px, 560svh);
  background: var(--recruitment-bg);
}

.recruitment-sticky {
  position: sticky;
  top: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
  height: 100svh;
  min-height: 650px;
  overflow: hidden;
  background: var(--recruitment-bg);
}

.recruitment-sticky-intro {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(40px, 7vw, 112px) clamp(32px, 12.1vw, 174px) clamp(40px, 7vw, 112px) max(var(--gutter), 32px);
  background: var(--recruitment-bg);
}

.recruitment-kicker,
.recruitment-slide-index,
.recruitment-current > span,
.recruitment-proof-quote > span,
.recruitment-proof-journey-item > span {
  display: block;
  color: var(--recruitment-blue);
  font-size: 10px;
  font-weight: 680;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.recruitment-sticky-intro h2 {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--recruitment-ink);
  font-size: clamp(3.4rem, 5.35vw, 5.45rem);
  font-weight: 520;
  letter-spacing: -.075em;
  line-height: .9;
  text-wrap: balance;
}

.recruitment-intro-copy {
  max-width: 330px;
  margin: 28px 0 0;
  color: var(--recruitment-muted);
  font-size: clamp(14px, 1.15vw, 16px);
  font-weight: 430;
  letter-spacing: -.015em;
  line-height: 1.45;
}

.recruitment-current {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-top: clamp(34px, 6vw, 72px);
  padding-top: 14px;
  border-top: 1px solid var(--recruitment-line);
}

.recruitment-current > span {
  color: var(--recruitment-soft);
  font-size: 9px;
  letter-spacing: .1em;
}

.recruitment-current strong {
  color: var(--recruitment-ink);
  font-size: 14px;
  font-weight: 620;
  letter-spacing: -.02em;
}

.recruitment-pipeline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  max-width: 420px;
  margin-top: 20px;
  color: var(--recruitment-soft);
  font-size: 10px;
  font-weight: 560;
  letter-spacing: -.01em;
  line-height: 1.3;
}

.recruitment-pipeline [data-recruitment-pipeline-step] {
  transition: color .3s ease, opacity .3s ease;
}

.recruitment-pipeline [data-recruitment-pipeline-step].is-active {
  color: var(--recruitment-blue);
}

.recruitment-pipeline [data-recruitment-pipeline-step].is-past {
  color: var(--recruitment-ink);
}

.recruitment-pipeline-arrow {
  color: rgba(6, 17, 29, .28);
  font-size: 12px;
}

.recruitment-carousel-viewport {
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
  background: var(--recruitment-bg);
}

.recruitment-carousel {
  display: flex;
  width: 600%;
  height: 100%;
  will-change: transform;
}

.recruitment-slide {
  flex: 0 0 16.6666667%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  height: 100%;
  padding: clamp(32px, 5.8vw, 84px) clamp(28px, 5.85vw, 84px);
}

.recruitment-slide-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1.49;
  overflow: hidden;
  border-radius: 12px;
  background: var(--recruitment-ink);
}

.recruitment-slide-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: inherit;
  pointer-events: none;
}

.recruitment-slide-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.recruitment-slide-copy {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  min-height: 94px;
  margin-top: 24px;
  padding-right: 50px;
}

.recruitment-slide-copy h3 {
  margin: 8px 0 0;
  color: var(--recruitment-ink);
  font-size: clamp(1.35rem, 2.05vw, 1.82rem);
  font-weight: 560;
  letter-spacing: -.045em;
  line-height: 1;
}

.recruitment-slide-copy p {
  max-width: 430px;
  margin: 10px 0 0;
  color: var(--recruitment-muted);
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 430;
  letter-spacing: -.01em;
  line-height: 1.42;
}

.recruitment-slide-arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(6, 17, 29, .18);
  border-radius: 50%;
  color: var(--recruitment-ink);
  font-size: 15px;
  line-height: 1;
}

.recruitment-client-proof {
  width: min(100%, var(--content-max));
  margin-inline: auto;
  padding: clamp(68px, 7vw, 104px) var(--gutter) clamp(76px, 8vw, 118px);
  background: var(--recruitment-surface);
  border-top: 1px solid var(--recruitment-line);
}

.recruitment-proof-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, .55fr);
  align-items: end;
  gap: clamp(30px, 8vw, 120px);
  margin-bottom: clamp(28px, 3.5vw, 48px);
}

.recruitment-proof-head h2 {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--recruitment-ink);
  font-size: clamp(2.25rem, 3.8vw, 3.85rem);
  font-weight: 520;
  letter-spacing: -.07em;
  line-height: .93;
  text-wrap: balance;
}

.recruitment-proof-head > p {
  max-width: 310px;
  margin: 0 0 2px auto;
  color: var(--recruitment-muted);
  font-size: 14px;
  font-weight: 430;
  line-height: 1.5;
}

.recruitment-proof-case {
  display: grid;
  grid-template-columns: minmax(230px, .34fr) minmax(0, .66fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(6, 17, 29, .22);
  border-radius: 18px;
  background: #071522;
  color: #fff;
}

.recruitment-proof-case-rail {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(28px, 3.5vw, 48px);
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.recruitment-proof-client {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.recruitment-proof-client > span,
.recruitment-proof-case-statement > span,
.recruitment-proof-case-status > span,
.recruitment-proof-route-step > span,
.recruitment-proof-sheet-foot > div > span {
  display: block;
  color: rgba(255, 255, 255, .52);
  font-size: 9px;
  font-weight: 680;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.recruitment-proof-client strong {
  color: #fff;
  font-size: 17px;
  font-weight: 560;
  letter-spacing: -.03em;
}

.recruitment-proof-client small,
.recruitment-proof-case-status small {
  display: block;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  font-weight: 430;
  line-height: 1.4;
}

.recruitment-proof-case-statement {
  max-width: 210px;
  margin-top: auto;
  padding-top: 64px;
}

.recruitment-proof-case-statement p {
  margin: 13px 0 0;
  color: #fff;
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
  font-weight: 480;
  letter-spacing: -.055em;
  line-height: 1;
}

.recruitment-proof-case-status {
  margin-top: 48px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.recruitment-proof-case-status strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 560;
  letter-spacing: -.02em;
}

.recruitment-proof-case-status small {
  margin-top: 6px;
}

.recruitment-proof-route {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #071522;
}

.recruitment-proof-route-graphic {
  height: 84px;
  margin: 22px 36px 0;
}

.recruitment-proof-route-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.recruitment-proof-route-mobile {
  display: none;
}

.recruitment-proof-route-svg path {
  fill: none;
  stroke-linecap: round;
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
}

.recruitment-proof-route-base {
  stroke: rgba(255, 255, 255, .22);
}

.recruitment-proof-route-svg path[data-proof-route-path] {
  stroke: #3157ff;
}

.recruitment-proof-route-svg rect {
  fill: #071522;
  stroke: rgba(255, 255, 255, .72);
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
}

.recruitment-proof-route-svg [data-proof-route-marker] {
  stroke: #3157ff;
}

.recruitment-proof-route-svg [data-proof-route-traveler] rect {
  fill: #3157ff;
  stroke: #fff;
}

.recruitment-proof-route-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 56px);
  padding: 0 36px 36px;
}

.recruitment-proof-route-step {
  min-width: 0;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  opacity: .62;
  transition: opacity .32s ease, border-color .32s ease;
}

.recruitment-proof-route-step.is-active {
  border-color: #3157ff;
  opacity: 1;
}

.recruitment-proof-route-step strong {
  display: block;
  max-width: 230px;
  margin-top: 13px;
  color: #fff;
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 540;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.recruitment-proof-route-step small {
  display: block;
  max-width: 220px;
  margin-top: 10px;
  color: rgba(255, 255, 255, .56);
  font-size: 12px;
  font-weight: 430;
  line-height: 1.4;
}

.recruitment-proof-sheet-foot {
  display: grid;
  grid-template-columns: minmax(180px, .75fr) minmax(220px, 1fr) minmax(260px, 1.25fr);
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .035);
}

.recruitment-proof-sheet-foot > div {
  min-width: 0;
  padding: 18px 22px 22px 36px;
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.recruitment-proof-sheet-foot > div:last-child {
  border-right: 0;
}

.recruitment-proof-sheet-foot > div > span {
  color: rgba(255, 255, 255, .48);
  font-size: 8px;
  letter-spacing: .1em;
}

.recruitment-proof-sheet-foot > div > strong {
  display: block;
  max-width: 310px;
  margin-top: 11px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.27;
}

.recruitment-proof-quote > strong {
  color: rgba(255, 255, 255, .58) !important;
  font-size: 13px !important;
  font-weight: 430 !important;
}

.recruitment-proof-source {
  display: block;
  padding: 12px 36px 14px;
  color: rgba(255, 255, 255, .36);
  font-size: 9px;
  font-weight: 430;
  line-height: 1.3;
}

@media (max-width: 1180px) and (min-width: 768px) {
  .recruitment-sticky-intro {
    padding-left: var(--gutter);
    padding-right: clamp(30px, 7vw, 76px);
  }

  .recruitment-sticky-intro h2 {
    font-size: clamp(3rem, 5.3vw, 4.3rem);
  }

  .recruitment-slide {
    padding-inline: clamp(22px, 4.3vw, 54px);
  }
}

@media (max-width: 767px) {
  .recruitment-track {
    min-height: max(3900px, 600svh);
  }

  .recruitment-sticky {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(182px, 28svh) minmax(0, 1fr);
    height: 100svh;
    min-height: 620px;
    padding-top: max(70px, calc(var(--nav-height) + 8px));
  }

  .recruitment-sticky-intro {
    justify-content: flex-start;
    padding: 18px var(--gutter) 12px;
    border-bottom: 1px solid var(--recruitment-line);
  }

  .recruitment-sticky-intro h2 {
    max-width: 360px;
    margin-top: 10px;
    font-size: clamp(2.55rem, 11.8vw, 4rem);
    letter-spacing: -.08em;
  }

  .recruitment-intro-copy {
    max-width: 360px;
    margin-top: 12px;
    font-size: 12.5px;
    line-height: 1.35;
  }

  .recruitment-current {
    position: absolute;
    right: var(--gutter);
    bottom: 12px;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: right;
  }

  .recruitment-current > span,
  .recruitment-current strong {
    display: block;
  }

  .recruitment-current strong {
    margin-top: 5px;
    font-size: 12px;
  }

  .recruitment-pipeline {
    position: absolute;
    right: var(--gutter);
    bottom: -34px;
    z-index: 3;
    display: flex;
    flex-wrap: nowrap;
    width: calc(100vw - (var(--gutter) * 2));
    max-width: none;
    margin: 0;
    overflow: hidden;
    gap: 5px;
    color: rgba(6, 17, 29, .42);
    font-size: 8px;
    white-space: nowrap;
  }

  .recruitment-pipeline-arrow {
    font-size: 9px;
  }

  .recruitment-carousel-viewport {
    min-height: 0;
  }

  .recruitment-slide {
    justify-content: flex-start;
    padding: 34px var(--gutter) 24px;
  }

  .recruitment-slide-media {
    width: 100%;
    max-height: 310px;
    aspect-ratio: 1.25;
    border-radius: 10px;
  }

  .recruitment-slide-copy {
    min-height: 0;
    margin-top: 15px;
    padding-right: 46px;
  }

  .recruitment-slide-copy h3 {
    margin-top: 6px;
    font-size: 1.35rem;
  }

  .recruitment-slide-copy p {
    max-width: 330px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.38;
  }

  .recruitment-slide-arrow {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .recruitment-client-proof {
    display: block;
    padding-top: max(92px, calc(var(--nav-height) + 30px));
    padding-bottom: 76px;
  }

  .recruitment-proof-head {
    display: block;
    margin-bottom: 30px;
  }

  .recruitment-proof-head h2 {
    max-width: 390px;
    font-size: clamp(2.35rem, 10.4vw, 3.55rem);
  }

  .recruitment-proof-head > p {
    max-width: 340px;
    margin-top: 18px;
    font-size: 13px;
  }

  .recruitment-proof-case {
    display: block;
    min-height: 0;
    border-radius: 15px;
  }

  .recruitment-proof-case-rail {
    min-height: 0;
    padding: 25px 22px 27px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .recruitment-proof-client strong {
    font-size: 14px;
  }

  .recruitment-proof-client small,
  .recruitment-proof-case-status small {
    font-size: 11px;
  }

  .recruitment-proof-case-statement {
    max-width: 300px;
    margin-top: 48px;
    padding-top: 0;
  }

  .recruitment-proof-case-statement p {
    font-size: 1.7rem;
  }

  .recruitment-proof-case-status {
    margin-top: 36px;
    padding-top: 16px;
  }

  .recruitment-proof-route {
    min-height: 0;
  }

  .recruitment-proof-route-graphic {
    position: absolute;
    top: 25px;
    right: auto;
    bottom: 25px;
    left: 18px;
    width: 30px;
    height: auto;
    margin: 0;
  }

  .recruitment-proof-route-desktop {
    display: none;
  }

  .recruitment-proof-route-mobile {
    display: block;
  }

  .recruitment-proof-route-steps {
    display: block;
    padding: 22px 20px 24px 68px;
  }

  .recruitment-proof-route-step {
    padding: 22px 0 23px;
    border-top: 1px solid rgba(255, 255, 255, .14);
  }

  .recruitment-proof-route-step:first-child {
    border-top: 0;
  }

  .recruitment-proof-route-step strong {
    max-width: 280px;
    margin-top: 10px;
    font-size: 17px;
  }

  .recruitment-proof-route-step small {
    max-width: 280px;
    margin-top: 8px;
    font-size: 11.5px;
  }

  .recruitment-proof-sheet-foot {
    display: block;
  }

  .recruitment-proof-sheet-foot > div {
    padding: 16px 22px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .recruitment-proof-sheet-foot > div:last-child {
    border-bottom: 0;
  }

  .recruitment-proof-sheet-foot > div > strong,
  .recruitment-proof-quote > strong {
    max-width: 330px;
    font-size: 14px !important;
  }

  .recruitment-proof-source {
    padding: 12px 22px 14px;
    font-size: 8px;
  }
}

@media (max-width: 390px) {
  .recruitment-sticky {
    grid-template-rows: minmax(176px, 27svh) minmax(0, 1fr);
  }

  .recruitment-sticky-intro h2 {
    font-size: clamp(2.35rem, 11.6vw, 3.25rem);
  }

  .recruitment-intro-copy {
    max-width: 245px;
  }

  .recruitment-slide {
    padding-top: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .recruitment-pipeline [data-recruitment-pipeline-step] {
    transition: none;
  }
}
