body.vh-body { background: #fff; }
.vh-header .vp-header-in { min-height: 82px; }
.vh-services-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid var(--vp-line);
  border-radius: 999px;
  color: var(--vp-body);
  background: #fff;
  font-size: 11px;
  font-weight: 800;
  transition: .2s ease;
}
.vh-services-link:hover { color: var(--vp-teal-dark); border-color: var(--vp-teal); }

.vh-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(128deg, #071d38 0%, #12336b 66%, #174677 100%);
}
.vh-hero-bg {
  position: absolute;
  inset: 0;
  opacity: .94;
  background:
    radial-gradient(circle at 82% 22%, rgba(88,191,199,.31), transparent 25%),
    radial-gradient(circle at 15% 95%, rgba(255,255,255,.06), transparent 30%),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: auto, auto, 58px 58px, 58px 58px;
}
.vh-hero-in { position: relative; z-index: 1; padding: 78px 0 62px; }
.vh-hero-copy { max-width: 760px; margin: 0 auto; text-align: center; }
.vh-hero-copy h1 {
  margin: 0;
  font-size: clamp(42px, 5.4vw, 68px);
  line-height: 1;
  letter-spacing: -.055em;
}
.vh-hero-copy > p:last-child {
  max-width: 640px;
  margin: 20px auto 0;
  color: rgba(255,255,255,.76);
  font-size: 17px;
  line-height: 1.65;
}
.vh-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 1010px;
  margin: 42px auto 0;
}
.vh-choice-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  gap: 0 20px;
  min-height: 310px;
  padding: 32px;
  color: var(--vp-text);
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(3,18,39,.25);
  transition: .23s ease;
}
.vh-choice-card:hover { transform: translateY(-4px); box-shadow: 0 34px 80px rgba(3,18,39,.32); }
.vh-choice-card.is-primary { border-color: rgba(88,191,199,.58); }
.vh-choice-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: var(--vp-teal-dark);
  background: var(--vp-teal-soft);
  border: 1px solid #c6e9eb;
}
.vh-choice-icon svg { width: 28px; height: 28px; }
.vh-choice-content { min-width: 0; }
.vh-choice-kicker {
  display: block;
  margin: 1px 0 8px;
  color: var(--vp-teal-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.vh-choice-content h2 { margin: 0; font-size: 29px; line-height: 1.15; letter-spacing: -.035em; }
.vh-choice-content p { margin: 14px 0 0; color: var(--vp-body); font-size: 14px; line-height: 1.68; }
.vh-choice-button { grid-column: 1 / -1; align-self: end; width: 100%; margin-top: 28px; }
.vh-institutional-note {
  max-width: 1010px;
  min-height: 58px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  margin: 22px auto 0;
  padding: 12px 17px;
  color: rgba(255,255,255,.75);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  font-size: 12px;
  line-height: 1.5;
  transition: .2s ease;
}
.vh-institutional-note:hover { color: #fff; background: rgba(255,255,255,.1); }
.vh-institutional-note > svg:first-child { color: var(--vp-teal); }
.vh-institutional-note strong { color: #fff; }
.vh-note-arrow { width: 18px !important; height: 18px !important; }

.vh-featured { padding: 82px 0 74px; background: #fff; }
.vh-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 31px;
}
.vh-section-head .vp-eyebrow { margin-bottom: 10px; }
.vh-section-head h2 { margin: 0; color: var(--vp-text); font-size: clamp(30px, 3.8vw, 48px); line-height: 1.05; letter-spacing: -.045em; }
.vh-section-head p:last-child { margin: 12px 0 0; color: var(--vp-body); font-size: 14px; line-height: 1.65; }
.vh-jobs-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 15px; }
.vh-job-card {
  position: relative;
  min-width: 0;
  min-height: 286px;
  display: flex;
  flex-direction: column;
  padding: 23px;
  background: #fff;
  border: 1px solid var(--vp-line);
  border-radius: 21px;
  box-shadow: var(--vp-shadow-soft);
  transition: .22s ease;
}
.vh-job-card:hover { transform: translateY(-3px); border-color: #b6dfe2; box-shadow: var(--vp-shadow); }
.vh-job-link { position: absolute; inset: 0; z-index: 1; border-radius: inherit; }
.vh-job-top { min-height: 26px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.vh-job-area { color: var(--vp-teal-dark); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.vh-job-card h3 { margin: 17px 0 0; color: var(--vp-text); font-size: 20px; line-height: 1.28; letter-spacing: -.025em; }
.vh-job-company { margin: 7px 0 0; color: var(--vp-body); font-size: 12px; font-weight: 700; }
.vh-job-meta { display: grid; gap: 8px; margin-top: 21px; color: var(--vp-body); font-size: 11px; }
.vh-job-meta span { display: flex; align-items: center; gap: 8px; min-width: 0; }
.vh-job-meta svg { width: 16px !important; height: 16px !important; color: var(--vp-muted); flex: 0 0 auto; }
.vh-job-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
  color: var(--vp-teal-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.vh-job-arrow { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--vp-teal-soft); }
.vh-job-arrow svg { width: 16px !important; height: 16px !important; }
.vh-featured-mobile-action { display: none; margin-top: 20px; }

.vh-talent { padding: 0 0 82px; background: #fff; }
.vh-talent-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: 42px 48px;
  color: #fff;
  background: linear-gradient(125deg, var(--vp-navy-dark), var(--vp-navy));
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(18,51,107,.17);
}
.vh-talent-copy { max-width: 730px; }
.vh-talent-copy .vp-eyebrow { margin-bottom: 9px; }
.vh-talent-copy h2 { margin: 0; font-size: clamp(28px, 3.3vw, 43px); line-height: 1.08; letter-spacing: -.045em; }
.vh-talent-copy > p:last-child { margin: 14px 0 0; color: rgba(255,255,255,.73); font-size: 14px; line-height: 1.65; }

@media (max-width: 1080px) {
  .vh-jobs-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .vh-job-card { min-height: 260px; }
}

@media (max-width: 860px) {
  .vh-header .vp-actions { display: none; }
  .vh-choice-grid { grid-template-columns: 1fr; max-width: 650px; }
  .vh-choice-card { min-height: 0; }
  .vh-section-head { align-items: flex-start; }
  .vh-talent-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  .vh-header .vp-header-in { min-height: 68px; }
  .vh-hero-in { padding: 50px 0 42px; }
  .vh-hero-copy h1 { font-size: 39px; }
  .vh-hero-copy > p:last-child { font-size: 14px; }
  .vh-choice-grid { gap: 14px; margin-top: 30px; }
  .vh-choice-card {
    grid-template-columns: 50px minmax(0,1fr);
    gap: 0 14px;
    padding: 22px;
    border-radius: 22px;
  }
  .vh-choice-icon { width: 50px; height: 50px; border-radius: 16px; }
  .vh-choice-icon svg { width: 23px; height: 23px; }
  .vh-choice-kicker { margin-top: 0; font-size: 8px; }
  .vh-choice-content h2 { font-size: 23px; }
  .vh-choice-content p { font-size: 12px; }
  .vh-choice-button { margin-top: 22px; }
  .vh-institutional-note { align-items: flex-start; border-radius: 16px; }
  .vh-institutional-note .vh-note-arrow { display: none; }
  .vh-featured { padding: 56px 0 50px; }
  .vh-section-head { display: block; margin-bottom: 22px; }
  .vh-section-head > .vp-btn { display: none; }
  .vh-section-head h2 { font-size: 34px; }
  .vh-jobs-grid { grid-template-columns: 1fr; }
  .vh-job-card { min-height: 0; }
  .vh-featured-mobile-action { display: block; }
  .vh-talent { padding-bottom: 56px; }
  .vh-talent-card { gap: 25px; padding: 30px 23px; border-radius: 22px; }
  .vh-talent-card .vp-btn { width: 100%; }
}
