
:root {
  --ink: #242321;
  --muted: #68645e;
  --line: #ded9d0;
  --paper: #f8f6f1;
  --orange: #e86103;
  --orange-dark: #e86103;
  --orange-action: #e86103;
  --orange-soft: #fff0e5;
  --cream: #fcfbf8;
  --success: #176b42;
  --error: #a83232;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Inter Variable", "Noto Sans Arabic Variable", "Segoe UI", Tahoma, Arial, sans-serif; }
.site-shell[dir="rtl"] { font-family: "Noto Sans Arabic Variable", "Inter Variable", Tahoma, Arial, sans-serif; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.site-shell { min-height: 100vh; overflow-x: clip; }
.skip-link { position: fixed; top: 8px; inset-inline-start: 8px; z-index: 200; padding: 12px 16px; background: var(--ink); color: white; transform: translateY(-150%); transition: transform .2s ease; font-size: 12px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
:where(a, button, input, textarea, select):focus-visible { outline: 3px solid #e86103; outline-offset: 3px; }

.header-shell {
  position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(36,35,33,.1); box-shadow: 0 10px 35px rgba(36,35,33,.045);
  backdrop-filter: blur(18px);
}
.utility-bar {
  min-height: 32px; padding: 0 clamp(24px, 5vw, 84px); display: flex; align-items: center;
  justify-content: space-between; gap: 24px; background: var(--ink); color: rgba(255,255,255,.74);
  font-size: 11px; font-weight: 700; letter-spacing: .055em; text-transform: uppercase;
}
.utility-bar > span, .utility-bar > div { display: inline-flex; align-items: center; gap: 10px; }
.utility-bar a { transition: color .2s ease; }
.utility-bar a:hover { color: white; }
.utility-bar a[href^="tel:"] { direction: ltr; unicode-bidi: isolate; }
.utility-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(232,97,3,.13); }
.utility-divider { width: 1px; height: 12px; background: rgba(255,255,255,.2); }
.site-header {
  height: 84px; padding: 0 clamp(24px, 5vw, 84px); display: flex; align-items: center;
  justify-content: space-between; gap: clamp(22px, 3vw, 48px); position: relative;
}
.brand {
  min-width: 236px; padding: 0; border: 0; background: transparent; display: inline-flex;
  align-items: center; gap: 13px; text-align: start; cursor: pointer;
}
.brand-mark {
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  background: white; position: relative; overflow: hidden; flex: 0 0 auto;
  box-shadow: 0 7px 18px rgba(36,35,33,.16);
}
.brand-mark img { width: 100%; height: 100%; display: block; object-fit: cover; }
.brand-name { display: flex; flex-direction: column; gap: 4px; }
.brand-name strong { font-size: 12px; letter-spacing: .105em; white-space: nowrap; }
.brand-name small { font-size: 9px; letter-spacing: .2em; color: var(--orange-dark); font-weight: 850; }
[dir="rtl"] .brand-name strong, [dir="rtl"] .brand-name small { letter-spacing: .04em; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2vw, 34px); }
.main-nav > a:not(.mobile-nav-cta) {
  border: 0; background: transparent; padding: 13px 0; cursor: pointer; font-size: 12px;
  font-weight: 750; position: relative; color: #4d4a46; white-space: nowrap;
}
.main-nav > a:not(.mobile-nav-cta)::after {
  content: ""; position: absolute; bottom: 5px; inset-inline-start: 0; height: 2px;
  width: 0; background: var(--orange); transition: width .25s ease;
}
.main-nav > a:not(.mobile-nav-cta):hover, .main-nav > a.active:not(.mobile-nav-cta) { color: var(--ink); }
.main-nav > a:not(.mobile-nav-cta):hover::after, .main-nav > a.active:not(.mobile-nav-cta)::after { width: 100%; }
.workforce-nav-group { position: relative; align-self: stretch; display: flex; align-items: center; }
.workforce-nav-trigger { border: 0; background: transparent; padding: 13px 0; cursor: pointer; font-size: 12px; font-weight: 750; position: relative; color: #4d4a46; white-space: nowrap; display: inline-flex; align-items: center; gap: 7px; }
.workforce-nav-trigger > span { color: var(--orange-dark); font-size: 12px; transition: transform .2s ease; }
.workforce-main-link { color: inherit; text-decoration: none; }
.workforce-nav-trigger::after { content: ""; position: absolute; bottom: 5px; inset-inline-start: 0; height: 2px; width: 0; background: var(--orange); transition: width .25s ease; }
.workforce-nav-trigger:hover, .workforce-nav-trigger.active { color: var(--ink); }
.workforce-nav-trigger:hover::after, .workforce-nav-trigger.active::after { width: 100%; }
.workforce-nav-group:hover .workforce-nav-trigger > span, .workforce-nav-group:focus-within .workforce-nav-trigger > span { transform: rotate(180deg); }
.workforce-dropdown { position: absolute; top: 100%; inset-inline-start: 50%; width: min(620px, 76vw); padding: 22px; background: white; border: 1px solid var(--line); box-shadow: 0 24px 55px rgba(36,35,33,.16); display: grid; grid-template-columns: 1.35fr .85fr; gap: 14px; opacity: 0; visibility: hidden; transform: translate(-50%, 10px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; z-index: 30; }
[dir="rtl"] .workforce-dropdown { transform: translate(50%, 10px); }
.workforce-nav-group:hover .workforce-dropdown, .workforce-nav-group:focus-within .workforce-dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
[dir="rtl"] .workforce-nav-group:hover .workforce-dropdown, [dir="rtl"] .workforce-nav-group:focus-within .workforce-dropdown { transform: translate(50%, 0); }
.workforce-dropdown > div { padding: 10px; }
.workforce-dropdown > div + div { border-inline-start: 1px solid var(--line); }
.workforce-dropdown > div > span { display: block; margin-bottom: 9px; color: var(--orange-dark); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.workforce-dropdown a { min-height: 41px; padding: 9px 10px; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: #4d4a46; font-size: 12px; font-weight: 750; transition: background .2s ease, color .2s ease; }
.workforce-dropdown a:hover, .workforce-dropdown a:focus-visible { background: var(--orange-soft); color: var(--ink); }
.workforce-dropdown a i { color: var(--orange-dark); font-style: normal; font-weight: 500; }
[dir="rtl"] .workforce-dropdown > div > span { letter-spacing: 0; }
.mobile-nav-cta { display: none; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-switch {
  min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px;
  border: 1px solid var(--line); border-radius: 8px; background: white; cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.language-switch:hover { border-color: #aaa49b; box-shadow: 0 5px 15px rgba(36,35,33,.06); }
.language-switch span { font-size: 11px; font-weight: 850; color: #817b73; }
.language-switch span.active { color: var(--ink); }
.language-switch i { height: 14px; width: 1px; background: var(--line); }
.header-cta {
  min-height: 44px; padding: 0 18px; border: 1px solid var(--orange-action); background: var(--orange-action);
  color: white; display: inline-flex; align-items: center; justify-content: center; gap: 20px;
  font-size: 12px; font-weight: 800; cursor: pointer; transition: background .2s ease, transform .2s ease;
}
.header-cta:hover { background: var(--orange-dark); transform: translateY(-1px); }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 8px; background: white; cursor: pointer; position: relative; }
.menu-button span { display: block; width: 20px; height: 2px; background: var(--ink); position: absolute; left: 10px; transition: .2s; }
.menu-button span:first-child { top: 15px; }
.menu-button span:last-child { top: 23px; }
.menu-button.active span:first-child { transform: rotate(45deg); top: 19px; }
.menu-button.active span:last-child { transform: rotate(-45deg); top: 19px; }

.hero {
  min-height: calc(100vh - 116px); background: var(--cream); color: var(--ink); position: relative;
  display: flex; align-items: center; padding: 100px clamp(24px, 8vw, 140px) 80px; isolation: isolate;
}
.hero-grid, .civil-grid-lines {
  position: absolute; inset: 0; z-index: -2; opacity: .3;
  background-image: linear-gradient(rgba(44,40,35,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(44,40,35,.08) 1px, transparent 1px);
  background-size: 72px 72px; mask-image: linear-gradient(to right, transparent 4%, black 48%, transparent 96%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(112deg, transparent 0 67%, rgba(232,97,3,.06) 67% 100%),
    radial-gradient(circle at 78% 45%, rgba(232,97,3,.15), transparent 33%);
}
.hero-orbit { position: absolute; border: 1px solid rgba(232,97,3,.32); border-radius: 50%; z-index: -1; inset-inline-end: -6vw; top: 8%; width: 45vw; aspect-ratio: 1; }
.orbit-two { width: 34vw; top: 19%; inset-inline-end: -.5vw; border-color: rgba(36,35,33,.1); }
.orbit-two::before { content: ""; position: absolute; width: 12px; height: 12px; background: var(--orange); border-radius: 50%; top: 18%; left: 14%; box-shadow: 0 0 0 10px rgba(242,106,33,.1); }
.hero-content { max-width: 870px; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: .2em; font-size: 11px; font-weight: 800; color: var(--muted); }
[dir="rtl"] .eyebrow { letter-spacing: 0; font-size: 12px; }
.eyebrow span { width: 34px; height: 2px; background: var(--orange); }
.eyebrow.light { color: var(--muted); }
.hero h1 { margin: 24px 0 28px; font-size: clamp(54px, 8vw, 122px); line-height: .89; letter-spacing: -.065em; font-weight: 780; }
[dir="rtl"] .hero h1 { letter-spacing: -.025em; line-height: 1.05; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-content > p { max-width: 690px; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.75; color: var(--muted); margin: 0; }
.hero-actions { margin-top: 40px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 23px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; cursor: pointer; font-size: 13px; font-weight: 760; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange-action); color: white; }
.button-primary:hover { background: var(--orange-dark); }
.button-ghost { background: white; color: var(--ink); border-color: var(--line); }
.button-ghost:hover { border-color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #303030; }
.button-light { background: white; color: var(--ink); }
.button-light:hover { background: #fff7f1; }
.hero-meta { position: absolute; bottom: 30px; left: clamp(24px, 8vw, 140px); right: clamp(24px, 8vw, 140px); display: flex; justify-content: space-between; color: #817b73; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.hero-meta span { display: flex; align-items: center; gap: 10px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #62c48c; box-shadow: 0 0 0 5px rgba(98,196,140,.1); }
.section-pad { padding: clamp(85px, 10vw, 150px) clamp(24px, 8vw, 140px); }
.section-heading { max-width: 820px; margin-bottom: 58px; }
.section-heading h2, .hiring-head h2, .civil-copy h2, .about-copy h2, .contact-section h2 { margin: 18px 0 20px; font-size: clamp(38px, 5vw, 72px); line-height: 1; letter-spacing: -.05em; }
[dir="rtl"] .section-heading h2, [dir="rtl"] .hiring-head h2, [dir="rtl"] .civil-copy h2, [dir="rtl"] .about-copy h2, [dir="rtl"] .contact-section h2 { letter-spacing: -.02em; line-height: 1.15; }
.section-heading p, .hiring-head p, .civil-copy > p, .about-copy > p, .contact-section > div > p { max-width: 680px; color: var(--muted); line-height: 1.8; font-size: 16px; }

.division-intro { background: var(--paper); }
.division-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.division-card { min-height: 660px; padding: 34px; display: flex; flex-direction: column; position: relative; overflow: hidden; cursor: pointer; transition: transform .3s ease, box-shadow .3s ease; }
.division-card:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(36,35,33,.12); }
.hiring-card { background: var(--orange-action); color: white; }
.civil-card { background: white; border: 1px solid var(--line); }
.card-number {
  position: absolute; z-index: 3; top: 48px; inset-inline-start: 48px; min-width: 44px; min-height: 38px;
  padding: 0 11px; background: rgba(30,28,25,.78); color: white; display: grid; place-items: center;
  font-size: 11px; font-weight: 850; letter-spacing: .16em; backdrop-filter: blur(9px);
}
.division-card-media {
  width: calc(100% + 68px); margin: -34px -34px 35px; aspect-ratio: 16 / 7.4;
  position: relative; overflow: hidden; background: #ddd4ca;
}
.division-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .55s ease; }
.division-card:hover .division-card-media img { transform: scale(1.035); }
.division-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(27,24,21,.54), transparent 55%); }
.division-card-media figcaption {
  position: absolute; z-index: 1; bottom: 16px; inset-inline-start: 18px; margin: 0; color: rgba(255,255,255,.9);
  font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
[dir="rtl"] .division-card-media figcaption { letter-spacing: 0; }
.card-icon { width: 150px; height: 120px; align-self: center; position: relative; }
.people-icon i { position: absolute; border-radius: 50%; border: 2px solid rgba(255,255,255,.75); }
.people-icon i:nth-child(1) { width: 75px; height: 75px; left: 38px; top: 0; }
.people-icon i:nth-child(2), .people-icon i:nth-child(3) { width: 47px; height: 47px; bottom: 0; }
.people-icon i:nth-child(2) { left: 10px; }
.people-icon i:nth-child(3) { right: 10px; }
.build-icon { border-bottom: 2px solid var(--ink); }
.build-icon i { position: absolute; bottom: 0; border: 2px solid var(--ink); border-bottom: 0; }
.build-icon i:nth-child(1) { width: 46px; height: 85px; left: 4px; }
.build-icon i:nth-child(2) { width: 54px; height: 116px; left: 48px; background: repeating-linear-gradient(0deg, transparent, transparent 16px, rgba(23,23,23,.13) 17px); }
.build-icon i:nth-child(3) { width: 45px; height: 65px; right: 4px; }
.division-card h3 { margin: 0 0 14px; font-size: clamp(36px, 4vw, 58px); letter-spacing: -.045em; }
.division-card > div > p { max-width: 520px; margin: 0; line-height: 1.7; opacity: .72; }
.card-footer { border-top: 1px solid currentColor; padding-top: 18px; margin-top: auto; opacity: .78; display: flex; justify-content: space-between; align-items: center; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
[dir="rtl"] .card-footer { letter-spacing: 0; }
.card-footer button { width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; background: transparent; cursor: pointer; }

.hiring-section { background: #f0ece4; color: var(--ink); }
.hiring-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.hiring-head p { color: var(--muted); margin-bottom: 10px; }
.hiring-section .eyebrow.light { color: var(--muted); }
.hiring-tabs { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.hiring-tabs button { padding: 22px 8px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: #89837b; cursor: pointer; font-weight: 700; text-align: start; }
.hiring-tabs button span { font-size: 9px; margin-inline-end: 12px; opacity: .6; }
.hiring-tabs button.active { color: var(--ink); border-bottom-color: var(--orange); }
.workflow-panel { background: white; color: var(--ink); min-height: 560px; box-shadow: 0 25px 70px rgba(38,31,24,.08); }
.form-layout, .jobs-layout { display: grid; grid-template-columns: .72fr 1.28fr; }
.form-intro { padding: 52px; border-inline-end: 1px solid var(--line); }
.large-index { color: var(--orange); font-size: 12px; letter-spacing: .2em; font-weight: 800; }
.form-intro h3 { font-size: clamp(30px, 3.2vw, 50px); line-height: 1.08; letter-spacing: -.04em; margin: 36px 0 20px; }
[dir="rtl"] .form-intro h3 { letter-spacing: -.02em; }
.form-intro p { color: var(--muted); line-height: 1.8; }
.business-form { padding: 52px; background: var(--cream); }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 20px; }
.field-grid label { display: flex; flex-direction: column; gap: 9px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
[dir="rtl"] .field-grid label { text-transform: none; letter-spacing: 0; font-size: 13px; }
.field-grid label.wide { grid-column: 1 / -1; }
.field-grid input, .field-grid textarea, .field-grid select { width: 100%; border: 0; border-bottom: 1px solid #bfbab0; background: transparent; border-radius: 0; padding: 10px 2px 13px; outline: none; font-size: 14px; resize: vertical; color: var(--ink); }
.field-grid input:focus, .field-grid textarea:focus, .field-grid select:focus { border-color: var(--orange); }
.file-field { border: 1px dashed #bbb5aa; padding: 18px; background: #faf9f6; }
.file-field input { border: 0; padding: 0; }
.file-field small { color: var(--muted); font-size: 10px; font-weight: 500; text-transform: none; letter-spacing: 0; }
.checkbox-field { flex-direction: row !important; align-items: flex-start; text-transform: none !important; letter-spacing: 0 !important; font-weight: 500 !important; line-height: 1.5; }
.checkbox-field input { width: 16px; margin-top: 2px; flex: 0 0 auto; }
.submit-button { margin-top: 30px; min-width: 260px; border: 0; }
.submit-button:disabled { opacity: .55; cursor: wait; }
.form-message { margin: 18px 0 0; padding: 13px 15px; font-size: 13px; }
.form-message.success { color: var(--success); background: #e7f5ed; }
.form-message.error { color: var(--error); background: #faeaea; }
.jobs-list { padding: 52px; background: var(--cream); }
.job-card { border-top: 1px solid var(--line); padding: 26px 0; display: flex; justify-content: space-between; gap: 30px; }
.job-card span { color: var(--orange-dark); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 800; }
.job-card h4 { margin: 10px 0 8px; font-size: 22px; }
.job-card p { color: var(--muted); margin: 0; line-height: 1.6; }
.job-card > strong { font-size: 12px; white-space: nowrap; }
.empty-jobs { min-height: 350px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid var(--line); padding: 40px; }
.empty-symbol { font-size: 64px; color: var(--orange); font-weight: 200; }
.empty-jobs h4 { font-size: 23px; margin: 12px 0; }
.empty-jobs p { color: var(--muted); margin: 0 0 22px; }
.text-link { background: transparent; border: 0; border-bottom: 1px solid var(--ink); padding: 7px 0; cursor: pointer; font-weight: 700; }
.loader { width: 30px; height: 30px; border: 2px solid #ddd; border-top-color: var(--orange); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.civil-section { background: var(--paper); display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.civil-visual { aspect-ratio: 1.15; background: var(--orange-soft); border: 1px solid #f2d8c6; position: relative; overflow: hidden; isolation: isolate; }
.civil-grid-lines { opacity: .55; mask-image: none; }
.vertical-label { position: absolute; inset-inline-start: 20px; top: 28px; color: rgba(36,35,33,.4); writing-mode: vertical-rl; font-size: 9px; letter-spacing: .22em; }
.civil-shape { position: absolute; background: var(--orange); }
.shape-a { width: 32%; height: 76%; bottom: -10%; inset-inline-start: 16%; transform: skewY(-16deg); }
.shape-b { width: 28%; height: 48%; bottom: 0; inset-inline-start: 46%; background: white; }
.shape-c { width: 45%; height: 18%; bottom: 23%; inset-inline-start: 38%; background: rgba(36,35,33,.09); transform: rotate(-35deg); transform-origin: left; }
.civil-visual > strong { position: absolute; bottom: 24px; inset-inline-end: 28px; font-size: clamp(60px, 9vw, 130px); line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(36,35,33,.23); }
.civil-copy > p { margin-bottom: 28px; }
.status-line { display: flex; align-items: center; gap: 12px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; margin-bottom: 30px; }
.status-line i { width: 8px; height: 8px; background: var(--orange); border-radius: 50%; }
.about-section { background: white; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(70px, 10vw, 150px); align-items: center; }
.about-copy > p { max-width: 700px; }
.about-values { border-top: 1px solid var(--line); }
.about-values div { padding: 24px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 28px; }
.about-values span { color: var(--orange); font-size: 10px; font-weight: 800; }
.about-values strong { font-size: 18px; }
.contact-section { background: var(--orange-soft); color: var(--ink); padding: clamp(80px, 9vw, 130px) clamp(24px, 8vw, 140px); display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; border-top: 1px solid #f0d7c4; }
.contact-section h2 { max-width: 800px; }
.contact-section .eyebrow.light { color: var(--orange-dark); }
.contact-section > div > p { color: var(--muted); }
.contact-section .button-ghost { background: transparent; border-color: rgba(36,35,33,.25); }
.contact-actions { display: flex; flex-direction: column; gap: 10px; min-width: 265px; }
.site-footer {
  width: 100vw !important; max-width: none !important;
  position: relative; left: 50%; margin-left: -50vw !important; margin-right: -50vw !important;
  background: #22211f; color: white; border-top: 5px solid var(--orange);
}
[dir="rtl"] .site-footer {
  left: auto; right: 50%;
  margin-left: 0 !important; margin-right: -50vw !important;
}
.footer-main {
  padding: 78px clamp(24px, 8vw, 140px) 68px; display: grid;
  grid-template-columns: minmax(270px, 1.4fr) minmax(130px, .65fr) minmax(180px, .9fr) minmax(210px, .9fr);
  gap: clamp(38px, 5vw, 86px); align-items: start;
}
.footer-intro { max-width: 390px; }
.footer-brand { color: white; margin-bottom: 27px; }
.footer-brand .brand-mark { width: 64px; height: 64px; background: white; box-shadow: none; }
.footer-brand .brand-name strong { color: white; }
.footer-brand .brand-name small { color: var(--orange); }
.footer-intro > p { margin: 0; max-width: 360px; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.8; }
.footer-social-row { margin-top: 27px; display: flex; flex-wrap: wrap; gap: 9px; }
.footer-social-row a {
  min-height: 40px; padding: 0 13px; border: 1px solid rgba(255,255,255,.14); display: inline-flex;
  align-items: center; gap: 16px; color: rgba(255,255,255,.78); font-size: 10px; font-weight: 750;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.footer-social-row a:hover { color: white; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.04); }
.footer-column h3, .footer-contact h3 {
  margin: 4px 0 23px; color: white; font-size: 10px; font-weight: 850; letter-spacing: .18em;
  text-transform: uppercase; display: flex; align-items: center; gap: 10px;
}
.footer-column h3::before, .footer-contact h3::before { content: ""; width: 18px; height: 2px; background: var(--orange); }
[dir="rtl"] .footer-column h3, [dir="rtl"] .footer-contact h3 { letter-spacing: 0; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; }
.footer-column a {
  border: 0; background: transparent; color: rgba(255,255,255,.58); padding: 7px 0; cursor: pointer;
  font-size: 12px; line-height: 1.45; text-align: start; transition: color .2s ease, transform .2s ease;
}
.footer-column a:hover { color: white; transform: translateX(3px); }
[dir="rtl"] .footer-column a:hover { transform: translateX(-3px); }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; }
.footer-contact > address { max-width: 235px; color: rgba(255,255,255,.52); font-size: 11px; font-style: normal; line-height: 1.65; }
.footer-phone { margin-top: 8px; color: white; font-size: clamp(18px, 2vw, 24px); font-weight: 700; letter-spacing: -.02em; direction: ltr; unicode-bidi: isolate; }
.footer-phone:hover { color: var(--orange); }
.footer-email { margin-top: 8px; color: rgba(255,255,255,.72); font-size: 12px; }
.footer-email:hover { color: var(--orange); }
.footer-hours { margin-top: 10px; max-width: 210px; color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.5; }
.footer-domain {
  width: 100%; margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1);
  display: flex; flex-direction: column; gap: 5px;
}
.footer-domain small { color: rgba(255,255,255,.38); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.footer-domain strong { color: rgba(255,255,255,.78); font-size: 13px; font-weight: 650; }
.footer-legal { width: 100%; margin-top: 15px; display: flex; flex-wrap: wrap; gap: 8px 14px; }
.footer-legal a { color: rgba(255,255,255,.5); font-size: 10px; text-decoration: underline; text-underline-offset: 3px; }
.footer-legal a:hover { color: white; }
.footer-language {
  width: 100%; min-height: 42px; margin-top: 20px; padding: 0 13px; border: 1px solid rgba(255,255,255,.15);
  background: transparent; color: rgba(255,255,255,.72); display: flex; align-items: center; justify-content: space-between;
  cursor: pointer; font-size: 11px; font-weight: 750; transition: border-color .2s ease, color .2s ease;
}
.footer-language:hover { border-color: var(--orange); color: white; }
.footer-language i { color: var(--orange); font-style: normal; }
.footer-bottom {
  min-height: 66px; margin: 0 clamp(24px, 8vw, 140px); border-top: 1px solid rgba(255,255,255,.1);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px;
}
.footer-bottom p { margin: 0; color: rgba(255,255,255,.38); font-size: 9px; }
.footer-bottom > span { color: rgba(255,255,255,.25); font-size: 8px; font-weight: 850; letter-spacing: .24em; }
.footer-bottom button {
  justify-self: end; border: 0; background: transparent; color: rgba(255,255,255,.55); cursor: pointer;
  display: inline-flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 700;
}
.footer-bottom button:hover { color: white; }
.footer-bottom button i {
  width: 29px; height: 29px; border: 1px solid rgba(255,255,255,.15); display: grid; place-items: center;
  color: var(--orange); font-style: normal;
}

/* Multi-page website */
.home-hero {
  min-height: calc(100vh - 116px); background: var(--cream); color: var(--ink); position: relative;
  display: block; padding: 0; isolation: isolate; overflow: hidden;
}
.home-hero::before, .inner-hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(112deg, transparent 0 67%, rgba(232,97,3,.06) 67% 100%), radial-gradient(circle at 78% 45%, rgba(232,97,3,.15), transparent 33%);
}
.home-hero h1 { margin: 24px 0 28px; font-size: clamp(54px, 8vw, 122px); line-height: .89; letter-spacing: -.065em; font-weight: 780; }
[dir="rtl"] .home-hero h1 { letter-spacing: -.025em; line-height: 1.05; }
.home-hero h1 span, .home-hero h1 em { display: block; }
.home-hero h1 em { color: var(--orange); font-style: normal; }
.home-hero .hero-content > p { max-width: 690px; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.75; color: var(--muted); margin: 0; }
.hero-candidate-link { margin-top: 22px; width: fit-content; display: inline-flex; align-items: center; gap: 11px; color: var(--muted); border-bottom: 1px solid rgba(36,35,33,.25); padding-bottom: 5px; font-size: 12px; font-weight: 760; }
.hero-candidate-link span { color: var(--orange-dark); }
.hero-candidate-link:hover { color: var(--ink); border-color: var(--orange); }
.home-hero-layout {
  width: 100%; min-height: calc(100vh - 116px); display: flex; align-items: center;
  position: relative; isolation: isolate; z-index: 2;
}
.home-hero .hero-content {
  width: min(720px, 54%); max-width: none; padding-block: clamp(90px, 9vw, 145px) clamp(110px, 10vw, 155px);
  padding-inline-start: clamp(24px, 8vw, 140px); padding-inline-end: clamp(45px, 6vw, 105px); position: relative; z-index: 3;
}
.home-hero-layout .hero-content h1 { font-size: clamp(54px, 6.4vw, 104px); }
.home-hero-visual {
  position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; min-height: 0;
  aspect-ratio: auto; margin: 0; overflow: hidden; border: 0; background: #ddd4ca; box-shadow: none;
}
.home-hero-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.home-hero-visual::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--cream) 0%, rgba(252,251,248,.99) 25%, rgba(252,251,248,.9) 38%, rgba(252,251,248,.48) 50%, rgba(252,251,248,.08) 61%, transparent 69%);
}
[dir="rtl"] .home-hero-visual::after {
  background: linear-gradient(270deg, var(--cream) 0%, rgba(252,251,248,.99) 25%, rgba(252,251,248,.9) 38%, rgba(252,251,248,.48) 50%, rgba(252,251,248,.08) 61%, transparent 69%);
}
.home-hero-visual figcaption,
.inner-hero-visual figcaption {
  position: absolute; z-index: 4; bottom: 24px; inset-inline-start: auto; inset-inline-end: clamp(24px, 4vw, 70px); margin: 0; padding: 9px 11px;
  background: rgba(30,28,25,.78); color: rgba(255,255,255,.9); font-size: 10px; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(9px);
}
[dir="rtl"] .home-hero-visual figcaption,
[dir="rtl"] .inner-hero-visual figcaption { letter-spacing: 0; }
[dir="rtl"] .rtl-flip-media .inner-hero-visual img { transform: scaleX(-1); }
.home-hero-visual figcaption { bottom: 72px; }

.home-stats {
  min-height: 188px; padding: 0 clamp(24px, 8vw, 140px); background: var(--ink); color: white;
  display: grid; grid-template-columns: minmax(180px, .8fr) repeat(3, minmax(0, 1fr)); align-items: stretch;
}
.home-stats-label {
  padding: 38px clamp(24px, 3vw, 48px) 38px 0; display: flex; flex-direction: column; justify-content: center; gap: 13px;
  border-inline-end: 1px solid rgba(255,255,255,.14);
}
[dir="rtl"] .home-stats-label { padding: 38px 0 38px clamp(24px, 3vw, 48px); }
.home-stats-label > span {
  color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase;
}
.home-stats-label > strong { max-width: 150px; font-size: 13px; line-height: 1.45; letter-spacing: .08em; text-transform: uppercase; }
[dir="rtl"] .home-stats-label > strong, [dir="rtl"] .home-stats-label > span { letter-spacing: 0; }
.home-stats article {
  min-width: 0; padding: 34px clamp(22px, 3vw, 46px); display: flex; flex-direction: column; justify-content: center; gap: 12px;
  border-inline-end: 1px solid rgba(255,255,255,.14);
}
.home-stats article:last-child { border-inline-end: 0; }
.home-stats article > strong { direction: ltr; unicode-bidi: isolate; font-size: clamp(44px, 4.6vw, 70px); line-height: .9; letter-spacing: -.055em; font-variant-numeric: tabular-nums; }
.home-stats article > strong sup { margin-inline-start: 3px; color: var(--orange); font-size: .48em; line-height: 0; vertical-align: super; }
.home-stats article > span { color: rgba(255,255,255,.65); font-size: 11px; font-weight: 760; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }
[dir="rtl"] .home-stats article > strong { letter-spacing: 0; }
[dir="rtl"] .home-stats article > span { letter-spacing: 0; font-size: 12px; }

.inner-hero { min-height: 620px; padding: clamp(90px, 10vw, 150px) clamp(24px, 8vw, 140px); background: var(--cream); position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: center; }
.inner-hero-grid { width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 70px; align-items: end; position: relative; z-index: 2; }
.inner-hero-copy { max-width: 950px; }
.inner-hero h1 { margin: 23px 0 27px; max-width: 930px; font-size: clamp(50px, 7vw, 96px); line-height: .95; letter-spacing: -.06em; }
[dir="rtl"] .inner-hero h1 { letter-spacing: -.025em; line-height: 1.08; }
.inner-hero-copy > p { max-width: 730px; margin: 0; color: var(--muted); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.8; }
.inner-hero-media { min-height: 680px; padding: 0; display: block; }
.inner-hero-grid.has-media {
  min-height: 680px; display: flex; align-items: center; position: relative; isolation: isolate;
}
.inner-hero-grid.has-media .inner-hero-copy {
  width: min(720px, 54%); max-width: none; padding-block: clamp(90px, 9vw, 140px);
  padding-inline-start: clamp(24px, 8vw, 140px); padding-inline-end: clamp(45px, 6vw, 105px); position: relative; z-index: 3;
}
.inner-hero-grid.has-media h1 { font-size: clamp(48px, 5.8vw, 84px); }
.inner-hero-visual {
  position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; min-height: 0; margin: 0; overflow: hidden;
  border: 0; background: #ddd4ca; box-shadow: none;
}
.inner-hero-visual.wide-media,
.inner-hero-visual.standard-media { aspect-ratio: auto; }
.inner-hero-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.inner-hero-visual::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--cream) 0%, rgba(252,251,248,.99) 25%, rgba(252,251,248,.9) 38%, rgba(252,251,248,.48) 50%, rgba(252,251,248,.08) 61%, transparent 69%);
}
[dir="rtl"] .inner-hero-visual::after {
  background: linear-gradient(270deg, var(--cream) 0%, rgba(252,251,248,.99) 25%, rgba(252,251,248,.9) 38%, rgba(252,251,248,.48) 50%, rgba(252,251,248,.08) 61%, transparent 69%);
}
.inner-hero-media .hero-email-link { color: var(--muted); border-color: rgba(36,35,33,.24); }
.inner-hero-media .hero-email-link:hover { color: var(--ink); border-color: var(--orange); }

.section-heading h2 { max-width: 900px; }
.division-card .card-footer i { width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-style: normal; }
.value-section { background: white; display: grid; grid-template-columns: 1fr minmax(320px, .72fr); gap: clamp(60px, 9vw, 130px); align-items: center; }
.value-copy .section-heading { margin-bottom: 35px; }
.civil-visual.compact { width: 100%; max-width: 570px; justify-self: end; }

.check-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.check-list li { min-height: 62px; display: flex; align-items: center; gap: 17px; border-bottom: 1px solid var(--line); color: #45423e; font-size: 14px; }
.check-list li i { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--orange-soft); color: var(--orange-dark); font-style: normal; font-weight: 850; font-size: 11px; flex: 0 0 auto; }

.page-cta { padding: clamp(75px, 8vw, 110px) clamp(24px, 8vw, 140px); background: var(--orange-soft); border-top: 1px solid #f0d7c4; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 70px; }
.page-cta h2 { margin: 18px 0; max-width: 880px; font-size: clamp(38px, 5vw, 70px); line-height: 1; letter-spacing: -.05em; }
[dir="rtl"] .page-cta h2 { letter-spacing: -.02em; line-height: 1.15; }
.page-cta p { max-width: 690px; color: var(--muted); line-height: 1.8; margin: 0; }
.cta-actions { display: flex; flex-direction: column; gap: 10px; min-width: 265px; }

.path-section { background: var(--paper); }
.path-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.path-card { min-height: 385px; padding: 34px; background: white; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .25s ease, border-color .25s ease; }
.path-card:hover { transform: translateY(-5px); border-color: #b9b2a7; }
.path-card figure,
.contact-card figure {
  width: calc(100% + 68px); margin: -34px -34px 0; aspect-ratio: 16 / 9; position: relative;
  overflow: hidden; background: #ddd4ca;
}
.path-card figure img,
.contact-card figure img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.path-card:hover figure img,
.contact-card:hover figure img { transform: scale(1.035); }
.path-card figure::after,
.contact-card figure::after,
.vacancy-card > figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(25,22,20,.58), transparent 58%); }
.path-card figure figcaption,
.contact-card figure figcaption,
.vacancy-card > figure figcaption {
  position: absolute; z-index: 2; bottom: 13px; inset-inline-start: 15px; color: rgba(255,255,255,.9);
  font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase;
}
[dir="rtl"] .path-card figure figcaption,
[dir="rtl"] .contact-card figure figcaption,
[dir="rtl"] .vacancy-card > figure figcaption { letter-spacing: 0; }
.path-card figure > span,
.contact-card figure > span {
  position: absolute; z-index: 3; top: 16px; inset-inline-end: 16px; min-width: 38px; min-height: 34px;
  padding: 0 9px; background: rgba(30,28,25,.78); color: white; display: grid; place-items: center;
  font-size: 10px; font-weight: 850; letter-spacing: .12em; backdrop-filter: blur(8px);
}
.path-card > span, .info-card > span, .contact-card > span { color: var(--orange); font-size: 11px; font-weight: 850; letter-spacing: .16em; }
.path-card h3 { margin: 32px 0 17px; font-size: clamp(27px, 2.7vw, 39px); line-height: 1.08; letter-spacing: -.035em; }
.path-card p { color: var(--muted); line-height: 1.75; margin: 0 0 30px; }
.path-card a, .contact-card > a { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 800; }
.path-card a i, .contact-card > a i { width: 33px; height: 33px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--orange-dark); font-style: normal; }
.workforce-services { background: var(--paper); }
.workforce-routes { background: white; }
.workforce-routes .section-heading { max-width: 820px; }
.workforce-routes > div:last-child { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.workforce-routes > div:last-child > a { min-height: 265px; padding: 30px; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; position: relative; background: white; transition: background .25s ease; }
.workforce-routes > div:last-child > a:hover { background: var(--orange-soft); }
.workforce-routes a > span { color: var(--orange-dark); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.workforce-routes a h2 { margin: 27px 0 13px; font-size: clamp(26px, 2.7vw, 39px); line-height: 1.06; letter-spacing: -.04em; }
.workforce-routes a p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.workforce-routes a > i { margin-top: auto; align-self: flex-end; color: var(--orange-dark); font-size: 19px; font-style: normal; }
.workforce-services-head { margin-bottom: 48px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr); gap: clamp(55px, 8vw, 110px); align-items: end; }
.workforce-services-head .section-heading { margin: 0; }
.workforce-services-head figure { margin: 0; aspect-ratio: 16 / 9; overflow: hidden; background: #d8d1c8; position: relative; }
.workforce-services-head figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,23,20,.34), transparent 55%); }
.workforce-services-head figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.workforce-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.workforce-service-card { min-height: 300px; padding: 31px 28px; background: white; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; transition: background .25s ease, transform .25s ease; }
.workforce-service-card:hover { background: #fffaf5; transform: translateY(-3px); }
.workforce-service-card > i { width: 11px; height: 11px; display: block; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 7px var(--orange-soft); }
.workforce-service-grid h3 { margin: 42px 0 14px; font-size: clamp(23px, 2.1vw, 31px); line-height: 1.08; letter-spacing: -.035em; }
[dir="rtl"] .workforce-service-grid h3 { letter-spacing: -.01em; }
.workforce-service-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.72; }
.workforce-service-card > span { margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: var(--orange-dark); font-size: 11px; font-weight: 850; }
.workforce-service-card > span b { font-size: 16px; font-weight: 500; }
.workforce-industries { background: white; }
.workforce-industries .section-heading { max-width: 920px; }
.workforce-industry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.workforce-industry-grid article { min-height: 245px; padding: 34px; background: var(--ink); color: white; position: relative; overflow: hidden; }
.workforce-industry-grid article::after { content: ""; position: absolute; width: 170px; aspect-ratio: 1; border: 1px solid rgba(196,71,6,.4); border-radius: 50%; inset-inline-end: -70px; bottom: -90px; }
.workforce-industry-grid article > span { color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.workforce-industry-grid h3 { margin: 38px 0 13px; font-size: clamp(29px, 3vw, 43px); line-height: 1; letter-spacing: -.04em; }
[dir="rtl"] .workforce-industry-grid h3 { letter-spacing: -.015em; line-height: 1.15; }
.workforce-industry-grid p { margin: 0; max-width: 590px; color: rgba(255,255,255,.66); line-height: 1.7; }
.workforce-models { background: #f0ece4; }
.workforce-models .section-heading { max-width: 900px; }
.staffing-model-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.staffing-model-grid article { min-height: 300px; padding: 34px; background: white; border: 1px solid var(--line); }
.staffing-model-grid article > div { width: 58px; height: 58px; border-radius: 50%; background: var(--orange-soft); display: grid; place-items: center; }
.staffing-model-grid article > div i { width: 18px; height: 18px; border: 2px solid var(--orange-dark); border-radius: 50%; position: relative; }
.staffing-model-grid article > div i::after { content: ""; position: absolute; width: 12px; height: 2px; background: var(--orange-dark); top: 7px; left: 7px; }
[dir="rtl"] .staffing-model-grid article > div i::after { left: auto; right: 7px; }
.staffing-model-grid h3 { margin: 42px 0 15px; font-size: clamp(26px, 2.5vw, 36px); line-height: 1.08; letter-spacing: -.04em; }
[dir="rtl"] .staffing-model-grid h3 { letter-spacing: -.015em; line-height: 1.15; }
.staffing-model-grid p { margin: 0; color: var(--muted); line-height: 1.72; }
.workforce-process { border-top: 1px solid var(--line); }
.candidate-path { background: #f0ece4; display: grid; grid-template-columns: minmax(320px, .85fr) minmax(0, 1fr); gap: clamp(55px, 8vw, 115px); align-items: center; }
.candidate-path > figure { margin: 0; min-height: 480px; position: relative; overflow: hidden; background: #d8d1c8; }
.candidate-path > figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,23,20,.35), transparent 54%); }
.candidate-path > figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.candidate-path .section-heading { margin-bottom: 33px; }
.candidate-path-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.text-link { display: inline-flex; align-items: center; gap: 13px; padding: 14px 0; border-bottom: 1px solid #aaa49b; font-size: 12px; font-weight: 800; }
.text-link span { color: var(--orange-dark); }
.text-link:hover { border-color: var(--orange); }
.workforce-trust { padding-block: clamp(50px, 6vw, 78px); background: white; display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(50px, 8vw, 115px); align-items: center; }
.workforce-trust > div > span { color: var(--orange-dark); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
[dir="rtl"] .workforce-trust > div > span { letter-spacing: 0; }
.workforce-trust h2 { margin: 14px 0 0; font-size: clamp(28px, 3.2vw, 46px); line-height: 1.08; letter-spacing: -.04em; }
[dir="rtl"] .workforce-trust h2 { letter-spacing: -.015em; }
.workforce-trust ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.workforce-trust li { min-height: 72px; padding: 18px; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 12px; color: #4d4944; font-size: 13px; }
.workforce-trust li i { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--orange-soft); color: var(--orange-dark); font-size: 10px; font-style: normal; font-weight: 850; }
.department-overview { background: var(--paper); display: grid; grid-template-columns: minmax(290px, .75fr) minmax(0, 1.25fr); gap: clamp(55px, 8vw, 120px); align-items: start; }
.department-intro { position: sticky; top: 145px; }
.department-intro > span, .department-start > div > span { color: var(--orange-dark); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.department-intro h2 { margin: 18px 0 0; font-size: clamp(34px, 4.2vw, 58px); line-height: 1.06; letter-spacing: -.045em; }
.department-facts { border-top: 1px solid var(--line); }
.department-facts article { padding: 32px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: minmax(150px, .45fr) minmax(0, 1fr); gap: 25px; }
.department-facts h3 { margin: 3px 0 0; font-size: 17px; }
.department-facts ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 20px; }
.department-facts li { min-height: 43px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; }
.department-facts li i { width: 24px; height: 24px; flex: 0 0 auto; border-radius: 50%; background: var(--orange-soft); color: var(--orange-dark); display: grid; place-items: center; font-size: 9px; font-style: normal; }
.department-start { background: var(--ink); color: white; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 55px; align-items: center; }
.department-start > div > span { color: var(--orange); }
.department-start h2 { margin: 13px 0 12px; font-size: clamp(34px, 4vw, 56px); line-height: 1.04; letter-spacing: -.045em; }
.department-start p { max-width: 720px; margin: 0; color: rgba(255,255,255,.62); line-height: 1.7; }
.process-section { background: white; display: grid; grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr); gap: clamp(60px, 8vw, 125px); }
.process-section .section-heading { margin: 0; }
.process-list { border-top: 1px solid var(--line); }
.process-list article { display: grid; grid-template-columns: 1fr; padding: 31px 0; border-bottom: 1px solid var(--line); }
.process-list article > span { color: var(--orange); font-size: 11px; font-weight: 850; }
.process-list h3 { margin: 0 0 9px; font-size: 21px; }
.process-list p { margin: 0; color: var(--muted); line-height: 1.65; }

.form-page { background: #f0ece4; display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(45px, 7vw, 100px); align-items: start; }
.form-sidebar { position: sticky; top: 150px; }
.sidebar-visual { margin: 0 0 31px; aspect-ratio: 16 / 9; position: relative; overflow: hidden; background: #d9d1c7; }
.sidebar-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sidebar-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(24,22,19,.58), transparent 55%); }
.sidebar-visual figcaption { position: absolute; z-index: 1; bottom: 12px; inset-inline-start: 14px; color: white; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
[dir="rtl"] .sidebar-visual figcaption { letter-spacing: 0; }
.form-sidebar h2 { margin: 32px 0 19px; font-size: clamp(33px, 4vw, 57px); line-height: 1.05; letter-spacing: -.045em; }
[dir="rtl"] .form-sidebar h2 { letter-spacing: -.02em; line-height: 1.15; }
.form-sidebar > p { color: var(--muted); line-height: 1.8; margin: 0 0 33px; }
.form-card { background: white; box-shadow: 0 25px 70px rgba(38,31,24,.08); }
.form-card-head { padding: 35px 52px; border-bottom: 1px solid var(--line); display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; }
.form-card-head > div { display: flex; flex-direction: column; gap: 9px; }
.form-card-head span { color: var(--orange-dark); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.form-card-head h2 { margin: 0; font-size: clamp(27px, 3vw, 42px); letter-spacing: -.04em; }
.form-card-head > small { max-width: 190px; color: var(--muted); line-height: 1.5; text-align: end; }
.pro-form { background: var(--cream); }
.form-section { padding-bottom: 42px; margin-bottom: 42px; border-bottom: 1px solid var(--line); }
.form-section:last-of-type { margin-bottom: 0; }
.form-section > header { margin-bottom: 29px; display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; }
.form-section > header > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #efc8ad; border-radius: 50%; color: var(--orange-dark); font-size: 9px; font-weight: 850; }
.form-section > header h3 { margin: 0 0 7px; font-size: 21px; letter-spacing: -.025em; }
.form-section > header p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.application-context { margin-top: 34px; padding: 19px 20px; border-inline-start: 3px solid var(--orange); background: white; display: flex; flex-direction: column; gap: 7px; }
.application-context span { color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.application-context strong { font-size: 16px; }
.upload-zone {
  min-height: 148px; padding: 26px !important; border: 1px dashed #bdb6ab; background: white; position: relative;
  display: grid !important; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 17px !important; cursor: pointer;
  text-transform: none !important; letter-spacing: 0 !important;
}
.upload-zone:hover { border-color: var(--orange); background: var(--orange-soft); }
.upload-zone input { position: absolute; inset: 0; opacity: 0; cursor: pointer; border: 0; }
.upload-symbol { width: 46px; height: 46px; border-radius: 50%; background: var(--orange-soft); color: var(--orange-dark); display: grid; place-items: center; font-size: 20px; }
.upload-copy { display: flex; flex-direction: column; gap: 7px; }
.upload-copy strong { font-size: 14px; }
.upload-copy small { color: var(--muted); font-size: 11px; font-weight: 500; }
.upload-zone em { grid-column: 1 / -1; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; font-style: normal; font-weight: 600; }
.upload-zone em.has-file { color: var(--success); }
.upload-error { grid-column: 1 / -1; margin: -10px 0 0; color: var(--error); font-size: 12px; }
.form-care { margin: 0 0 38px; padding: 15px 17px; border: 1px solid #efd9b6; background: #fff8e9; color: #6d5636; display: grid; grid-template-columns: 25px minmax(0, 1fr); gap: 11px; align-items: start; font-size: 11px; line-height: 1.65; }
.form-care > span { width: 23px; height: 23px; border: 1px solid #d9ad69; border-radius: 50%; display: grid; place-items: center; color: #94651c; font-size: 10px; font-weight: 850; }
.inline-policy { color: var(--orange-dark); text-decoration: underline; text-underline-offset: 3px; }
.form-message.preview { color: #76522c; background: #fff3d7; line-height: 1.65; }
.note-section { background: white; }
.note-section .section-heading { margin: 0; }

.application-journey { background: white; }
.journey-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.journey-grid article { min-height: 235px; padding: 28px; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream); }
.journey-grid article > span { color: var(--orange-dark); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.journey-grid h3 { margin: 0 0 13px; font-size: 21px; letter-spacing: -.025em; }
.journey-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.candidate-form-page { background: #f3efe8; }
.candidate-next { background: white; display: grid; grid-template-columns: minmax(270px, .7fr) minmax(0, 1.3fr); gap: clamp(55px, 8vw, 120px); align-items: start; }
.candidate-next .section-heading { margin: 0; }
.candidate-next > div:last-child { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.candidate-next article { padding: 27px 24px; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.candidate-next article i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--orange-soft); color: var(--orange-dark); font-style: normal; font-size: 10px; font-weight: 850; }
.candidate-next article h3 { margin: 22px 0 10px; font-size: 18px; }
.candidate-next article p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.vacancy-showcase { background: var(--paper); }
.vacancy-status { padding-block: clamp(52px, 6vw, 78px); background: var(--orange-soft); border-top: 1px solid #f0d7c4; border-bottom: 1px solid #f0d7c4; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 60px; align-items: end; }
.vacancy-status > div { max-width: 800px; }
.vacancy-status h2 { margin: 18px 0 15px; font-size: clamp(36px, 4.6vw, 64px); line-height: 1; letter-spacing: -.05em; }
[dir="rtl"] .vacancy-status h2 { letter-spacing: -.02em; line-height: 1.15; }
.vacancy-status p { margin: 0; max-width: 700px; color: var(--muted); line-height: 1.75; }
.vacancy-status > a { min-width: 230px; }
.vacancy-showcase-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; }
.vacancy-showcase-head > span { margin-bottom: 62px; padding: 10px 13px; border: 1px solid var(--line); background: white; color: var(--orange-dark); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.role-profile-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.role-profile-card { min-height: 490px; padding: 30px; background: white; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.role-profile-card:hover { transform: translateY(-4px); border-color: #b8b0a5; box-shadow: 0 20px 48px rgba(36,35,33,.07); }
.role-profile-top { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.role-profile-top > span { padding: 8px 10px; background: var(--orange-soft); color: var(--orange-dark); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.role-profile-top > em { color: var(--muted); font-size: 10px; font-style: normal; font-weight: 750; }
[dir="rtl"] .role-profile-top > span { letter-spacing: 0; }
.role-profile-card h2 { margin: 20px 0 15px; font-size: clamp(31px, 3vw, 46px); line-height: 1; letter-spacing: -.045em; }
[dir="rtl"] .role-profile-card h2 { letter-spacing: -.015em; line-height: 1.15; }
.role-profile-card > p { margin: 0 0 23px; color: var(--muted); line-height: 1.7; }
.role-profile-card > ul { margin: 0 0 30px; padding: 0; list-style: none; }
.role-profile-card > ul li { padding: 9px 0; border-top: 1px solid var(--line); color: #4f4b46; font-size: 12px; }
.role-profile-card > a { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 850; }
.role-profile-card > a i { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--orange-dark); font-style: normal; }
.vacancy-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 16px; }
.vacancy-card { min-height: 680px; padding: 0; background: white; border: 1px solid var(--line); display: flex; flex-direction: column; overflow: hidden; transition: transform .25s ease, border-color .25s ease; }
.vacancy-card:hover { transform: translateY(-4px); border-color: #b8b0a5; }
.vacancy-card.active-vacancy { border: 2px solid var(--orange); box-shadow: 0 24px 55px rgba(82,44,22,.11); }
.vacancy-card.active-vacancy .vacancy-card-top > span { background: var(--orange-action); color: white; }
.vacancy-card.active-vacancy .vacancy-card-body > a { color: var(--orange-dark); }
.vacancy-card > figure { margin: 0; aspect-ratio: 16 / 8.6; position: relative; overflow: hidden; background: #ddd4ca; }
.vacancy-card > figure img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.vacancy-card:hover > figure img { transform: scale(1.035); }
.vacancy-card-body { padding: 30px 34px 34px; display: flex; flex: 1; flex-direction: column; }
.vacancy-card-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.vacancy-card-top > span { padding: 8px 10px; background: var(--orange-soft); color: var(--orange-dark); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
[dir="rtl"] .vacancy-card-top > span { letter-spacing: 0; }
.vacancy-card-top > i { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--line); font-style: normal; font-size: 10px; font-weight: 850; }
.vacancy-meta { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--muted); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
[dir="rtl"] .vacancy-meta { letter-spacing: 0; }
.vacancy-meta span { position: relative; }
.vacancy-meta span:not(:last-child)::after { content: "·"; position: absolute; inset-inline-end: -11px; }
.vacancy-card h2 { margin: 20px 0 15px; font-size: clamp(32px, 3vw, 48px); line-height: 1; letter-spacing: -.045em; }
[dir="rtl"] .vacancy-card h2 { letter-spacing: -.015em; line-height: 1.15; }
.vacancy-card-body > p { margin: 0 0 23px; max-width: 600px; color: var(--muted); line-height: 1.7; }
.vacancy-card-body > ul { margin: 0 0 30px; padding: 0; list-style: none; }
.vacancy-card-body > ul li { padding: 9px 0; border-top: 1px solid var(--line); color: #4f4b46; font-size: 12px; }
.vacancy-card-body > a { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 850; }
.vacancy-card-body > a i { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--orange-dark); font-style: normal; }
.vacancy-register { background: var(--orange-soft); display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 60px; }
.vacancy-register h2 { margin: 23px 0 15px; font-size: clamp(38px, 5vw, 68px); letter-spacing: -.05em; }
[dir="rtl"] .vacancy-register h2 { letter-spacing: -.02em; }
.vacancy-register p { max-width: 690px; margin: 0; color: var(--muted); line-height: 1.8; }
.application-help { background: white; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 8vw, 120px); align-items: start; }
.application-help .section-heading { margin: 0; }

.sample-notice { margin-top: 30px; max-width: 650px; padding: 14px 17px; background: #fff3d7; border-inline-start: 3px solid var(--orange); color: #76522c; font-size: 12px; font-weight: 700; }
.sample-notice.active-notice { background: #e9f7ef; border-inline-start-color: var(--success); color: #275c3f; }
.job-detail { background: var(--paper); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr); gap: clamp(55px, 8vw, 120px); align-items: start; }
.job-detail-main { background: white; border: 1px solid var(--line); }
.job-detail-main > article { padding: clamp(32px, 5vw, 58px); border-bottom: 1px solid var(--line); }
.job-detail-main > article:last-child { border-bottom: 0; }
.job-detail-main > article > span { color: var(--orange-dark); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
[dir="rtl"] .job-detail-main > article > span { letter-spacing: 0; }
.job-overview { margin: 27px 0 0; max-width: 760px; font-size: clamp(21px, 2.3vw, 30px); line-height: 1.55; color: #494540; }
.job-detail-main ul { margin: 29px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.job-detail-main li { min-height: 65px; padding: 16px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 45px minmax(0, 1fr); gap: 14px; align-items: center; }
.job-detail-main li i { width: 29px; height: 29px; border-radius: 50%; background: var(--orange-soft); color: var(--orange-dark); display: grid; place-items: center; font-size: 9px; font-style: normal; font-weight: 850; }
.job-detail-main li span { line-height: 1.6; }
.job-summary { padding: 38px; background: var(--ink); color: white; position: sticky; top: 150px; }
.job-summary > span { color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.job-summary dl { margin: 35px 0; }
.job-summary dl > div { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.13); }
.job-summary dt { color: rgba(255,255,255,.45); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.job-summary dd { margin: 9px 0 0; font-size: 16px; line-height: 1.4; }
.job-summary .button { width: 100%; }
.job-summary > small { display: block; margin-top: 20px; color: rgba(255,255,255,.45); line-height: 1.6; }

.civil-detail { background: var(--paper); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 8vw, 120px); align-items: center; }
.civil-detail .section-heading { margin-bottom: 35px; }
.civil-detail .civil-copy h2 { margin-top: 18px; }
.civil-detail .status-line { margin-top: 30px; margin-bottom: 0; }
.future-section { background: white; display: grid; grid-template-columns: .38fr 1fr; gap: 60px; align-items: start; }
.future-section > span { font-size: clamp(45px, 7vw, 90px); color: #ddd8ce; letter-spacing: -.05em; }
.future-section .section-heading { margin-bottom: 35px; }

.hero-email-link { display: inline-flex; margin-top: 22px; color: rgba(255,255,255,.67); border-bottom: 1px solid rgba(255,255,255,.25); padding-bottom: 5px; font-size: 11px; font-weight: 750; letter-spacing: .03em; }
.hero-email-link:hover { color: white; border-color: var(--orange); }
.civil-services { background: var(--paper); }
.civil-services-head { margin-bottom: 50px; }
.civil-services-head .section-heading { margin: 0; }
.civil-services-head .status-line { margin: 0 0 6px; white-space: nowrap; }
.civil-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.civil-service-card { min-height: 540px; padding: clamp(30px, 4vw, 48px); background: white; border: 1px solid var(--line); display: flex; flex-direction: column; position: relative; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.civil-service-card:hover { transform: translateY(-4px); box-shadow: 0 24px 55px rgba(36,35,33,.1); }
.civil-service-card::after { display: none; }
.civil-service-card > div { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; }
.civil-service-card > div span { color: var(--orange); font-size: 13px; font-weight: 850; }
.civil-service-card > div i { color: #aaa39a; font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .14em; }
.civil-service-card > figure { margin: 28px 0 0; aspect-ratio: 16 / 8.5; position: relative; overflow: hidden; background: #ddd4ca; }
.civil-service-card > figure img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .55s ease; }
.civil-service-card:hover > figure img { transform: scale(1.035); }
.civil-service-card > figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(24,22,19,.54), transparent 56%); }
.civil-service-card > figure figcaption { position: absolute; z-index: 1; bottom: 13px; inset-inline-start: 15px; color: rgba(255,255,255,.9); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
[dir="rtl"] .civil-service-card > figure figcaption { letter-spacing: 0; }
.civil-service-card h3 { margin: 34px 0 20px; max-width: 520px; font-size: clamp(32px, 4vw, 52px); line-height: 1.05; letter-spacing: -.045em; position: relative; z-index: 1; }
[dir="rtl"] .civil-service-card h3 { letter-spacing: -.015em; line-height: 1.2; }
.civil-service-card p { margin: 0; max-width: 580px; color: var(--muted); line-height: 1.8; }
.civil-scope-note { margin-top: 16px; padding: 31px 35px; background: var(--ink); color: white; display: grid; grid-template-columns: minmax(190px, .42fr) minmax(0, 1fr); gap: 38px; align-items: center; }
.civil-scope-note strong { font-size: 22px; }
.civil-scope-note p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.7; }
.civil-service-card > a { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 850; }
.civil-service-card > a span { color: var(--orange-dark); }
.civil-additional { margin-top: 16px; padding: 30px 35px; background: var(--ink); color: white; display: grid; grid-template-columns: .45fr minmax(0, 1fr) auto; gap: 38px; align-items: center; }
.civil-additional > span { color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.civil-additional h3 { margin: 0 0 8px; font-size: 24px; }
.civil-additional p { margin: 0; color: rgba(255,255,255,.56); line-height: 1.65; }
.civil-additional > a { min-width: 190px; min-height: 48px; padding: 0 16px; border: 1px solid rgba(255,255,255,.22); display: flex; align-items: center; justify-content: space-between; color: white; font-size: 11px; font-weight: 800; }
.civil-additional > a i { color: var(--orange); font-style: normal; }
.civil-process { background: white; display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(55px, 8vw, 120px); align-items: start; }
.civil-process .section-heading { margin: 0; position: sticky; top: 145px; }
.civil-process-grid { border-top: 1px solid var(--line); }
.civil-process-grid article { min-height: 150px; padding: 29px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: minmax(150px, .6fr) minmax(0, 1fr); gap: 22px; align-items: start; }
.civil-process-grid article > span { width: 35px; height: 35px; border-radius: 50%; background: var(--orange-soft); color: var(--orange-dark); display: grid; place-items: center; font-size: 9px; font-weight: 850; }
.civil-process-grid h3 { margin: 4px 0 0; font-size: 20px; }
.civil-process-grid p { margin: 2px 0 0; color: var(--muted); line-height: 1.75; }
.civil-projects { background: var(--orange-soft); display: block; }
.civil-projects-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 45px; align-items: end; margin-bottom: 50px; }
.civil-project-copy .section-heading { margin: 0; }
.project-status { min-height: 48px; padding: 0 16px; border: 1px solid #e9cdb9; display: inline-flex; align-items: center; gap: 10px; color: #765a45; font-size: 11px; font-weight: 750; }
.project-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.portfolio-card { background: white; border: 1px solid #ead6c7; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.portfolio-card:hover { transform: translateY(-4px); box-shadow: 0 24px 50px rgba(72,47,31,.11); }
.portfolio-card figure { margin: 0; aspect-ratio: 4 / 3; position: relative; overflow: hidden; background: #ddd4ca; }
.portfolio-card figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(23,20,18,.68), transparent 60%); }
.portfolio-card figure img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .55s ease; }
.portfolio-card:hover figure img { transform: scale(1.035); }
.portfolio-card figcaption {
  position: absolute; z-index: 1; bottom: 17px; inset-inline-start: 18px; inset-inline-end: 18px;
  display: flex; align-items: center; gap: 10px; color: white; font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase;
}
[dir="rtl"] .portfolio-card figcaption { letter-spacing: 0; }
.portfolio-card figcaption span { width: 29px; height: 29px; border: 1px solid rgba(255,255,255,.5); display: grid; place-items: center; flex: 0 0 auto; }
.portfolio-card > div { padding: 28px; }
.portfolio-card h3 { margin: 0 0 13px; font-size: clamp(23px, 2.5vw, 34px); letter-spacing: -.035em; line-height: 1.08; }
[dir="rtl"] .portfolio-card h3 { letter-spacing: -.01em; line-height: 1.2; }
.portfolio-card p { margin: 0; color: var(--muted); line-height: 1.75; }
.project-placeholder { min-height: 430px; padding: 35px; background: #e9dfd2; border: 1px solid #ddcdbd; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; }
.project-placeholder > span, .project-placeholder > small { color: #8a7c6e; font-size: 9px; font-weight: 850; letter-spacing: .16em; position: relative; z-index: 2; }
.project-placeholder > strong { width: 72px; height: 72px; border: 1px solid rgba(68,59,50,.28); border-radius: 50%; display: grid; place-items: center; align-self: center; color: #8d7b6a; font-size: 35px; font-weight: 300; position: relative; z-index: 2; }
.project-lines { position: absolute; inset: 0; background-image: linear-gradient(rgba(76,66,56,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(76,66,56,.08) 1px, transparent 1px); background-size: 42px 42px; transform: perspective(500px) rotateX(55deg) scale(1.4); transform-origin: center bottom; }
.civil-form-page { background: var(--paper); display: grid; grid-template-columns: minmax(270px, .58fr) minmax(0, 1.42fr); gap: clamp(50px, 7vw, 100px); align-items: start; scroll-margin-top: 105px; }
.civil-form-side { position: sticky; top: 145px; }
.civil-enquiry-visual { margin: 0 0 35px; aspect-ratio: 4 / 3; position: relative; overflow: hidden; background: #d6cec4; box-shadow: 0 20px 55px rgba(34,29,24,.12); }
.civil-enquiry-visual::before { content: ""; position: absolute; z-index: 2; inset: 0 0 auto; height: 5px; background: var(--orange); }
.civil-enquiry-visual::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(to top, rgba(24,21,18,.72), transparent 54%); }
.civil-enquiry-visual img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .65s ease; }
.civil-enquiry-visual:hover img { transform: scale(1.025); }
.civil-enquiry-visual > div { position: absolute; z-index: 3; inset-inline: 20px; bottom: 17px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; color: white; }
.civil-enquiry-visual strong { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.88); font-size: clamp(46px, 5vw, 70px); line-height: .74; letter-spacing: -.07em; }
.civil-enquiry-visual span { min-width: 42px; min-height: 38px; border: 1px solid rgba(255,255,255,.55); display: grid; place-items: center; font-size: 11px; font-weight: 850; letter-spacing: .1em; backdrop-filter: blur(8px); }
.civil-form-side .section-heading { margin-bottom: 34px; }
.civil-form-side .check-list { margin-top: 28px; }
.civil-contact-routes { display: grid; gap: 9px; }
.civil-contact-routes a { min-height: 75px; padding: 14px 17px; background: white; border: 1px solid var(--line); display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
.civil-contact-routes a span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.civil-contact-routes a strong { font-size: 13px; direction: ltr; unicode-bidi: isolate; }
.civil-contact-routes a i { grid-row: 1 / 3; grid-column: 2; color: var(--orange-dark); font-style: normal; }
.civil-file-field { min-height: 106px; padding: 15px 16px !important; border: 1px dashed #cfc8bd; background: #faf8f3; display: flex !important; flex-direction: column; justify-content: center; }
.civil-file-field input { margin-top: 11px; color: var(--muted); font-size: 11px; }
.civil-file-field small { margin-top: 7px; color: #928c82; line-height: 1.4; }

.about-story { background: white; display: grid; grid-template-columns: minmax(340px, .88fr) minmax(0, 1.12fr); gap: clamp(55px, 8vw, 115px); align-items: center; }
.about-story-visual { margin: 0; aspect-ratio: 4 / 3; position: relative; overflow: hidden; background: #d9d1c7; box-shadow: 0 24px 70px rgba(35,29,23,.13); }
.about-story-visual::before { content: ""; position: absolute; z-index: 2; inset: 0 0 auto; height: 5px; background: var(--orange); }
.about-story-visual::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(to top, rgba(25,22,20,.7), transparent 48%); }
.about-story-visual img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s ease; }
.about-story-visual:hover img { transform: scale(1.025); }
.about-story-visual > div { position: absolute; z-index: 3; inset-inline: 26px; bottom: 23px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; color: white; }
.about-story-visual strong { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.85); font-size: clamp(58px, 7vw, 104px); line-height: .74; letter-spacing: -.08em; }
.about-story-visual span { font-size: 11px; font-weight: 850; letter-spacing: .28em; }
.about-story .section-heading { margin: 0; }
.about-profile { background: white; display: grid; grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr); gap: clamp(55px, 8vw, 115px); align-items: center; }
.about-profile .section-heading { margin-bottom: 27px; }
.about-profile-detail { margin: 0; padding-top: 26px; border-top: 1px solid var(--line); color: var(--muted); font-size: 15px; line-height: 1.85; }
.about-values-compact { background: var(--paper); display: grid; grid-template-columns: minmax(270px, .62fr) minmax(0, 1.38fr); gap: clamp(50px, 7vw, 105px); align-items: start; }
.about-values-compact > div:first-child > span { color: var(--orange-dark); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.about-values-compact > div:first-child h2 { margin: 15px 0 0; font-size: clamp(32px, 4vw, 54px); line-height: 1.05; letter-spacing: -.045em; }
.about-values-compact > div:last-child { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.about-values-compact article { min-height: 155px; padding: 26px; background: white; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-values-compact h3 { margin: 0 0 11px; font-size: 21px; }
.about-values-compact p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.about-facts { padding-block: 38px; background: var(--ink); color: white; display: grid; grid-template-columns: auto repeat(3, minmax(0, 1fr)) auto; gap: 25px; align-items: center; }
.about-facts > span { color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.about-facts > strong { font-size: 13px; font-weight: 650; color: rgba(255,255,255,.78); }
.about-facts > a { min-height: 44px; padding: 0 14px; border: 1px solid rgba(255,255,255,.22); display: flex; align-items: center; justify-content: space-between; gap: 22px; font-size: 11px; font-weight: 800; }
.about-facts > a i { color: var(--orange); font-style: normal; }
.about-direction { background: var(--ink); color: white; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 8vw, 120px); align-items: center; }
.about-direction .section-heading { margin: 0; }
.about-direction .section-heading p { color: rgba(255,255,255,.58); }
.about-direction .eyebrow { color: var(--orange); }
.about-direction-visual { min-height: 340px; margin: 0; border: 1px solid rgba(255,255,255,.13); position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; overflow: hidden; background: #171614; }
.about-direction-visual > div { position: relative; min-width: 0; overflow: hidden; }
.about-direction-visual > div::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,18,16,.76), rgba(20,18,16,.08) 62%); }
.about-direction-visual img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.82); transition: transform .65s ease, filter .65s ease; }
.about-direction-visual:hover img { transform: scale(1.025); filter: saturate(1); }
.about-direction-visual span { position: absolute; z-index: 2; bottom: 22px; inset-inline-start: 23px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.88); font-size: clamp(48px, 6vw, 88px); line-height: .8; letter-spacing: -.07em; }
.about-direction-visual > strong { position: absolute; z-index: 3; left: 50%; top: 50%; width: 74px; height: 74px; transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.48); border-radius: 50%; background: rgba(26,23,20,.76); color: var(--orange); display: grid; place-items: center; font-size: 13px; letter-spacing: .12em; backdrop-filter: blur(10px); }
.values-section { background: var(--paper); }
.value-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.info-card { min-height: 270px; background: white; border: 1px solid var(--line); padding: 34px; }
.info-card h3 { margin: 0 0 14px; font-size: 28px; }
.info-card p { margin: 0; color: var(--muted); line-height: 1.7; }

.contact-page { background: var(--paper); display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: clamp(45px, 7vw, 100px); align-items: start; }
.contact-routes-page { background: var(--paper); }
.contact-routes-page .section-heading { max-width: 820px; }
.contact-routes-page .contact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.office-location { background: white; display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); gap: 18px; align-items: stretch; }
.office-location-card { min-height: 500px; padding: clamp(32px, 4vw, 52px); background: var(--ink); color: white; display: flex; flex-direction: column; }
.office-location-card > span { color: var(--orange); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.office-location-card h2 { margin: 19px 0 12px; font-size: clamp(35px, 4vw, 54px); line-height: 1.03; letter-spacing: -.045em; }
.office-location-card > p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.75; }
.office-location-card dl { margin: 30px 0; }
.office-location-card dl > div { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.14); }
.office-location-card dt { color: rgba(255,255,255,.42); font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.office-location-card dd { margin: 6px 0 0; font-size: 13px; line-height: 1.5; }
.office-location-card dd a { direction: ltr; unicode-bidi: isolate; }
.office-location-card > div { margin-top: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.office-location-card .button { width: 100%; }
.office-location .map-frame, .office-location .map-frame iframe { min-height: 500px; height: 100%; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-card { min-height: 480px; padding: 32px; background: white; border: 1px solid var(--line); display: flex; flex-direction: column; overflow: hidden; transition: transform .25s ease, border-color .25s ease; }
.contact-card:hover { transform: translateY(-4px); border-color: #b8b0a5; }
.contact-card figure { width: calc(100% + 64px); margin: -32px -32px 0; }
.contact-card h2 { margin: 30px 0 15px; font-size: clamp(25px, 2.5vw, 36px); letter-spacing: -.035em; }
.contact-card p { margin: 0 0 28px; color: var(--muted); line-height: 1.7; }
.direct-contact { min-height: 674px; padding: 42px; background: var(--ink); color: white; display: flex; flex-direction: column; align-items: flex-start; position: sticky; top: 150px; }
.direct-contact > span { color: rgba(255,255,255,.5); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.direct-contact > a:not(.button) { margin-top: 35px; font-size: clamp(21px, 2.2vw, 30px); font-weight: 800; direction: ltr; unicode-bidi: isolate; }
.direct-contact > strong { margin-top: 12px; color: rgba(255,255,255,.55); font-size: 14px; }
.direct-contact .button { margin-top: auto; }
.direct-contact h2 { margin: 24px 0 8px; font-size: clamp(34px, 4vw, 52px); letter-spacing: -.045em; }
.direct-contact > p { margin: 0; color: rgba(255,255,255,.5); line-height: 1.65; }
.direct-contact dl { width: 100%; margin: 35px 0; }
.direct-contact dl > div { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.13); }
.direct-contact dt { color: rgba(255,255,255,.42); font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.direct-contact dd { margin: 7px 0 0; color: white; font-size: 14px; line-height: 1.55; }
.direct-contact dd a { color: white; direction: ltr; unicode-bidi: isolate; }
.direct-contact dd a:hover { color: var(--orange); }
.direct-contact-actions { width: 100%; margin-top: auto; display: grid; gap: 9px; }
.direct-contact-actions .button { width: 100%; }
.button-outline-light { min-height: 54px; padding: 0 19px; border: 1px solid rgba(255,255,255,.24); color: white; display: flex; align-items: center; justify-content: space-between; font-size: 11px; font-weight: 800; }
.button-outline-light i { color: var(--orange); font-style: normal; }
.map-section { background: white; display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(50px, 7vw, 100px); align-items: center; }
.map-copy .section-heading { margin-bottom: 34px; }
.map-frame { min-height: 460px; border: 1px solid var(--line); background: var(--paper); overflow: hidden; }
.map-frame iframe { width: 100%; height: 460px; border: 0; display: block; filter: saturate(.75) contrast(1.03); }
.legal-updated { margin-top: 30px !important; color: var(--muted) !important; font-size: 11px !important; font-weight: 750; }
.legal-page { background: var(--paper); display: grid; grid-template-columns: minmax(240px, .52fr) minmax(0, 1.48fr); gap: clamp(50px, 8vw, 120px); align-items: start; }
.legal-page > aside { padding: 30px; background: var(--ink); color: white; position: sticky; top: 145px; }
.legal-page > aside > span { color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.legal-page > aside > p { margin: 32px 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.8; }
.legal-page > aside > a { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 800; direction: ltr; unicode-bidi: isolate; }
.legal-page > aside > a i { color: var(--orange); font-style: normal; }
.legal-sections { background: white; border: 1px solid var(--line); }
.legal-sections article { padding: clamp(28px, 4vw, 48px); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: minmax(0, 1fr); }
.legal-sections article:last-child { border-bottom: 0; }
.legal-sections article > span { color: var(--orange-dark); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.legal-sections h2 { margin: -5px 0 15px; font-size: clamp(24px, 2.7vw, 37px); letter-spacing: -.035em; }
[dir="rtl"] .legal-sections h2 { letter-spacing: -.015em; }
.legal-sections p { margin: 0; color: var(--muted); line-height: 1.85; }
.legal-contact { background: var(--orange-soft); }
.legal-contact .button { margin-top: 26px; }
.not-found-page { min-height: 100vh; padding: 60px clamp(24px, 8vw, 140px); background: var(--cream); display: grid; place-items: center; }
.not-found-card { width: min(780px, 100%); padding: clamp(36px, 7vw, 80px); background: white; border: 1px solid var(--line); text-align: center; position: relative; overflow: hidden; }
.not-found-card::before { content: "404"; position: absolute; top: -30px; inset-inline-end: -25px; color: #f1eee8; font-size: clamp(100px, 20vw, 220px); font-weight: 850; line-height: 1; z-index: 0; }
.not-found-card > * { position: relative; z-index: 1; }
.not-found-card > span { color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.not-found-card h1 { margin: 30px 0 17px; font-size: clamp(44px, 7vw, 82px); letter-spacing: -.055em; }
.not-found-card p { max-width: 520px; margin: 0 auto; color: var(--muted); line-height: 1.8; }
.not-found-card .button { margin-top: 32px; }

/* Professional hiring, accessibility and contact refinements */
.start-hiring { background: var(--orange-action); }
.mobile-nav-cta { background: var(--orange-action); }
.footer-brand .brand-name small,
.footer-phone:hover,
.footer-email:hover,
.footer-language i,
.footer-bottom button i,
.about-direction .eyebrow,
.vacancy-status > span,
.vacancy-status > a i,
.job-summary > span,
.civil-additional > span,
.civil-additional > a i,
.button-outline-light i,
.direct-contact dd a:hover,
.legal-page > aside > span,
.legal-page > aside > a i { color: #e86103; }

.service-boundary { background: white; }
.boundary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.boundary-grid article { min-height: 255px; padding: 34px; border: 1px solid var(--line); background: var(--cream); display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 20px; align-items: start; }
.boundary-grid article > span { width: 42px; height: 42px; border-radius: 50%; background: var(--orange-soft); color: var(--orange-dark); display: grid; place-items: center; font-size: 18px; font-weight: 850; }
.boundary-grid h3 { margin: 4px 0 14px; font-size: clamp(23px, 2.6vw, 34px); letter-spacing: -.03em; }
.boundary-grid p { margin: 0; color: var(--muted); line-height: 1.8; }

.sidebar-contact { margin-top: 30px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.sidebar-contact a { min-height: 46px; padding: 0 14px; border: 1px solid var(--line); background: white; display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 800; }
.sidebar-contact i { color: var(--orange-dark); font-style: normal; }

.form-handoff { margin-top: 25px; padding: 24px; border: 1px solid #b8ddc8; background: #edf8f1; display: grid; grid-template-columns: 35px minmax(0, 1fr); gap: 15px; }
.form-handoff > span { width: 32px; height: 32px; border-radius: 50%; background: var(--success); color: white; display: grid; place-items: center; font-weight: 850; }
.form-handoff h3 { margin: 1px 0 7px; font-size: 20px; }
.form-handoff p { margin: 0; color: #315c44; line-height: 1.65; }
.form-handoff .attachment-note { margin-top: 7px; font-size: 12px; }
.form-handoff > div > div { margin-top: 17px; display: flex; flex-wrap: wrap; gap: 9px; }
.form-handoff .button { min-height: 47px; font-size: 12px; }

.after-journey { margin-top: 48px; padding-top: 46px; border-top: 1px solid var(--line); }
.after-journey > h3 { margin: 0 0 25px; font-size: clamp(25px, 3vw, 38px); letter-spacing: -.03em; }
.candidate-assurance { background: var(--ink); color: white; display: grid; grid-template-columns: minmax(130px, .3fr) minmax(0, 1fr); gap: clamp(35px, 7vw, 90px); align-items: center; }
.candidate-assurance > div { min-height: 190px; border: 1px solid rgba(255,255,255,.18); display: grid; place-items: center; }
.candidate-assurance > div span { width: 76px; height: 76px; border-radius: 50%; background: #e86103; color: var(--ink); display: grid; place-items: center; font-size: 34px; font-weight: 850; }
.candidate-assurance .section-heading { margin: 0; }
.candidate-assurance .section-heading p { color: rgba(255,255,255,.75); }
.candidate-assurance .eyebrow { color: #e86103; }

.faq-section { background: white; display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: clamp(45px, 8vw, 110px); align-items: start; }
.faq-section .section-heading { margin: 0; position: sticky; top: 145px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 88px; padding: 24px 0; display: flex; justify-content: space-between; align-items: center; gap: 25px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 780; line-height: 1.45; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--orange-dark); font-size: 18px; flex: 0 0 auto; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 58px 26px 0; color: var(--muted); line-height: 1.8; }
[dir="rtl"] .faq-list details p { margin: -4px 0 26px 58px; }

.mobile-contact-bar { display: none; }

/* Readable minimum sizes for labels and interactive supporting text */
.file-field small,
.job-card span,
.home-intro-tags span,
.form-card-head span,
.form-section > header > span,
.application-context span,
.journey-grid article > span,
.vacancy-status > span,
.vacancy-showcase-head > span,
.vacancy-card-top > span,
.vacancy-meta,
.job-detail-main > article > span,
.job-summary > span,
.job-summary dt,
.civil-service-card > div i,
.civil-additional > span,
.civil-process-grid article > span,
.project-placeholder > span,
.project-placeholder > small,
.civil-contact-routes a span,
.direct-contact dt,
.legal-page > aside > span,
.legal-sections article > span,
.not-found-card > span { font-size: 11px; }
.footer-social-row a,
.footer-column h3,
.footer-contact h3,
.footer-hours,
.footer-domain small,
.footer-legal a,
.footer-bottom p,
.footer-bottom > span,
.footer-bottom button { font-size: 11px; }

@media (max-width: 980px) {
  .site-header { height: 80px; }
  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0; background: white; padding: 24px clamp(24px, 5vw, 52px) 30px;
    display: flex; flex-direction: column; align-items: stretch; gap: 5px; border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line); box-shadow: 0 24px 50px rgba(36,35,33,.13);
    transform: translateY(-125%); opacity: 0; visibility: hidden; transition: transform .25s, opacity .2s, visibility .2s; z-index: -1;
  }
  .main-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav > a:not(.mobile-nav-cta) { text-align: start; font-size: 15px; padding: 12px 0; }
  .main-nav > a:not(.mobile-nav-cta)::after { bottom: 7px; }
  .workforce-nav-group { width: 100%; display: block; }
  .workforce-nav-trigger { width: 100%; padding: 12px 0; justify-content: space-between; font-size: 15px; }
  .workforce-nav-trigger::after { bottom: 7px; }
  .workforce-dropdown, [dir="rtl"] .workforce-dropdown { position: static; width: 100%; margin: 4px 0 8px; padding: 12px; display: none; grid-template-columns: 1.3fr .7fr; gap: 8px; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: #f7f3ed; }
  .workforce-nav-group.is-open .workforce-dropdown { display: grid; }
  .workforce-nav-group.is-open .workforce-nav-trigger > span { transform: rotate(180deg); }
  .workforce-nav-group:hover .workforce-dropdown, .workforce-nav-group:focus-within .workforce-dropdown, [dir="rtl"] .workforce-nav-group:hover .workforce-dropdown, [dir="rtl"] .workforce-nav-group:focus-within .workforce-dropdown { transform: none; }
  .workforce-dropdown > div { padding: 6px; }
  .workforce-dropdown a { min-height: 38px; padding: 7px 8px; font-size: 12px; }
  .mobile-nav-cta {
    min-height: 48px; margin-top: 12px; padding: 0 17px; border: 0; background: var(--orange-action); color: white;
    display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 800; cursor: pointer;
  }
  .menu-button { display: block; }
  .header-cta { display: none; }
  .home-hero { min-height: calc(100svh - 80px); padding: 0; background: #201d19; }
  .home-hero-layout { min-height: calc(100svh - 80px); align-items: stretch; gap: 0; }
  .home-hero .hero-content {
    width: 100%; max-width: none; min-height: inherit; padding: 110px clamp(24px, 7vw, 72px) 112px;
    background: linear-gradient(180deg, rgba(25,22,19,.16) 0%, rgba(25,22,19,.16) 30%, rgba(25,22,19,.82) 72%, rgba(25,22,19,.94) 100%);
    color: white; display: flex; flex-direction: column; justify-content: flex-end;
  }
  .home-hero .eyebrow { color: rgba(255,255,255,.74); }
  .home-hero .hero-content > p { color: rgba(255,255,255,.82); }
  .home-hero .button-ghost { color: white; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.1); backdrop-filter: blur(10px); }
  .home-hero .button-ghost:hover { border-color: white; background: rgba(255,255,255,.16); }
  .home-hero .hero-candidate-link { color: rgba(255,255,255,.78); border-color: rgba(255,255,255,.35); }
  .home-hero .hero-candidate-link span { color: var(--orange); }
  .home-hero-layout .hero-content h1 { font-size: clamp(58px, 10vw, 96px); }
  .home-hero-visual { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; aspect-ratio: auto; }
  .home-hero-visual img { object-position: 66% center; }
  [dir="rtl"] .home-hero-visual img { object-position: 34% center; }
  .home-hero-visual::after,
  [dir="rtl"] .home-hero-visual::after { background: linear-gradient(180deg, rgba(24,22,19,.08) 0%, rgba(24,22,19,.02) 40%, rgba(24,22,19,.28) 68%, rgba(24,22,19,.58) 100%); }
  .home-hero-visual figcaption { bottom: 25px; }
  .home-hero .hero-meta { z-index: 5; color: rgba(255,255,255,.72); }
  .home-stats { padding-inline: clamp(24px, 7vw, 72px); grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-stats-label { grid-column: 1 / -1; min-height: 76px; padding: 22px 0; flex-direction: row; align-items: center; justify-content: flex-start; border-inline-end: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  [dir="rtl"] .home-stats-label { padding: 22px 0; }
  .home-stats-label > strong { max-width: none; }
  .home-stats article { min-height: 142px; padding: 26px 22px; }
  .division-grid, .hiring-head, .form-layout, .jobs-layout, .civil-section, .about-section { grid-template-columns: 1fr; }
  .form-intro { border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .hiring-head { gap: 10px; }
  .contact-section { grid-template-columns: 1fr; gap: 35px; }
  .contact-actions { flex-direction: row; flex-wrap: wrap; }
  .footer-main { grid-template-columns: 1.25fr .75fr; }
  .inner-hero { min-height: 560px; }
  .inner-hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .inner-hero.inner-hero-media { min-height: calc(100svh - 80px); padding: 0; background: #201d19; }
  .inner-hero-grid.has-media { min-height: inherit; flex-direction: column; align-items: stretch; gap: 0; }
  .inner-hero-grid.has-media .inner-hero-copy {
    width: 100%; max-width: none; min-height: inherit; padding: 110px clamp(24px, 7vw, 72px) 88px;
    background: linear-gradient(180deg, rgba(25,22,19,.13) 0%, rgba(25,22,19,.2) 32%, rgba(25,22,19,.83) 73%, rgba(25,22,19,.95) 100%);
    color: white; display: flex; flex-direction: column; justify-content: flex-end; position: relative; z-index: 3;
  }
  .inner-hero-grid.has-media .eyebrow { color: rgba(255,255,255,.74); }
  .inner-hero-grid.has-media .inner-hero-copy > p { color: rgba(255,255,255,.82); }
  .inner-hero-grid.has-media .button-ghost { color: white; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.1); backdrop-filter: blur(10px); }
  .inner-hero-grid.has-media .button-ghost:hover { border-color: white; background: rgba(255,255,255,.16); }
  .inner-hero-grid.has-media .hero-email-link,
  .inner-hero-grid.has-media .legal-updated { color: rgba(255,255,255,.75) !important; border-color: rgba(255,255,255,.32); }
  .inner-hero-visual,
  .inner-hero-visual.wide-media,
  .inner-hero-visual.standard-media {
    position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; aspect-ratio: auto;
  }
  .inner-hero-visual::after,
  [dir="rtl"] .inner-hero-visual::after { background: linear-gradient(180deg, rgba(24,22,19,.08) 0%, rgba(24,22,19,.02) 40%, rgba(24,22,19,.28) 68%, rgba(24,22,19,.58) 100%); }
  .value-section, .process-section, .candidate-path, .workforce-trust, .candidate-next, .form-page, .vacancy-page, .application-help, .job-detail, .civil-detail, .future-section, .about-story, .about-profile, .about-values-compact, .contact-page, .civil-process, .civil-projects, .civil-form-page, .about-direction, .map-section, .department-overview, .office-location { grid-template-columns: 1fr; }
  .legal-page { grid-template-columns: 1fr; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 300px; }
  .path-card h3 { margin-top: 36px; }
  .workforce-services-head { grid-template-columns: 1fr; align-items: start; }
  .workforce-services-head figure { max-width: 720px; }
  .workforce-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .workforce-routes > div:last-child { grid-template-columns: 1fr; }
  .workforce-routes > div:last-child > a { min-height: 220px; }
  .department-intro { position: static; }
  .department-start { grid-template-columns: 1fr; align-items: start; gap: 32px; }
  .department-start .button { justify-self: start; }
  .candidate-path > figure { min-height: 390px; }
  .role-profile-grid { grid-template-columns: 1fr; }
  .role-profile-card { min-height: 0; }
  .form-sidebar, .direct-contact, .civil-form-side, .civil-process .section-heading { position: static; }
  .legal-page > aside { position: static; }
  .job-summary { position: static; }
  .form-sidebar { max-width: 720px; }
  .journey-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vacancy-register { grid-template-columns: 1fr; align-items: start; gap: 32px; }
  .vacancy-status { grid-template-columns: 1fr; gap: 28px; }
  .vacancy-status > a { justify-self: start; }
  .vacancy-register .button { justify-self: start; }
  .vacancy-board { min-height: 350px; }
  .future-section, .about-story { gap: 42px; }
  .future-section > span { font-size: 46px; }
  .direct-contact { min-height: 410px; }
  .contact-routes-page .contact-grid { grid-template-columns: 1fr; }
  .office-location-card { min-height: 0; }
  .about-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-facts > span, .about-facts > a { grid-column: 1 / -1; }
  .about-facts > a { justify-self: start; }
  .civil-services-head { grid-template-columns: 1fr; gap: 16px; }
  .civil-services-head .status-line { justify-self: start; }
  .civil-projects-head { grid-template-columns: 1fr; gap: 24px; }
  .project-status { justify-self: start; }
  .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .civil-projects, .about-direction, .map-section { gap: 42px; }
  .page-cta { grid-template-columns: 1fr; gap: 35px; }
  .cta-actions { flex-direction: row; flex-wrap: wrap; }
  .faq-section { grid-template-columns: 1fr; gap: 35px; }
  .faq-section .section-heading { position: static; }
}

@media (max-width: 640px) {
  .site-shell { padding-bottom: 0; }
  .utility-bar { display: none; }
  .site-header { height: 72px; padding: 0 18px; gap: 10px; }
  .brand { min-width: 0; }
  .brand-mark { width: 48px; height: 48px; }
  .brand-name strong { font-size: 10px; letter-spacing: .075em; }
  .brand-name small { font-size: 8.5px; letter-spacing: .12em; }
  .main-nav { padding: 19px 20px 25px; }
  .workforce-dropdown { grid-template-columns: 1fr; }
  .workforce-dropdown > div + div { border-inline-start: 0; border-top: 1px solid var(--line); padding-top: 14px; }
  .header-actions { gap: 5px; }
  .language-switch { min-height: 40px; padding: 7px 10px; }
  .menu-button { width: 40px; height: 40px; }
  .menu-button span { left: 9px; }
  .hero { min-height: calc(100svh - 72px); padding: 72px 22px 82px; }
  .hero h1 { font-size: clamp(49px, 16vw, 78px); }
  .hero-content > p { font-size: 15px; }
  .hero-orbit { width: 85vw; top: 28%; inset-inline-end: -42vw; }
  .orbit-two { width: 63vw; top: 36%; inset-inline-end: -27vw; }
  .hero-meta { left: 22px; right: 22px; bottom: 20px; }
  .section-pad { padding: 78px 20px; }
  .section-heading { margin-bottom: 38px; }
  .division-card { min-height: 570px; padding: 26px; }
  .division-card-media { width: calc(100% + 52px); margin: -26px -26px 29px; aspect-ratio: 16 / 9; }
  .card-number { top: 38px; inset-inline-start: 38px; }
  .division-card-media figcaption { bottom: 13px; inset-inline-start: 14px; }
  .hiring-tabs { overflow-x: auto; }
  .hiring-tabs button { min-width: 145px; white-space: nowrap; }
  .form-intro, .business-form, .jobs-list { padding: 32px 22px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-grid label.wide { grid-column: auto; }
  .submit-button { width: 100%; min-width: 0; }
  .civil-visual { aspect-ratio: .95; }
  .contact-section { padding: 75px 20px; }
  .contact-actions { flex-direction: column; min-width: 0; }
  .footer-main { padding: 56px 20px 48px; grid-template-columns: 1fr; gap: 42px; }
  .footer-intro { max-width: none; }
  .footer-column, .footer-contact { border-top: 1px solid rgba(255,255,255,.1); padding-top: 27px; }
  .footer-column h3, .footer-contact h3 { margin-top: 0; }
  .footer-social-row { display: grid; grid-template-columns: 1fr; }
  .footer-social-row a { justify-content: space-between; }
  .footer-bottom { min-height: 0; margin: 0 20px; padding: 24px 0 28px; grid-template-columns: 1fr auto; gap: 16px; }
  .footer-bottom > span { display: none; }
  .footer-bottom p { line-height: 1.6; }
  .home-hero { min-height: max(690px, calc(100svh - 72px)); padding: 0; }
  .home-hero-layout { min-height: inherit; gap: 0; }
  .home-hero .hero-content { padding: 88px 20px 96px; }
  .home-hero h1, .home-hero-layout .hero-content h1 { font-size: clamp(46px, 14vw, 64px); }
  .home-hero .hero-content > p { font-size: 15px; }
  .home-hero .hero-actions { margin-top: 30px; gap: 9px; }
  .home-hero .hero-actions .button { width: 100%; min-height: 50px; }
  .hero-candidate-link { margin-top: 18px; }
  .home-hero-visual { aspect-ratio: auto; min-height: 0; }
  .home-hero-visual img { object-position: 68% center; }
  [dir="rtl"] .home-hero-visual img { object-position: 32% center; }
  .home-hero-visual figcaption { bottom: 13px; inset-inline-start: auto; inset-inline-end: 13px; }
  .home-stats { padding: 0 20px; grid-template-columns: 1fr; }
  .home-stats-label { min-height: 70px; grid-column: auto; gap: 10px; padding: 20px 0; }
  [dir="rtl"] .home-stats-label { padding: 20px 0; }
  .home-stats article { min-height: 116px; padding: 24px 0; flex-direction: row; align-items: center; justify-content: space-between; border-inline-end: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .home-stats article:last-child { border-bottom: 0; }
  .home-stats article > strong { font-size: 52px; }
  .home-stats article > span { max-width: 165px; text-align: end; }
  .inner-hero { min-height: 510px; padding: 78px 20px; }
  .inner-hero.inner-hero-media { min-height: max(700px, calc(100svh - 72px)); padding: 0; }
  .inner-hero-grid.has-media { min-height: inherit; gap: 0; }
  .inner-hero-grid.has-media .inner-hero-copy { min-height: inherit; padding: 88px 20px 78px; }
  .inner-hero h1 { font-size: clamp(43px, 13vw, 66px); }
  .inner-hero-grid.has-media h1 { font-size: clamp(43px, 13vw, 62px); }
  .inner-hero-copy > p { font-size: 15px; }
  .inner-hero-visual,
  .inner-hero-visual.wide-media,
  .inner-hero-visual.standard-media { aspect-ratio: auto; min-height: 0; }
  .inner-hero-visual figcaption { bottom: 13px; inset-inline-start: auto; inset-inline-end: 13px; }
  .page-cta { padding: 70px 20px; }
  .page-cta h2 { font-size: 40px; }
  .cta-actions { flex-direction: column; min-width: 0; }
  .value-section { gap: 45px; }
  .path-card { min-height: 320px; padding: 27px; }
  .path-card figure { width: calc(100% + 54px); margin: -27px -27px 0; }
  .process-section { gap: 35px; }
  .process-list article { grid-template-columns: 1fr; }
  .workforce-services-head { margin-bottom: 38px; gap: 36px; }
  .workforce-services-head figure { aspect-ratio: 4 / 3; }
  .workforce-service-grid, .workforce-industry-grid, .staffing-model-grid { grid-template-columns: 1fr; }
  .workforce-service-card, .workforce-industry-grid article, .staffing-model-grid article { min-height: 0; padding: 28px 24px; }
  .workforce-service-grid h3 { margin-top: 35px; }
  .workforce-industry-grid h3 { margin-top: 32px; }
  .staffing-model-grid h3 { margin-top: 34px; }
  .candidate-path { gap: 38px; }
  .candidate-path > figure { min-height: 300px; }
  .candidate-path-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .candidate-path-actions .button { width: 100%; }
  .text-link { justify-content: space-between; }
  .workforce-trust { gap: 34px; }
  .workforce-trust ul { grid-template-columns: 1fr; }
  .department-overview { gap: 38px; }
  .department-facts article { grid-template-columns: 1fr; gap: 17px; }
  .department-facts ul { grid-template-columns: 1fr; }
  .department-start .button { width: 100%; }
  .form-page { gap: 38px; }
  .form-card-head { padding: 28px 22px; align-items: flex-start; flex-direction: column; }
  .form-card-head > small { max-width: none; text-align: start; }
  .form-sidebar h2 { font-size: 38px; }
  .form-section { padding-bottom: 34px; margin-bottom: 34px; }
  .form-section > header { grid-template-columns: minmax(0, 1fr); }
  .upload-zone { min-height: 165px; padding: 23px !important; grid-template-columns: 42px minmax(0, 1fr); }
  .upload-symbol { width: 40px; height: 40px; }
  .journey-grid, .vacancy-card-grid { grid-template-columns: 1fr; }
  .candidate-next { gap: 35px; }
  .candidate-next > div:last-child { grid-template-columns: 1fr; }
  .journey-grid article { min-height: 205px; padding: 25px; }
  .vacancy-showcase-head { align-items: flex-start; flex-direction: column; gap: 0; }
  .vacancy-status { padding-block: 52px; }
  .vacancy-showcase-head > span { margin: -18px 0 38px; }
  .role-profile-card { padding: 27px 24px; }
  .role-profile-top { align-items: flex-start; flex-direction: column; }
  .vacancy-card { min-height: 620px; padding: 0; }
  .vacancy-card-body { padding: 27px 26px 29px; }
  .vacancy-meta { gap: 8px 15px; }
  .job-detail-main > article { padding: 30px 23px; }
  .job-summary { padding: 31px 24px; }
  .vacancy-page { gap: 35px; }
  .vacancy-board { min-height: 340px; padding: 30px 23px; }
  .application-help { gap: 35px; }
  .civil-detail { gap: 48px; }
  .civil-service-grid { grid-template-columns: 1fr; }
  .civil-service-card { min-height: 0; padding: 28px 24px; }
  .civil-service-card > figure { margin-top: 24px; aspect-ratio: 4 / 2.45; }
  .civil-service-card h3 { margin-top: 29px; }
  .civil-additional { padding: 27px 23px; grid-template-columns: 1fr; gap: 18px; }
  .civil-additional > a { min-width: 0; }
  .civil-scope-note { padding: 27px 23px; grid-template-columns: 1fr; gap: 14px; }
  .civil-process { gap: 36px; }
  .civil-process-grid article { min-height: 0; grid-template-columns: 1fr; gap: 10px; }
  .civil-process-grid article p { grid-column: auto; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-card > div { padding: 25px 23px; }
  .portfolio-card figure { aspect-ratio: 4 / 3; }
  .civil-form-page { gap: 38px; }
  .civil-enquiry-visual { max-width: 580px; }
  .about-direction-visual { min-height: 270px; }
  .about-direction-visual > strong { width: 62px; height: 62px; }
  .about-story-visual > div { inset-inline: 21px; bottom: 19px; }
  .about-story-visual strong { font-size: 70px; }
  .about-profile { gap: 38px; }
  .about-values-compact { gap: 34px; }
  .about-values-compact > div:last-child { grid-template-columns: 1fr; }
  .about-values-compact article { min-height: 0; }
  .about-facts { grid-template-columns: 1fr; gap: 16px; }
  .about-facts > span, .about-facts > a { grid-column: auto; }
  .office-location-card > div { grid-template-columns: 1fr; }
  .map-frame, .map-frame iframe { min-height: 360px; height: 360px; }
  .legal-sections article { grid-template-columns: minmax(0, 1fr); padding: 28px 22px; }
  .future-section > span { font-size: 38px; }
  .value-grid, .contact-grid { grid-template-columns: 1fr; }
  .info-card { min-height: 240px; padding: 27px; }
  .contact-card { min-height: 450px; padding: 27px; }
  .contact-card figure { width: calc(100% + 54px); margin: -27px -27px 0; }
  .direct-contact { min-height: 380px; padding: 30px 25px; }
  .boundary-grid, .candidate-assurance { grid-template-columns: 1fr; }
  .boundary-grid article { min-height: 0; padding: 26px 23px; grid-template-columns: 40px minmax(0, 1fr); gap: 14px; }
  .boundary-grid article > span { width: 38px; height: 38px; }
  .candidate-assurance { gap: 30px; }
  .candidate-assurance > div { min-height: 150px; }
  .after-journey { margin-top: 38px; padding-top: 36px; }
  .faq-list summary { min-height: 78px; padding: 20px 0; font-size: 16px; }
  .faq-list details p, [dir="rtl"] .faq-list details p { margin: -2px 0 23px; }
  .form-handoff { padding: 20px 18px; grid-template-columns: 1fr; }
  .form-handoff > div > div { flex-direction: column; }
  .form-handoff .button { width: 100%; }
  .mobile-contact-bar {
    position: fixed; inset-inline: 0; bottom: 0; z-index: 100; min-height: calc(64px + env(safe-area-inset-bottom));
    padding: 6px 8px env(safe-area-inset-bottom); background: #1f1e1c; border-top: 1px solid rgba(255,255,255,.15);
    display: grid; grid-template-columns: repeat(3, 1fr); box-shadow: 0 -12px 30px rgba(0,0,0,.17);
    transition: transform .25s ease, opacity .2s ease, visibility .2s ease;
  }
  .mobile-contact-bar.is-hidden { transform: translateY(110%); opacity: 0; visibility: hidden; pointer-events: none; }
  .mobile-contact-bar a { min-height: 52px; color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; font-size: 11px; font-weight: 800; border-inline-end: 1px solid rgba(255,255,255,.12); }
  .mobile-contact-bar a:last-child { border-inline-end: 0; }
  .mobile-contact-bar a span { color: #e86103; font-size: 15px; font-weight: 850; }
}

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