/* Homepage — Two paths to intelligence */
.hp-tech { padding: clamp(72px, 8vw, 116px) 0 clamp(30px, 3.4vw, 44px); background: var(--surface-2); border-top: 1px solid var(--border); }
.hp-tech .sec-head { max-width: 900px; margin: 0 auto; text-align: center; }
.hp-tech h2 .grad-text { display: inline; }
.hp-tech .eyebrow-pill { margin: 0 auto; }
.hp-tech-body { margin-top: 22px; font-family: var(--font); font-size: clamp(17px, 1.5vw, 20px); font-weight: 400; line-height: 1.6; color: var(--ink-2); letter-spacing: 0; }

.hp-work { padding: clamp(56px, 7vw, 96px) 0; }
.hp-work .sec-head { margin-bottom: 34px; }
.hp-work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 32px; }
@media (max-width: 900px) { .hp-work-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .hp-work-grid { grid-template-columns: 1fr; } }
.hp-work-item { display: flex; align-items: center; gap: 13px; padding: 12px 4px; }
.hp-work-item .wic { width: 38px; height: 38px; border-radius: 10px; background: #DEEAF7; color: var(--brand-vibrant); display: grid; place-items: center; flex-shrink: 0; }
.hp-work-item .wt { font-family: var(--font-display); font-size: 15px; font-weight: 600; color: var(--text); line-height: 1.3; letter-spacing: -.01em; }
.hp-paths { padding: clamp(64px, 7vw, 100px) 0 clamp(72px, 8vw, 116px); background: var(--surface-2); }
.hp-paths-head { margin-bottom: 40px; }
.hp-divider { display: flex; align-items: center; justify-content: center; gap: 18px; font-family: var(--font-display); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; color: var(--text-3); }
.hp-divider::before, .hp-divider::after { content: ""; height: 1px; flex: 1; max-width: 140px; background: var(--border-2); }
.hp-sub { text-align: center; margin: 14px auto 0; font-size: 15.5px; line-height: 1.55; color: var(--text-3); max-width: 60ch; }
.hp-paths .sec-head { margin-bottom: 50px; }
.hp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 860px) { .hp-grid { grid-template-columns: 1fr; } }
.hp-card {
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--border); border-radius: var(--r-xl);
  padding: 36px 34px; box-shadow: 0 14px 40px rgba(10,32,92,.06);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.hp-card:hover { transform: translateY(-5px); box-shadow: 0 30px 64px rgba(10,32,92,.13); border-color: var(--brand-pale); }
.hp-logo { position: relative; margin-bottom: 26px; display: flex; justify-content: center; }
.hp-logo img { height: clamp(64px, 6vw, 84px); width: auto; max-width: 100%; display: block; }
.hp-shot {
  position: relative;
  margin: -36px -34px 26px;
  border-bottom: 1px solid var(--border);
  background: var(--surface-2);
  overflow: hidden;
}
.hp-shot img { display: block; width: 100%; height: auto; }
.hp-kicker {
  position: relative; display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-display); font-size: 11.5px; letter-spacing: .12em;
  text-transform: uppercase; font-weight: 600; color: var(--brand-vibrant);
}
.hp-kicker .hic { width: 26px; height: 26px; border-radius: 8px; background: #DEEAF7; display: grid; place-items: center; }
.hp-card p { position: relative; margin-top: 14px; font-size: 15.5px; line-height: 1.55; color: var(--text-2); }
.hp-card ul { position: relative; list-style: none; margin: 20px 0 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.hp-card li { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; color: var(--text-2); line-height: 1.5; }
.hp-card li .ck { flex-shrink: 0; width: 19px; height: 19px; border-radius: 999px; background: rgba(90,204,155,.16); color: #1F7A4D; display: grid; place-items: center; margin-top: 2px; }
.hp-card .tlink { position: relative; margin-top: auto; padding-top: 26px; }
.hp-card:hover .tlink { gap: 11px; }
