:root {
  --ink: #0b0d0f;
  --ink-2: #15191c;
  --paper: #f4f5f2;
  --white: #ffffff;
  --muted: #aeb5b9;
  --line: #d7d9d5;
  --line-dark: #30363a;
  --orange: #ff6b00;
  --orange-dark: #d95600;
  --max: 1440px;
  --side: clamp(22px, 5vw, 80px);
  --heading: Arial, "Helvetica Neue", sans-serif;
  --body: Arial, "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 90px; }
body { width: 100%; min-width: 0; max-width: 100%; margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
main, section, footer { min-width: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 1.2em; height: 1.2em; flex: 0 0 auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--heading); letter-spacing: -.04em; line-height: 1.03; hyphens: auto; overflow-wrap: break-word; }
h1 { font-size: clamp(2.65rem, 5.2vw, 5.4rem); }
h2 { font-size: clamp(2rem, 3.4vw, 3.8rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
p { color: #4c5458; }
::selection { background: var(--orange); color: var(--white); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.sr-only { position: absolute; 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; top: 8px; left: 8px; z-index: 200; padding: 10px 14px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 82px; padding: 0 var(--side); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(20px, 3vw, 48px); color: var(--ink); background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(11,13,15,.12); backdrop-filter: blur(14px); transition: background .25s, color .25s, height .25s; }
.site-header.is-scrolled, body:not([data-page="home"]) .site-header { height: 72px; background: rgba(255,255,255,.98); border-color: var(--line); }
.brand { width: clamp(142px, 12vw, 184px); display: inline-flex; align-items: center; }
.brand img { width: 100%; height: auto; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: clamp(16px, 2vw, 34px); }
.site-nav a { position: relative; font-size: .84rem; font-weight: 700; letter-spacing: .02em; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 100%; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .22s; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.language-switcher { display: inline-flex; align-items: center; padding: 2px; border: 1px solid rgba(11,13,15,.28); }
.language-switcher a { min-width: 34px; min-height: 28px; display: grid; place-items: center; color: #565d61; font-size: .72rem; font-weight: 900; }
.language-switcher a:hover { color: var(--ink); }
.language-switcher a[aria-current="true"] { background: var(--orange); color: var(--white); }
.menu-toggle { display: none; color: var(--ink); background: none; border: 0; padding: 10px; }
.menu-toggle svg { width: 26px; height: 26px; }
.menu-close { display: none; }

.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid var(--orange); background: var(--orange); color: var(--white); font-weight: 800; font-size: .86rem; letter-spacing: .015em; cursor: pointer; transition: background .2s, border-color .2s, color .2s, transform .2s; }
.button:hover { background: var(--orange-dark); border-color: var(--orange-dark); transform: translateY(-2px); }
.button svg { width: 19px; height: 19px; }
.button-small { min-height: 42px; padding: 0 18px; font-size: .78rem; }
.button-ghost { border-color: rgba(255,255,255,.5); background: transparent; }
.button-ghost:hover { background: var(--white); border-color: var(--white); color: var(--ink); }
.button-dark { background: var(--ink); border-color: var(--ink); }
.button-dark:hover { background: var(--orange); border-color: var(--orange); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.eyebrow { display: block; margin-bottom: 24px; color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: #ff8a38; }

.home-hero { position: relative; min-height: min(900px, 100svh); display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-image, .hero-overlay { position: absolute; inset: 0; }
.hero-image { background: url("/assets/images/hartiwerk-cnc-hala.webp") center center / cover no-repeat; transform: scale(1.015); }
.hero-overlay { background: linear-gradient(90deg, rgba(5,7,8,.94) 0%, rgba(5,7,8,.76) 43%, rgba(5,7,8,.17) 77%), linear-gradient(0deg, rgba(5,7,8,.5), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(960px, 82%); padding: 180px var(--side) clamp(74px, 10vh, 110px); }
.hero-content h1 { max-width: 920px; margin-bottom: 28px; }
.hero-content > p { max-width: 700px; margin-bottom: 24px; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.hero-note { display: flex; align-items: center; gap: 10px; margin: 0 0 32px; color: var(--white); font-size: .92rem; }
.hero-note i { width: 7px; height: 7px; background: var(--orange); }
.hero-index { position: absolute; z-index: 2; right: var(--side); bottom: 60px; font-weight: 900; font-size: 1rem; letter-spacing: .16em; writing-mode: vertical-rl; }
.hero-index::before { content: ""; display: inline-block; width: 1px; height: 70px; margin-bottom: 18px; background: rgba(255,255,255,.5); }
.proof-bar { min-height: 94px; padding: 22px var(--side); display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; background: var(--white); border-bottom: 1px solid var(--line); }
.proof-bar span { display: flex; align-items: center; justify-content: center; gap: 12px; color: #3e4548; font-size: .84rem; font-weight: 800; letter-spacing: .03em; text-align: center; border-right: 1px solid var(--line); }
.proof-bar span:last-child { border: 0; }
.proof-bar svg { color: var(--orange); }

.section { padding: clamp(78px, 10vw, 150px) var(--side); }
.section-heading { max-width: 980px; }
.section-heading h2 { margin-bottom: 28px; }
.section-heading > p { max-width: 720px; font-size: 1.08rem; }
.split-intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: clamp(50px, 9vw, 150px); align-items: end; }
.intro-body > p { max-width: 630px; font-size: 1.1rem; line-height: 1.75; }
.sector-line { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 10px 13px; align-items: center; color: #6a7174; font-size: .78rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.sector-line i { width: 4px; height: 4px; background: var(--orange); }
.section-dark { background: var(--ink); color: var(--white); }
.section-dark .section-heading > p { color: var(--muted); }
.industry-grid { margin-top: clamp(44px, 6vw, 88px); display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.industry-card { position: relative; min-height: 245px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; gap: 34px; background: var(--ink); color: var(--white); border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); transition: background .22s, color .22s; }
.industry-card:hover { background: var(--orange); color: var(--white); }
.industry-icon { width: 45px; height: 45px; display: grid; place-items: center; color: var(--orange); transition: color .22s; }
.industry-icon svg { width: 38px; height: 38px; }
.industry-card:hover .industry-icon { color: var(--white); }
.industry-card > span:nth-child(2) { display: grid; gap: 12px; }
.industry-card strong { font-size: 1.22rem; letter-spacing: -.025em; }
.industry-card small { max-width: 280px; color: #8f989d; font-size: .82rem; line-height: 1.5; transition: color .22s; }
.industry-card:hover small { color: rgba(255,255,255,.82); }
.industry-card > i { position: absolute; right: 24px; top: 28px; opacity: 0; transform: translateX(-8px); transition: opacity .22s, transform .22s; }
.industry-card:hover > i { opacity: 1; transform: none; }
.section-action { margin-top: 40px; display: flex; justify-content: flex-end; }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--white); font-size: .88rem; font-weight: 800; border-bottom: 1px solid var(--orange); padding-bottom: 8px; }

.work-contract { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: var(--orange); }
.contract-visual { min-height: 620px; overflow: hidden; }
.contract-visual img { width: 100%; height: 100%; object-fit: cover; }
.contract-copy { padding: clamp(60px, 8vw, 125px); display: flex; flex-direction: column; justify-content: center; }
.contract-copy .eyebrow { color: #311000; }
.contract-copy h2 { max-width: 650px; color: var(--white); }
.contract-copy > p { max-width: 610px; color: rgba(255,255,255,.82); font-size: 1.08rem; }
.contract-flow { margin: 44px 0; display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.35); }
.contract-flow span { min-height: 56px; padding: 10px 0; display: flex; align-items: center; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.35); color: var(--white); font-weight: 800; }
.contract-flow b { font-size: .7rem; letter-spacing: .1em; color: #4d1b00; }
.contract-copy .button { align-self: flex-start; }
.process-section .section-heading { margin-bottom: 60px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-grid article { min-height: 260px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article > span, .candidate-steps article > span { display: block; margin-bottom: 54px; color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .13em; }
.process-grid h3 { margin-bottom: 18px; }
.process-grid p { max-width: 340px; font-size: .92rem; }
.candidate-banner { padding: clamp(65px, 8vw, 110px) var(--side); display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; background: var(--ink-2); color: var(--white); }
.candidate-banner > div:first-child { max-width: 780px; }
.candidate-banner h2 { margin-bottom: 24px; }
.candidate-banner p { max-width: 650px; color: var(--muted); }

.page-hero { min-height: 610px; padding: 170px var(--side) 80px; display: grid; grid-template-columns: minmax(0, 1fr) 34%; align-items: end; gap: 50px; background: var(--ink); color: var(--white); overflow: hidden; }
.page-hero-copy { min-width: 0; max-width: 1040px; }
.page-hero h1 { max-width: 900px; margin-bottom: 32px; font-size: clamp(2.55rem, 4.6vw, 5rem); }
.page-hero p { max-width: 770px; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.page-hero-mark { min-height: 250px; padding: clamp(28px, 4vw, 56px); display: grid; place-items: center; background: var(--white); border: 1px solid var(--line-dark); }
.page-hero-mark img { width: 100%; height: auto; }

.contract-page-section { padding-top: 100px; padding-bottom: 100px; }
.contract-page-copy .section-heading { max-width: 900px; }
.contract-flow-wide { margin-top: 64px; grid-template-columns: repeat(5, 1fr); border-left: 1px solid var(--line-dark); }
.contract-flow-wide span { min-height: 150px; padding: 22px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; border-right: 1px solid var(--line-dark); border-color: var(--line-dark); }
.contract-flow-wide b { color: var(--orange); }
.compact-industries .industry-card, .industries-page-grid .industry-card { background: var(--paper); color: var(--ink); border-color: var(--line); }
.compact-industries .industry-grid, .industries-page-grid .industry-grid { border-color: var(--line); }
.compact-industries .industry-card:hover, .industries-page-grid .industry-card:hover { background: var(--orange); color: var(--white); }
.compact-industries .industry-card small, .industries-page-grid .industry-card small { color: #6c7477; }
.compact-industries .industry-card:hover small, .industries-page-grid .industry-card:hover small { color: rgba(255,255,255,.8); }
.industries-page-grid { padding-top: 70px; }
.industries-page-grid .industry-grid { margin-top: 0; }

.form-section, .application-section { display: grid; grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr); background: var(--ink); color: var(--white); }
.form-aside { min-width: 0; padding: clamp(70px, 8vw, 125px) var(--side); overflow: hidden; background: #111519; }
.form-aside h2 { max-width: 100%; font-size: clamp(1.9rem, 3vw, 3.35rem); line-height: 1.06; overflow-wrap: anywhere; }
.form-aside p { color: var(--muted); }
.smart-form { padding: clamp(58px, 7vw, 105px) var(--side); background: var(--white); color: var(--ink); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 22px; }
.form-grid label { display: grid; gap: 8px; }
.form-grid label.wide { grid-column: 1 / -1; }
.form-grid label > span { font-size: .78rem; font-weight: 800; color: #4b5255; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 51px; padding: 12px 0; border: 0; border-bottom: 1px solid #bfc4c6; border-radius: 0; background: transparent; color: var(--ink); outline: 0; }
.form-grid textarea { resize: vertical; line-height: 1.5; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--orange); box-shadow: 0 1px 0 var(--orange); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.consent { margin-top: 24px; display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 11px; color: #5a6266; font-size: .8rem; line-height: 1.5; }
.consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--orange); }
.consent a { color: var(--ink); text-decoration: underline; }
.consent em { font-style: normal; color: #899093; }
.form-submit { margin-top: 32px; display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.form-status { max-width: 520px; color: #3e4649; font-size: .85rem; }
.form-status.is-error { color: #a52a1d; }
.form-status.is-success { color: #177247; }
.smart-form.is-sending { opacity: .72; pointer-events: none; }
.upload-box { margin-top: 32px; min-height: 160px; padding: 26px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 20px; border: 1px dashed #9da4a7; cursor: pointer; transition: border .2s, background .2s; }
.upload-box:hover { border-color: var(--orange); background: #fff8f3; }
.upload-box input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.upload-icon { grid-row: 1 / 3; width: 56px; height: 56px; display: grid; place-items: center; color: var(--orange); background: #fff0e5; }
.upload-icon svg { width: 27px; height: 27px; }
.upload-box strong { align-self: end; font-size: 1rem; }
.upload-box small { align-self: start; color: #778084; }

.simple-cta { padding: clamp(70px, 9vw, 130px) var(--side); display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; background: var(--orange); color: var(--white); }
.simple-cta > div { max-width: 850px; }
.simple-cta .eyebrow { color: #4a1900; }
.simple-cta h2 { margin-bottom: 22px; }
.simple-cta p { max-width: 650px; color: rgba(255,255,255,.82); }
.simple-cta-dark { background: var(--ink); }
.simple-cta-dark .eyebrow { color: var(--orange); }

.industry-detail-hero { min-height: 680px; padding: 150px var(--side) 80px; display: grid; grid-template-columns: minmax(0, 1fr) 35%; align-items: end; gap: 50px; background: var(--ink); color: var(--white); overflow: hidden; }
.industry-detail-hero > div:first-child { max-width: 900px; }
.back-link { display: inline-block; margin-bottom: 48px; color: var(--muted); font-size: .82rem; font-weight: 800; }
.back-link:hover { color: var(--orange); }
.industry-detail-icon { width: 66px; height: 66px; display: grid; place-items: center; margin-bottom: 25px; color: var(--orange); }
.industry-detail-icon svg { width: 58px; height: 58px; }
.industry-detail-hero h1 { margin-bottom: 24px; }
.industry-detail-hero p { max-width: 720px; margin-bottom: 34px; color: var(--muted); font-size: 1.16rem; }
.industry-number { align-self: stretch; display: grid; place-items: center; color: rgba(255,255,255,.045); font-size: clamp(8rem, 22vw, 25rem); font-weight: 900; letter-spacing: -.12em; }
.detail-columns, .job-description { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.detail-columns article { min-height: 380px; padding: 36px; border: 1px solid var(--line); border-right: 0; }
.detail-columns article:last-child { border-right: 1px solid var(--line); }
.detail-columns article > span { color: var(--orange); font-size: .72rem; font-weight: 900; }
.detail-columns h2 { margin: 75px 0 30px; font-size: clamp(1.7rem, 2.5vw, 2.6rem); }
.check-list { margin: 0; padding: 0; display: grid; gap: 15px; list-style: none; }
.check-list li { display: flex; gap: 12px; color: #596164; }
.check-list svg { margin-top: 3px; color: var(--orange); }

.jobs-section { padding: clamp(60px, 8vw, 110px) var(--side); }
.job-filters { margin-bottom: 55px; display: grid; gap: 24px; }
.search-field input { width: 100%; max-width: 560px; min-height: 56px; padding: 0 18px; background: var(--white); border: 1px solid var(--line); }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chips button { min-height: 42px; padding: 0 16px; border: 1px solid var(--line); background: transparent; color: #4b5356; cursor: pointer; }
.filter-chips button:hover, .filter-chips button.active { background: var(--ink); border-color: var(--ink); color: var(--white); }
.jobs-list { display: grid; gap: 14px; }
.job-card { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(360px, .8fr) 190px; align-items: stretch; background: var(--white); border: 1px solid var(--line); }
.job-card-main { padding: 32px; }
.job-card h2 { margin: 24px 0 14px; font-size: clamp(1.6rem, 2.5vw, 2.5rem); }
.job-card p { margin: 0; font-size: .92rem; }
.job-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.job-tags span { padding: 6px 9px; background: #edf0ef; color: #555e61; font-size: .67rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.job-tags .tag-demo { background: #fff0e4; color: #a84400; }
.job-card dl { margin: 0; padding: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; border-left: 1px solid var(--line); }
.job-card dt, .job-facts dt { color: #8a9295; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.job-card dd, .job-facts dd { margin: 5px 0 0; color: var(--ink); font-size: .86rem; font-weight: 800; }
.job-card-link { padding: 26px; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; background: var(--ink); color: var(--white); font-size: .8rem; font-weight: 800; transition: background .2s; }
.job-card-link:hover { background: var(--orange); }
.job-card-link svg { width: 28px; height: 28px; }
.jobs-empty { padding: 60px 20px; text-align: center; }
[hidden] { display: none !important; }

.job-detail-hero { min-height: 700px; padding: 150px var(--side) 80px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); gap: clamp(60px, 9vw, 150px); align-items: end; background: var(--ink); color: var(--white); }
.job-detail-copy { max-width: 950px; }
.job-detail-copy h1 { margin: 30px 0 24px; }
.job-detail-copy p { max-width: 700px; margin-bottom: 32px; color: var(--muted); font-size: 1.1rem; }
.job-facts { margin: 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.job-facts div { min-height: 118px; padding: 22px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.job-facts dd { color: var(--white); }
.job-description { grid-template-columns: 1fr 1fr; gap: clamp(55px, 9vw, 140px); }
.job-description article { padding: 0; }
.job-description h2 { font-size: clamp(2rem, 3vw, 3rem); }
.mobile-apply { display: none; }

.candidate-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.candidate-steps article { min-height: 270px; padding: 32px; border: 1px solid var(--line); border-right: 0; }
.candidate-steps article:last-child { border-right: 1px solid var(--line); }
.candidate-steps h2 { font-size: clamp(1.5rem, 2.4vw, 2.4rem); }
.about-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.about-grid article { padding-top: 30px; border-top: 2px solid var(--orange); }
.about-grid h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
.values-strip { padding: 35px var(--side); display: flex; justify-content: space-between; gap: 30px; overflow: hidden; background: var(--ink); color: #687176; font-weight: 900; letter-spacing: .16em; white-space: nowrap; }
.values-strip span:nth-child(3) { color: var(--orange); }
.contact-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-choice > a { min-height: 330px; padding: 40px; display: grid; grid-template-columns: 1fr auto; align-content: space-between; background: var(--white); border: 1px solid var(--line); transition: background .2s, color .2s; }
.contact-choice > a:hover { background: var(--orange); color: var(--white); }
.contact-choice span { color: var(--orange); font-size: .72rem; font-weight: 900; }
.contact-choice > a:hover span, .contact-choice > a:hover p { color: rgba(255,255,255,.82); }
.contact-choice h2 { grid-column: 1 / -1; font-size: clamp(2rem, 3.5vw, 3.8rem); }
.contact-choice p { max-width: 480px; }
.contact-choice svg { width: 36px; height: 36px; align-self: end; }
.contact-details { padding: clamp(70px, 9vw, 130px) var(--side); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; background: var(--ink); color: var(--white); }
.contact-details h2 { font-size: clamp(2rem, 3vw, 3.4rem); }
.contact-details p { color: var(--muted); }
.contact-details > div:last-child { display: flex; flex-direction: column; align-items: flex-start; }
.contact-details a { margin-bottom: 14px; font-size: clamp(1.3rem, 2.3vw, 2.3rem); font-weight: 800; border-bottom: 1px solid var(--orange); }
.legal-content { max-width: 980px; margin: 0 auto; }
.legal-content h2 { margin: 55px 0 18px; font-size: clamp(1.7rem, 2.5vw, 2.6rem); }
.legal-content h3 { margin: 30px 0 12px; font-size: 1.25rem; }
.legal-content p { line-height: 1.8; }
.legal-content ul { margin: 0 0 26px; padding-left: 22px; color: #4c5458; }
.legal-content li { margin: 9px 0; line-height: 1.7; }
.legal-content a { text-decoration: underline; }
.legal-version { color: var(--orange); font-weight: 800; }
.legal-contact-box { margin: 28px 0 42px; padding: 26px; background: var(--white); border: 1px solid var(--line); }
.legal-contact-box p { margin: 6px 0; }
.legal-note { margin-top: 60px; padding: 28px; background: #fff0e4; border-left: 4px solid var(--orange); }
.legal-note p { margin: 8px 0 0; }
.not-found { min-height: 85vh; padding: 160px var(--side) 80px; display: grid; place-content: center; justify-items: center; text-align: center; }
.not-found > span { color: var(--orange); font-size: 1rem; font-weight: 900; }
.not-found h1 { max-width: 900px; font-size: clamp(3rem, 7vw, 7rem); }

.seo-location-hero { min-height: 690px; padding: 150px var(--side) 80px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 32%); align-items: end; gap: clamp(45px, 8vw, 120px); background: var(--ink); color: var(--white); }
.seo-location-hero > div { max-width: 920px; }
.seo-location-hero h1 { margin-bottom: 28px; font-size: clamp(2.5rem, 4.7vw, 5rem); }
.seo-location-hero p { max-width: 760px; margin-bottom: 34px; color: var(--muted); font-size: clamp(1rem, 1.45vw, 1.22rem); }
.seo-location-hero aside { min-height: 270px; padding: 35px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--orange); }
.seo-location-hero aside span { font-size: clamp(2rem, 4vw, 4.4rem); font-weight: 900; letter-spacing: -.055em; line-height: .95; overflow-wrap: anywhere; }
.seo-location-hero aside strong { margin-top: 20px; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.seo-location-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: clamp(50px, 9vw, 140px); align-items: end; }
.seo-location-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.seo-location-facts span { min-height: 115px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; gap: 16px; color: #697176; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.seo-location-facts strong { color: var(--ink); font-size: 1rem; letter-spacing: -.01em; text-transform: none; overflow-wrap: anywhere; }
.seo-local-copy, .seo-service-copy { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 120px); }
.seo-local-copy article { padding-top: 30px; border-top: 1px solid var(--line); }
.seo-local-copy h2, .seo-service-copy h2 { font-size: clamp(2rem, 3vw, 3.4rem); }
.seo-local-copy p, .seo-service-copy p { font-size: 1.04rem; line-height: 1.8; }
.seo-nearby { padding-top: 20px; }
.seo-nearby-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.seo-nearby-grid a { position: relative; min-height: 125px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; gap: 15px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s, color .2s; }
.seo-nearby-grid a:hover { background: var(--orange); color: var(--white); }
.seo-nearby-grid span { color: #71797d; font-size: .77rem; }
.seo-nearby-grid a:hover span { color: rgba(255,255,255,.8); }
.seo-nearby-grid svg { position: absolute; top: 23px; right: 23px; color: var(--orange); }
.seo-nearby-grid a:hover svg { color: var(--white); }
.seo-service-hero .eyebrow { margin: 24px 0 18px; }
.seo-service-copy > div:last-child { padding-top: 28px; border-top: 1px solid var(--line); }
.seo-faq { padding-top: 20px; }
.seo-faq-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.seo-faq-grid article { min-height: 230px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.seo-faq-grid h3 { margin-bottom: 24px; }
.seo-jobs-hero aside { background: var(--ink-2); border: 1px solid var(--line-dark); }
.seo-locations-index { display: grid; gap: 70px; }
.seo-locations-index article { display: grid; grid-template-columns: minmax(220px, .35fr) 1fr; gap: clamp(30px, 6vw, 90px); }
.seo-locations-index h2 { margin: 0; font-size: clamp(1.7rem, 2.7vw, 3rem); }
.seo-locations-index article > div { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.seo-locations-index a { min-height: 74px; padding: 18px; display: flex; align-items: center; justify-content: space-between; gap: 15px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-weight: 800; transition: background .2s, color .2s; }
.seo-locations-index a:hover { background: var(--orange); color: var(--white); }
.seo-locations-index svg { color: var(--orange); }
.seo-locations-index a:hover svg { color: var(--white); }

.site-footer { padding: 76px var(--side) 22px; background: #080a0b; color: var(--white); }
.footer-main { display: grid; grid-template-columns: 1.5fr .65fr .65fr 1fr; gap: 55px; }
.brand-footer { width: min(210px, 100%); margin-bottom: 24px; padding: 10px 14px; background: var(--white); }
.footer-main > div:first-child p { max-width: 420px; color: #7f898e; font-size: .88rem; }
.footer-links, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: .83rem; }
.footer-links strong, .footer-contact strong { margin-bottom: 12px; color: #7f898e; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a:hover, .footer-contact a:hover { color: var(--orange); }
.footer-contact span { color: #9da5a9; }
.footer-bottom { margin-top: 70px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: #626b70; font-size: .7rem; border-top: 1px solid #21262a; }

@media (max-width: 1160px) {
  .site-header { grid-template-columns: minmax(0, 1fr) auto auto; }
  .site-header.is-scrolled, body:not([data-page="home"]) .site-header { backdrop-filter: none; }
  .brand { min-width: 0; }
  .menu-toggle { display: inline-grid; place-items: center; justify-self: end; grid-column: 3; z-index: 2; }
  .header-actions { grid-column: 2; grid-row: 1; }
  .header-actions .button { display: none; }
  .site-nav { position: fixed; z-index: 1; top: 72px; right: 0; bottom: 0; left: 0; width: 100%; max-width: 100%; min-width: 0; justify-self: stretch; padding: 34px var(--side) max(52px, env(safe-area-inset-bottom)); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; background: var(--ink); opacity: 0; visibility: hidden; pointer-events: none; transform: none; transition: opacity .16s ease, visibility 0s linear .16s; }
  .site-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
  .site-nav a { width: 100%; padding: 18px 0; color: var(--white); font-size: clamp(1.4rem, 4vw, 2.2rem); white-space: normal; border-bottom: 1px solid var(--line-dark); }
  .site-nav a::after { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-open { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-close { display: inline-flex; }
  .industry-grid { grid-template-columns: repeat(3, 1fr); }
  .job-card { grid-template-columns: minmax(0, 1fr) 180px; }
  .job-card dl { grid-column: 1; grid-row: 2; border-left: 0; border-top: 1px solid var(--line); }
  .job-card-link { grid-column: 2; grid-row: 1 / 3; }
  .form-section, .application-section { grid-template-columns: .8fr 1.2fr; }
}

@media (max-width: 900px) {
  .hero-content { width: 100%; }
  .hero-overlay { background: linear-gradient(90deg, rgba(5,7,8,.92), rgba(5,7,8,.48)), linear-gradient(0deg, rgba(5,7,8,.62), transparent); }
  .proof-bar { grid-template-columns: 1fr; }
  .proof-bar span { min-height: 42px; border: 0; }
  .split-intro, .work-contract, .page-hero, .industry-detail-hero, .job-detail-hero { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .work-contract { min-height: auto; }
  .contract-visual { min-height: 460px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .candidate-banner, .simple-cta { align-items: flex-start; flex-direction: column; }
  .page-hero { min-height: 560px; }
  .page-hero-mark, .industry-number { display: none; }
  .contract-flow-wide { grid-template-columns: 1fr; border-left: 0; }
  .contract-flow-wide span { min-height: 70px; flex-direction: row; align-items: center; border-left: 1px solid var(--line-dark); }
  .form-section, .application-section { grid-template-columns: 1fr; }
  .form-aside { padding-top: 70px; padding-bottom: 70px; }
  .detail-columns { grid-template-columns: 1fr; }
  .detail-columns article { border-right: 1px solid var(--line); border-bottom: 0; }
  .detail-columns article:last-child { border-bottom: 1px solid var(--line); }
  .job-detail-hero { gap: 45px; }
  .candidate-steps, .about-grid { grid-template-columns: 1fr; }
  .candidate-steps article { min-height: 220px; border-right: 1px solid var(--line); border-bottom: 0; }
  .candidate-steps article:last-child { border-bottom: 1px solid var(--line); }
  .contact-choice { grid-template-columns: 1fr; }
  .seo-location-hero, .seo-location-intro, .seo-local-copy, .seo-service-copy { grid-template-columns: 1fr; }
  .seo-location-hero aside { min-height: 180px; }
  .seo-nearby-grid, .seo-faq-grid { grid-template-columns: 1fr 1fr; }
  .seo-locations-index article { grid-template-columns: 1fr; }
  .seo-locations-index article > div { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  :root { --side: 20px; }
  html { scroll-padding-top: 70px; }
  body { font-size: 16px; }
  .site-header { width: 100%; height: 70px; padding-right: 16px; padding-left: 18px; grid-template-columns: minmax(0, 1fr) auto auto; gap: 8px; }
  .site-header.is-scrolled, body:not([data-page="home"]) .site-header { height: 70px; }
  .brand { width: min(124px, 100%); max-width: 100%; }
  .header-actions { min-width: 0; gap: 6px; }
  .language-switcher a { min-width: 32px; min-height: 32px; }
  .menu-toggle { width: 42px; height: 42px; padding: 8px; }
  .menu-toggle svg { width: 24px; height: 24px; }
  .site-nav { top: 70px; padding: 24px 20px max(36px, env(safe-area-inset-bottom)); }
  .site-nav a { padding: 15px 0; font-size: 1.35rem; line-height: 1.15; }
  .home-hero { width: 100%; min-height: 100svh; }
  .hero-image { background-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(5,7,8,.94), rgba(5,7,8,.48)), linear-gradient(0deg, rgba(5,7,8,.86) 0%, transparent 65%); }
  .hero-content { width: 100%; max-width: 100%; padding: 122px 20px 48px; }
  .hero-content .eyebrow { margin-bottom: 18px; font-size: .66rem; line-height: 1.55; }
  .hero-content h1 { max-width: 100%; margin-bottom: 22px; font-size: clamp(2.05rem, 9.6vw, 2.75rem); line-height: 1.02; }
  .hero-content > p { margin-bottom: 20px; font-size: .98rem; line-height: 1.55; }
  .hero-note { align-items: flex-start; margin-bottom: 26px; font-size: .86rem; line-height: 1.5; }
  .hero-note i { flex: 0 0 7px; margin-top: .52em; }
  .hero-content .button-row { width: 100%; flex-direction: column; align-items: stretch; gap: 10px; }
  .hero-index { display: none; }
  .button { width: 100%; min-height: 54px; padding-right: 18px; padding-left: 18px; }
  .proof-bar { padding-top: 14px; padding-bottom: 14px; }
  .proof-bar span { justify-content: flex-start; font-size: .76rem; }
  .section { padding-top: 70px; padding-bottom: 70px; }
  h2 { font-size: 2rem; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-card { min-height: 205px; }
  .contract-visual { min-height: 330px; }
  .contract-copy { padding: 65px 20px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 220px; }
  .candidate-banner { padding-top: 65px; padding-bottom: 65px; }
  .candidate-banner .button-row { width: 100%; }
  .page-hero { width: 100%; min-height: 470px; padding-top: 118px; padding-bottom: 52px; }
  .page-hero h1, .industry-detail-hero h1, .job-detail-copy h1 { max-width: 100%; font-size: clamp(2rem, 9vw, 2.75rem); line-height: 1.04; }
  .industry-detail-hero, .job-detail-hero { min-height: auto; padding-top: 120px; padding-bottom: 60px; }
  .form-aside h2 { font-size: clamp(1.85rem, 8.5vw, 2.5rem); }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.wide { grid-column: auto; }
  .smart-form { padding: 56px 20px 70px; }
  .upload-box { grid-template-columns: auto 1fr; padding: 18px; }
  .simple-cta { padding-top: 65px; padding-bottom: 65px; }
  .simple-cta .button { width: 100%; }
  .job-card { grid-template-columns: 1fr; }
  .job-card dl { grid-column: 1; grid-row: auto; grid-template-columns: 1fr 1fr; }
  .job-card-link { min-height: 70px; padding: 20px 24px; grid-column: 1; grid-row: auto; flex-direction: row; align-items: center; }
  .job-facts { grid-template-columns: 1fr; }
  .job-facts div { min-height: 90px; }
  .job-description { grid-template-columns: 1fr; gap: 60px; }
  .mobile-apply { position: fixed; z-index: 80; left: 12px; right: 12px; bottom: 12px; min-height: 52px; display: flex; align-items: center; justify-content: center; background: var(--orange); color: var(--white); font-weight: 900; box-shadow: 0 12px 35px rgba(0,0,0,.25); }
  .application-section:target ~ .mobile-apply { display: none; }
  .contact-choice { padding-left: 0; padding-right: 0; }
  .contact-choice > a { min-height: 280px; border-left: 0; border-right: 0; }
  .contact-details { grid-template-columns: 1fr; gap: 50px; }
  .seo-location-hero { min-height: auto; padding-top: 120px; padding-bottom: 60px; }
  .seo-location-hero h1 { font-size: clamp(2rem, 9vw, 2.75rem); }
  .seo-location-hero aside { min-height: 145px; padding: 24px; }
  .seo-location-facts { grid-template-columns: 1fr; }
  .seo-nearby-grid, .seo-faq-grid { grid-template-columns: 1fr; }
  .seo-locations-index article > div { grid-template-columns: 1fr; }
  .seo-faq-grid article { min-height: auto; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 380px) {
  .site-header { padding-right: 12px; padding-left: 14px; gap: 5px; }
  .brand { width: min(112px, 100%); }
  .language-switcher a { min-width: 29px; }
  .menu-toggle { width: 40px; }
  .hero-content { padding-right: 16px; padding-left: 16px; }
  .hero-content h1 { font-size: 2rem; }
}

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