:root {
  --navy-950: #031d3d;
  --navy-900: #082d57;
  --navy-800: #0a3b70;
  --blue-600: #168ed6;
  --blue-500: #3ba9e6;
  --cyan-400: #76bfd0;
  --green-500: #7ca644;
  --green-300: #aecb82;
  --red-500: #ef1725;
  --purple-600: #6944a6;
  --indigo-600: #3948a2;
  --teal-600: #278ca0;
  --ink: #12243d;
  --muted: #5e6d80;
  --line: #dce5ef;
  --surface: #ffffff;
  --surface-soft: #f4f8fc;
  --shadow: 0 18px 45px rgba(5, 41, 78, 0.10);
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  min-width: 320px;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
section { scroll-margin-top: 84px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -56px; z-index: 9999; padding: 10px 14px; border-radius: 8px; color: #fff; background: var(--navy-900); transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(8,45,87,.08);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--navy-950); font-weight: 750; letter-spacing: -.03em; font-size: clamp(1.55rem, 2.2vw, 2rem); }
.brand img { flex: 0 0 auto; }
.primary-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); }
.primary-nav a { position: relative; padding: 28px 0 24px; text-decoration: none; color: var(--navy-950); font-weight: 650; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 3px; border-radius: 999px; background: var(--blue-600); transition: right .2s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.nav-toggle { display: none; border: 0; background: transparent; width: 46px; height: 46px; padding: 10px; border-radius: 10px; }
.nav-toggle span:not(.sr-only) { width: 24px; height: 2px; margin: 5px auto; background: var(--navy-950); border-radius: 999px; transition: transform .2s ease, opacity .2s ease; }

.hero {
  position: relative;
  min-height: 510px;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(100deg, var(--navy-950) 0%, var(--navy-900) 45%, #0a477c 100%);
}
.hero-visual { position: absolute; inset: 0 0 0 36%; overflow: hidden; background: #082d57; }
.hero-visual picture, .hero-visual img { display: block; width: 100%; height: 100%; }
.hero-visual img { object-fit: contain; object-position: right center; }
.hero-image-shade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy-900) 0%, rgba(8,45,87,.90) 13%, rgba(8,45,87,.24) 40%, rgba(8,45,87,.03) 100%); }
.hero-grid { position: relative; z-index: 2; min-height: 510px; display: grid; grid-template-columns: minmax(0, 46%) minmax(0, 54%); align-items: center; }
.hero-copy { padding: 72px 0 62px; }
.eyebrow { margin: 0 0 10px; color: var(--green-500); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero .eyebrow { color: #bddd8a; }
.hero h1 { margin: 0; max-width: 700px; font-size: clamp(2.8rem, 5.4vw, 5rem); line-height: .98; letter-spacing: -.045em; }
.hero h1 span { color: #4eb9ee; }
.hero h1 span::after { content: "."; color: var(--red-500); }
.hero-lede { max-width: 640px; margin: 26px 0 32px; color: rgba(255,255,255,.92); font-size: clamp(1.05rem, 1.55vw, 1.3rem); line-height: 1.55; }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; max-width: 640px; }
.proof-item { display: grid; grid-template-columns: 38px 1fr; gap: 10px; align-items: center; color: rgba(255,255,255,.88); font-size: .86rem; line-height: 1.35; }
.proof-item svg { width: 36px; height: 36px; color: var(--green-500); }
.proof-item:nth-child(2) svg { color: #48b8ee; }
.proof-item strong { display: block; color: #fff; font-size: .9rem; }

.section { padding: 78px 0; }
.capabilities-section { background: #fff; }
.section-heading { max-width: 820px; margin: 0 auto 34px; text-align: center; }
.section-heading h2, .experience-layout h2, .info-panel h2 { margin: 0; color: var(--navy-950); letter-spacing: -.025em; line-height: 1.15; }
.section-heading h2 { font-size: clamp(2rem, 3.5vw, 3rem); }
.capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.capability-card { position: relative; min-height: 220px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); box-shadow: 0 8px 28px rgba(8,45,87,.05); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.capability-card:hover { transform: translateY(-4px); border-color: #c5d8eb; box-shadow: var(--shadow); }
.capability-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 50%; color: #fff; }
.capability-icon svg { width: 26px; height: 26px; }
.capability-icon.navy { background: linear-gradient(145deg, #0a4b88, #031d3d); }
.capability-icon.green { background: linear-gradient(145deg, #8bb853, #5c842f); }
.capability-icon.teal { background: linear-gradient(145deg, #35a5bc, #1f7384); }
.capability-icon.purple { background: linear-gradient(145deg, #7b55bb, #4d2c85); }
.capability-icon.indigo { background: linear-gradient(145deg, #4d5dc3, #29337f); }
.capability-card h3 { margin: 0 0 10px; color: var(--navy-950); font-size: 1.05rem; line-height: 1.25; }
.capability-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.experience-section { background: linear-gradient(180deg, #f6f9fd, #eef4fa); }
.experience-layout { display: grid; grid-template-columns: .85fr 1.65fr; gap: 56px; align-items: center; }
.experience-layout h2 { font-size: clamp(2rem, 3.4vw, 3rem); }
.section-intro { margin: 18px 0 0; color: var(--muted); font-size: 1.05rem; }
.agency-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.agency { min-height: 124px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0; padding: 18px 12px; border: 1px solid var(--line); border-radius: 14px; text-align: center; background: rgba(255,255,255,.88); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.agency:hover { transform: translateY(-3px); border-color: #c5d8eb; box-shadow: 0 12px 28px rgba(8,45,87,.08); }
.agency-logo { width: 112px; height: 80px; display: grid; place-items: center; margin: 0; }
.agency-logo img { display: block; max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.agency-logo.seal { width: 80px; height: 80px; }
.agency-logo.wide { width: 134px; height: 76px; }
.agency span { color: var(--navy-900); font-weight: 800; font-size: 1.1rem; letter-spacing: -.02em; }
.agency small { color: var(--muted); font-size: .75rem; line-height: 1.35; }

.company-section { background: #fff; }
.company-grid { display: grid; grid-template-columns: 1.25fr .8fr 1fr; gap: 20px; }
.info-panel { min-height: 300px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(180deg, #fff, #f8fbfe); }
.info-panel h2 { margin-bottom: 16px; font-size: clamp(1.5rem, 2.4vw, 2rem); }
.info-panel p { color: var(--muted); }
.accent-line { color: var(--navy-800) !important; font-weight: 750; }
.accent-line::after { content: ""; display: block; width: 54px; height: 3px; margin-top: 13px; border-radius: 999px; background: var(--green-500); }
.contracting-panel dl { margin: 22px 0 0; display: grid; gap: 16px; }
.contracting-panel dl div { padding: 16px; border-radius: 14px; background: #fff; border: 1px solid var(--line); }
.contracting-panel dt { color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contracting-panel dd { margin: 4px 0 0; color: var(--navy-950); font-weight: 800; font-size: 1.15rem; }
.contact-panel { display: flex; flex-direction: column; align-items: flex-start; }
.contact-panel .button { margin-top: auto; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 22px; border: 0; border-radius: 10px; color: #fff; text-decoration: none; font-weight: 750; background: linear-gradient(135deg, var(--navy-900), var(--navy-950)); box-shadow: 0 12px 28px rgba(3,29,61,.18); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(3,29,61,.24); }
.button svg { width: 20px; height: 20px; }

.site-footer { padding: 26px 0; color: rgba(255,255,255,.86); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: #fff; font-size: 1.35rem; font-weight: 760; }
.footer-grid p { margin: 0; font-size: .88rem; }
.footer-grid p:nth-child(2) { text-align: center; }
.footer-grid p:last-child { text-align: right; }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }

:focus-visible { outline: 3px solid #4eb9ee; outline-offset: 3px; }

@media (max-width: 1120px) {
  .hero-visual { left: 33%; }
  .hero-grid { grid-template-columns: minmax(0, 52%) minmax(0, 48%); }
  .hero-proof { grid-template-columns: 1fr; max-width: 320px; }
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .experience-layout { grid-template-columns: 1fr; }
  .company-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-panel { grid-column: 1 / -1; min-height: 240px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 70px; }
  .nav-toggle { display: block; }
  .js .primary-nav { position: absolute; top: calc(100% + 1px); left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
  .js .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 13px 14px; border-radius: 9px; }
  .primary-nav a:hover { background: var(--surface-soft); }
  .primary-nav a::after { display: none; }
  .nav-toggle.is-open span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.is-open span:nth-child(3) { opacity: 0; }
  .nav-toggle.is-open span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }

  .hero { min-height: auto; }
  .hero-grid { min-height: 0; display: block; }
  .hero-copy { padding: 58px 0 38px; max-width: 90%; }
  .hero-visual { position: relative; inset: auto; height: auto; aspect-ratio: 1440 / 590; margin-top: -2px; }
  .hero-visual img { object-fit: contain; object-position: center; }
  .hero-image-shade { background: linear-gradient(180deg, rgba(8,45,87,.22), rgba(8,45,87,.06)); }
  .hero-proof { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: none; }

  .section { padding: 62px 0; }
  .agency-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .company-grid { grid-template-columns: 1fr; }
  .contact-panel { grid-column: auto; }
  .info-panel { min-height: auto; }
  .contact-panel .button { margin-top: 18px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; gap: 14px; }
  .footer-brand { justify-content: center; }
  .footer-grid p:nth-child(2), .footer-grid p:last-child { text-align: center; }
}

@media (max-width: 560px) {
  .brand img { width: 40px; height: 40px; }
  .brand { font-size: 1.5rem; }
  .hero-copy { max-width: 100%; }
  .hero h1 { font-size: clamp(2.45rem, 13vw, 3.65rem); }
  .hero-lede { font-size: 1.03rem; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-visual { height: auto; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: auto; }
  .agency-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .agency { min-height: 108px; padding: 12px 8px; }
  .info-panel { padding: 24px; }
}

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