@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ink: #102321;
  --ink-soft: #37514e;
  --teal-950: #042e2c;
  --teal-900: #06443f;
  --teal: #08756d;
  --teal-bright: #16a093;
  --gold: #d8b665;
  --gold-light: #f0db9e;
  --mist: #edf5f2;
  --cream: #fbfaf5;
  --line: rgba(16, 35, 33, 0.13);
  --white: #fff;
  --shadow: 0 24px 70px rgba(5, 53, 49, 0.12);
  --radius: 24px;
  --container: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: 'DM Sans', ui-sans-serif, system-ui, sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3, h4 { margin: 0; font-family: 'Manrope', ui-sans-serif, system-ui, sans-serif; line-height: 1.08; letter-spacing: -0.045em; }
h1 { font-size: clamp(3.5rem, 7.2vw, 6.9rem); }
h2 { font-size: clamp(2.3rem, 4.7vw, 4.4rem); }
h3 { font-size: 1.28rem; }
p { margin: 0 0 1.25rem; }
::selection { color: var(--white); background: var(--teal); }

.container { width: var(--container); margin-inline: auto; }
.narrow { max-width: 840px; }
.section { padding: clamp(84px, 10vw, 144px) 0; }
.screen-reader-text, .honeypot { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -80px; padding: 12px 18px; color: var(--white); background: var(--teal-950); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; color: var(--teal); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 2px; background: var(--gold); }
.eyebrow.light { color: var(--gold-light); }
.lead { color: var(--ink); font-size: clamp(1.25rem, 2.2vw, 1.72rem); line-height: 1.5; letter-spacing: -.02em; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 27px; color: var(--white); background: var(--teal); border: 1px solid var(--teal); border-radius: 999px; box-shadow: 0 12px 28px rgba(8, 117, 109, .2); font-weight: 700; cursor: pointer; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.button:hover, .button:focus-visible { color: var(--white); background: var(--teal-900); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(8, 117, 109, .26); }
.button-small { min-height: 44px; padding-inline: 21px; font-size: .88rem; }
.button-gold { color: var(--teal-950); background: var(--gold); border-color: var(--gold); box-shadow: none; }
.button-gold:hover, .button-gold:focus-visible { color: var(--teal-950); background: var(--gold-light); }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--teal); font-weight: 700; }
.text-link span, .service-card a span { transition: transform .22s ease; }
.text-link:hover span, .service-card a:hover span { transform: translateX(5px); }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; padding: 18px 0; transition: padding .25s ease, background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { padding: 10px 0; background: rgba(255, 255, 255, .92); box-shadow: 0 8px 30px rgba(4, 46, 44, .08); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark, .brand .custom-logo { width: 54px; height: 54px; object-fit: contain; }
.custom-logo-link { display: flex; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: 'Manrope', sans-serif; font-size: 1.25rem; letter-spacing: -.04em; }
.brand-copy small { margin-top: 6px; color: var(--ink-soft); font-size: .61rem; letter-spacing: .035em; }
.primary-nav { display: flex; align-items: center; gap: 34px; }
.primary-nav ul { display: flex; align-items: center; gap: 28px; padding: 0; margin: 0; list-style: none; }
.primary-nav li a { position: relative; font-size: .92rem; font-weight: 600; }
.primary-nav li a::after { position: absolute; content: ''; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--gold); transition: right .24s ease; }
.primary-nav li a:hover::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; background: var(--white); border: 1px solid var(--line); border-radius: 50%; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; display: flex; align-items: center; min-height: 860px; padding: 160px 0 100px; overflow: hidden; background: linear-gradient(135deg, #f8fbf9 0%, #f1f7f4 53%, #e2efeb 100%); }
.hero::after { position: absolute; content: ''; width: 36vw; height: 36vw; min-width: 440px; min-height: 440px; right: -10vw; bottom: -17vw; border: 1px solid rgba(8, 117, 109, .14); border-radius: 50%; box-shadow: 0 0 0 55px rgba(8, 117, 109, .025), 0 0 0 110px rgba(8, 117, 109, .018); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 7vw, 100px); align-items: center; }
.hero-copy { max-width: 700px; }
.hero h1 { max-width: 760px; }
.hero h1::after { content: ''; display: inline-block; width: .14em; height: .14em; margin-left: .04em; background: var(--gold); border-radius: 50%; }
.hero-lead { max-width: 650px; margin: 28px 0 34px; color: var(--ink-soft); font-size: clamp(1.08rem, 1.7vw, 1.32rem); line-height: 1.58; }
.hero-actions { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; }
.trust-row { display: flex; align-items: center; gap: 14px; margin-top: 46px; padding-top: 26px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .86rem; }
.trust-row strong { padding: 5px 12px; color: var(--teal-900); background: rgba(8, 117, 109, .1); border-radius: 999px; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-visual { position: relative; min-height: 510px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-orb-one { width: 380px; height: 380px; top: 60px; right: 7%; background: radial-gradient(circle at 35% 32%, #21a99d, var(--teal-900) 64%, var(--teal-950)); box-shadow: 0 38px 90px rgba(4, 68, 63, .28); }
.hero-orb-two { width: 140px; height: 140px; right: 38%; top: 45px; background: radial-gradient(circle at 35% 30%, var(--gold-light), var(--gold)); opacity: .92; }
.talent-card { position: absolute; z-index: 2; background: rgba(255, 255, 255, .92); border: 1px solid rgba(255, 255, 255, .7); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.talent-card-main { width: min(430px, 90%); top: 130px; left: 0; padding: 30px; transform: rotate(-2deg); }
.card-kicker { color: var(--ink-soft); font-size: .78rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.match-visual { display: grid; grid-template-columns: 52px 1fr auto; gap: 14px; align-items: center; margin: 27px 0 24px; }
.match-visual > span { display: grid; place-items: center; width: 52px; height: 52px; color: var(--white); background: var(--teal); border-radius: 17px; font: 800 1.35rem 'Manrope', sans-serif; }
.match-visual div { display: flex; flex-direction: column; line-height: 1.35; }
.match-visual small { margin-top: 4px; color: var(--ink-soft); }
.match-visual b { color: var(--teal); font-size: 1.1rem; }
.progress { height: 8px; overflow: hidden; background: var(--mist); border-radius: 20px; }
.progress span { display: block; width: 88%; height: 100%; background: linear-gradient(90deg, var(--teal), var(--teal-bright), var(--gold)); border-radius: inherit; }
.card-foot { display: flex; justify-content: space-between; gap: 8px; margin-top: 17px; color: var(--ink-soft); font-size: .68rem; font-weight: 600; }
.floating-card { display: flex; gap: 13px; align-items: center; right: -25px; bottom: 54px; padding: 18px 20px; }
.floating-card div { display: flex; flex-direction: column; }
.floating-card small { color: var(--ink-soft); }
.pulse { position: relative; width: 14px; height: 14px; background: var(--teal-bright); border: 3px solid #d8f4ef; border-radius: 50%; }
.hero-stat { position: absolute; z-index: 3; display: flex; gap: 9px; align-items: baseline; top: 52px; right: 0; padding: 18px 22px; color: var(--white); background: rgba(4, 46, 44, .86); border-radius: 18px; box-shadow: 0 18px 40px rgba(4, 46, 44, .22); backdrop-filter: blur(10px); }
.hero-stat strong { color: var(--gold-light); font: 800 2.3rem/1 'Manrope', sans-serif; }
.hero-stat span { max-width: 66px; font-size: .72rem; line-height: 1.2; }

.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 140px); }
.section-heading h2 { max-width: 620px; }
.about-copy { max-width: 660px; color: var(--ink-soft); }
.signature-line { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.signature-line > span { display: grid; place-items: center; width: 52px; height: 52px; color: var(--gold-light); background: var(--teal-950); border-radius: 50%; font: 800 .9rem 'Manrope', sans-serif; }
.signature-line div { display: flex; flex-direction: column; line-height: 1.35; }
.signature-line small { color: var(--ink-soft); }

.services-section { color: var(--white); background: var(--teal-950); }
.section-heading-row { display: grid; grid-template-columns: 1fr .72fr; gap: 60px; align-items: end; margin-bottom: 58px; }
.section-heading-row > p { max-width: 530px; margin: 0; color: #abc5c1; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255, 255, 255, .14); border-left: 1px solid rgba(255, 255, 255, .14); }
.service-card { display: flex; flex-direction: column; min-height: 330px; padding: 35px; border-right: 1px solid rgba(255, 255, 255, .14); border-bottom: 1px solid rgba(255, 255, 255, .14); transition: color .3s ease, background .3s ease, transform .3s ease; }
.service-card:hover { color: var(--ink); background: var(--gold-light); transform: translateY(-7px); }
.service-number { margin-bottom: auto; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.service-card:hover .service-number { color: var(--teal); }
.service-card h3 { margin: 40px 0 15px; font-size: 1.5rem; }
.service-card p { color: #abc5c1; font-size: .94rem; line-height: 1.6; }
.service-card:hover p { color: var(--ink-soft); }
.service-card a { display: inline-flex; gap: 8px; align-items: center; margin-top: auto; color: var(--gold-light); font-size: .85rem; font-weight: 700; }
.service-card:hover a { color: var(--teal-900); }

.industries-section { background: var(--cream); }
.industries-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 9vw, 140px); align-items: start; }
.industry-intro { position: sticky; top: 145px; }
.industry-intro p:not(.eyebrow) { max-width: 480px; margin: 27px 0; color: var(--ink-soft); }
.industry-list { border-top: 1px solid var(--line); }
.industry-list > div { display: grid; grid-template-columns: 58px 1fr auto; gap: 20px; align-items: center; min-height: 94px; border-bottom: 1px solid var(--line); transition: padding .25s ease, color .25s ease; }
.industry-list > div:hover { padding-inline: 14px; color: var(--teal); }
.industry-list span { color: var(--teal); font-size: .72rem; font-weight: 700; }
.industry-list strong { font-family: 'Manrope', sans-serif; font-size: clamp(1.15rem, 2.1vw, 1.6rem); }
.industry-list i { font-size: 1.35rem; font-style: normal; }

.why-section { background: var(--white); }
.centered { max-width: 760px; margin: 0 auto 62px; text-align: center; }
.centered .eyebrow { justify-content: center; }
.benefits-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.benefit { min-height: 295px; padding: 28px 26px; border-left: 1px solid var(--line); }
.benefit:last-child { border-right: 1px solid var(--line); }
.benefit > span { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 70px; color: var(--teal); background: var(--mist); border-radius: 50%; font-size: .72rem; font-weight: 700; }
.benefit h3 { margin-bottom: 14px; font-size: 1.15rem; letter-spacing: -.025em; }
.benefit p { color: var(--ink-soft); font-size: .88rem; line-height: 1.58; }

.contact-section { padding-top: 0; background: var(--white); }
.contact-shell { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(50px, 7vw, 100px); padding: clamp(50px, 7vw, 88px); overflow: hidden; color: var(--white); background: var(--teal-900); border-radius: 32px; }
.contact-shell::before { position: absolute; content: ''; width: 410px; height: 410px; left: -180px; bottom: -240px; border: 1px solid rgba(216, 182, 101, .25); border-radius: 50%; box-shadow: 0 0 0 45px rgba(216, 182, 101, .035), 0 0 0 90px rgba(216, 182, 101, .02); }
.contact-copy { position: relative; z-index: 1; }
.contact-copy h2 { font-size: clamp(2.5rem, 4.2vw, 4.2rem); }
.contact-copy > p:not(.eyebrow) { max-width: 510px; margin-top: 27px; color: #b8d0cc; }
.contact-details { display: flex; flex-direction: column; gap: 7px; margin-top: 46px; font-size: .93rem; }
.contact-details a { width: fit-content; color: var(--gold-light); font-weight: 700; }
.contact-details span { color: #b8d0cc; }
.contact-form { position: relative; z-index: 1; padding: 34px; color: var(--ink); background: var(--white); border-radius: 23px; }
.contact-form label { display: block; margin-bottom: 17px; }
.contact-form label > span { display: block; margin-bottom: 7px; font-size: .78rem; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 15px; color: var(--ink); background: #f6f9f8; border: 1px solid rgba(16, 35, 33, .12); border-radius: 10px; outline: none; transition: border .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(8, 117, 109, .1); }
.contact-form textarea { resize: vertical; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-notice { padding: 10px 12px; border-radius: 8px; font-size: .85rem; }
.form-notice.is-success { color: #075f42; background: #dcf7eb; }
.form-notice.is-error { color: #8c2e2e; background: #fde7e7; }
.turnstile-wrap { min-height: 65px; margin: 4px 0 17px; overflow: hidden; }

.site-footer { padding: 75px 0 28px; color: #b6cbc8; background: #071c1a; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .85fr; gap: 70px; padding-bottom: 55px; }
.brand-light { color: var(--white); }
.brand-light .brand-copy small { color: #95b0ac; }
.footer-grid > div:first-child > p { max-width: 420px; margin-top: 25px; }
.footer-grid h2 { margin: 7px 0 22px; color: var(--white); font-size: .9rem; letter-spacing: .03em; }
.footer-grid ul { display: flex; flex-direction: column; gap: 8px; padding: 0; margin: 0; list-style: none; }
.footer-grid > div:last-child { display: flex; flex-direction: column; gap: 6px; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .75rem; }

.content-page { min-height: 70vh; padding-top: 180px; }
.page-header { margin-bottom: 50px; }
.page-header h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); }
.entry-content { color: var(--ink-soft); }
.entry-content > * { margin-block: 1.4em; }
.entry-content h2, .entry-content h3 { color: var(--ink); }
.featured-image { margin-bottom: 45px; overflow: hidden; border-radius: var(--radius); }
.post-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; }
.post-card-body { padding: 25px; }
.post-card-body > span { color: var(--teal); font-size: .75rem; font-weight: 700; }
.post-card h2 { margin: 10px 0 15px; font-size: 1.45rem; }
.error-page { padding-block: 70px; text-align: center; }
.error-page .eyebrow { justify-content: center; }
.error-page p:not(.eyebrow) { margin: 25px 0; color: var(--ink-soft); }
.comments-area { margin-top: 70px; padding-top: 40px; border-top: 1px solid var(--line); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .primary-nav { gap: 20px; }
  .primary-nav ul { gap: 18px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .benefits-grid { grid-template-columns: repeat(3, 1fr); gap: 0; }
  .benefit:nth-child(4) { border-top: 1px solid var(--line); }
  .benefit:nth-child(5) { border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 36px, 680px); }
  h1 { font-size: clamp(3.1rem, 13vw, 5.6rem); }
  .site-header { padding: 12px 0; background: rgba(255,255,255,.88); backdrop-filter: blur(14px); }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded='true'] > span:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] > span:nth-of-type(2) { opacity: 0; }
  .menu-toggle[aria-expanded='true'] > span:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 78px 18px auto; display: none; flex-direction: column; align-items: stretch; padding: 25px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; }
  .primary-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav li a { display: block; padding: 11px 5px; }
  .hero { padding-top: 140px; }
  .hero-grid, .split-grid, .section-heading-row, .industries-grid, .contact-shell { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 480px; }
  .hero-orb-one { top: auto; right: calc(50% - 190px); bottom: 90px; }
  .hero-orb-two { top: auto; right: 56%; bottom: 390px; }
  .talent-card-main { left: 50%; transform: translateX(-50%) rotate(-2deg); }
  .hero-stat { right: 5%; }
  .floating-card { right: 2%; }
  .section-heading-row { align-items: start; gap: 25px; }
  .industry-intro { position: static; }
  .contact-shell { border-radius: 24px; }
  .footer-grid { grid-template-columns: 1.3fr .7fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  :root { --container: calc(100% - 28px); }
  body { font-size: 16px; }
  .section { padding: 78px 0; }
  .brand-mark, .brand .custom-logo { width: 48px; height: 48px; }
  .brand-copy small { display: none; }
  .hero { padding: 122px 0 70px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.7rem); }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .trust-row { align-items: flex-start; text-align: left; }
  .hero-visual { min-height: 425px; margin-top: 15px; }
  .hero-orb-one { width: 315px; height: 315px; right: calc(50% - 158px); bottom: 60px; }
  .hero-orb-two { width: 100px; height: 100px; top: auto; bottom: 350px; }
  .talent-card-main { top: 116px; width: 94%; padding: 22px; }
  .match-visual { grid-template-columns: 44px 1fr auto; gap: 10px; }
  .match-visual > span { width: 44px; height: 44px; }
  .card-foot { font-size: .59rem; }
  .floating-card { right: 0; bottom: 22px; padding: 13px; }
  .hero-stat { top: 44px; right: 0; padding: 14px 16px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .industry-list > div { grid-template-columns: 42px 1fr auto; gap: 10px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit, .benefit:nth-child(4), .benefit:nth-child(5), .benefit:last-child { min-height: 0; padding: 28px 0; border: 0; border-top: 1px solid var(--line); }
  .benefit:last-child { border-bottom: 1px solid var(--line); }
  .benefit > span { margin-bottom: 24px; }
  .contact-section { padding-top: 0; }
  .contact-shell { width: 100%; padding: 55px 22px; border-radius: 0; }
  .contact-form { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-form .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .post-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
