:root {
  --hp-navy: #0c2340;
  --hp-navy-2: #16365c;
  --hp-gold: #e0c286;
  --hp-gold-deep: #8c6a2f;
  --hp-paper: #f3f0e8;
  --hp-board: #f7f8fb;
  --hp-ink: #1b2430;
  --hp-muted: #5e6976;
  --hp-line: rgba(12, 35, 64, 0.14);
  --hp-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --hp-sans: Outfit, "Segoe UI", Helvetica, Arial, sans-serif;
}

body.hp-premium {
  background: var(--hp-paper);
  color: var(--hp-ink);
  font-family: var(--hp-sans);
}

body.hp-premium .site-content,
body.hp-premium #content,
body.hp-premium .site-main {
  background: var(--hp-paper);
}

body.hp-positions,
body.hp-positions .site-content,
body.hp-positions #content,
body.hp-positions .site-main,
body.hp-positions .entry-content {
  background: var(--hp-board);
}

body.hp-premium .ast-container,
body.hp-premium .site-content .ast-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

body.hp-premium .entry-content {
  margin: 0;
}

body.hp-premium .entry-header,
body.hp-premium h1.entry-title,
body.hp-premium .ast-archive-description,
body.hp-premium .ast-single-entry-banner,
body.hp-premium .ast-breadcrumbs-wrapper {
  display: none;
}

.hp-topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  background: var(--hp-navy);
  color: var(--hp-gold);
  padding: 8px 32px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hp-topbar-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 16px 20px;
}

.hp-topbar-contact {
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.hp-topbar a {
  color: #fff;
  text-decoration: none;
}

.hp-topbar a:hover {
  color: var(--hp-gold);
}

.hp-social {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hp-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(224, 194, 134, 0.55);
  color: var(--hp-gold);
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.hp-social a:hover {
  background: var(--hp-gold);
  border-color: var(--hp-gold);
  color: var(--hp-navy);
}

.hp-social li {
  margin: 0;
  padding: 0;
}

.hp-topbar .hp-social {
  display: flex !important;
  flex-flow: row nowrap;
  align-items: center;
  gap: 10px;
}

.hp-topbar .hp-social li {
  display: block;
  list-style: none !important;
}

.hp-social--top a {
  width: 38px;
  height: 38px;
}

.hp-social--top svg {
  width: 18px;
  height: 18px;
}

body.hp-premium #masthead,
body.hp-premium .ast-primary-header-bar,
body.hp-premium .main-header-bar,
body.hp-premium .ast-mobile-header-wrap,
body.hp-premium #ast-desktop-header .site-primary-header-wrap,
body.hp-premium .ast-mobile-header-content {
  background: rgba(255, 255, 255, 0.72) !important;
  backdrop-filter: blur(16px) saturate(1.12);
  -webkit-backdrop-filter: blur(16px) saturate(1.12);
}

body.hp-premium #masthead {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(12, 35, 64, 0.1);
  box-shadow: 0 10px 28px rgba(12, 35, 64, 0.06);
}

body.admin-bar.hp-premium #masthead {
  top: 32px;
}

body.hp-premium .custom-logo,
body.hp-premium .site-logo-img img {
  height: 58px !important;
  width: auto !important;
  max-width: 280px !important;
}

body.hp-premium #ast-desktop-header .site-primary-header-wrap.ast-container {
  padding-right: calc(20px + 10px);
}

body.hp-premium .site-header-primary-section-right.site-header-section {
  margin-right: 10px;
}

body.hp-premium .main-header-menu .menu-link {
  font-family: var(--hp-sans) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--hp-navy) !important;
}

body.hp-premium .main-header-menu .current-menu-item > .menu-link,
body.hp-premium .main-header-menu .current_page_item > .menu-link,
body.hp-premium .main-header-menu .current-menu-ancestor > .menu-link {
  color: var(--hp-gold-deep) !important;
}

body.hp-premium .ast-header-button-1 {
  display: none !important;
}

body.hp-premium .site-primary-footer-wrap,
body.hp-premium .site-above-footer-wrap,
body.hp-premium .site-below-footer-wrap {
  display: none !important;
}

body.hp-premium .site-footer {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hp-site-footer {
  margin-top: 0;
  background: var(--hp-navy);
  color: rgba(255, 255, 255, 0.86);
}

.hp-footer-main {
  padding: 72px 32px 56px;
  border-top: 3px solid var(--hp-gold);
}

.hp-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
  gap: 40px 32px;
  align-items: start;
}

.hp-footer-mark {
  display: block;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(224, 194, 134, 0.35);
  color: inherit;
  text-decoration: none;
}

.hp-footer-name {
  display: block;
  color: #fff;
  font-family: var(--hp-serif);
  font-size: clamp(34px, 3.6vw, 44px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

.hp-footer-sub {
  display: block;
  margin-top: 8px;
  color: var(--hp-gold);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hp-footer-tagline,
.hp-footer-est,
.hp-footer-contact p {
  margin: 0 0 14px;
  max-width: 26rem;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
}

.hp-footer-est {
  color: var(--hp-gold);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hp-footer-trust {
  margin: 4px 0 0;
}

.hp-footer-trust a {
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid rgba(224, 194, 134, 0.45);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.hp-footer-trust a strong {
  color: var(--hp-gold);
  font-weight: 600;
}

.hp-footer-trust a:hover {
  border-color: var(--hp-gold);
  color: #fff;
}

.hp-footer-review-link {
  margin: 12px 0 0;
}

.hp-footer-review-link a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-bottom: 1px solid rgba(224, 194, 134, 0.35);
}

.hp-footer-review-link a:hover {
  color: var(--hp-gold);
}

.hp-footer-vacancies {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(224, 194, 134, 0.35);
}

.hp-footer-vacancies-kicker {
  margin: 0 0 12px;
  color: var(--hp-gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hp-btn-footer {
  display: inline-flex;
  width: 100%;
  max-width: 240px;
}

.hp-footer-heading {
  margin: 0 0 16px;
  color: var(--hp-gold);
  font-family: var(--hp-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hp-footer-nav ul,
.hp-footer-social,
.hp-footer-legal ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hp-footer-nav li + li,
.hp-footer-social li + li {
  margin-top: 10px;
}

.hp-footer-nav a,
.hp-footer-contact a,
.hp-footer-social a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  text-decoration: none;
}

.hp-footer-nav a:hover,
.hp-footer-contact a:hover,
.hp-footer-social a:hover {
  color: var(--hp-gold);
}

.hp-footer-legal {
  padding: 18px 32px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.18);
}

.hp-footer-legal-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
  justify-content: space-between;
}

.hp-footer-legal p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.hp-footer-legal ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.hp-footer-legal a {
  color: var(--hp-gold);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.hp-footer-legal a:hover {
  color: #fff;
}

.hp {
  color: var(--hp-ink);
}

.hp h1,
.hp h2,
.hp h3,
.hp-role-title,
.hp-phone {
  font-family: var(--hp-serif);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.hp-kicker,
.hp-section-kicker {
  margin: 0;
  color: var(--hp-gold);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hp-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: clamp(460px, 58vh, 620px);
  background-color: var(--hp-paper);
  background-image: url("assets/hero-bg.jpg");
  background-size: cover;
  background-position: 58% center;
  background-repeat: no-repeat;
  color: var(--hp-ink);
  padding: 72px 32px;
  border-bottom: 1px solid var(--hp-line);
}

.hp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(
      105deg,
      rgba(243, 240, 232, 0.97) 0%,
      rgba(243, 240, 232, 0.9) 40%,
      rgba(247, 248, 251, 0.78) 62%,
      rgba(255, 255, 255, 0.42) 100%
    );
  pointer-events: none;
}

.hp-hero > .hp-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hp-hero-inner,
.hp-wrap,
.hp-prose,
.hp-sheet {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.hp-hero-inner {
  max-width: 44rem;
}

.hp-hero .hp-kicker {
  margin: 0 0 22px;
}

.hp-hero h1 {
  margin: 0 0 24px;
  color: var(--hp-navy) !important;
  font-size: clamp(64px, 8vw, 108px);
  line-height: 0.88;
}

.hp-pagehead h1 {
  margin: 0 0 24px;
  color: #fff !important;
  font-size: clamp(64px, 8vw, 108px);
  line-height: 0.88;
}

.hp-lead {
  max-width: 34rem;
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.55;
}

.hp-pagehead p {
  max-width: 34rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.55;
}

.hp-hero .hp-lead {
  max-width: 40rem;
  font-size: 17px;
  line-height: 1.6;
  color: var(--hp-muted) !important;
}

.hp-hero-note {
  margin: 22px 0 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.hp-hero-note a {
  color: var(--hp-gold-deep);
  text-decoration: none;
  border-bottom: 1px solid rgba(140, 106, 47, 0.45);
}

.hp-hero-note a:hover {
  color: var(--hp-navy);
}

.hp-reviews {
  margin: 18px 0 0;
}

.hp-reviews a {
  color: var(--hp-gold);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-bottom: 1px solid rgba(224, 194, 134, 0.55);
}

.hp-reviews a:hover {
  color: #fff;
}

.hp-prose .hp-reviews {
  margin: 0 0 20px;
}

.hp-prose .hp-reviews a {
  color: var(--hp-navy);
  border-bottom-color: rgba(12, 35, 64, 0.35);
}

.hp-prose .hp-reviews a:hover {
  color: var(--hp-gold-deep);
}

.hp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hp-hero .hp-actions {
  margin-top: 32px;
}

.hp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  background: var(--hp-gold);
  color: var(--hp-navy) !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.hp-btn-line {
  background: transparent;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(224, 194, 134, 0.75);
}

.hp-hero .hp-btn-line {
  color: var(--hp-navy) !important;
  box-shadow: inset 0 0 0 1px rgba(12, 35, 64, 0.35);
}

.hp-hero .hp-btn-line:hover {
  background: var(--hp-navy);
  color: #fff !important;
}

.hp-btn:hover {
  background: #fff;
  color: var(--hp-navy) !important;
}

.hp-hero-panel {
  padding: 24px 26px 26px;
  background: rgba(12, 20, 36, 0.82);
  border: 1px solid rgba(224, 194, 134, 0.42);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hp-hero-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.hp-est {
  display: block;
  margin-bottom: 10px;
  color: var(--hp-gold);
  font-family: var(--hp-serif);
  font-size: 42px;
  font-style: italic;
  line-height: 1;
}

.hp-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 32px 0;
}

.hp-metrics div {
  padding: 26px 22px;
  border-bottom: 1px solid var(--hp-line);
}

.hp-metrics div + div {
  border-left: 1px solid var(--hp-line);
}

.hp-metrics strong {
  display: block;
  color: var(--hp-navy);
  font-family: var(--hp-serif);
  font-size: 32px;
  font-weight: 500;
}

.hp-metrics span {
  color: var(--hp-muted);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hp-reviews-band {
  padding: 72px 32px;
  background:
    radial-gradient(900px 420px at 0% 0%, rgba(224, 194, 134, 0.16), transparent 55%),
    var(--hp-navy);
  color: #fff;
}

.hp-reviews-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 360px);
  gap: 56px;
  align-items: stretch;
}

.hp-reviews-copy p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
}

.hp-reviews-copy .hp-section-kicker {
  margin-bottom: 8px;
}

.hp-reviews-heading {
  margin: 0 0 16px;
  color: #fff !important;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1;
}

.hp-reviews-note {
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 16px !important;
}

.hp-reviews-score {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 32px;
  border: 1px solid rgba(224, 194, 134, 0.5);
  background:
    linear-gradient(165deg, rgba(224, 194, 134, 0.1) 0%, transparent 42%),
    rgba(8, 22, 40, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hp-reviews-score-inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  max-width: 300px;
}

.hp-reviews-score-head {
  text-align: center;
}

.hp-reviews-rating {
  margin: 0 0 8px;
  color: var(--hp-gold);
  font-family: var(--hp-serif);
  font-size: clamp(56px, 6vw, 72px);
  line-height: 0.95;
}

.hp-star-meter {
  position: relative;
  display: inline-block;
  margin: 0 auto 10px;
  font-size: 26px;
  letter-spacing: 0.14em;
  line-height: 1;
}

.hp-star-meter::before {
  content: "★★★★★";
  color: rgba(255, 255, 255, 0.22);
}

.hp-star-meter-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: calc((var(--hp-rating, 0) / 5) * 100%);
  overflow: hidden;
  white-space: nowrap;
  color: var(--hp-gold);
}

.hp-star-meter-fill::before {
  content: "★★★★★";
}

.hp-reviews-count {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hp-reviews-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.hp-btn-block {
  width: 100%;
  box-sizing: border-box;
}

.hp-reviews-actions .hp-btn {
  justify-content: center;
  min-height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 11px;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-align: center;
}

.hp-reviews-actions .hp-btn-line--dark {
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(224, 194, 134, 0.75);
  background: transparent;
}

.hp-reviews-actions .hp-btn-line--dark:hover {
  background: #fff;
  color: var(--hp-navy) !important;
}

.hp-reviews-band--compact {
  margin-top: 48px;
  padding: 0;
  background: none;
  color: inherit;
}

.hp-reviews-band--compact .hp-reviews-panel {
  gap: 32px;
  padding: 28px;
  border: 1px solid var(--hp-line);
  background: #fff;
}

.hp-reviews-band--compact .hp-reviews-copy p,
.hp-reviews-band--compact .hp-reviews-note {
  color: var(--hp-muted) !important;
}

.hp-reviews-band--compact .hp-reviews-heading {
  color: var(--hp-navy) !important;
  font-size: 36px;
}

.hp-reviews-band--compact .hp-reviews-score {
  border-color: var(--hp-line);
  background: var(--hp-paper);
  box-shadow: none;
}

.hp-reviews-band--compact .hp-reviews-score-inner {
  max-width: none;
}

.hp-reviews-band--compact .hp-reviews-rating {
  color: var(--hp-navy);
}

.hp-reviews-band--compact .hp-star-meter::before {
  color: rgba(12, 35, 64, 0.16);
}

.hp-reviews-band--compact .hp-star-meter-fill {
  color: var(--hp-gold-deep);
}

.hp-reviews-band--compact .hp-reviews-count {
  color: var(--hp-muted);
}

.hp-reviews-band--compact .hp-reviews-actions .hp-btn-line--dark {
  color: var(--hp-navy) !important;
  box-shadow: inset 0 0 0 1px var(--hp-navy);
}

.hp-band {
  padding: 84px 32px;
}

.hp-section-title {
  margin: 8px 0 28px;
  color: var(--hp-navy) !important;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.95;
}

.hp-pathgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.hp-pathgrid a {
  display: block;
  padding-top: 18px;
  border-top: 1px solid var(--hp-navy);
  color: inherit;
  text-decoration: none;
}

.hp-pathgrid h2 {
  margin: 10px 0;
  color: var(--hp-navy);
  font-size: 40px;
}

.hp-pathgrid p {
  margin: 0 0 22px;
  color: var(--hp-muted);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.hp-more {
  color: var(--hp-navy);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hp-pathgrid a:hover .hp-more {
  color: var(--hp-gold-deep);
}

.hp-openings {
  padding: 20px 32px 88px;
}

.hp-roles {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hp-role-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px 20px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--hp-line);
}

.hp-roles a.hp-role-link {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) auto;
  gap: 18px;
  align-items: baseline;
  padding: 0;
  border-bottom: 0;
  color: var(--hp-navy);
  text-decoration: none;
}

.hp-roles a.hp-role-link:hover .hp-role-title {
  color: var(--hp-gold-deep);
}

.hp-btn-apply {
  min-width: 112px;
  min-height: 46px;
  padding: 0 22px;
  white-space: nowrap;
}

.hp-btn-apply:hover {
  background: var(--hp-navy);
  color: #fff !important;
}

.hp-role-title {
  font-size: 32px;
  line-height: 1.1;
}

.hp-role-meta {
  color: var(--hp-muted);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.hp-role-ref {
  color: var(--hp-gold-deep);
  font-size: 12px;
  letter-spacing: 0.14em;
}

.hp-awards {
  background: var(--hp-paper);
  color: var(--hp-ink);
  padding: 72px 32px 88px;
  border-top: 1px solid var(--hp-line);
}

.hp-awards .hp-section-title,
.hp-awards h2 {
  color: var(--hp-navy) !important;
}

.hp-award-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hp-award-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px;
  border: 1px solid var(--hp-line);
  background: #fff;
}

.hp-award-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(224, 194, 134, 0.55);
  border-radius: 50%;
  color: var(--hp-gold-deep);
  background: var(--hp-paper);
}

.hp-award-icon--gold {
  color: var(--hp-gold-deep);
  background: rgba(224, 194, 134, 0.14);
  box-shadow: inset 0 0 0 1px rgba(224, 194, 134, 0.35);
}

.hp-award-svg {
  display: block;
  width: 36px;
  height: 36px;
  stroke: currentColor;
  fill: none;
}

.hp-award-copy h3 {
  margin: 0 0 8px;
  color: var(--hp-navy);
  font-family: var(--hp-serif);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}

.hp-awards .hp-award-copy h3 {
  color: var(--hp-navy);
}

.hp-award-copy p {
  margin: 0;
  color: var(--hp-muted);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.hp-award-copy h3 a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.hp-award-copy h3 a:hover {
  color: var(--hp-gold-deep);
  border-bottom-color: rgba(140, 106, 47, 0.45);
}

.hp-award-ref {
  margin: 14px 0 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hp-award-ref a {
  color: var(--hp-gold-deep);
  text-decoration: none;
  border-bottom: 1px solid rgba(140, 106, 47, 0.35);
}

.hp-award-ref a:hover {
  color: var(--hp-navy);
  border-bottom-color: var(--hp-navy);
}

.hp-accolades-inline .hp-award-cards {
  grid-template-columns: 1fr;
  margin-top: 12px;
}

.hp-accolades-inline .hp-award-cards {
  gap: 18px;
}

.hp-accolades-inline .hp-award-card {
  background: #fff;
  border-color: var(--hp-line);
}

.hp-accolades-inline .hp-award-copy h3 {
  color: var(--hp-navy);
}

.hp-accolades-inline .hp-award-copy p {
  color: var(--hp-muted);
}

.hp-about-feature {
  padding: 56px 32px 64px;
  background: var(--hp-paper);
  border-bottom: 1px solid var(--hp-line);
}

.hp-about-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 48px 56px;
  align-items: center;
}

.hp-about-photo {
  margin: 0;
  position: relative;
}

.hp-about-photo::before {
  content: "";
  position: absolute;
  inset: 12px -12px -12px 12px;
  border: 1px solid rgba(224, 194, 134, 0.55);
  pointer-events: none;
  z-index: 0;
}

.hp-about-photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  min-height: 320px;
  max-height: 520px;
  object-fit: cover;
  object-position: 58% center;
  box-shadow: 0 24px 48px rgba(12, 35, 64, 0.14);
}

.hp-about-intro p {
  margin: 0 0 16px;
  color: var(--hp-muted);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
}

.hp-about-heading {
  margin: 8px 0 18px;
  color: var(--hp-navy);
  font-family: var(--hp-serif);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.hp-about-lead {
  color: var(--hp-ink) !important;
  font-size: 18px !important;
}

.hp-about-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--hp-line);
  background: #fff;
}

.hp-about-stats li {
  padding: 18px 20px;
  border-bottom: 1px solid var(--hp-line);
}

.hp-about-stats li:nth-child(odd) {
  border-right: 1px solid var(--hp-line);
}

.hp-about-stats li:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.hp-about-stats strong {
  display: block;
  color: var(--hp-navy);
  font-family: var(--hp-serif);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
}

.hp-about-stats span {
  display: block;
  margin-top: 4px;
  color: var(--hp-muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hp-about-detail {
  padding: 64px 32px 72px;
  background: #fff;
}

.hp-about-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 56px;
}

.hp-about-detail h2 {
  margin: 0 0 14px;
  color: var(--hp-navy);
  font-family: var(--hp-serif);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.1;
}

.hp-about-detail p {
  margin: 0 0 14px;
  color: var(--hp-muted);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
}

.hp-about-address {
  margin-top: 18px !important;
  padding-top: 16px;
  border-top: 1px solid var(--hp-line);
  color: var(--hp-navy) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

.hp-about-awards {
  border-top: 1px solid var(--hp-line);
}

.hp-about-cta {
  padding: 56px 32px 72px;
  background:
    linear-gradient(180deg, var(--hp-paper) 0%, #ebe6dc 100%);
  border-top: 1px solid var(--hp-line);
  border-bottom: 1px solid rgba(224, 194, 134, 0.45);
  color: var(--hp-ink);
}

.hp-about-cta-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 40px;
  align-items: center;
  justify-content: space-between;
}

.hp-about-cta .hp-section-kicker {
  color: var(--hp-gold-deep);
}

.hp-about-cta-title {
  margin: 8px 0 12px;
  color: var(--hp-navy);
  font-family: var(--hp-serif);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 500;
  line-height: 1.05;
}

.hp-about-cta p {
  margin: 0;
  max-width: 36rem;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--hp-muted);
}

.hp-about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hp-about-cta .hp-btn-line {
  color: var(--hp-navy) !important;
  box-shadow: inset 0 0 0 1px rgba(12, 35, 64, 0.35);
}

.hp-about-cta .hp-btn-line:hover {
  background: var(--hp-navy);
  color: #fff !important;
}

.hp-clients-intro {
  padding: 56px 32px 64px;
  background: var(--hp-paper);
  border-bottom: 1px solid var(--hp-line);
}

.hp-clients-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: 48px 56px;
  align-items: center;
}

.hp-clients-intro-copy h2 {
  margin: 8px 0 18px;
  color: var(--hp-navy);
  font-family: var(--hp-serif);
  font-size: clamp(32px, 3.6vw, 46px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.hp-clients-intro-copy p {
  margin: 0 0 16px;
  color: var(--hp-muted);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
}

.hp-clients-lead {
  color: var(--hp-ink) !important;
  font-size: 18px !important;
}

.hp-clients-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
  margin-top: 28px;
}

.hp-clients-text-link {
  color: var(--hp-navy);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: underline;
  text-decoration-color: rgba(140, 106, 47, 0.55);
  text-underline-offset: 4px;
  text-transform: uppercase;
}

.hp-clients-text-link:hover {
  color: var(--hp-gold-deep);
}

.hp-clients-photo {
  margin: 0;
  position: relative;
}

.hp-clients-photo::before {
  content: "";
  position: absolute;
  inset: 12px -12px -12px 12px;
  border: 1px solid rgba(224, 194, 134, 0.55);
  pointer-events: none;
  z-index: 0;
}

.hp-clients-photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  min-height: 280px;
  max-height: 480px;
  object-fit: cover;
  object-position: 58% center;
  box-shadow: 0 24px 48px rgba(12, 35, 64, 0.14);
}

.hp-clients-section-title {
  margin: 8px 0 0;
  color: var(--hp-navy);
  font-family: var(--hp-serif);
  font-size: clamp(30px, 3.4vw, 40px);
  font-weight: 500;
  line-height: 1.1;
}

.hp-clients-section-lead {
  max-width: 42rem;
  margin: 14px 0 0;
  color: var(--hp-muted);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
}

.hp-clients-benefits {
  padding: 64px 32px 72px;
  background: #fff;
}

.hp-clients-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 28px;
  margin-top: 32px;
}

.hp-clients-benefit-grid article {
  padding: 26px 28px;
  border: 1px solid var(--hp-line);
  background: var(--hp-paper);
}

.hp-clients-benefit-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--hp-gold-deep);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.hp-clients-benefit-grid h3 {
  margin: 0 0 10px;
  color: var(--hp-navy);
  font-family: var(--hp-serif);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
}

.hp-clients-benefit-grid p {
  margin: 0;
  color: var(--hp-muted);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.hp-clients-services {
  padding: 64px 32px 72px;
  background: var(--hp-paper);
  border-top: 1px solid var(--hp-line);
}

.hp-clients-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 24px 40px;
  align-items: end;
  margin-bottom: 32px;
}

.hp-clients-heading-row > p {
  margin: 0;
  color: var(--hp-muted);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
}

.hp-clients-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 28px;
}

.hp-clients-service-grid article {
  padding: 32px 32px 28px;
  background: #fff;
  border: 1px solid var(--hp-line);
  box-shadow: 0 12px 32px rgba(12, 35, 64, 0.05);
}

.hp-clients-card-kicker {
  margin: 0 0 10px;
  color: var(--hp-gold-deep);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hp-clients-service-grid h3 {
  margin: 0 0 12px;
  color: var(--hp-navy);
  font-family: var(--hp-serif);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.12;
}

.hp-clients-service-grid p {
  margin: 0 0 16px;
  color: var(--hp-muted);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.hp-clients-service-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hp-clients-service-grid li {
  position: relative;
  padding-left: 18px;
  color: var(--hp-ink);
  font-size: 15px;
  line-height: 1.55;
}

.hp-clients-service-grid li + li {
  margin-top: 8px;
}

.hp-clients-service-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hp-gold);
}

.hp-clients-process {
  padding: 64px 32px 72px;
  background: #fff;
  border-top: 1px solid var(--hp-line);
}

.hp-clients-process-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 40px 56px;
  align-items: start;
}

.hp-clients-process-intro p {
  margin: 0 0 16px;
  color: var(--hp-muted);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
}

.hp-clients-process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--hp-line);
  background: var(--hp-paper);
}

.hp-clients-process-list li {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px 20px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--hp-line);
}

.hp-clients-process-list li:last-child {
  border-bottom: 0;
}

.hp-clients-process-list li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--hp-navy);
  color: var(--hp-gold);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.hp-clients-process-list h3 {
  margin: 0 0 6px;
  color: var(--hp-navy);
  font-family: var(--hp-serif);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.15;
}

.hp-clients-process-list p {
  margin: 0;
  color: var(--hp-muted);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
}

.hp-clients-sectors {
  padding: 64px 32px 72px;
  background: var(--hp-navy);
  color: rgba(255, 255, 255, 0.88);
}

.hp-clients-sectors .hp-section-kicker {
  color: var(--hp-gold);
}

.hp-clients-sectors .hp-clients-section-title {
  color: #fff;
}

.hp-clients-sectors .hp-clients-section-lead {
  color: rgba(255, 255, 255, 0.78);
}

.hp-clients-sector-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 20px;
  margin: 28px 0 24px;
  padding: 0;
  list-style: none;
}

.hp-clients-sector-list li {
  padding: 14px 16px;
  border: 1px solid rgba(224, 194, 134, 0.35);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.hp-clients-sectors .hp-clients-text-link {
  color: var(--hp-gold);
  text-decoration-color: rgba(224, 194, 134, 0.65);
}

.hp-clients-sectors .hp-clients-text-link:hover {
  color: #fff;
}

.hp-clients-leadership {
  padding: 64px 32px 72px;
  background: var(--hp-paper);
  border-top: 1px solid var(--hp-line);
}

.hp-clients-leadership-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 40px 48px;
  align-items: start;
}

.hp-clients-leadership-grid > div > p {
  margin: 0;
  color: var(--hp-muted);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
}

.hp-clients-profile-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
}

.hp-clients-profile-list article {
  padding: 26px 28px;
  background: #fff;
  border: 1px solid var(--hp-line);
}

.hp-clients-profile-list h3 {
  margin: 0 0 10px;
  color: var(--hp-navy);
  font-family: var(--hp-serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}

.hp-clients-profile-list p {
  margin: 0;
  color: var(--hp-muted);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
}

.hp-clients-resources {
  padding: 64px 32px 72px;
  background: #fff;
  border-top: 1px solid var(--hp-line);
}

.hp-clients-resources-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px 48px;
  align-items: start;
}

.hp-clients-resources-grid > div > p {
  margin: 0;
  color: var(--hp-muted);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
}

.hp-clients-cta {
  border-top: 1px solid var(--hp-line);
}

.hp-prose--panel {
  padding-top: 64px;
  padding-bottom: 80px;
}

.hp-prose-lead {
  max-width: 44rem;
  color: var(--hp-ink) !important;
  font-size: 20px !important;
  font-weight: 300;
  line-height: 1.65;
}

.hp-prose--panel > h2:first-of-type {
  margin-top: 40px;
}

.hp-pagehead {
  background:
    radial-gradient(800px 300px at 100% 0%, rgba(224, 194, 134, 0.14), transparent 50%),
    var(--hp-navy);
  padding: 72px 32px 58px;
}

.hp-pagehead h1 {
  font-size: clamp(52px, 7vw, 88px);
}

.hp-prose {
  padding: 72px 32px 96px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
}

.hp-prose h2 {
  margin: 36px 0 12px;
  color: var(--hp-navy);
  font-size: 42px;
}

.hp-prose p {
  margin: 0 0 16px;
}

.hp-steps {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.hp-steps li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 8px 18px;
  padding: 26px 0;
  border-top: 1px solid var(--hp-line);
}

.hp-steps span {
  color: var(--hp-gold-deep);
  font-family: var(--hp-serif);
  font-size: 32px;
  font-style: italic;
}

.hp-steps h2 {
  margin: 0;
  font-size: 36px;
}

.hp-docs {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.hp-docs a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--hp-line);
  color: var(--hp-navy);
  font-size: 18px;
  text-decoration: none;
}

.hp-docs a:hover {
  color: var(--hp-gold-deep);
}

.hp-doc-main {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.hp-doc-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}

.hp-doc-svg {
  display: block;
  width: 42px;
  height: auto;
}

.hp-doc-label {
  font-size: 18px;
}

.hp-doc-meta {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
}

.hp-docs em {
  color: var(--hp-gold-deep);
  font-family: var(--hp-serif);
  font-size: 20px;
  font-style: italic;
}

.hp-doc-newwin {
  color: var(--hp-muted);
  font-size: 15px;
  line-height: 1;
}

.hp-docs a:hover .hp-doc-newwin,
.hp-docs a:hover em {
  color: var(--hp-gold-deep);
}

.hp-docs .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  word-wrap: normal !important;
}

.hp-contactgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 12px;
}

.hp-contactgrid--below {
  margin-top: 40px;
}

.hp-contactgrid article {
  background: #fff;
  padding: 28px;
  border-top: 2px solid var(--hp-gold);
}

.hp-contactgrid h2 {
  margin: 0 0 8px;
  font-size: 28px;
}

.hp-phone {
  color: var(--hp-navy);
  font-size: 48px;
  line-height: 1;
  text-decoration: none;
}

.hp-sheet {
  padding: 36px 32px 96px;
}

.hp-index .hp-role-title {
  font-size: 26px;
}

.hp-pathgrid--visual {
  gap: 24px;
}

.hp-pathgrid--visual .hp-path-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px 26px 24px;
  padding-top: 28px;
  border: 1px solid var(--hp-line);
  border-top: 2px solid var(--hp-gold);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.18s ease;
}

.hp-pathgrid--visual .hp-path-card:hover {
  border-top-color: var(--hp-navy);
  box-shadow: 0 14px 36px rgba(12, 35, 64, 0.08);
  transform: translateY(-3px);
}

.hp-path-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  border: 1px solid rgba(12, 35, 64, 0.08);
  border-radius: 50%;
  background: var(--hp-paper);
}

.hp-path-icon img {
  display: block;
  width: 44px;
  height: auto;
}

.hp-path-kicker {
  color: var(--hp-gold-deep);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hp-pathgrid--visual h2 {
  margin-top: 8px;
  font-size: 34px;
  line-height: 1.05;
}

.hp-figure {
  margin: 0 0 28px;
  padding: 0;
  border: 1px solid var(--hp-line);
  background: #fff;
}

.hp-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.hp-steps--compact {
  margin-top: 0;
}

.hp-prose--candidates {
  padding-top: 56px;
}

.hp-app-journey {
  margin: 0 0 36px;
  padding: 48px 36px 44px;
  border-radius: 32px;
  background:
    radial-gradient(900px 420px at 0% 0%, rgba(224, 194, 134, 0.14), transparent 55%),
    radial-gradient(700px 360px at 100% 100%, rgba(224, 194, 134, 0.1), transparent 50%),
    linear-gradient(145deg, #0c2340 0%, #132f52 48%, #0f2744 100%);
  color: #fff;
  overflow: hidden;
}

.hp-app-journey-head {
  max-width: 36rem;
  margin-bottom: 36px;
}

.hp-app-journey-head h2 {
  margin: 0 0 10px;
  color: var(--hp-gold) !important;
  font-size: clamp(36px, 4vw, 48px);
}

.hp-app-journey-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.hp-app-track {
  position: relative;
}

.hp-app-path {
  position: absolute;
  left: 0;
  right: 0;
  top: 54px;
  width: 100%;
  height: 120px;
  color: rgba(224, 194, 134, 0.45);
  pointer-events: none;
}

.hp-app-stages {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hp-app-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hp-app-stage--1 {
  transform: translateY(0);
}

.hp-app-stage--2 {
  transform: translateY(18px);
}

.hp-app-stage--3 {
  transform: translateY(6px);
}

.hp-app-node {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--hp-gold);
  box-shadow:
    0 0 0 1px rgba(224, 194, 134, 0.55),
    0 12px 28px rgba(0, 0, 0, 0.22);
}

.hp-app-icon {
  width: 42px;
  height: 42px;
}

.hp-app-card {
  width: 100%;
  padding: 26px 22px 24px;
  border-radius: 28px 28px 22px 28px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(224, 194, 134, 0.28);
  backdrop-filter: blur(4px);
}

.hp-app-stage--2 .hp-app-card {
  border-radius: 22px 28px 28px 28px;
}

.hp-app-stage--3 .hp-app-card {
  border-radius: 28px 22px 28px 28px;
}

.hp-app-kicker {
  margin: 0 0 8px;
  color: var(--hp-gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hp-app-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-family: var(--hp-serif);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}

.hp-app-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.6;
}

.hp-app-card a {
  color: var(--hp-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hp-app-card a:hover {
  color: #fff;
}

.hp-app-card strong {
  color: var(--hp-gold);
  font-weight: 600;
}

.hp-app-cta {
  margin: 0;
}

.hp-pagehead--compact {
  padding-bottom: 56px;
}

.hp-sheet--positions {
  padding: 24px 32px 72px;
  background: var(--hp-board);
}

.hp-pp-board {
  margin: 0;
}

.hp-pp-empty {
  margin: 12px 0;
  color: var(--hp-muted);
  font-size: 15px;
}

.hp-index--full .hp-role-item a {
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: start;
}

.hp-role-brief {
  grid-column: 1 / -1;
  margin-top: 8px;
  color: var(--hp-muted);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
}

.hp-pagination {
  margin-top: 36px;
}

.hp-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hp-pagination a {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid var(--hp-line);
  background: #fff;
  color: var(--hp-navy);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.hp-pagination li.is-active a {
  background: var(--hp-navy);
  border-color: var(--hp-navy);
  color: #fff;
}

.hp-pagination li.hp-gap {
  display: inline-flex;
  align-items: center;
  padding: 0 4px;
  color: var(--hp-muted);
}

.hp-board-note {
  max-width: 760px;
  margin: 40px 0 0;
  color: var(--hp-muted);
  font-size: 15px;
  line-height: 1.6;
}

.hp-contact-layout {
  max-width: 1180px;
}

.hp-contact-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  margin-top: 36px;
}

.hp-form-wrap h2,
.hp-map-wrap h2 {
  margin: 0 0 10px;
  font-size: 36px;
}

.hp-form-lead {
  margin: 0 0 20px;
  color: var(--hp-muted);
  font-size: 16px;
}

.hp-form {
  display: grid;
  gap: 14px;
}

.hp-form label {
  display: grid;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hp-navy);
}

.hp-form input,
.hp-form textarea,
.hp-form select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--hp-line);
  background: #fff;
  color: var(--hp-ink);
  font-family: var(--hp-sans);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}

.hp-form input.hp-invalid,
.hp-form textarea.hp-invalid,
.hp-form select.hp-invalid {
  border-color: #a33;
}

.hp-form-alert,
.hp-field-error,
.hp-captcha-error {
  margin: 0;
  color: #a33;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.4;
  text-transform: none;
}

.hp-form-alert[hidden],
.hp-field-error[hidden],
.hp-captcha-error[hidden] {
  display: none;
}

.hp-form textarea {
  resize: vertical;
  min-height: 140px;
}

.hp-form .hp-btn {
  border: 0;
  cursor: pointer;
  width: fit-content;
}

.hp-req {
  color: var(--hp-gold-deep);
}

.hp-honeypot {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.hp-notice {
  padding: 14px 16px;
  margin: 0 0 20px;
  border-left: 3px solid var(--hp-gold);
  background: #fff;
}

.hp-notice--ok {
  border-left-color: #2f7d4a;
}

.hp-notice--err {
  border-left-color: #a33;
}

.hp-map {
  min-height: 360px;
  border: 1px solid var(--hp-line);
  background: #fff;
}

.hp-map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

.hp-map-caption {
  margin: 10px 0 0;
  color: var(--hp-muted);
  font-size: 14px;
}

.hp-count {
  margin: 8px 0 0;
  color: var(--hp-muted);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hp a:focus-visible,
.hp-topbar a:focus-visible,
body.hp-premium .menu-link:focus-visible {
  outline: 2px solid var(--hp-gold);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .hp-hero-inner,
  .hp-metrics,
  .hp-reviews-panel,
  .hp-pathgrid,
  .hp-contactgrid,
  .hp-contact-split,
  .hp-award-cards,
  .hp-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hp-about-feature-grid,
  .hp-about-detail-grid,
  .hp-clients-intro-grid,
  .hp-clients-heading-row,
  .hp-clients-service-grid,
  .hp-clients-benefit-grid,
  .hp-clients-process-grid,
  .hp-clients-leadership-grid,
  .hp-clients-resources-grid,
  .hp-clients-profile-list {
    grid-template-columns: 1fr;
  }

  .hp-clients-sector-list {
    grid-template-columns: 1fr 1fr;
  }

  .hp-about-stats li:nth-child(odd) {
    border-right: 0;
  }

  .hp-footer-brand {
    grid-column: 1 / -1;
  }

  .hp-role-item {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .hp-roles a.hp-role-link,
  .hp-app-stages {
    grid-template-columns: 1fr;
  }

  .hp-btn-apply {
    justify-self: start;
  }

  .hp-app-journey {
    padding: 36px 22px 32px;
    border-radius: 24px;
  }

  .hp-app-path {
    display: none;
  }

  .hp-app-stage--1,
  .hp-app-stage--2,
  .hp-app-stage--3 {
    transform: none;
  }

  .hp-app-stage {
    position: relative;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
    padding-left: 8px;
  }

  .hp-app-stage::before {
    content: "";
    position: absolute;
    left: 45px;
    top: 78px;
    bottom: -18px;
    width: 2px;
    background: linear-gradient(180deg, rgba(224, 194, 134, 0.5), rgba(224, 194, 134, 0.08));
  }

  .hp-app-stage:last-child::before {
    display: none;
  }

  .hp-app-node {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    margin-bottom: 0;
  }

  .hp-app-icon {
    width: 34px;
    height: 34px;
  }

  .hp-award-card {
    grid-template-columns: 56px 1fr;
    gap: 14px;
    padding: 18px;
  }

  .hp-award-icon {
    width: 56px;
    height: 56px;
  }

  .hp-award-svg {
    width: 28px;
    height: 28px;
  }

  .hp-metrics div + div {
    border-left: 0;
  }

  .hp-topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    letter-spacing: 0.12em;
  }

  .hp-topbar-right {
    width: 100%;
    justify-content: space-between;
  }

  .hp-topbar-contact {
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .hp-hero,
  .hp-pagehead,
  .hp-band,
  .hp-openings,
  .hp-prose,
  .hp-sheet,
  .hp-awards,
  .hp-reviews-band,
  .hp-footer-main,
  .hp-footer-legal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hp-footer-grid {
    grid-template-columns: 1fr;
  }

  .hp-footer-legal-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hp-hero h1,
  .hp-pagehead h1 {
    font-size: 56px;
  }

  .hp-role-ref {
    letter-spacing: 0.08em;
  }
}

.hp-prose .hp-btn-line {
  color: var(--hp-navy) !important;
  box-shadow: inset 0 0 0 1px var(--hp-navy);
}

body.hp-live-catalog .hp {
  width: 100%;
}

body.hp-live-catalog .hp-pagehead {
  padding: 48px 32px 40px;
}

body.hp-live-catalog .hp-pagehead h1 {
  font-size: clamp(40px, 5vw, 64px);
}

body.hp-live-catalog .hp-prose {
  padding-top: 40px;
}

body.hp-live-catalog .hp-prose h2 {
  margin: 28px 0 12px;
  font-size: 28px;
}

.hp-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.hp-crumbs a {
  color: #fff;
  text-decoration: none;
}

.hp-catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}

.hp-catalog-grid a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid var(--hp-line);
  background: #fff;
  color: var(--hp-navy);
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
}

.hp-catalog-grid a:hover {
  border-color: var(--hp-gold-deep);
}

.hp-catalog-count {
  flex: 0 0 auto;
  color: var(--hp-gold-deep);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hp-catalog-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 14px 18px;
  margin: 0 0 28px;
  padding: 18px 20px;
  border: 1px solid var(--hp-line);
  background: #fff;
}

.hp-catalog-filter--hub {
  align-items: center;
}

.hp-catalog-filter-field {
  flex: 1 1 180px;
  min-width: 0;
}

.hp-catalog-filter-label {
  display: block;
  margin: 0 0 6px;
  color: var(--hp-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hp-catalog-filter-input,
.hp-catalog-filter-select {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--hp-line);
  background: #fff;
  color: var(--hp-navy);
  font: inherit;
  font-size: 15px;
}

.hp-catalog-filter-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
}

.hp-catalog-filter-submit {
  min-width: 112px;
}

.hp-catalog-filter-clear {
  color: var(--hp-navy);
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid rgba(140, 106, 47, 0.45);
}

.hp-catalog-filter-count {
  flex: 1 1 100%;
  margin: 0;
  color: var(--hp-muted);
  font-size: 14px;
}

.hp-catalog-section[hidden] {
  display: none;
}

.hp-catalog-grid [hidden] {
  display: none;
}

.hp-catalog-nav {
  margin: 0 0 24px;
}

.hp-catalog-navback {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--hp-line);
  background: #fff;
  color: var(--hp-navy) !important;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.hp-catalog-navback:hover {
  border-color: var(--hp-gold-deep);
  color: var(--hp-gold-deep) !important;
}

.hp-catalog-jobs {
  max-width: 820px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.hp-catalog-job {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  margin: 0 0 12px;
  padding: 18px 20px;
  border: 1px solid var(--hp-line);
  background: #fff;
}

.hp-catalog-job-body {
  flex: 1 1 240px;
  min-width: 0;
}

.hp-catalog-job-title {
  display: inline-block;
  margin: 0 0 6px;
  color: var(--hp-navy);
  font-family: var(--hp-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.hp-catalog-job-title:hover {
  color: var(--hp-gold-deep);
}

.hp-catalog-job-meta {
  margin: 0 0 4px;
  color: var(--hp-muted);
  font-size: 14px;
  line-height: 1.4;
}

.hp-catalog-job-ref {
  margin: 0;
  color: var(--hp-muted);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.hp-catalog-apply {
  flex: 0 0 auto;
  min-width: 112px;
  padding: 0 24px;
}

.hp-catalog-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
  margin-top: 28px;
}

@media (max-width: 640px) {
  .hp-catalog-job {
    align-items: stretch;
  }

  .hp-catalog-apply {
    width: 100%;
  }

  .hp-clients-sector-list {
    grid-template-columns: 1fr;
  }
}

.hp-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 8px 0 24px;
  padding: 0;
  list-style: none;
}

.hp-inline-links a {
  color: var(--hp-navy);
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid rgba(140, 106, 47, 0.45);
}

.hp-points {
  margin: 0 0 20px;
  padding: 0 0 0 18px;
}

.hp-points li {
  margin: 0 0 8px;
}

@media (max-width: 782px) {
  body.admin-bar.hp-premium #masthead {
    top: 46px;
  }
}
