/* ShearTek Government Services — site styles
   Fonts: Archivo (headings) · Barlow (body) · IBM Plex Mono (labels/data)
   Palette source: ShearTek Brand Package README (Aug 2026) */

:root {
  --navy-900: #04101F;  /* footer */
  --navy-800: #06142D;  /* alt sections, cards */
  --navy-700: #0A1F44;  /* Deep Navy — page ground */
  --navy-600: #0C2652;  /* raised cards */
  --blue-600: #174C7A;  /* Mid Blue */
  --blue-500: #2B7CBE;  /* Bright Blue — primary action */
  --blue-400: #4FA0DF;  /* hover */
  --blue-300: #7FB6E4;  /* links */
  --blue-200: #8FC1E8;  /* eyebrow on photo */
  --blue-eyebrow: #5E92C4;
  --cyan: #0BF4FF;      /* capability grid accent */
  --pale: #B9C5D0;      /* Pale Blue */
  --grey: #485A60;      /* TekSynap Grey */
  --ink: #E7EFF7;
  --ink-muted: #B6C7D8;
  --ink-dim: #9FB3C7;
  --ink-faint: #6E8AA4;
  --rule: rgba(185, 197, 208, .16);
  --rule-soft: rgba(185, 197, 208, .12);

  --shell: 1240px;
  --gutter: 32px;
  --section-y: 120px;

  --font-head: Archivo, system-ui, sans-serif;
  --font-body: Barlow, system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--navy-700);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: var(--blue-300); text-decoration: none; transition: color .18s ease; }
a:hover { color: #fff; }
::selection { background: var(--blue-500); color: #fff; }

.shell { max-width: var(--shell); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: var(--section-y) 0; }
.section--alt { background: var(--navy-800); border-top: 1px solid var(--rule-soft); }

/* ---------- Type ---------- */
.eyebrow {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--blue-eyebrow);
  margin-bottom: 22px;
}
.eyebrow--onphoto { color: var(--blue-200); margin: 0; }
.eyebrow-row { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.eyebrow-row .rule { width: 40px; height: 1px; background: var(--blue-500); flex-shrink: 0; }

h1, h2, h3 { font-family: var(--font-head); color: #fff; margin: 0; text-wrap: balance; }
h1 { font-weight: 700; font-size: clamp(38px, 5.6vw, 70px); line-height: 1.03; letter-spacing: -.022em; }
h2 { font-weight: 700; font-size: clamp(30px, 3.4vw, 44px); line-height: 1.12; letter-spacing: -.018em; }
h3 { font-weight: 600; font-size: 21px; line-height: 1.3; }
p { margin: 0; text-wrap: pretty; }
.lede { font-size: clamp(17px, 1.5vw, 20px); line-height: 1.62; color: #C9D8E7; }
.body-lg { font-size: 17.5px; line-height: 1.68; color: var(--ink-muted); }
.body { font-size: 16px; line-height: 1.62; color: var(--ink-dim); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-size: 14px; font-weight: 600;
  letter-spacing: .07em; text-transform: uppercase;
  padding: 16px 32px; border-radius: 2px;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.btn--primary { background: var(--blue-500); color: var(--navy-800); }
.btn--primary:hover { background: var(--blue-400); color: var(--navy-800); }
.btn--ghost { border: 1px solid rgba(185,197,208,.42); color: var(--ink); }
.btn--ghost:hover { border-color: #fff; color: #fff; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(6, 20, 45, .92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(185,197,208,.14);
}
.site-header .shell {
  height: 78px; display: flex; align-items: center;
  justify-content: space-between; gap: 24px;
}
.site-header .logo img { height: 28px; width: auto; }
.nav { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; justify-content: flex-end; }
.nav a {
  font-size: 13px; font-weight: 600;
  letter-spacing: .09em; text-transform: uppercase;
  color: var(--pale);
}
.nav a:hover { color: #fff; }
.nav .btn { padding: 12px 24px; }

/* ---------- Photo bands ---------- */
.band { position: relative; overflow: hidden; }
.band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band > .scrim { position: absolute; inset: 0; }
.band > .shell { position: relative; }

.hero { min-height: 660px; display: flex; align-items: center; }
.hero > img { object-position: 65% 50%; }
.hero .scrim {
  background: linear-gradient(96deg, rgba(4,14,32,.95) 0%, rgba(5,17,38,.86) 40%,
              rgba(6,20,45,.32) 78%, rgba(6,20,45,.15) 100%);
}
.hero .shell { padding-top: 132px; padding-bottom: 132px; }
.hero__copy { max-width: 780px; }
.hero h1 { margin-bottom: 30px; }
.hero .lede { max-width: 660px; margin-bottom: 40px; }

.band--quote .scrim {
  background: linear-gradient(90deg, rgba(6,20,45,.94) 0%, rgba(6,20,45,.82) 55%, rgba(6,20,45,.6) 100%);
}
.band--quote .shell { padding-top: 104px; padding-bottom: 104px; }
.band--quote blockquote { margin: 0; max-width: 900px; }
.band--quote p {
  font-family: var(--font-head); font-weight: 500;
  font-size: clamp(24px, 2.9vw, 38px); line-height: 1.32;
  letter-spacing: -.015em; color: #fff; text-wrap: balance;
}

.band--cta .scrim {
  background: linear-gradient(90deg, rgba(6,20,45,.95) 0%, rgba(6,20,45,.86) 60%, rgba(6,20,45,.62) 100%);
}
.band--cta .shell { padding-top: 110px; padding-bottom: 110px; }
.band--cta .inner { max-width: 680px; }
.band--cta h2 { margin-bottom: 22px; }

.band--page .scrim {
  background: linear-gradient(94deg, rgba(4,14,32,.96) 0%, rgba(6,20,45,.88) 48%, rgba(6,20,45,.55) 100%);
}
.band--page .shell { padding-top: 96px; padding-bottom: 88px; }
.band--page h1 { font-size: clamp(34px, 4.6vw, 56px); line-height: 1.07; max-width: 820px; }

/* ---------- Stats strip ---------- */
.stats {
  background: var(--navy-800);
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
}
.stats__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.stat { padding: 44px 36px; border-right: 1px solid var(--rule-soft); }
.stat:first-child { padding-left: 0; }
.stat:last-child { padding-right: 0; border-right: 0; }
.stat__num { font-family: var(--font-head); font-weight: 700; font-size: 38px; line-height: 1; color: #fff; margin-bottom: 10px; }
.stat__label { font-size: 15px; line-height: 1.5; color: var(--ink-dim); }

/* ---------- Two-column blocks ---------- */
.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 72px;
  align-items: start;
}
.split--center { align-items: center; }
.split > figure { margin: 0; position: relative; }
.split > figure img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 2px; }
.split .stack > * + * { margin-top: 22px; }

/* ---------- Partner cards ---------- */
.partners {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  margin-top: 80px;
}
.partner {
  background: var(--navy-600);
  border: 1px solid var(--rule);
  border-top: 3px solid var(--blue-500);
  padding: 40px 38px;
  display: flex; flex-direction: column; gap: 18px;
}
.partner--grey { border-top-color: var(--grey); }
.partner__logo { height: 68px; width: auto; align-self: flex-start; }
.partner__logo--wide { display: flex; align-items: center; }
.partner__logo--wide img { height: 30px; width: auto; }
.partner p { flex-grow: 1; font-size: 16.5px; line-height: 1.65; color: var(--ink-muted); }
.link-mono {
  font-family: var(--font-mono); font-size: 13px;
  letter-spacing: .09em; text-transform: uppercase; color: var(--blue-300);
}

/* ---------- Capability grid ---------- */
.cap-intro {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px 64px;
  align-items: end;
  margin-bottom: 40px;
}
.cap-intro h2 { font-size: clamp(28px, 3.1vw, 40px); line-height: 1.1; }
.cap-intro p { font-size: 17px; line-height: 1.6; color: var(--ink-muted); }
.eyebrow--cyan { color: var(--cyan); margin-bottom: 18px; }

.cap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1px;
  background: url("../assets/img/capabilities-bg.jpeg") center / cover no-repeat;
  border: 1px solid var(--rule);
}
.cap {
  background: linear-gradient(90deg, #040821, #126A7EAD);
  border: 1px solid var(--cyan);
  padding: 30px 28px;
  transition: background .2s ease;
}
.cap:hover { background: linear-gradient(90deg, #071033, #1789A2C7); }
.cap__num {
  font-family: var(--font-mono); font-size: 12px;
  letter-spacing: .14em; color: var(--cyan); margin-bottom: 14px;
}
.cap h3 { font-size: 19px; margin-bottom: 10px; }
.cap .body { font-size: 15.5px; line-height: 1.55; color: #B4C7D8; }

/* ---------- Assurance list ---------- */
.assurance { display: flex; flex-direction: column; gap: 26px; }
.assurance li { display: flex; gap: 20px; align-items: flex-start; list-style: none; }
.assurance ul { margin: 0; padding: 0; display: flex; flex-direction: column; gap: 26px; }
.assurance .dot { width: 8px; height: 8px; background: var(--blue-500); flex-shrink: 0; margin-top: 9px; }
.assurance__title { font-family: var(--font-head); font-weight: 600; font-size: 18px; color: #fff; margin-bottom: 6px; }
.assurance__body { font-size: 16.5px; line-height: 1.6; color: var(--ink-dim); }

/* ---------- Data table ---------- */
.datatable { border: 1px solid rgba(185,197,208,.18); }
.datatable__row {
  display: flex; justify-content: space-between; gap: 24px;
  padding: 22px 28px;
  border-bottom: 1px solid rgba(185,197,208,.14);
}
.datatable__row:last-child { border-bottom: 0; }
.datatable__key {
  font-family: var(--font-mono); font-size: 12.5px;
  letter-spacing: .13em; text-transform: uppercase; color: #7794B0;
}
.datatable__val { font-family: var(--font-mono); font-size: 15px; color: #fff; text-align: right; }
.datatable__val--prose { font-family: var(--font-body); max-width: 280px; }

/* ---------- Contact ---------- */
.person {
  border: 1px solid rgba(185,197,208,.18);
  border-left: 3px solid var(--blue-500);
  padding: 32px 30px;
  margin-bottom: 20px;
}
.person--grey { border-left-color: var(--grey); }
.person__name { font-family: var(--font-head); font-weight: 600; font-size: 21px; color: #fff; margin-bottom: 6px; }
.person__role { font-size: 16px; color: var(--ink-dim); margin-bottom: 20px; }
.person__lines { display: flex; flex-direction: column; gap: 9px; }
.person__lines a { font-family: var(--font-mono); font-size: 15px; word-break: break-all; }

.form-card { background: var(--navy-800); border: 1px solid rgba(185,197,208,.18); padding: 44px 42px; }
.form-card h2 { font-size: 27px; letter-spacing: -.015em; margin-bottom: 8px; }
.form-card > p { margin-bottom: 32px; }
.field { display: flex; flex-direction: column; gap: 9px; margin-bottom: 22px; }
.field > span {
  font-family: var(--font-mono); font-size: 12px;
  letter-spacing: .13em; text-transform: uppercase; color: #7794B0;
}
.field input, .field textarea {
  background: var(--navy-700);
  border: 1px solid rgba(185,197,208,.24);
  color: #fff; font-family: var(--font-body); font-size: 16px;
  padding: 14px 16px; border-radius: 2px; width: 100%;
}
.field textarea { resize: vertical; line-height: 1.55; }
.field input::placeholder, .field textarea::placeholder { color: #5E7B96; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--blue-500); }
.form-card .btn { width: 100%; text-align: center; border: 0; cursor: pointer; font-family: var(--font-body); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); border-top: 1px solid rgba(185,197,208,.14); padding: 72px 0 40px; }
.site-footer--slim { padding: 56px 0 40px; }
.footer-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 48px; padding-bottom: 48px; border-bottom: 1px solid var(--rule-soft);
}
.footer-brand img { height: 30px; width: auto; margin-bottom: 24px; }
.footer-brand p { font-size: 16.5px; line-height: 1.6; color: var(--ink-dim); max-width: 380px; margin-bottom: 28px; }
.footer-partners { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.footer-partners img { height: 52px; width: auto; }
.footer-partners .is-wide img { height: 24px; }
.footer-col { display: flex; flex-direction: column; gap: 14px; }
.footer-col__head {
  font-family: var(--font-mono); font-size: 12px;
  letter-spacing: .15em; text-transform: uppercase; color: #5E7B96; margin-bottom: 6px;
}
.footer-col a, .footer-col div { font-size: 16px; color: var(--pale); }
.footer-legal {
  padding-top: 32px; display: flex; flex-wrap: wrap; gap: 20px;
  justify-content: space-between; align-items: center;
}
.footer-legal p { font-size: 13.5px; line-height: 1.6; color: var(--ink-faint); max-width: 760px; }
.site-footer--slim .shell {
  display: flex; flex-wrap: wrap; gap: 28px;
  justify-content: space-between; align-items: center;
}
.site-footer--slim img { height: 26px; width: auto; }
.site-footer--slim p { font-size: 13.5px; line-height: 1.6; color: var(--ink-faint); max-width: 700px; }

/* ---------- Scroll reveal ---------- */
[data-reveal] {
  opacity: 0; transform: translateY(20px);
  transition: opacity .8s cubic-bezier(.22,.61,.36,1), transform .8s cubic-bezier(.22,.61,.36,1);
}
[data-reveal].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  :root { --section-y: 80px; --gutter: 22px; }
  .site-header .shell { height: auto; padding-top: 16px; padding-bottom: 16px; flex-wrap: wrap; }
  .nav { gap: 20px; width: 100%; justify-content: flex-start; }
  .hero { min-height: 0; }
  .hero .shell { padding-top: 84px; padding-bottom: 84px; }
  .split { gap: 44px; }
  .partners { margin-top: 48px; }
  .stat { padding: 32px 0; border-right: 0; border-bottom: 1px solid var(--rule-soft); }
  .stat:last-child { border-bottom: 0; }
  .form-card { padding: 32px 24px; }
  .datatable__row { flex-direction: column; gap: 8px; }
  .datatable__val, .datatable__val--prose { text-align: left; max-width: none; }
}
