:root {
  --ink: #0b1728;
  --ink-2: #102238;
  --ink-3: #17324d;
  --text: #182434;
  --muted: #697587;
  --line: #dfe5eb;
  --soft: #f3f6f8;
  --white: #ffffff;
  --cyan: #57d8ff;
  --cyan-2: #8be6ff;
  --shadow: 0 28px 70px rgba(11, 23, 40, .12);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--white); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 110px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--ink); color: var(--white); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: var(--white); padding: 12px 16px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(11,23,40,.08); }
.nav-wrap { height: 86px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-copy { display: grid; line-height: 1; gap: 5px; }
.brand-copy strong { font-size: 22px; letter-spacing: -.03em; color: var(--ink); }
.brand-copy small { font-size: 8px; font-weight: 800; letter-spacing: .18em; color: #7c8795; }
.pixel-mark { position: relative; width: 34px; height: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; transform: rotate(0deg); }
.pixel-mark i { display: block; background: var(--ink); border-radius: 2px; }
.pixel-mark i:nth-child(2), .pixel-mark i:nth-child(3) { background: var(--cyan); }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.primary-nav a { font-size: 14px; font-weight: 700; color: #465366; transition: color .2s ease; }
.primary-nav a:hover { color: var(--ink); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; margin-left: auto; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cyan); color: var(--ink); }
.button-primary:hover { background: var(--cyan-2); }
.button-dark { background: var(--ink); color: var(--white); }
.button-outline-light { border: 1px solid rgba(255,255,255,.35); color: var(--white); }
.button-outline-light:hover { border-color: var(--white); }
.button-full { width: 100%; }

.eyebrow { margin: 0 0 18px; font-size: 11px; font-weight: 900; letter-spacing: .18em; color: #4c87a0; }
.eyebrow-light { color: var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); letter-spacing: -.045em; line-height: 1.04; }
h2 { font-size: clamp(38px, 5vw, 64px); margin-bottom: 24px; }
h3 { font-size: 25px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #081420 0%, #10263a 60%, #132c42 100%); color: var(--white); }
.hero:before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 80%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .22; pointer-events: none; }
.glow-one { width: 480px; height: 480px; background: var(--cyan); right: -170px; top: 70px; }
.glow-two { width: 320px; height: 320px; background: #5a7cff; left: 18%; bottom: -180px; }
.hero-grid { position: relative; z-index: 1; min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; padding: 88px 0 96px; }
.hero h1 { color: var(--white); font-size: clamp(52px, 6.3vw, 84px); max-width: 760px; margin-bottom: 28px; }
.hero h1 span { color: #b8c7d4; display: block; }
.hero-lede { max-width: 720px; font-size: 19px; color: #c8d3dc; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px; color: #aebdca; font-size: 13px; font-weight: 700; }
.hero-points i { color: var(--cyan); font-style: normal; }
.direction-board { border: 1px solid rgba(255,255,255,.17); background: rgba(3,13,23,.55); box-shadow: 0 40px 100px rgba(0,0,0,.26); border-radius: 26px; overflow: hidden; backdrop-filter: blur(12px); }
.board-top { min-height: 48px; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; color: #8093a5; font-size: 10px; letter-spacing: .12em; }
.board-top .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(87,216,255,.12); }
.board-question { padding: 28px 28px 20px; display: grid; gap: 6px; }
.board-question small, .board-footer small { color: var(--cyan); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.board-question strong { font-size: 27px; color: var(--white); letter-spacing: -.035em; }
.board-path { padding: 12px 28px 28px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 7px; }
.board-path > i { width: 18px; height: 1px; background: rgba(255,255,255,.18); }
.path-item { min-height: 118px; padding: 14px 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; display: flex; flex-direction: column; gap: 7px; }
.path-item.active { border-color: rgba(87,216,255,.55); background: rgba(87,216,255,.08); }
.path-item span { font-size: 10px; color: var(--cyan); font-weight: 900; }
.path-item b { font-size: 14px; color: var(--white); }
.path-item small { font-size: 10px; color: #8ea0af; line-height: 1.4; }
.board-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 20px 28px; background: rgba(0,0,0,.16); border-top: 1px solid rgba(255,255,255,.1); }
.board-footer strong { color: var(--white); font-size: 14px; }
.signal { display: flex; align-items: end; gap: 3px; height: 16px; }
.signal i { width: 3px; background: var(--cyan); border-radius: 3px; }
.signal i:nth-child(1){height:5px}.signal i:nth-child(2){height:9px}.signal i:nth-child(3){height:13px}.signal i:nth-child(4){height:16px}
.hero-strip { position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.1); background: rgba(0,0,0,.16); }
.strip-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.strip-inner strong { font-size: 13px; color: #d4dee5; }
.strip-inner div { display: flex; gap: 22px; color: #74899a; font-size: 9px; font-weight: 900; letter-spacing: .17em; }

.split-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.heading-copy { color: var(--muted); font-size: 17px; }
.heading-copy p:last-child { margin-bottom: 0; }
.consult-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.consult-card { min-height: 350px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; box-shadow: 0 12px 30px rgba(11,23,40,.04); }
.consult-card p { color: var(--muted); }
.consult-card .card-kicker { color: #6590a3; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.consult-card .text-link { margin-top: auto; }
.dark-card { background: var(--ink); border-color: var(--ink); color: var(--white); }
.dark-card h3 { color: var(--white); }
.dark-card p { color: #aebdca; }
.accent-card { background: #eafaff; border-color: #c2effb; }
.mini-data { margin-top: auto; display: flex; flex-wrap: wrap; gap: 7px; }
.mini-data span { font-size: 9px; font-weight: 900; letter-spacing: .12em; padding: 7px 9px; border-radius: 999px; color: #9eb0bd; border: 1px solid rgba(255,255,255,.13); }
.tick-list { margin: auto 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.tick-list li:before { content: "✓"; color: #3bb9df; margin-right: 8px; font-weight: 900; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 850; color: var(--ink); }
.text-link span { color: #4dbad9; }

.process-heading { max-width: 730px; margin-bottom: 58px; }
.process-heading h2 { color: var(--white); }
.process-track { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.15); }
.process-track article { position: relative; padding: 30px 24px 0 0; min-height: 215px; }
.process-track article:before { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); top: -5px; left: 0; box-shadow: 0 0 0 7px rgba(87,216,255,.09); }
.process-track span { font-size: 10px; color: var(--cyan); font-weight: 900; }
.process-track h3 { margin: 18px 0 10px; color: var(--white); }
.process-track p { color: #8fa1b1; font-size: 14px; max-width: 180px; }

.cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.cap-card { min-height: 305px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.cap-card p { color: var(--muted); }
.cap-card small { margin-top: auto; color: #78909f; font-weight: 900; font-size: 9px; letter-spacing: .12em; }
.cap-icon { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 40px; background: #e8f8fc; color: #279fc4; font-size: 20px; }
.cap-card:nth-child(2) .cap-icon { background: #edf7f0; color: #3f9f68; }
.cap-card:nth-child(3) .cap-icon { background: #f8edf5; color: #bc5b92; }
.cap-card:nth-child(4) .cap-icon { background: #f0ecfb; color: #7756c7; }
.cap-card:nth-child(5) .cap-icon { background: #e8f7f4; color: #2c9f8c; }
.cap-card:nth-child(6) .cap-icon { background: #eef1f4; color: #637486; }

.website-section { background: linear-gradient(135deg, #0b1728, #16334c); color: var(--white); overflow: hidden; }
.website-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: center; }
.website-copy h2 { color: var(--white); }
.website-copy p { color: #b8c5cf; font-size: 17px; }
.browser-mock { border: 1px solid rgba(255,255,255,.16); border-radius: 20px; overflow: hidden; background: #f8fafb; box-shadow: 0 40px 100px rgba(0,0,0,.28); transform: rotate(1.5deg); }
.browser-bar { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 14px; background: #e7ebee; color: #8a959f; font-size: 10px; }
.browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #c1c9cf; }
.browser-bar span { margin-left: 10px; }
.browser-body { display: grid; grid-template-columns: 145px 1fr; min-height: 380px; color: var(--ink); }
.browser-body aside { background: #102238; color: var(--white); padding: 28px 20px; display: flex; flex-direction: column; gap: 17px; }
.browser-body aside small { color: #8298a9; font-size: 9px; }
.mock-mark { width: 32px; height: 32px; border-radius: 9px; background: var(--cyan); display: block; }
.mock-content { padding: 48px 36px; }
.mock-content > small { color: #4099b4; font-weight: 900; letter-spacing: .14em; font-size: 9px; }
.mock-content h3 { max-width: 440px; font-size: 30px; margin: 12px 0 30px; }
.mock-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mock-metrics span { border: 1px solid var(--line); border-radius: 12px; padding: 14px; display: grid; gap: 6px; }
.mock-metrics i { color: #50b9d7; font-style: normal; font-size: 10px; font-weight: 900; }
.mock-metrics b { font-size: 12px; }
.mock-content em { display: block; height: 7px; border-radius: 999px; background: #e8ecef; width: 78%; margin-top: 24px; }
.mock-content em:last-child { width: 54%; margin-top: 10px; }

.work-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.work-card { min-width: 0; }
.work-window { position: relative; min-height: 360px; border-radius: 20px; overflow: hidden; padding: 28px; display: flex; flex-direction: column; color: var(--white); box-shadow: 0 18px 45px rgba(11,23,40,.10); }
.work-window small { font-size: 9px; font-weight: 900; letter-spacing: .16em; opacity: .7; }
.work-window strong { font-size: 30px; line-height: 1.08; letter-spacing: -.04em; max-width: 270px; margin-top: 18px; }
.work-window i { position: absolute; border-radius: 50%; opacity: .75; }
.professional { background: linear-gradient(145deg, #162f48, #0b1728); }
.professional i { width: 240px; height: 240px; right: -70px; bottom: -80px; border: 45px solid rgba(87,216,255,.28); }
.aviation { background: linear-gradient(150deg, #31536e, #101f2e); }
.aviation i { width: 520px; height: 4px; background: rgba(255,255,255,.45); transform: rotate(-20deg); right: -170px; bottom: 60px; border-radius: 2px; }
.finance { background: linear-gradient(145deg, #dfe9f0, #9fb6c7); color: #102238; }
.finance i { width: 230px; height: 230px; background: rgba(255,255,255,.48); right: -45px; bottom: -60px; box-shadow: inset 0 0 0 30px rgba(16,34,56,.05); }
.work-card h3 { margin: 20px 0 6px; font-size: 20px; }
.work-card p { color: var(--muted); font-size: 13px; }

.journal-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.journal-intro p { color: var(--muted); font-size: 16px; }
.journal-list { border-top: 1px solid #cad4db; }
.journal-list a { display: grid; grid-template-columns: 140px 1fr auto; gap: 20px; align-items: center; padding: 26px 0; border-bottom: 1px solid #cad4db; }
.journal-list span { font-size: 9px; font-weight: 900; letter-spacing: .13em; color: #7390a0; }
.journal-list b { font-size: 18px; letter-spacing: -.02em; }
.journal-list i { font-style: normal; color: #4ca9c5; font-size: 20px; }

.contact { background: #0b1728; color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 90px; align-items: center; }
.contact-copy h2 { color: var(--white); }
.contact-copy p { color: #acbbc7; font-size: 17px; max-width: 700px; }
.contact-card { background: var(--white); color: var(--ink); border-radius: 24px; padding: 30px; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.contact-card > p { font-size: 10px; font-weight: 900; letter-spacing: .16em; color: #7690a0; }
.contact-card ol { list-style: none; padding: 0; margin: 22px 0 28px; display: grid; gap: 18px; }
.contact-card li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: start; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.contact-card li > span { color: #47b8d8; font-size: 10px; font-weight: 900; }
.contact-card li div { display: grid; gap: 3px; }
.contact-card li small { color: var(--muted); line-height: 1.45; }

.site-footer { background: #07111d; color: #8ea0ae; }
.footer-main { padding: 56px 0 44px; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; border-bottom: 1px solid rgba(255,255,255,.08); }
.brand-footer .brand-copy strong { color: var(--white); }
.brand-footer .pixel-mark i { background: var(--white); }
.brand-footer .pixel-mark i:nth-child(2), .brand-footer .pixel-mark i:nth-child(3) { background: var(--cyan); }
.footer-main p { max-width: 650px; margin: 20px 0 0; }
.footer-main nav { display: flex; flex-wrap: wrap; gap: 22px; font-size: 13px; }
.footer-bottom { min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; font-size: 11px; }
.footer-bottom > span:last-child { text-align: right; }
.footer-bottom div { display: flex; gap: 18px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }

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

@media (max-width: 1020px) {
  .nav-cta { display: none; }
  .hero-grid, .website-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding-top: 80px; }
  .direction-board { max-width: 760px; }
  .split-heading, .journal-grid { grid-template-columns: 1fr; gap: 28px; }
  .consult-grid, .cap-grid, .work-grid { grid-template-columns: repeat(2, 1fr); }
  .process-track { grid-template-columns: repeat(3, 1fr); row-gap: 20px; }
  .browser-mock { max-width: 800px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }
  .nav-wrap { height: 74px; }
  .brand-copy strong { font-size: 19px; }
  .brand-copy small { font-size: 7px; }
  .pixel-mark { width: 30px; height: 30px; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; left: 14px; right: 14px; top: 68px; margin: 0; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 12px 6px; }
  .hero-grid { gap: 48px; padding: 64px 0 72px; }
  .hero h1 { font-size: clamp(46px, 13vw, 64px); }
  .hero-lede { font-size: 17px; }
  .hero-points { display: grid; gap: 9px; }
  .strip-inner { padding: 18px 0; align-items: flex-start; flex-direction: column; }
  .strip-inner div { flex-wrap: wrap; gap: 12px 18px; }
  .board-path { grid-template-columns: 1fr; }
  .board-path > i { width: 1px; height: 14px; margin-left: 20px; }
  .path-item { min-height: auto; }
  .consult-grid, .cap-grid, .work-grid, .process-track { grid-template-columns: 1fr; }
  .process-track { border-top: 0; }
  .process-track article { min-height: auto; padding: 18px 0 18px 28px; border-left: 1px solid rgba(255,255,255,.15); }
  .process-track article:before { top: 24px; left: -5px; }
  .process-track p { max-width: none; }
  .cap-grid { border-top: 0; }
  .cap-card { min-height: 250px; border-left: 1px solid var(--line); }
  .browser-body { grid-template-columns: 1fr; }
  .browser-body aside { display: none; }
  .mock-content { padding: 32px 22px; }
  .mock-content h3 { font-size: 25px; }
  .mock-metrics { grid-template-columns: 1fr; }
  .work-heading { align-items: flex-start; flex-direction: column; }
  .journal-list a { grid-template-columns: 1fr auto; gap: 8px 18px; }
  .journal-list a span { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: 1fr; align-items: start; }
  .footer-bottom { padding: 20px 0; grid-template-columns: 1fr; }
  .footer-bottom > span:last-child { text-align: left; }
}
