:root {
  --navy: #10264d;
  --navy-2: #183965;
  --red: #e01f2d;
  --red-dark: #b91422;
  --ink: #172033;
  --muted: #637086;
  --line: #dce3ee;
  --soft: #f4f7fb;
  --paper: #ffffff;
  --green: #1f7a55;
  --max: 1180px;
  --shadow: 0 24px 60px rgba(16, 38, 77, .16);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 200; background: var(--navy); color: #fff; padding: 10px 14px; border-radius: 4px; font-weight: 800; }
.skip-link:focus { left: 8px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 3px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 18px; font-size: 68px; line-height: .98; letter-spacing: 0; }
h2 { margin-bottom: 14px; font-size: 44px; line-height: 1.04; letter-spacing: 0; }
h3 { margin-bottom: 10px; font-size: 22px; line-height: 1.12; letter-spacing: 0; }
p { color: var(--muted); }
.lead { max-width: 680px; font-size: 19px; color: #4f5d71; }

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--navy);
  border-radius: 6px;
  padding: 12px 18px;
  background: #fff;
  color: var(--navy);
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(16, 38, 77, .18); }
.btn.primary { border-color: var(--red); background: var(--red); color: #fff; }
.btn.primary:hover { background: var(--red-dark); }
.btn.dark { border-color: var(--navy); background: var(--navy); color: #fff; }
.btn.light { border-color: #fff; background: #fff; color: var(--navy); }
.btn.ghost { background: transparent; }

.top-strip { background: #1f2430; color: #dfe8f8; font-size: 13px; }
.top-strip .wrap { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 16px; }
.top-strip b { color: #fff; }
.nav {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid rgba(16, 38, 77, .1);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
}
.nav .wrap { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; color: var(--navy); }
.brand img { width: 58px; height: auto; }
.brand span { display: grid; line-height: 1.05; }
.brand small { color: var(--red); font-size: 12px; font-weight: 900; }
.menu { display: flex; align-items: center; gap: 18px; color: #344158; font-size: 14px; font-weight: 800; }
.menu a:hover { color: var(--red); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.mobile-toggle, .mobile-close { display: none; border: 0; border-radius: 6px; background: var(--navy); color: #fff; padding: 12px 14px; font-weight: 900; cursor: pointer; }
.mobile-panel { position: fixed; inset: 0; z-index: 80; display: none; padding: 24px; background: var(--navy); color: #fff; }
.mobile-panel nav { display: grid; gap: 14px; margin-top: 28px; font-size: 22px; font-weight: 900; }
.mobile-panel .panel-top { display: flex; align-items: center; justify-content: space-between; }
body.menu-open .mobile-panel { display: block; }

.hero {
  background:
    linear-gradient(135deg, rgba(16, 38, 77, .94), rgba(11, 17, 32, .96)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.06) 0 1px, transparent 1px 30px);
  color: #fff;
}
.hero p { color: #dce6f5; }
.hero .wrap { display: grid; grid-template-columns: .84fr 1.16fr; gap: 42px; align-items: center; padding-top: 68px; padding-bottom: 80px; }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 26px; }
.pill { display: inline-flex; align-items: center; min-height: 34px; border: 1px solid var(--line); border-radius: 999px; padding: 7px 12px; background: #fff; color: #39475e; font-size: 13px; font-weight: 800; }
.hero .pill { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.09); color: #fff; }
.pill.red { border-color: rgba(224, 31, 45, .28); color: var(--red); }
.hero .pill.red { border-color: rgba(224,31,45,.62); color: #fff; background: rgba(224,31,45,.34); }

.photo-collage { display: grid; grid-template-columns: 1.1fr .9fr; gap: 14px; align-items: stretch; }
.photo-panel, .wide-photo, .worker-photo, .image-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #0d1930;
  box-shadow: var(--shadow);
}
.photo-panel { min-height: 440px; border: 1px solid rgba(255,255,255,.18); }
.photo-stack { display: grid; gap: 14px; }
.photo-stack .photo-panel { min-height: 213px; }
.photo-panel img, .image-card img, .photo-service img, .wide-photo img, .worker-photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-panel::after, .image-card::after, .wide-photo::after, .worker-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,17,34,.02), rgba(7,17,34,.64));
  pointer-events: none;
}
.photo-caption { position: absolute; right: 18px; bottom: 18px; left: 18px; z-index: 2; color: #fff; }
.photo-caption b { display: block; font-size: 20px; line-height: 1.05; }
.photo-caption span { display: block; margin-top: 6px; color: #dce6f5; font-size: 13px; font-weight: 700; }

.section { padding: 78px 0; }
.section.alt { background: var(--soft); }
.section.dark { background: var(--navy); color: #fff; }
.section.dark p, .section.dark .muted { color: #d7e2f4; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.section-head p { max-width: 460px; }
.grid { display: grid; gap: 18px; }
.grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0,1fr)); }

.service, .process-step, .role-card, .form-box, .industry-photo-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.service, .process-step, .role-card { padding: 24px; }
.service { min-height: 226px; }
.service b, .process-step b {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 6px;
  background: var(--navy);
  color: #fff;
  font-weight: 900;
}
.service:nth-child(2n) b, .process-step:nth-child(2n) b { background: var(--red); }
.service p, .process-step p, .role-card p { margin-bottom: 0; font-size: 15px; }
.photo-service { overflow: hidden; padding: 0; }
.photo-service .service-photo { height: 190px; background: var(--navy); }
.photo-service .service-body { padding: 22px; }
.photo-service .service-body b { margin-bottom: 16px; }

.wide-photo-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; align-items: stretch; }
.wide-photo { min-height: 430px; }
.image-industries, .image-strip { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.industry-photo-card { overflow: hidden; }
.industry-photo-card img { width: 100%; height: 190px; object-fit: cover; }
.industry-photo-card div { padding: 20px; }
.industry-photo-card p { margin-bottom: 0; font-size: 14px; }
.image-strip { margin-top: 30px; }
.image-card { min-height: 210px; box-shadow: 0 16px 36px rgba(16, 38, 77, .12); }
.worker-photo { min-height: 440px; }

.notice {
  border-left: 5px solid var(--red);
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(16,38,77,.08);
}
.notice p:last-child { margin-bottom: 0; }
.form-box { padding: 28px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #344158; font-size: 13px; font-weight: 900; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 12px;
  background: #fff;
  color: var(--ink);
}
.field textarea { min-height: 100px; resize: vertical; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 13px; }

.cta-band { padding: 42px 0; background: var(--red); color: #fff; }
.cta-band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cta-band p { margin: 0; color: #ffe3e6; }
.footer { padding: 44px 0 30px; background: #0d1930; color: #dce6f5; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 28px; }
.footer h4 { margin: 0 0 12px; color: #fff; }
.footer a { display: block; margin: 7px 0; color: #dce6f5; }
.footer a:hover { color: #fff; }
.footer p { color: #aebbd0; }
.fine-print { margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: #94a5c0; font-size: 12px; }
.page-hero { padding: 72px 0; background: var(--soft); }
.content { max-width: 900px; }
.content h2 { margin-top: 38px; font-size: 28px; }
.content li { margin: 8px 0; color: var(--muted); }

.reveal { opacity: 0; transform: translateY(12px); transition: opacity 480ms ease, transform 480ms ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  h1 { font-size: 54px; }
  h2 { font-size: 38px; }
  .menu { display: none; }
  .mobile-toggle, .mobile-close { display: inline-flex; }
  .nav-actions .btn { display: none; }
  .hero .wrap { grid-template-columns: 1fr; }
  .grid.four, .image-industries, .image-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 760px) {
  h1 { font-size: 40px; }
  h2 { font-size: 31px; }
  .top-strip .wrap, .section-head, .cta-band .wrap { display: block; }
  .top-strip .wrap { padding-top: 9px; padding-bottom: 9px; }
  .nav .wrap { min-height: 68px; }
  .brand img { width: 46px; }
  .grid.two, .grid.three, .grid.four, .photo-collage, .wide-photo-grid, .image-industries, .image-strip, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .photo-panel, .worker-photo, .wide-photo { min-height: 320px; }
  .hero .wrap { padding-top: 46px; padding-bottom: 56px; }
  .section { padding: 58px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .reveal { transition: none; }
  .reveal { opacity: 1; transform: none; }
}
