.hr-page { --hr-ink: #102e4b; --hr-accent: #176756; --hr-soft: #f3f6f8; color: #425568; }
.hr-page h2 { margin: 0 0 20px; color: var(--hr-ink); font-size: clamp(28px, 3.2vw, 42px); line-height: 1.45; font-weight: 600; letter-spacing: -.02em; }
.hr-page h3 { color: var(--hr-ink); font-weight: 600; }
.hr-page .section { padding: 96px 0; }
.hr-page .nav-inner { gap: 20px; }
.hr-page .nav-menu { gap: 22px; font-size: 14px; }
.hr-page .brand { min-width: 170px; }
.hr-page .brand img { width: 200px; height: auto; max-height: 64px; object-fit: contain; }
.hr-page .btn { gap: 20px; min-height: 50px; border-radius: 3px; font-size: 16px; }
.hr-page .btn-primary, .hr-page .nav-cta { background: var(--hr-accent); color: #fff; }
.hr-page .btn-primary:hover, .hr-page .nav-cta:hover { background: #105243; }
.hr-page .section-kicker { font-size: 13px; color: #476b83; letter-spacing: .13em; margin-bottom: 18px; }
.hr-page a, .hr-page button, .hr-page summary { -webkit-tap-highlight-color: transparent; }
.hr-page input:focus-visible, .hr-page select:focus-visible, .hr-page textarea:focus-visible, .hr-page summary:focus-visible { outline: 3px solid #70a898; outline-offset: 3px; }
.hr-page [hidden] { display: none !important; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 2000; background: #fff; padding: 12px 20px; }
.skip-link:focus { top: 10px; }
.hr-home-link { font-size: 14px; white-space: nowrap; }
.hr-hero { background: #edf3f5; overflow: hidden; }
.hr-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 660px; gap: 50px; }
.hr-hero-copy { padding: 30px 0 48px; align-self: center; }
.hr-breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; font-size: 13px; margin-bottom: 42px; color: #586c7c; }
.hr-breadcrumb a:hover { color: #176756; }
.hr-hero h1 { margin: 0; font-size: clamp(36px, 4vw, 56px); line-height: 1.4; font-weight: 600; letter-spacing: -.035em; color: var(--hr-ink); }
.hr-lead { font-size: 22px; font-weight: 500; margin: 24px 0 12px; color: var(--hr-ink); }
.hr-intro { font-size: 17px; line-height: 1.95; max-width: 550px; margin: 0 0 28px; }
.hr-hero .hero-actions { align-items: center; gap: 28px; }
.hr-text-link { color: var(--hr-accent); font-size: 16px; font-weight: 600; }
.hr-text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.hr-hero-bottom { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 38px; font-size: 14px; color: #506676; }
.hr-hero-bottom span + span { border-left: 1px solid #bdcbd2; padding-left: 20px; }
.hr-hero-visual { position: relative; margin: 40px 0; min-height: 530px; background: #0d2948; }
.hr-hero-visual > img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: 68% center; }
.hr-hero-visual::after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, #082746); }
.hr-visual-caption { position: absolute; bottom: 34px; left: 32px; right: 24px; z-index: 1; color: white; }
.hr-visual-caption span { font-size: 12px; letter-spacing: .12em; display: block; color: #b9d5df; }
.hr-visual-caption strong { font-size: 24px; line-height: 1.5; font-weight: 500; display: block; margin: 12px 0; }
.hr-visual-caption small { font-size: 12px; color: #bfd0dc; }
.hr-sector-strip { border-bottom: 1px solid #dce5ea; }
.hr-sector-strip > .container { display: flex; align-items: center; gap: 38px; padding-top: 26px; padding-bottom: 26px; }
.hr-sector-strip .container > span { font-size: 14px; color: #627585; }
.hr-sector-strip .container > div { display: flex; flex: 1; justify-content: space-between; flex-wrap: wrap; gap: 16px 24px; }
.hr-sector-strip a { font-size: 16px; color: #173a54; font-weight: 500; }
.hr-sector-strip a:hover { color: var(--hr-accent); }
.hr-section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 44px; }
.hr-section-heading h2 { margin-bottom: 0; }
.hr-section-heading > p { font-size: 17px; margin: 0 0 6px; line-height: 1.95; }
.hr-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #dce5ea; border-left: 1px solid #dce5ea; }
.hr-service { padding: 30px; border-right: 1px solid #dce5ea; border-bottom: 1px solid #dce5ea; display: flex; flex-direction: column; transition: background .2s; }
.hr-service:hover { background: #f4f8f7; }
.hr-service-top { display: flex; justify-content: space-between; gap: 10px; color: #607b88; font-size: 12px; letter-spacing: .05em; }
.hr-service-top > span:last-child { color: #176756; font-size: 20px; }
.hr-service h3 { font-size: 23px; margin: 22px 0 10px; line-height: 1.5; }
.hr-service p { margin: 0; font-size: 16px; line-height: 1.8; }
.hr-service ul { padding-left: 18px; margin: 22px 0 28px; font-size: 14px; line-height: 2.2; }
.hr-service li::marker { color: #679289; }
.hr-service > a { display: flex; justify-content: space-between; gap: 12px; color: var(--hr-accent); font-weight: 600; font-size: 14px; margin-top: auto; }
.hr-soft { background: var(--hr-soft); }
.hr-industries { display: grid; grid-template-columns: .72fr 1.28fr; gap: 40px; }
.hr-industry-controls { display: flex; flex-direction: column; align-self: start; border-top: 1px solid #cedbe2; }
.hr-industry-controls a { display: flex; justify-content: space-between; padding: 25px 20px; gap: 20px; border-bottom: 1px solid #cedbe2; font-size: 17px; font-weight: 500; }
.hr-industry-controls a.active { background: #153d59; color: white; }
.hr-industry-controls a:hover:not(.active) { background: #e2eaee; }
.hr-industry-panel { padding: 38px 42px; background: #fff; border: 1px solid #dce5ea; min-height: 460px; margin-bottom: 20px; }
.hr-industry-panel:last-child { margin-bottom: 0; }
.hr-overline { color: #567787; font-size: 13px; letter-spacing: .12em; }
.hr-industry-panel h3 { font-size: 27px; line-height: 1.55; margin: 16px 0; }
.hr-industry-panel p { font-size: 16px; }
.hr-industry-panel dl { margin: 24px 0 30px; }
.hr-industry-panel dl > div { display: grid; grid-template-columns: 80px 1fr; gap: 18px; border-top: 1px solid #e3eaee; padding: 15px 0; font-size: 14px; }
.hr-industry-panel dt { font-weight: 600; color: #173a54; }
.hr-industry-panel dd { margin: 0; }
.hr-table-scroll { overflow-x: auto; border: 1px solid #dce5ea; }
.hr-comparison { border-collapse: collapse; width: 100%; min-width: 760px; text-align: left; font-size: 15px; }
.hr-comparison caption { text-align: left; padding: 16px 24px; font-size: 14px; color: #627585; border-bottom: 1px solid #dce5ea; }
.hr-comparison th, .hr-comparison td { padding: 22px 24px; border-bottom: 1px solid #dce5ea; border-right: 1px solid #dce5ea; vertical-align: top; }
.hr-comparison tr > :last-child { border-right: 0; }
.hr-comparison tbody tr:last-child > * { border-bottom: 0; }
.hr-comparison thead th { background: #153d59; color: white; font-size: 17px; font-weight: 500; }
.hr-comparison th[scope="row"] { font-weight: 500; color: #163b55; background: #f5f8f9; width: 16%; }
.hr-table-note { font-size: 14px; color: #5c6f7e; margin: 18px 0 30px; }
.hr-model-callout { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 30px; background: #edf4f1; }
.hr-model-callout h3 { margin: 0 0 6px; font-size: 22px; }
.hr-model-callout p { margin: 0; }
.hr-model-callout .btn { flex-shrink: 0; }
.hr-governance { background: #102f4b; color: #c7d7e2; }
.hr-governance-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.hr-governance h2, .hr-governance h3 { color: #fff; }
.hr-governance .section-kicker { color: #9fc6c0; }
.hr-governance-grid > div > p:not(.section-kicker) { max-width: 390px; font-size: 17px; line-height: 1.95; margin: 0 0 26px; }
.hr-governance .hr-text-link { color: #b6ded1; }
.hr-governance-items article { display: flex; gap: 26px; padding: 25px 0; border-bottom: 1px solid #36546b; }
.hr-governance-items article:first-child { padding-top: 0; }
.hr-governance-items article > span { font-size: 14px; color: #a7c6cc; padding-top: 5px; }
.hr-governance-items h3 { margin: 0 0 8px; font-size: 22px; }
.hr-governance-items p { font-size: 16px; margin: 0; }
.hr-process { list-style: none; padding: 0; margin: 50px 0 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.hr-process li { border-top: 2px solid #c3d8d0; padding: 28px 24px 0 0; position: relative; }
.hr-process li::before { content: ''; position: absolute; width: 10px; height: 10px; background: #176756; left: 0; top: -6px; }
.hr-process li > span { font-size: 14px; color: #176756; }
.hr-process h3 { font-size: 21px; margin: 14px 0 10px; }
.hr-process p { font-size: 16px; margin: 0 0 20px; }
.hr-process small { display: block; color: #637b88; font-size: 14px; }
.hr-faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; }
.hr-faq-grid > div > p { line-height: 2; }
.hr-faq-list { border-top: 1px solid #ccd9e0; }
.hr-faq-list details { border-bottom: 1px solid #ccd9e0; }
.hr-faq-list summary { padding: 24px 34px 24px 0; font-size: 17px; font-weight: 500; color: #12354f; cursor: pointer; position: relative; list-style: none; }
.hr-faq-list summary::-webkit-details-marker { display: none; }
.hr-faq-list summary::after { content: '+'; position: absolute; right: 0; top: 22px; font-size: 23px; color: #376d64; }
.hr-faq-list details[open] summary::after { content: '−'; }
.hr-faq-list details p { margin: 0 0 24px; font-size: 16px; line-height: 1.95; }
.hr-contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.hr-contact-grid > div > p:not(.section-kicker) { font-size: 17px; max-width: 430px; line-height: 1.95; }
.hr-contact-email { display: inline-block; font-size: clamp(18px, 2vw, 24px); color: #176756; margin: 24px 0 18px; overflow-wrap: anywhere; }
.hr-contact-location { color: #607785; }
.hr-enquiry-box { background: #f3f6f8; border: 1px solid #dce5ea; padding: 32px; }
.hr-enquiry-box h3 { margin: 0 0 8px; font-size: 24px; }
.hr-form-help { font-size: 14px; color: #5e7382; margin: 0 0 24px; }
.hr-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-bottom: 24px; }
.hr-form-grid label { font-size: 14px; color: #183b54; font-weight: 500; }
.hr-form-grid input, .hr-form-grid select, .hr-form-grid textarea, .hr-draft textarea { display: block; width: 100%; min-width: 0; border: 1px solid #b8c9d3; border-radius: 2px; padding: 11px 12px; font-size: 16px; color: #183b54; background: #fff; margin-top: 8px; font-family: inherit; }
.hr-form-grid textarea, .hr-draft textarea { resize: vertical; }
.hr-full { grid-column: 1 / -1; }
.hr-enquiry-box .btn { border: 0; cursor: pointer; }
.hr-enquiry-box form > .hr-form-help:last-child { margin: 16px 0 0; }
.hr-draft { border-top: 1px solid #bfced6; margin-top: 30px; padding-top: 28px; }
.hr-draft p { font-size: 14px; }
.hr-draft-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.hr-secondary-button { border: 1px solid #98b2be; border-radius: 3px; padding: 10px 16px; background: #fff; color: #183b54; cursor: pointer; }
.hr-footer-top { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 70px; padding-bottom: 30px; }
.hr-footer-top > div > a:not(.footer-logo-box) { display: block; margin-bottom: 12px; font-size: 14px; }
.hr-footer .footer-logo-box { width: 270px; padding: 10px 14px; }
.hr-footer .footer-logo-box img { height: auto; }
@media (max-width: 1120px) {
  .hr-page .nav-menu { gap: 15px; }
  .hr-hero-grid { gap: 30px; }
  .hr-hero h1 { font-size: 44px; }
  .hr-service { padding: 24px; }
  .hr-contact-grid, .hr-governance-grid { gap: 40px; }
}
@media (max-width: 900px) {
  .hr-page .section { padding: 70px 0; }
  .hr-page .nav-menu { gap: 0; }
  .hr-page .nav-menu a { padding: 13px 10px; }
  .hr-hero-grid { grid-template-columns: 1fr; gap: 0; }
  .hr-hero-copy { padding-bottom: 20px; }
  .hr-hero-visual { min-height: 340px; margin: 16px 0 36px; }
  .hr-hero-visual > img { object-position: center 40%; }
  .hr-breadcrumb { margin-bottom: 30px; }
  .hr-sector-strip > .container { flex-direction: column; align-items: flex-start; gap: 14px; }
  .hr-sector-strip .container > div { justify-content: flex-start; }
  .hr-section-heading { grid-template-columns: 1fr; gap: 20px; }
  .hr-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hr-industries { grid-template-columns: 1fr; gap: 20px; }
  .hr-industry-controls { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hr-industry-controls a { padding: 18px; font-size: 16px; }
  .hr-governance-grid, .hr-faq-grid, .hr-contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .hr-process { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 0; }
  .hr-footer-top { gap: 30px; }
}
@media (max-width: 600px) {
  .hr-page .section { padding: 56px 0; }
  .hr-page .brand { min-width: 0; }
  .hr-page .brand img { width: 158px; }
  .hr-page .nav-inner { gap: 10px; }
  .hr-home-link { font-size: 12px; }
  .hr-page h2 { font-size: 29px; }
  .hr-hero h1 { font-size: clamp(31px, 8.8vw, 42px); }
  .hr-lead { font-size: 19px; }
  .hr-intro { font-size: 16px; }
  .hr-hero-bottom { gap: 10px; }
  .hr-hero-bottom span + span { padding-left: 10px; }
  .hr-hero-visual { min-height: 290px; }
  .hr-visual-caption { bottom: 24px; left: 24px; }
  .hr-visual-caption strong { font-size: 21px; }
  .hr-section-heading { margin-bottom: 30px; }
  .hr-service-grid { grid-template-columns: 1fr; }
  .hr-industry-controls { grid-template-columns: 1fr; }
  .hr-industry-controls a { padding: 15px 18px; }
  .hr-industry-panel { padding: 26px 22px; min-height: 0; }
  .hr-industry-panel h3 { font-size: 24px; }
  .hr-industry-panel dl > div { grid-template-columns: 1fr; gap: 6px; }
  .hr-model-callout { flex-direction: column; align-items: flex-start; padding: 24px; }
  .hr-process { grid-template-columns: 1fr; gap: 0; margin-top: 30px; }
  .hr-process li { border-top: 0; border-left: 2px solid #c3d8d0; padding: 0 0 30px 28px; }
  .hr-process li::before { left: -6px; top: 6px; }
  .hr-process p { margin-bottom: 10px; }
  .hr-process h3 { margin-top: 6px; }
  .hr-form-grid { grid-template-columns: 1fr; }
  .hr-enquiry-box { padding: 24px 20px; }
  .hr-footer-top { grid-template-columns: 1fr 1fr; }
  .hr-footer-top > div:first-child { grid-column: 1 / -1; }
}

/* Overseas services share the domestic service vocabulary and layout. */
.hr-overseas { background: #edf4f3; border-top: 1px solid #d4e2de; }
.hr-overseas-paths { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.hr-overseas-paths article { border-top: 3px solid #286f60; padding: 24px; background: #fff; }
.hr-overseas-paths article > span { font-size: 13px; color: #527669; letter-spacing: .04em; }
.hr-overseas-paths h3 { font-size: 24px; line-height: 1.5; margin: 16px 0 12px; }
.hr-overseas-paths p { font-size: 16px; margin: 0 0 22px; }
.hr-overseas-paths a { color: #176756; font-size: 14px; font-weight: 600; }
.hr-overseas-heading { margin: 48px 0 24px; scroll-margin-top: 110px; }
.hr-overseas-heading h3 { margin: 0 0 8px; font-size: 27px; }
.hr-overseas-heading p { margin: 0; font-size: 16px; }
.hr-overseas .hr-service-grid, .hr-overseas .hr-table-scroll { background: #fff; }
.hr-overseas-scope { margin-top: 26px; border-left: 3px solid #286f60; padding: 22px 28px; background: #fff; }
.hr-overseas-scope strong { color: #163b55; font-size: 20px; font-weight: 600; }
.hr-overseas-scope p { font-size: 16px; margin: 10px 0 14px; }
@media (max-width: 900px) { .hr-overseas-paths { grid-template-columns: 1fr; gap: 16px; } }
@media (max-width: 600px) { .hr-overseas-scope { padding: 22px; } }
