:root {
  --ink: #0a2342;
  --ink-deep: #061a34;
  --paper: #f8f8f2;
  --warm: #f1eee5;
  --blue: #4ab8e8;
  --blue-pale: #d9f2fc;
  --lime: #d7e46e;
  --line: rgba(10, 35, 66, 0.16);
  --display: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", monospace;
  --shadow: 0 22px 60px rgba(5, 25, 49, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--display); line-height: 1.55; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }

.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 99; padding: 12px 16px; background: white; color: var(--ink); border-radius: 6px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; top: 0; z-index: 10; width: 100%; color: white; }
.nav-wrap { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 24px; line-height: 1; font-weight: 800; letter-spacing: -1.2px; }
.brand-mark { width: 29px; height: 29px; display: inline-flex; align-items: end; gap: 2px; padding-bottom: 1px; }
.brand-mark i { display: block; width: 8px; background: currentColor; border-radius: 5px 5px 1px 1px; transform: skewX(-18deg); }
.brand-mark i:nth-child(1) { height: 13px; }
.brand-mark i:nth-child(2) { height: 22px; }
.brand-mark i:nth-child(3) { height: 28px; }
.main-nav { display: flex; align-items: center; gap: 29px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { opacity: .84; transition: opacity .2s ease; }
.main-nav > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { padding: 11px 16px; border: 1px solid rgba(255,255,255,.45); border-radius: 100px; transition: background .2s, color .2s; }
.nav-cta:hover { background: white; color: var(--ink); }
.menu-toggle { display: none; background: transparent; border: 0; color: white; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: currentColor; }

.hero { min-height: 784px; position: relative; overflow: hidden; color: white; background: var(--ink); }
.hero::before { content: ""; position: absolute; width: 900px; height: 900px; right: -350px; top: -250px; border-radius: 50%; border: 1px solid rgba(124,213,247,.2); box-shadow: 0 0 0 110px rgba(41,151,201,.07), 0 0 0 260px rgba(41,151,201,.04); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; min-height: 784px; align-items: center; gap: 40px; padding-top: 70px; }
.eyebrow { margin: 0 0 21px; display: flex; align-items: center; gap: 9px; color: #b9e7f9; font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; display: inline-block; background: currentColor; }
.eyebrow.dark { color: #2b77a0; }
.eyebrow.light { color: #b6e9fb; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 25px; font-size: clamp(51px, 5.5vw, 78px); line-height: .99; letter-spacing: -.065em; font-weight: 800; }
h1 em, h2 em { color: var(--blue); font-style: normal; font-weight: 500; }
.hero-lede { max-width: 560px; margin-bottom: 31px; color: #d5e4ed; font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 53px; padding: 0 20px; border: 1px solid transparent; border-radius: 100px; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 20px; line-height: 1; font-weight: 400; }
.button-primary { background: var(--blue); color: var(--ink-deep); }
.button-primary:hover { background: #77caf0; }
.button-ghost { border-color: rgba(255,255,255,.45); color: white; }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.button-light { background: white; color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.hero-notes { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 56px; color: #c2d2df; font-size: 11px; }
.hero-notes span { display: flex; align-items: center; gap: 7px; }
.hero-notes b { color: var(--blue); font-family: var(--mono); font-size: 10px; }
.hero-baseline { position: absolute; bottom: 0; width: 100%; height: 1px; background: rgba(255,255,255,.18); }

.hero-art { min-height: 550px; position: relative; }
.orbit { position: absolute; left: 51%; top: 52%; border: 1px solid rgba(112,210,247,.33); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-a { width: 355px; height: 355px; }
.orbit-b { width: 505px; height: 505px; border-color: rgba(112,210,247,.11); }
.ray { position: absolute; left: 48%; top: 52%; width: 330px; height: 1px; transform-origin: left; background: linear-gradient(90deg, rgba(102,206,245,.53), transparent); }
.ray-a { transform: rotate(-44deg); }.ray-b { transform: rotate(40deg); }
.central-symbol { position: absolute; z-index: 2; left: 51%; top: 52%; width: 106px; height: 106px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); box-shadow: 0 0 0 17px rgba(215,228,110,.1), 0 12px 50px rgba(0,0,0,.24); transform: translate(-50%,-50%); }
.central-symbol span { font-size: 55px; font-weight: 800; letter-spacing: -.1em; transform: translateX(-3px); }
.hero-card { position: absolute; z-index: 3; padding: 19px 21px; border: 1px solid rgba(255,255,255,.33); background: rgba(18,59,97,.72); backdrop-filter: blur(13px); box-shadow: var(--shadow); }
.card-employer { top: 63px; left: 4px; width: 267px; border-radius: 3px 22px 22px 22px; }
.card-candidate { right: 0; bottom: 75px; width: 252px; border-radius: 22px 3px 22px 22px; }
.card-kicker { display: block; margin-bottom: 11px; color: #b9e7f9; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.hero-card strong { display: block; font-size: 15px; line-height: 1.38; letter-spacing: -.03em; }
.mini-row { display: flex; align-items: center; margin-top: 18px; color: #cbdae5; font-size: 9px; }
.mini-avatar { width: 23px; height: 23px; margin-right: -5px; border: 2px solid #2b5c83; border-radius: 50%; }
.avatar-1 { background: #ebc9ac; }.avatar-2 { background: #a4d6df; }.avatar-3 { background: #dfb3bf; }.mini-row b { margin-left: 13px; font-weight: 500; }
.progress-line { height: 5px; margin: 20px 0 6px; overflow: hidden; border-radius: 9px; background: rgba(255,255,255,.25); }.progress-line i { display: block; width: 70%; height: 100%; background: var(--lime); border-radius: inherit; }.card-candidate small { color: #b8d1df; font-size: 9px; }
.art-caption { position: absolute; bottom: 0; left: 50%; margin: 0; color: rgba(188,225,241,.65); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }

.intro { background: var(--paper); }.intro-grid { display: grid; grid-template-columns: .65fr 1.2fr .9fr; gap: 28px; align-items: start; }.intro h2, .section-heading h2, .growth h2 { margin: -8px 0 0; font-size: clamp(39px, 4.2vw, 61px); line-height: 1.05; letter-spacing: -.06em; }.intro-text { padding-top: 8px; }.intro-text p { margin-bottom: 25px; font-size: 16px; line-height: 1.75; }.text-link { display: inline-flex; gap: 12px; align-items: center; color: #09648e; font-size: 13px; font-weight: 800; }.text-link span { font-size: 20px; font-weight: 400; transition: transform .2s; }.text-link:hover span { transform: translateX(4px); }

.audiences { padding-top: 0; }.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.audience-card { min-height: 555px; display: flex; flex-direction: column; justify-content: space-between; padding: 31px; border-radius: 4px; }.employer-card { color: white; background: #1e6791; background-image: linear-gradient(135deg,#153f70,#2b87aa); }.candidate-card { background: var(--lime); }.card-topline { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }.audience-card h2 { margin: 0 0 19px; font-size: clamp(36px, 3.8vw, 53px); line-height: 1.04; letter-spacing: -.06em; }.employer-card h2 em { color: #a4dbef; }.candidate-card h2 em { color: #26799d; }.audience-card p { max-width: 430px; font-size: 15px; line-height: 1.72; }.audience-card ul { display: grid; gap: 10px; margin: 30px 0 0; padding: 0; list-style: none; font-size: 13px; }.audience-card li { display: flex; align-items: center; gap: 9px; }.audience-card li i { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; font-size: 11px; font-style: normal; }.employer-card li i { color: #0d4b70; background: #b5e8f6; }.candidate-card li i { color: #275c68; background: rgba(255,255,255,.7); }

.sectors { background: var(--warm); }.section-heading { display: grid; grid-template-columns: 1.2fr .72fr; align-items: end; gap: 60px; margin-bottom: 57px; }.section-heading p:last-child { margin: 0 0 3px; font-size: 15px; line-height: 1.76; }.sector-list { border-top: 1px solid var(--line); }.sector-item { display: grid; grid-template-columns: 70px 100px 1fr 45px; gap: 13px; align-items: center; min-height: 149px; padding: 18px 12px; border-bottom: 1px solid var(--line); transition: background .2s ease, padding .2s ease; }.sector-item:hover { padding-right: 2px; padding-left: 22px; background: rgba(255,255,255,.38); }.sector-number { margin: 0; color: #5283a0; font-family: var(--mono); font-size: 10px; }.sector-icon { position: relative; width: 59px; height: 59px; border-radius: 50%; background: #d9eef1; }.sector-icon i { position: absolute; display: block; background: #236d8b; }.icon-tech i:nth-child(1) { left: 26px; top: 12px; width: 7px; height: 35px; transform: rotate(45deg); }.icon-tech i:nth-child(2) { left: 20px; top: 27px; width: 19px; height: 7px; }.icon-tech i:nth-child(3) { left: 25px; top: 22px; width: 9px; height: 9px; border-radius: 50%; background: var(--lime); }.icon-logistics i:nth-child(1) { left: 13px; top: 22px; width: 29px; height: 17px; border-radius: 2px; }.icon-logistics i:nth-child(2) { left: 40px; top: 28px; width: 8px; height: 11px; border-radius: 1px; }.icon-logistics i:nth-child(3) { left: 16px; top: 38px; width: 8px; height: 8px; border: 2px solid #d9eef1; border-radius: 50%; box-shadow: 22px 0 0 -2px #236d8b; }.icon-build i:nth-child(1) { left: 14px; top: 31px; width: 31px; height: 16px; }.icon-build i:nth-child(2) { left: 11px; top: 20px; width: 37px; height: 7px; transform: skewX(-38deg); }.icon-build i:nth-child(3) { left: 25px; top: 34px; width: 7px; height: 13px; background: var(--lime); }.sector-content h3 { margin: 0 0 4px; font-size: 22px; letter-spacing: -.045em; }.sector-content p { margin: 0; color: #405c70; font-size: 13px; }.sector-arrow { color: #126a91; font-size: 26px; transition: transform .2s; }.sector-item:hover .sector-arrow { transform: translateX(7px); }.other-sector { margin: 30px 0 0 184px; color: #496577; font-size: 13px; }.other-sector a { margin-left: 4px; color: #0d648c; font-weight: 800; }.other-sector span { padding-left: 4px; font-size: 18px; }

.process { color: white; background: var(--ink-deep); }.process-wrap { display: grid; grid-template-columns: .85fr 1.4fr; gap: 70px; }.process-header h2 { margin: 0; font-size: clamp(37px, 4vw, 55px); line-height: 1.05; letter-spacing: -.06em; }.process-steps { margin: 8px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.19); }.process-steps li { display: grid; grid-template-columns: 48px 1fr 1.15fr; gap: 19px; align-items: start; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.19); }.process-steps span { color: var(--blue); font-family: var(--mono); font-size: 10px; }.process-steps h3 { margin: -4px 0 0; font-size: 16px; letter-spacing: -.03em; }.process-steps p { margin: -2px 0 0; color: #bfd2e0; font-size: 12px; line-height: 1.65; }

.growth { overflow: hidden; }.growth-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }.growth-art { min-height: 405px; position: relative; overflow: hidden; border-radius: 5px; background: #d4edf0; }.growth-art::before { content: ""; position: absolute; width: 500px; height: 500px; left: -166px; top: -155px; border-radius: 50%; background: #bde0e9; }.growth-sun { position: absolute; top: 58px; left: 110px; width: 82px; height: 82px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 20px rgba(215,228,110,.23); }.growth-path { position: absolute; left: 95px; bottom: -200px; width: 270px; height: 460px; border: 30px solid #28799b; border-radius: 50%; transform: rotate(-39deg); }.growth-node { position: absolute; z-index: 2; display: grid; width: 39px; height: 39px; place-items: center; border-radius: 50%; color: var(--ink); background: white; font-family: var(--mono); font-size: 10px; box-shadow: 0 4px 13px rgba(14,67,88,.14); }.node-one { top: 144px; left: 143px; }.node-two { top: 237px; left: 256px; }.node-three { bottom: 55px; right: 86px; }.growth-label { position: absolute; z-index: 2; color: #1c5872; font-family: var(--mono); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }.label-one { top: 158px; left: 198px; }.label-two { top: 251px; left: 311px; }.label-three { bottom: 68px; right: 22px; }.growth-copy p:not(.eyebrow) { max-width: 510px; margin: 24px 0 27px; font-size: 16px; line-height: 1.75; }

.intake { padding-top: 40px; background: linear-gradient(var(--paper) 37%, var(--ink-deep) 37%); }.intake-shell { display: grid; grid-template-columns: .83fr 1.17fr; overflow: hidden; border-radius: 5px; color: white; background: #10638a; box-shadow: 0 26px 60px rgba(7,29,59,.18); }.intake-copy { padding: 62px 52px; background: linear-gradient(145deg,#0d3c65,#115b83); }.intake-copy h2 { margin: 0 0 20px; font-size: clamp(37px, 4.4vw, 54px); line-height: 1.02; letter-spacing: -.06em; }.intake-copy > p:not(.eyebrow) { color: #c7e1ed; font-size: 14px; line-height: 1.75; }.contact-note { display: flex; align-items: flex-start; gap: 9px; max-width: 310px; margin-top: 47px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.25); color: #d4e8f2; font-size: 11px; }.contact-note span { color: var(--lime); }.intake-panel { padding: 38px 42px 35px; background: white; color: var(--ink); }.form-tabs { display: flex; gap: 19px; margin-bottom: 25px; border-bottom: 1px solid #d9e2e6; }.form-tab { position: relative; padding: 0 0 12px; border: 0; color: #7690a0; background: transparent; font-size: 13px; font-weight: 700; }.form-tab::after { position: absolute; content: ""; right: 0; bottom: -1px; left: 0; height: 2px; background: transparent; }.form-tab.is-active { color: var(--ink); }.form-tab.is-active::after { background: var(--blue); }.intake-form { display: grid; gap: 14px; }.intake-form label { display: grid; gap: 6px; color: #3f5e70; font-size: 11px; font-weight: 700; }.intake-form input:not([type="checkbox"]), .intake-form textarea, .intake-form select { width: 100%; padding: 11px 12px; outline: none; border: 1px solid #d5e0e5; border-radius: 3px; color: var(--ink); background: #f9fbfb; font-size: 13px; font-weight: 500; transition: border .2s, box-shadow .2s; }.intake-form input:focus, .intake-form textarea:focus, .intake-form select:focus { border-color: #58bfe9; box-shadow: 0 0 0 3px rgba(74,184,232,.16); }.intake-form textarea { resize: vertical; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.intake-form .consent { display: flex; grid-template-columns: auto 1fr; gap: 8px; align-items: start; margin-top: 1px; color: #587283; font-size: 10px; line-height: 1.5; font-weight: 500; }.consent input { margin: 2px 0 0; accent-color: #14749a; }.form-submit { justify-self: start; min-height: 48px; margin-top: 5px; font-size: 12px; }.form-message { min-height: 19px; margin: -4px 0 0; color: #28789a; font-size: 11px; font-weight: 600; }

.site-footer { color: #d5e3eb; background: var(--ink-deep); }.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding: 87px 0 39px; border-bottom: 1px solid rgba(255,255,255,.18); }.footer-brand { color: white; }.footer-top > p { justify-self: center; margin: 0; color: #aac5d4; font-size: 12px; }.footer-link { justify-self: end; color: #bde7f7; }.footer-bottom { display: flex; justify-content: space-between; padding: 21px 0; color: #83a5b8; font-family: var(--mono); font-size: 9px; letter-spacing: .02em; }.footer-bottom div { display: flex; gap: 18px; }.footer-bottom a:hover { color: white; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 820px) {
  .shell { width: min(100% - 36px, 660px); }.section { padding: 76px 0; }.nav-wrap { height: 75px; }.brand { font-size: 22px; }.main-nav { position: absolute; top: 75px; left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 18px 17px; border-radius: 0 0 14px 14px; color: var(--ink); background: white; box-shadow: 0 14px 30px rgba(0,0,0,.2); }.main-nav.is-open { display: flex; }.main-nav > a { padding: 12px 0; }.nav-cta { margin-top: 7px; padding: 11px 15px !important; border-color: #bdd3dc; }.menu-toggle { display: block; }.hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 0; padding-top: 141px; padding-bottom: 40px; }.hero-copy { max-width: 620px; }.hero-art { width: min(100%, 510px); min-height: 427px; margin: 25px auto 0; }.hero-notes { margin-top: 36px; }.card-employer { left: 0; top: 38px; }.card-candidate { right: 0; bottom: 54px; }.orbit-a { width: 280px; height: 280px; }.orbit-b { width: 405px; height: 405px; }.intro-grid, .section-heading, .process-wrap, .growth-grid, .intake-shell { grid-template-columns: 1fr; }.intro-grid { gap: 17px; }.intro h2 { margin-top: 0; }.intro-text { padding: 0; }.audience-grid { grid-template-columns: 1fr; }.audience-card { min-height: 465px; }.section-heading { gap: 22px; margin-bottom: 36px; }.sector-item { grid-template-columns: 43px 72px 1fr 22px; }.sector-content h3 { font-size: 19px; }.other-sector { margin-left: 0; }.process-wrap { gap: 38px; }.process-steps li { grid-template-columns: 35px 1fr; gap: 10px; }.process-steps p { grid-column: 2; margin-top: -7px; }.growth-grid { gap: 45px; }.growth-art { min-height: 350px; }.intake { background: linear-gradient(var(--paper) 19%, var(--ink-deep) 19%); }.intake-copy, .intake-panel { padding: 43px 27px; }.footer-top { grid-template-columns: 1fr; justify-items: start; gap: 21px; padding-top: 57px; }.footer-top > p, .footer-link { justify-self: start; }.footer-bottom { flex-direction: column; gap: 10px; }
}

@media (max-width: 500px) {
  .shell { width: min(100% - 28px, 500px); }.hero-grid { padding-top: 119px; }.hero h1 { font-size: 47px; }.hero-lede { font-size: 15px; }.hero-actions .button { width: 100%; }.hero-art { min-height: 361px; transform: scale(.92); transform-origin: top center; margin-bottom: -26px; }.card-employer { width: 230px; }.card-candidate { width: 222px; }.central-symbol { width: 88px; height: 88px; }.central-symbol span { font-size: 47px; }.intro h2, .section-heading h2, .growth h2 { font-size: 38px; }.audience-card { min-height: 430px; padding: 24px; }.audience-card h2 { font-size: 39px; }.sector-item { grid-template-columns: 32px 61px 1fr 18px; gap: 7px; min-height: 132px; padding: 13px 0; }.sector-icon { transform: scale(.83); transform-origin: left center; }.sector-content p { font-size: 11px; }.growth-art { min-height: 295px; }.growth-art { transform: scale(.93); transform-origin: top left; width: 107%; margin-bottom: -20px; }.intake-panel, .intake-copy { padding: 35px 20px; }.form-row { grid-template-columns: 1fr; }.form-tabs { gap: 13px; }.form-tab { font-size: 11px; }.footer-bottom div { gap: 12px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button, .text-link span, .sector-arrow { transition: none; } }
