@font-face {
  font-family: 'DM Mono';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/dmmono-400-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/dmmono-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/dmmono-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/inter-300-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/inter-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/inter-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/inter-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/inter-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fonts/inter-800-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

:root {
  /* Backgrounds — slightly blue-black, easier on eyes than pure black */
  --bg:              #07080d;
  --bg-alt:          #090a10;
  --surface:         #0c0e16;
  --surface-hi:      #10131c;
  --surface-hov:     #131726;

  /* Borders */
  --border:          rgba(255,255,255,0.08);
  --border-hi:       rgba(255,255,255,0.14);

  /* Text — softened from pure white to reduce harshness */
  --text-primary:    #d8dce8;   /* warm off-white, not blinding */
  --text-heading:    #edf0f7;   /* brighter for headlines only */
  --text-secondary:  #8794aa;   /* readable mid-gray */
  --text-muted:      #5c6878;   /* was #3e4757 — now actually legible */

  /* Accent */
  --accent:          #c8102e;
  --accent-soft:     #b80e29;
  --accent-dim:      rgba(200,16,46,0.10);
  --accent-mid:      rgba(200,16,46,0.18);
  --accent-glow:     rgba(200,16,46,0.22);

  /* Type */
  --sans:  'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --mono:  'DM Mono', 'Courier New', monospace;
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text-primary);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container { max-width: 1120px; margin: 0 auto; padding: 0 36px; }

/* ─────────────────────────────────────
   SCROLL REVEAL
───────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }
.reveal-d4 { transition-delay: 0.4s; }

/* ─────────────────────────────────────
   NAV
───────────────────────────────────── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(7,8,13,0.93);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}

.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 120px;
}

.nav-logo {
  display: flex; align-items: center; gap: 11px;
  text-decoration: none; color: var(--text-heading);
}
.nav-logo-img {
  height: 120px;
  width: auto;
  display: block;
  flex-shrink: 0;
}
/* Scale the large logo (and the bar that holds it) down on smaller screens. */
@media (max-width: 900px) {
  .nav-logo-img { height: 100px; }
  .nav-inner { min-height: 100px; }
}
@media (max-width: 560px) {
  .nav-logo-img { height: 78px; }
  .nav-inner { min-height: 78px; }
}

.nav-links {
  display: flex; align-items: center; gap: 32px; list-style: none;
}
.nav-links a {
  font-size: 12px; font-weight: 500;
  color: var(--text-secondary);
  text-decoration: none; letter-spacing: 0.05em; text-transform: uppercase;
  transition: color .2s;
}
.nav-links a:hover { color: var(--text-primary); }

.btn-nav {
  padding: 8px 22px;
  background: var(--accent);
  color: #fff; font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none;
  transition: background .2s;
}
.btn-nav:hover { background: #de1333; }

/* ─────────────────────────────────────
   HERO
───────────────────────────────────── */
.hero {
  position: relative;
  padding: 178px 0 104px;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

/* Subtle dot-grid — right side only, fades left */
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(200,16,46,0.18) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(ellipse 55% 90% at 88% 40%, black 0%, transparent 70%);
  pointer-events: none;
}

/* Sentry indicator — thin red line, left edge */
.hero-sentry {
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, transparent 0%, var(--accent) 30%, var(--accent) 70%, transparent 100%);
  opacity: 0.55;
  pointer-events: none;
}
.hero-sentry::after {
  content: '';
  position: absolute;
  top: 38%; left: -4px;
  width: 11px; height: 11px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 16px 4px var(--accent-glow);
  animation: pulse 2.6s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 16px 4px var(--accent-glow); }
  50%       { opacity: 0.45; box-shadow: 0 0 8px 2px var(--accent-dim); }
}

.hero-inner { position: relative; z-index: 1; }

/* Eyebrow */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 28px;
}
.eyebrow::before {
  content: ''; display: inline-block;
  width: 20px; height: 1.5px;
  background: var(--accent); flex-shrink: 0;
}

.hero h1 {
  font-size: clamp(34px, 5.2vw, 60px);
  font-weight: 300; line-height: 1.12; letter-spacing: -0.022em;
  color: var(--text-heading); max-width: 800px; margin-bottom: 28px;
}
.hero h1 strong { font-weight: 800; color: #fff; }
.hero h1 .hl { color: var(--accent); }

.hero-sub {
  font-size: 17px; color: var(--text-secondary);
  max-width: 520px; line-height: 1.8; margin-bottom: 44px;
}

.hero-actions {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  margin-bottom: 56px;
}

.btn-primary {
  display: inline-block; padding: 14px 30px;
  background: var(--accent); color: #fff;
  font-size: 11px; font-weight: 700; letter-spacing: 0.11em;
  text-transform: uppercase; text-decoration: none;
  transition: background .2s, box-shadow .2s;
}
.btn-primary:hover {
  background: #de1333;
  box-shadow: 0 0 24px rgba(200,16,46,0.32);
}

.btn-outline {
  display: inline-block; padding: 13px 30px;
  border: 1px solid var(--border-hi); color: var(--text-secondary);
  font-size: 11px; font-weight: 600; letter-spacing: 0.11em;
  text-transform: uppercase; text-decoration: none;
  transition: all .2s;
}
.btn-outline:hover {
  border-color: rgba(255,255,255,0.22); color: var(--text-primary);
  background: rgba(255,255,255,0.03);
}

/* Hero stats row */
.hero-stats {
  display: flex; gap: 0;
  border: 1px solid var(--border); border-left: 3px solid var(--accent);
  background: var(--surface); max-width: 640px;
}
.hero-stat {
  flex: 1; padding: 20px 26px;
  border-right: 1px solid var(--border);
}
.hero-stat:last-child { border-right: none; }
.hero-stat-val {
  display: block; font-size: 24px; font-weight: 800;
  color: #fff; letter-spacing: -0.025em; line-height: 1; margin-bottom: 5px;
}
.hero-stat-val em { color: var(--accent); font-style: normal; }
.hero-stat-label {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted);
}

/* ─────────────────────────────────────
   IDENTITY STRIP
───────────────────────────────────── */
.identity-strip {
  background: var(--surface); border-bottom: 1px solid var(--border);
  overflow: hidden; position: relative;
}
/* Active sentry dot — far left */
.identity-strip::before {
  content: '';
  position: absolute; top: 50%; left: 18px;
  transform: translateY(-50%);
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px 2px var(--accent-glow);
  animation: pulse 2.6s ease-in-out infinite;
  z-index: 2;
}

.id-track {
  display: flex;
  animation: ticker 32s linear infinite;
  width: max-content;
  padding-left: 48px;
}
.id-track:hover { animation-play-state: paused; }

@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.id-items { display: flex; align-items: center; flex-shrink: 0; }

.id-item {
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--text-muted);
  padding: 15px 24px; border-right: 1px solid var(--border);
  white-space: nowrap;
}
.id-item.hi { color: var(--text-secondary); }
.id-item.active { color: var(--accent); }

/* ─────────────────────────────────────
   SECTION SHARED
───────────────────────────────────── */
.section { padding: 96px 0; border-bottom: 1px solid var(--border); position: relative; overflow: hidden; }

/* Red ambient glow — single centered page-level source */
.page-glow {
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 160vw; height: 160vh;
  background: radial-gradient(ellipse, rgba(200,16,46,0.08) 0%, transparent 58%);
  pointer-events: none;
}

.section-label {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 18px;
}
.section-label::before {
  content: '//'; font-size: 13px; letter-spacing: 0; opacity: 0.8;
}

.section-h {
  font-size: clamp(27px, 3.4vw, 40px);
  font-weight: 300; letter-spacing: -0.016em; line-height: 1.2;
  color: var(--text-heading); margin-bottom: 16px;
}
.section-h strong { font-weight: 800; color: #fff; }

.section-intro {
  font-size: 16px; color: var(--text-secondary);
  max-width: 540px; line-height: 1.8; margin-bottom: 56px;
}

/* ─────────────────────────────────────
   SERVICES
───────────────────────────────────── */
.services-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; background: var(--border); border: 1px solid var(--border);
}

.svc {
  background: var(--bg-alt); padding: 44px 40px;
  transition: background .25s; position: relative;
}
.svc:hover { background: var(--surface-hov); }
/* Left accent bar on hover */
.svc::before {
  content: ''; position: absolute;
  top: 0; left: 0; bottom: 0; width: 3px;
  background: var(--accent);
  transform: scaleY(0); transform-origin: top;
  transition: transform .3s ease;
}
.svc:hover::before { transform: scaleY(1); }

.svc-num {
  display: block; font-family: var(--mono);
  font-size: 11px; color: var(--accent);
  letter-spacing: 0.14em; margin-bottom: 18px; opacity: 0.9;
}

.svc h3 {
  font-size: 19px; font-weight: 700;
  color: var(--text-heading); letter-spacing: -0.012em;
  line-height: 1.3; margin-bottom: 12px;
}

.svc p {
  font-size: 14px; color: var(--text-secondary); line-height: 1.82;
}

.svc-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }

.tag {
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.07em;
  color: var(--text-muted); border: 1px solid var(--border);
  padding: 4px 11px; text-transform: uppercase;
  transition: color .2s, border-color .2s;
}
.svc:hover .tag { color: var(--text-secondary); border-color: rgba(255,255,255,0.12); }

.svc.full { grid-column: span 2; }

/* ─────────────────────────────────────
   WHY SPARROWHAWK
───────────────────────────────────── */
.diff-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px 72px; }

.diff-item { padding-top: 22px; position: relative; }
.diff-item::before {
  content: ''; position: absolute;
  top: 0; left: 0; width: 28px; height: 2px; background: var(--accent);
}

.diff-tag {
  display: block; font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 12px; margin-top: 14px;
}

.diff-item h3 {
  font-size: 18px; font-weight: 700;
  color: var(--text-heading); letter-spacing: -0.01em;
  margin-bottom: 12px; line-height: 1.3;
}

.diff-item p { font-size: 14px; color: var(--text-secondary); line-height: 1.82; }

/* ─────────────────────────────────────
   PAST PERFORMANCE
───────────────────────────────────── */
.perf-section {
  background: var(--surface); border-bottom: 1px solid var(--border);
  position: relative; overflow: hidden;
}


.perf-header { padding: 80px 0 0; text-align: center; position: relative; }

.perf-metrics {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px;
  background: var(--border);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  margin-top: 52px; position: relative;
}

.perf-metric {
  background: var(--surface); padding: 52px 36px;
  text-align: center; position: relative; transition: background .25s;
}
.perf-metric:hover { background: var(--surface-hov); }
.perf-metric::after {
  content: ''; position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 36px; height: 2px; background: var(--accent);
}

.perf-val {
  display: block; font-size: 54px; font-weight: 800;
  color: #fff; letter-spacing: -0.04em; line-height: 1; margin-bottom: 14px;
}
.perf-val em { color: var(--accent); font-style: normal; }

.perf-label {
  display: block; font-size: 15px; font-weight: 600;
  color: var(--text-primary); letter-spacing: -0.01em; margin-bottom: 6px;
}

.perf-sub {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted);
}

.perf-quote-wrap { padding: 52px 0 72px; text-align: center; position: relative; }
.perf-quote {
  font-size: clamp(15px, 1.7vw, 18px); font-weight: 300; font-style: italic;
  color: var(--text-secondary); line-height: 1.72;
  max-width: 680px; margin: 0 auto; padding: 0 24px;
  position: relative;
}
.perf-quote strong { font-weight: 600; font-style: normal; color: var(--text-primary); }

/* ─────────────────────────────────────
   INDUSTRIES
───────────────────────────────────── */
.industries-wrap { display: flex; flex-wrap: wrap; gap: 10px; }

.chip {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text-secondary);
  border: 1px solid var(--border); padding: 10px 20px;
  position: relative; overflow: hidden; transition: all .2s;
}
.chip::before {
  content: ''; position: absolute;
  left: 0; top: 0; bottom: 0; width: 2px;
  background: var(--accent); transform: scaleY(0);
  transition: transform .2s;
}
.chip:hover { border-color: rgba(255,255,255,0.14); color: var(--text-primary); background: var(--surface); }
.chip:hover::before { transform: scaleY(1); }

/* ─────────────────────────────────────
   CREDENTIALS
───────────────────────────────────── */
.creds-section { background: var(--surface); padding: 96px 0; border-bottom: 1px solid var(--border); position: relative; overflow: hidden; }


.creds-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--border); border: 1px solid var(--border);
  margin-top: 52px;
}

.cred {
  background: var(--surface); padding: 30px 18px 26px;
  text-align: center; transition: background .2s;
  position: relative; overflow: hidden;
}
.cred::after {
  content: ''; position: absolute;
  bottom: 0; left: 0; right: 0; height: 2px;
  background: var(--accent); transform: scaleX(0);
  transition: transform .25s; transform-origin: left;
}
.cred:hover { background: var(--surface-hov); }
.cred:hover::after { transform: scaleX(1); }

.cred-abbr {
  display: block; font-family: var(--mono);
  font-size: 17px; font-weight: 500; color: var(--text-heading);
  letter-spacing: 0.03em; margin-bottom: 9px;
}
.cred-name { font-size: 11px; color: var(--text-muted); line-height: 1.6; }

/* SAM card */
.cred.sam {
  background: rgba(200,16,46,0.05);
  grid-column: span 2;
}
.cred.sam .cred-abbr { color: var(--accent); }
.cred.sam .cred-meta {
  display: block; font-family: var(--mono);
  font-size: 10px; color: var(--text-muted);
  margin-top: 8px; letter-spacing: 0.1em;
}

/* ─────────────────────────────────────
   CTA
───────────────────────────────────── */
.cta-section {
  padding: 120px 0; text-align: center;
  position: relative; overflow: hidden;
}

.cta-inner { position: relative; z-index: 1; }

.cta-h {
  font-size: clamp(28px, 4vw, 48px); font-weight: 300;
  letter-spacing: -0.02em; line-height: 1.2;
  color: var(--text-heading); max-width: 680px; margin: 14px auto 20px;
}
.cta-h strong { font-weight: 800; color: #fff; }
.cta-sub {
  font-size: 16px; color: var(--text-secondary);
  max-width: 460px; margin: 0 auto 40px; line-height: 1.8;
}
.cta-note {
  margin-top: 24px; font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--text-muted);
}

/* ─────────────────────────────────────
   FOOTER
───────────────────────────────────── */
footer { background: var(--surface); border-top: 1px solid var(--border); position: relative; overflow: hidden; }


.footer-grid {
  display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1px;
  background: var(--border);
  /* Match the .container content band so the footer lines up with the nav
     logo and body text (they sit in a 1120px centered column). */
  max-width: 1120px; margin: 0 auto; position: relative;
}

/* Full-width divider under the centered footer blocks: the block stays in the
   1120px band, but the rule spans the whole screen (clipped by footer's
   overflow:hidden so it never causes horizontal scroll). */
.footer-grid::after,
.footer-badges::after {
  content: ''; position: absolute; bottom: 0; left: 50%;
  margin-left: -50vw; width: 100vw; height: 1px;
  background: var(--border);
}

.footer-col { background: var(--surface); padding: 40px 36px; }

.f-label {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 18px;
  display: flex; align-items: center; gap: 8px;
}
.f-label::before { content: '//'; opacity: 0.7; }

.f-brand { font-size: 14px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-primary); margin-bottom: 7px; }
.f-tagline { font-size: 13px; color: var(--text-muted); line-height: 1.65; }

.f-sam { display: flex; flex-direction: column; gap: 9px; }
.f-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.f-key { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); white-space: nowrap; flex-shrink: 0; }
.f-val { font-family: var(--mono); font-size: 12px; color: var(--text-secondary); }
.f-val.active { color: #3fcf6a; }

.f-certs { display: flex; flex-direction: column; gap: 7px; }
.f-cert { font-size: 12px; color: var(--text-muted); line-height: 1.5; }
.f-cert strong { color: var(--text-secondary); font-weight: 600; }

.footer-bottom {
  padding: 18px 36px; display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap; gap: 10px;
  max-width: 1120px; margin: 0 auto;
}
.f-copy { font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; color: var(--text-muted); }
.f-right { font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; color: var(--text-muted); }

/* ─────────────────────────────────────
   RESPONSIVE
───────────────────────────────────── */
@media (max-width: 960px) {
  .services-grid { grid-template-columns: 1fr; }
  .svc.full { grid-column: span 1; }
  .diff-grid { grid-template-columns: 1fr; gap: 42px; }
  .creds-grid { grid-template-columns: repeat(2, 1fr); }
  .perf-metrics { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .hero-stats { flex-direction: column; }
  .hero-stat { border-right: none; border-bottom: 1px solid var(--border); }
  .hero-stat:last-child { border-bottom: none; }
}
@media (max-width: 640px) {
  .hero { padding: 116px 0 76px; }
  .container { padding: 0 20px; }
  .svc { padding: 38px 26px; }
  .creds-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; align-items: flex-start; }
}

/* ─────────────────────────────────────
   CERTIFICATION BADGES
───────────────────────────────────── */
.footer-badges {
  /* Full-width color band, but content padded into the 1120px centered band so
     it stays aligned with the rest of the footer (label at x = band-left + 36). */
  padding: 24px max(36px, calc((100% - 1120px) / 2 + 36px));
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--bg-alt);
  flex-wrap: wrap;
  position: relative;
}
.footer-badges-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-right: 8px;
  white-space: nowrap;
}
.badge-wrap {
  background: transparent;
  border: none;
  border-radius: 6px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
}
.badge-wrap:hover {
  opacity: 0.85;
}
.badge-img {
  height: 64px;
  width: auto;
  display: block;
}
.sophos-note {
  margin-left: auto;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
}

.footer-logo-img {
  height: 75px;
  width: auto;
  display: block;
  margin-bottom: 12px;
}

/* ─────────────────────────────────────
   SUBPAGE COMPONENTS
───────────────────────────────────── */

/* Active nav state */
.nav-links a.active { color: var(--accent); }

/* Compact hero for interior pages */
.page-hero {
  position: relative;
  padding: 162px 0 72px;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(200,16,46,0.18) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(ellipse 55% 90% at 88% 40%, black 0%, transparent 70%);
  pointer-events: none;
}
.page-hero-inner { position: relative; z-index: 1; }

.page-hero h1 {
  font-size: clamp(30px, 4.4vw, 50px);
  font-weight: 300; line-height: 1.14; letter-spacing: -0.022em;
  color: var(--text-heading); max-width: 780px; margin-bottom: 22px;
}
.page-hero h1 strong { font-weight: 800; color: #fff; }
.page-hero h1 .hl { color: var(--accent); }

.page-hero-sub {
  font-size: 17px; color: var(--text-secondary);
  max-width: 620px; line-height: 1.8;
}

/* Breadcrumb */
.crumb {
  display: flex; align-items: center; gap: 9px;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 26px;
}
.crumb a { color: var(--text-muted); text-decoration: none; transition: color .2s; }
.crumb a:hover { color: var(--accent); }
.crumb span.sep { opacity: 0.5; }
.crumb span.here { color: var(--text-secondary); }

/* Long-form prose */
.prose { max-width: 720px; }
.prose p {
  font-size: 15px; color: var(--text-secondary);
  line-height: 1.85; margin-bottom: 20px;
}
.prose p strong { color: var(--text-primary); font-weight: 600; }
.prose h3 {
  font-size: 19px; font-weight: 700; color: var(--text-heading);
  letter-spacing: -0.012em; margin: 40px 0 14px; line-height: 1.3;
}
.prose ul { list-style: none; margin: 18px 0 24px; }
.prose ul li {
  font-size: 14px; color: var(--text-secondary); line-height: 1.8;
  padding-left: 22px; margin-bottom: 10px; position: relative;
}
.prose ul li::before {
  content: '▸'; position: absolute; left: 0;
  color: var(--accent); font-size: 12px; top: 1px;
}

/* Expanded service detail block */
.svc-detail {
  border: 1px solid var(--border); border-left: 3px solid var(--accent);
  background: var(--bg-alt); padding: 44px 42px;
  margin-bottom: 1px; transition: background .25s;
}
.svc-detail:hover { background: var(--surface-hov); }
.svc-detail .svc-num {
  display: block; font-family: var(--mono);
  font-size: 11px; color: var(--accent);
  letter-spacing: 0.14em; margin-bottom: 16px; opacity: 0.9;
}
.svc-detail h2 {
  font-size: 24px; font-weight: 700; color: var(--text-heading);
  letter-spacing: -0.016em; line-height: 1.28; margin-bottom: 14px;
}
.svc-detail > p {
  font-size: 15px; color: var(--text-secondary);
  line-height: 1.85; max-width: 680px; margin-bottom: 26px;
}

/* Two-column deliverables / outcome split */
.detail-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 36px;
  border-top: 1px solid var(--border); padding-top: 28px; margin-top: 4px;
}
.detail-col .d-label {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 14px;
}
.detail-col .d-label::before { content: '//'; opacity: 0.7; }
.detail-col ul { list-style: none; }
.detail-col ul li {
  font-size: 14px; color: var(--text-secondary); line-height: 1.75;
  padding-left: 20px; margin-bottom: 9px; position: relative;
}
.detail-col ul li::before {
  content: '▸'; position: absolute; left: 0;
  color: var(--accent); font-size: 11px; top: 2px;
}

/* Numbered process steps */
.process {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--border);
  border: 1px solid var(--border); margin-top: 52px;
}
.step {
  background: var(--bg-alt); padding: 34px 28px;
  position: relative; transition: background .25s;
}
.step:hover { background: var(--surface-hov); }
.step::after {
  content: ''; position: absolute; top: 0; left: 0;
  width: 32px; height: 2px; background: var(--accent);
}
.step-num {
  display: block; font-family: var(--mono); font-size: 11px;
  color: var(--accent); letter-spacing: 0.16em; margin-bottom: 14px;
}
.step h3 {
  font-size: 16px; font-weight: 700; color: var(--text-heading);
  margin-bottom: 10px; letter-spacing: -0.01em; line-height: 1.3;
}
.step p { font-size: 13px; color: var(--text-secondary); line-height: 1.75; }

/* Industry detail cards */
.ind-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; background: var(--border);
  border: 1px solid var(--border); margin-top: 52px;
}
.ind {
  background: var(--bg-alt); padding: 40px 36px;
  position: relative; transition: background .25s;
}
.ind:hover { background: var(--surface-hov); }
.ind::before {
  content: ''; position: absolute; top: 0; left: 0; bottom: 0;
  width: 3px; background: var(--accent);
  transform: scaleY(0); transform-origin: top; transition: transform .3s ease;
}
.ind:hover::before { transform: scaleY(1); }
.ind-tag {
  display: block; font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 12px;
}
.ind h3 {
  font-size: 18px; font-weight: 700; color: var(--text-heading);
  margin-bottom: 12px; letter-spacing: -0.01em; line-height: 1.3;
}
.ind p { font-size: 14px; color: var(--text-secondary); line-height: 1.8; }
.ind-risks { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 7px; }

/* FAQ / contact detail */
.faq-list { margin-top: 44px; border-top: 1px solid var(--border); }
.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 28px 0;
}
.faq-item h3 {
  font-size: 16px; font-weight: 700; color: var(--text-heading);
  margin-bottom: 10px; letter-spacing: -0.01em; line-height: 1.4;
}
.faq-item p { font-size: 14px; color: var(--text-secondary); line-height: 1.82; max-width: 700px; }

/* Contact info panel */
.contact-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 1px;
  background: var(--border); border: 1px solid var(--border);
  margin-top: 52px;
}
.contact-panel { background: var(--bg-alt); padding: 44px 40px; }
.contact-panel .d-label {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 18px;
}
.contact-panel .d-label::before { content: '//'; opacity: 0.7; }
.contact-panel p { font-size: 14px; color: var(--text-secondary); line-height: 1.82; margin-bottom: 16px; }
.contact-line {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--border);
}
.contact-line:last-child { border-bottom: none; }
.contact-line .c-key {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--text-muted); white-space: nowrap;
}
.contact-line .c-val { font-family: var(--mono); font-size: 12px; color: var(--text-secondary); text-align: right; }
.contact-line .c-val a { color: var(--accent); text-decoration: none; }
.contact-line .c-val a:hover { text-decoration: underline; }
.contact-line .c-val.active { color: #3fcf6a; }

/* Expectation list for briefing */
.expect { list-style: none; margin-top: 6px; }
.expect li {
  font-size: 14px; color: var(--text-secondary); line-height: 1.75;
  padding-left: 24px; margin-bottom: 12px; position: relative;
}
.expect li::before {
  content: '✓'; position: absolute; left: 0;
  color: var(--accent); font-size: 12px; font-weight: 700; top: 1px;
}

/* Subpage responsive */
@media (max-width: 960px) {
  .detail-split { grid-template-columns: 1fr; gap: 26px; }
  .process { grid-template-columns: 1fr 1fr; }
  .ind-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .page-hero { padding: 110px 0 56px; }
  .svc-detail { padding: 36px 24px; }
  .process { grid-template-columns: 1fr; }
  .ind { padding: 34px 24px; }
  .contact-panel { padding: 36px 24px; }
}

/* ─────────────────────────────────────
   AI-EXTRACTABLE Q/A PATTERN
   Query-shaped heading + front-loaded answer, sitting under the
   brand headline so voice is preserved and retrieval still works.
───────────────────────────────────── */
.q-head {
  font-family: var(--mono);
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.09em; text-transform: uppercase;
  color: var(--text-muted);
  margin: 0 0 10px;
  padding-left: 16px; position: relative;
  line-height: 1.5;
}
.q-head::before {
  content: '?'; position: absolute; left: 0; top: 0;
  color: var(--accent); font-weight: 700;
}
.answer {
  font-size: 15px; color: var(--text-primary);
  line-height: 1.8; max-width: 700px;
  margin-bottom: 18px;
  padding-left: 16px;
  border-left: 2px solid var(--accent-mid);
}
.svc-detail .answer { margin-bottom: 20px; }
.ind .q-head { font-size: 11px; }
.ind .answer { font-size: 14px; margin-bottom: 14px; }

/* Pricing signal block */
.pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--border);
  border: 1px solid var(--border); margin-top: 52px;
}
.price-card {
  background: var(--bg-alt); padding: 38px 32px;
  position: relative; transition: background .25s;
}
.price-card:hover { background: var(--surface-hov); }
.price-card::after {
  content: ''; position: absolute; top: 0; left: 0;
  width: 32px; height: 2px; background: var(--accent);
}
.price-model {
  display: block; font-family: var(--mono); font-size: 11px;
  color: var(--accent); letter-spacing: 0.16em;
  text-transform: uppercase; margin-bottom: 14px;
}
.price-card h3 {
  font-size: 17px; font-weight: 700; color: var(--text-heading);
  margin-bottom: 12px; letter-spacing: -0.01em; line-height: 1.3;
}
.price-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.8; }
@media (max-width: 960px) { .pricing-grid { grid-template-columns: 1fr; } }

/* ─────────────────────────────────────
   CERTIFICATION BADGE STRIP
   Vendor badges are dark-on-transparent, so they sit on light
   cards rather than having a background baked into the artwork.
───────────────────────────────────── */
.cert-badges {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 14px; margin-top: 44px;
  padding-top: 32px; border-top: 1px solid var(--border);
}
.cert-badges-label {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-muted); margin-right: 6px; white-space: nowrap;
}
.cert-badge {
  background: #f4f5f7;
  border: 1px solid var(--border-hi);
  border-radius: 8px;
  padding: 14px 18px;
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform .2s, box-shadow .2s;
}
.cert-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.35);
}
.cert-badge img { height: 74px; width: auto; display: block; }
@media (max-width: 640px) {
  .cert-badge { padding: 10px 13px; }
  .cert-badge img { height: 56px; }
}

/* ─────────────────────────────────────
   FOUNDER
───────────────────────────────────── */
.founder-split {
  display: grid; grid-template-columns: 300px 1fr;
  gap: 52px; align-items: start; margin-top: 8px;
}
.founder-photo-wrap { position: relative; }
.founder-photo-frame { position: relative; line-height: 0; }
.founder-photo {
  width: 100%; height: auto; display: block;
  border: 1px solid var(--border);
  filter: grayscale(100%) contrast(1.04);
}
.founder-photo-frame::before {
  content: ''; position: absolute;
  top: 0; left: 0; bottom: 0; width: 3px;
  background: var(--accent); z-index: 2;
}
.founder-meta {
  margin-top: 18px; padding-top: 16px;
  border-top: 1px solid var(--border);
}
.founder-name {
  display: block; font-size: 17px; font-weight: 700;
  color: var(--text-heading); letter-spacing: -0.012em; margin-bottom: 5px;
}
.founder-role {
  display: block; font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 12px; line-height: 1.5;
}
.founder-certs {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.08em; color: var(--text-muted); line-height: 1.8;
}
@media (max-width: 860px) {
  .founder-split { grid-template-columns: 1fr; gap: 32px; }
  .founder-photo-wrap { max-width: 300px; }
}

/* ─────────────────────────────────────
   PRIOR / LAPSED CREDENTIALS
   Kept visually distinct from active certifications so the
   distinction is unambiguous to a reader.
───────────────────────────────────── */
.cred-prior {
  margin-top: 28px; padding-top: 20px;
  border-top: 1px dashed var(--border-hi);
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px;
}
.cred-prior-label {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-muted); white-space: nowrap;
}
.cred-prior-label::before { content: '// '; opacity: 0.7; }
.cred-prior-item {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.founder-certs .prior {
  display: block; margin-top: 8px; padding-top: 8px;
  border-top: 1px dashed var(--border); opacity: 0.8;
}

/* ─────────────────────────────────────
   MOBILE NAV
   Previously .nav-links was simply hidden under 640px with no
   replacement, leaving every interior page unreachable on a phone.
───────────────────────────────────── */
.nav-toggle {
  display: none;
  background: none; border: 1px solid var(--border-hi);
  padding: 9px 11px; cursor: pointer;
  line-height: 0; border-radius: 3px;
  transition: border-color .2s, background .2s;
}
.nav-toggle:hover { border-color: rgba(255,255,255,0.24); background: rgba(255,255,255,0.03); }
.nav-toggle span {
  display: block; width: 19px; height: 2px;
  background: var(--text-primary); margin: 4px 0;
  transition: transform .25s, opacity .2s;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 640px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute; top: 62px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(7,8,13,0.985);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
    padding: 6px 0 14px;
    max-height: 0; overflow: hidden;
    opacity: 0; pointer-events: none;
    transition: max-height .28s ease, opacity .2s ease;
  }
  .nav-links.open { max-height: 340px; opacity: 1; pointer-events: auto; }
  .nav-links li { border-top: 1px solid var(--border); }
  .nav-links li:first-child { border-top: none; }
  .nav-links a {
    display: block; padding: 15px 24px; font-size: 13px;
  }
  .nav-links .btn-nav {
    margin: 12px 24px 0; text-align: center; padding: 13px 22px;
  }
  nav { position: fixed; }
}

/* ─────────────────────────────────────
   BLOG — index list
───────────────────────────────────── */
.blog-list { display: flex; flex-direction: column; max-width: 760px; }
.blog-card {
  display: block; text-decoration: none;
  padding: 30px 0 30px 22px; border-bottom: 1px solid var(--border);
  position: relative; transition: padding-left .2s;
}
.blog-list .blog-card:first-child { padding-top: 4px; }
.blog-card::before {
  content: ''; position: absolute; left: 0; top: 34px; bottom: 30px;
  width: 2px; background: var(--accent);
  transform: scaleY(0); transform-origin: top; transition: transform .25s;
}
.blog-list .blog-card:first-child::before { top: 8px; }
.blog-card:hover::before { transform: scaleY(1); }
.blog-card:hover { padding-left: 30px; }
.blog-date {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--text-muted); margin-bottom: 11px;
}
.blog-card h2 {
  font-size: clamp(19px, 2.3vw, 25px); font-weight: 400;
  color: var(--text-heading); letter-spacing: -0.012em; line-height: 1.28;
  margin-bottom: 11px; transition: color .2s;
}
.blog-card:hover h2 { color: var(--accent); }
.blog-excerpt { font-size: 15px; color: var(--text-secondary); line-height: 1.75; }
.blog-more {
  display: inline-block; margin-top: 14px; font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent);
}

/* ─────────────────────────────────────
   BLOG — single post
───────────────────────────────────── */
.post-wrap { padding: 60px 0 100px; position: relative; }
.post-back {
  display: inline-block; margin-bottom: 34px; font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-muted); text-decoration: none; transition: color .2s;
}
.post-back:hover { color: var(--accent); }
.post-body { max-width: 720px; }
.post-body > *:first-child { margin-top: 0; }
.post-body p { font-size: 16px; color: var(--text-primary); line-height: 1.85; margin-bottom: 22px; }
.post-body h2 {
  font-size: clamp(21px, 2.5vw, 28px); font-weight: 700; color: var(--text-heading);
  letter-spacing: -0.015em; line-height: 1.28; margin: 46px 0 16px;
}
.post-body h3 { font-size: 19px; font-weight: 700; color: var(--text-heading); margin: 38px 0 12px; letter-spacing: -0.01em; }
.post-body h4 {
  font-family: var(--mono); font-size: 13px; font-weight: 500; color: var(--accent);
  text-transform: uppercase; letter-spacing: 0.1em; margin: 32px 0 10px;
}
.post-body strong { color: var(--text-heading); font-weight: 700; }
.post-body em { color: var(--text-primary); }
.post-body a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.post-foot {
  max-width: 720px; margin-top: 56px; padding-top: 30px;
  border-top: 1px solid var(--border);
  display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 14px;
}
.post-foot .f-copy { color: var(--text-muted); }
.post-body ul { margin: 0 0 22px; padding-left: 22px; list-style: none; }
.post-body li {
  position: relative; font-size: 16px; color: var(--text-primary);
  line-height: 1.8; margin-bottom: 9px; padding-left: 4px;
}
.post-body li::before {
  content: ''; position: absolute; left: -18px; top: 13px;
  width: 7px; height: 2px; background: var(--accent);
}
