/* Device-local fonts: no requests to external font services. */
@font-face { font-family: 'Barlow Condensed'; src: local('Arial Narrow'), local('Roboto Condensed'); font-weight: 100 900; }

:root {
  --ink: #030609;
  --ink-soft: #090f18;
  --panel: #0d1725;
  --line: rgba(255,255,255,.12);
  --text: #f5f5f2;
  --muted: #aeb5ba;
  --accent: #249bff;
  --accent-dark: #03101e;
  --light: #080d14;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--text); font-family: Inter, system-ui, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  position: fixed; z-index: 20; top: 0; left: 0; right: 0;
  height: 84px; padding: 0 clamp(22px, 5vw, 76px);
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(17,20,23,.87); border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--accent); color: var(--ink); transform: skew(-6deg); }
.brand-mark svg { width: 26px; height: 26px; fill: currentColor; transform: skew(6deg); }
.brand > span:last-child { display: grid; line-height: 1; }
.brand strong { font: 800 1.28rem/1 Barlow Condensed, sans-serif; letter-spacing: .09em; }
.brand small { margin-top: 5px; color: var(--accent); font-size: .59rem; font-weight: 700; letter-spacing: .22em; }
nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); font-size: .88rem; font-weight: 600; }
nav > a:not(.nav-call) { color: #d8dbdd; transition: color .2s ease; }
nav > a:not(.nav-call):hover { color: var(--accent); }
.nav-call { padding: 11px 18px; background: var(--accent); color: var(--accent-dark); }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 6px; background: var(--text); }

.hero { position: relative; min-height: 790px; height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,15,17,.98) 0%, rgba(12,15,17,.9) 36%, rgba(12,15,17,.24) 69%, rgba(12,15,17,.18) 100%), linear-gradient(0deg, rgba(12,15,17,.72), transparent 45%); }
.hero-content { position: relative; width: min(720px, 90vw); margin-left: clamp(24px, 8vw, 130px); padding-top: 68px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 12px; color: var(--accent); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .19em; }
.eyebrow span { width: 32px; height: 2px; background: currentColor; }
h1, h2, h3 { margin-top: 0; }
h1, h2 { font-family: Barlow Condensed, sans-serif; text-transform: uppercase; letter-spacing: -.02em; line-height: .95; }
h1 { margin-bottom: 28px; font-size: clamp(4.2rem, 8vw, 8.2rem); font-weight: 800; }
h1 em, h2 em { color: var(--accent); font-style: normal; }
.hero-copy { max-width: 590px; margin: 0 0 34px; color: #d0d4d6; font-size: clamp(1rem, 1.3vw, 1.16rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: var(--accent-dark); }
.button-secondary { border: 1px solid rgba(255,255,255,.34); background: rgba(10,12,14,.35); }
.trust-list { margin: 40px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 32px; list-style: none; color: #e1e3e4; font-size: .82rem; font-weight: 600; }
.trust-list li::before { content: "✓"; margin-right: 8px; color: var(--accent); }

.section-pad { padding: 112px clamp(24px, 8vw, 130px); }
.intro { background: var(--light); color: #181b1d; }
.section-heading { max-width: 830px; }
.section-heading .eyebrow { color: #8b6904; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(3rem, 5vw, 5.1rem); }
.section-lead { max-width: 610px; margin: 28px 0 54px auto; color: #555b5f; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #cfd0cb; border-left: 1px solid #cfd0cb; }
.service-card { position: relative; min-height: 340px; padding: clamp(28px, 4vw, 50px); border-right: 1px solid #cfd0cb; border-bottom: 1px solid #cfd0cb; }
.service-card.featured { background: var(--ink); color: var(--text); }
.service-number { position: absolute; top: 24px; right: 28px; color: #999e9f; font: 700 .8rem/1 Inter, sans-serif; }
.service-icon { width: 58px; height: 58px; margin-bottom: 34px; display: grid; place-items: center; background: var(--accent); color: var(--ink); }
.service-icon svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 2; }
.service-card h3 { margin-bottom: 14px; font: 700 clamp(1.7rem, 2.4vw, 2.25rem)/1.05 Barlow Condensed, sans-serif; text-transform: uppercase; }
.service-card p { max-width: 530px; margin: 0; color: #5b6164; }
.service-card.featured p { color: var(--muted); }
.scope-note { margin-top: 26px; padding: 22px 24px; display: flex; align-items: flex-start; gap: 16px; background: #e8e5da; border-left: 4px solid var(--accent); }
.scope-note > span { flex: 0 0 25px; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--accent); font-weight: 700; }
.scope-note p { margin: 0; color: #444a4d; font-size: .92rem; }

.process { background: var(--ink-soft); }
.section-heading.compact { max-width: 700px; }
.process .section-heading h2 { margin-bottom: 58px; }
.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { display: grid; grid-template-columns: 90px 1fr; gap: 30px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.step { color: var(--accent); font: 700 1.1rem/1 Barlow Condensed, sans-serif; }
.process-list h3 { margin-bottom: 7px; font: 700 1.55rem/1 Barlow Condensed, sans-serif; text-transform: uppercase; }
.process-list p { margin: 0; color: var(--muted); }

.contact { padding-top: 80px; padding-bottom: 80px; background: var(--accent); color: var(--ink); }
.contact-panel { display: grid; grid-template-columns: 1fr minmax(360px, .75fr); gap: clamp(50px, 8vw, 130px); }
.contact .eyebrow { color: #4c3a05; }
.contact h2 { margin-bottom: 24px; font-size: clamp(3.2rem, 5.7vw, 6rem); }
.contact h2 em { color: var(--ink); -webkit-text-stroke: 1px rgba(17,20,23,.8); }
.contact-panel > div:first-child > p:last-child { max-width: 560px; }
.contact-links { border-top: 1px solid rgba(17,20,23,.34); }
.contact-links a, .contact-links .location { position: relative; min-height: 95px; padding: 20px 42px 20px 0; display: grid; align-content: center; border-bottom: 1px solid rgba(17,20,23,.34); }
.contact-links small { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.contact-links strong { overflow-wrap: anywhere; font-size: clamp(.95rem, 1.3vw, 1.08rem); }
.contact-links a > span { position: absolute; right: 6px; top: 34px; font-size: 1.3rem; transition: transform .2s ease; }
.contact-links a:hover > span { transform: translate(3px, -3px); }

footer { padding: 34px clamp(24px, 8vw, 130px); display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); }
.footer-brand { transform: scale(.85); transform-origin: left center; }
footer p { font-size: .78rem; }

@media (max-width: 820px) {
  .site-header { height: 72px; }
  .menu-toggle { display: block; cursor: pointer; }
  nav { position: fixed; top: 72px; left: 0; right: 0; padding: 24px; display: none; flex-direction: column; align-items: stretch; gap: 4px; background: rgba(17,20,23,.98); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  nav a { padding: 12px; }
  .nav-call { margin-top: 8px; text-align: center; }
  .hero { min-height: 720px; }
  .hero-image { object-position: 65% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(12,15,17,.95), rgba(12,15,17,.66)), linear-gradient(0deg, rgba(12,15,17,.82), transparent 52%); }
  .hero-content { margin: 0 24px; padding-top: 64px; }
  h1 { font-size: clamp(3.55rem, 16vw, 5.7rem); }
  .section-pad { padding: 82px 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .contact-panel { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .hero-actions .button { width: 100%; }
  .trust-list { display: grid; gap: 9px; }
  .section-heading h2 { font-size: 3rem; }
  .section-lead { margin: 24px 0 40px; }
  .process-list li { grid-template-columns: 48px 1fr; gap: 12px; }
  .contact h2 { font-size: 3.4rem; }
  footer { align-items: flex-start; flex-direction: column; gap: 18px; }
  footer p { margin: 0; }
}

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

/* Original uploaded brand, displayed without changing its artwork. */
.legal-links { display: flex; flex-wrap: wrap; gap: 24px; font-size: 1rem; }
.legal-links a { text-decoration: underline; text-underline-offset: 4px; }
.legal-page { max-width: 900px; margin: auto; padding: 48px 24px 80px; overflow-wrap: anywhere; }
.legal-page h1 { font-family: system-ui, sans-serif; font-size: clamp(2rem, 6vw, 3.5rem); line-height: 1.2; text-transform: none; margin-top: 36px; }
.legal-page h2 { font-family: system-ui, sans-serif; font-size: 1.35rem; line-height: 1.4; text-transform: none; margin-top: 32px; }
.legal-page a { color: #75c3ff; text-decoration: underline; }
.legal-page address { font-style: normal; }
.legal-page .legal-links { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); }
.site-header { height: 124px; background: #000; border-bottom-color: #133356; }
.logo-window { position: relative; display: block !important; width: 149px; height: 118px; overflow: hidden; }
.logo-window img { position: absolute; width: 256px; height: 256px; max-width: none; left: -55px; top: -71px; }
.hero-content { padding-top: 132px; padding-bottom: 40px; }
.hero-image { filter: grayscale(1); }
.hero-shade { background: linear-gradient(90deg, #030609 0%, rgba(3,6,9,.94) 36%, rgba(0,40,85,.35) 75%, rgba(0,18,40,.4)), linear-gradient(0deg, #030609, transparent 50%); }
.intro { color: var(--text); }
.section-heading .eyebrow { color: var(--accent); }
.section-lead, .service-card p, .scope-note p { color: #b9c5d4; }
.service-grid, .service-card { border-color: #223144; }
.service-card { background: #0a111b; }
.service-card.featured { background: #0a1b30; }
.service-icon { background: #102e4c; color: #58b4ff; }
.scope-note { background: #0d1b2b; }
.contact { background: linear-gradient(120deg, #08172a, #07284b); color: var(--text); border-top: 1px solid #164b7c; }
.contact .eyebrow, .contact h2 em { color: #58b4ff; -webkit-text-stroke: 0; }
.contact-links, .contact-links a, .contact-links .location { border-color: #285077; }
.contact-links small { color: #91c9ff; font-size: .875rem; }
.contact-links strong { font-size: 1rem; }
.contact-panel > div { min-width: 0; }
.eyebrow, .trust-list { font-size: .875rem; }
section { scroll-margin-top: 124px; }
a:focus-visible, button:focus-visible { outline: 3px solid #75c3ff; outline-offset: 5px; }
@media (max-width: 820px) {
  .site-header { height: 112px; }
  nav { top: 112px; background: #030609; }
  .logo-window { transform: scale(.9); transform-origin: left center; }
  .hero { height: auto; min-height: 850px; }
  .hero-content { padding-top: 158px; padding-bottom: 60px; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,6,9,.97), rgba(3,14,30,.8)); }
  section { scroll-margin-top: 112px; }
}
