:root {
  --ink: #07111d;
  --ink-2: #0b1828;
  --ink-3: #102338;
  --paper: #f4f7fb;
  --white: #ffffff;
  --text: #142033;
  --muted: #607086;
  --line: #dce4ee;
  --line-dark: rgba(255, 255, 255, 0.12);
  --blue: #55cfff;
  --blue-strong: #169fda;
  --red: #ff5d5d;
  --green: #6fe2b4;
  --shadow: 0 26px 80px rgba(3, 14, 28, 0.14);
  --radius: 22px;
  --shell: 1200px;
  --sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--ink); background: var(--blue); }

.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { padding: 120px 0; }
.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; z-index: 200; top: 12px; left: 12px; padding: 12px 18px; color: var(--ink); background: var(--white); border-radius: 10px; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 84px; color: var(--white); border-bottom: 1px solid rgba(255, 255, 255, .08); transition: background .25s ease, box-shadow .25s ease, height .25s ease; }
.site-header.scrolled { height: 72px; background: rgba(7, 17, 29, .9); backdrop-filter: blur(18px); box-shadow: 0 12px 40px rgba(0, 0, 0, .18); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { position: relative; display: grid; place-items: center; width: 47px; height: 47px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 13px; color: var(--white); background: rgba(255, 255, 255, .05); font: 600 12px/1 var(--mono); letter-spacing: -.04em; overflow: hidden; }
.brand-mark::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(85, 207, 255, .45); border-radius: 50%; }
.brand-mark i { position: absolute; width: 6px; height: 6px; top: 6px; right: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 16px var(--red); }
.brand-mark span { position: relative; z-index: 1; }
.brand-copy { display: flex; flex-direction: column; }
.brand-copy strong { font-size: 13px; line-height: 1.2; letter-spacing: .04em; text-transform: uppercase; }
.brand-copy small { margin-top: 4px; color: #92a6be; font: 500 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }

.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { position: relative; color: #c5d0dd; font-size: 13px; font-weight: 700; text-decoration: none; transition: color .2s ease; }
.site-nav a:not(.nav-resume)::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.site-nav .nav-resume { padding: 11px 15px; color: var(--ink); background: var(--white); border-radius: 9px; }
.nav-resume span { color: var(--blue-strong); }
.menu-button { display: none; width: 46px; height: 42px; padding: 10px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 10px; background: transparent; }
.menu-button > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--white); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 100vh; padding: 158px 0 34px; color: var(--white); background: var(--ink); overflow: hidden; }
.hero-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(119, 169, 208, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(119, 169, 208, .08) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black 20%, transparent 88%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .18; }
.hero-glow-one { width: 560px; height: 560px; top: -300px; left: 10%; background: radial-gradient(circle, var(--blue), transparent 66%); }
.hero-glow-two { width: 620px; height: 620px; right: -360px; bottom: -200px; background: radial-gradient(circle, var(--red), transparent 68%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.eyebrow, .kicker { margin: 0 0 22px; color: var(--blue-strong); font: 600 11px/1.4 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--blue); }
.eyebrow span { width: 30px; height: 1px; background: var(--blue); box-shadow: 0 0 12px var(--blue); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(48px, 5.15vw, 76px); line-height: 1.02; letter-spacing: -.055em; }
.hero h1::selection { color: var(--ink); }
.hero-lede { max-width: 680px; margin: 28px 0 0; color: #b8c6d7; font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; padding: 0 22px; border: 1px solid transparent; border-radius: 10px; font-size: 13px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--blue); box-shadow: 0 14px 34px rgba(85, 207, 255, .18); }
.button-primary:hover { background: #82dcff; box-shadow: 0 18px 42px rgba(85, 207, 255, .26); }
.button-ghost { color: var(--white); border-color: rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .05); }
.button-ghost:hover { background: rgba(255, 255, 255, .1); }
.availability { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-top: 32px; color: #8499b1; font: 500 11px/1.5 var(--mono); text-transform: uppercase; }
.availability b { color: #3d536b; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(111, 226, 180, .1), 0 0 14px rgba(111, 226, 180, .7); }

.architecture-stage { position: relative; min-height: 565px; border: 1px solid rgba(145, 184, 219, .18); border-radius: 24px; background: linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .015)); box-shadow: 0 42px 100px rgba(0, 0, 0, .32); backdrop-filter: blur(8px); overflow: hidden; }
.architecture-stage::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 42%, rgba(85, 207, 255, .11), transparent 42%); }
.stage-topline { position: relative; z-index: 2; display: flex; justify-content: space-between; padding: 18px 20px; color: #71869e; border-bottom: 1px solid rgba(255, 255, 255, .08); font: 500 9px/1 var(--mono); letter-spacing: .1em; }
.stage-live { display: flex; align-items: center; gap: 7px; color: var(--green); }
.stage-live i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; animation: pulse 2s ease-in-out infinite; }
.architecture-map { position: relative; height: 405px; margin: 0 18px; }
.architecture-map::before { content: ""; position: absolute; top: 50%; left: 50%; width: 86%; height: 1px; background: linear-gradient(90deg, transparent, rgba(85, 207, 255, .3), transparent); transform: translate(-50%, -50%); }
.architecture-map::after { content: ""; position: absolute; top: 50%; left: 50%; width: 1px; height: 76%; background: linear-gradient(transparent, rgba(85, 207, 255, .3), transparent); transform: translate(-50%, -50%); }
.map-orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(85, 207, 255, .16); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 260px; height: 260px; }
.orbit-two { width: 330px; height: 330px; border-style: dashed; animation: orbit-rotate 30s linear infinite; }
.map-line { position: absolute; z-index: 0; top: 50%; left: 50%; width: 160px; height: 1px; background: linear-gradient(90deg, rgba(85, 207, 255, .45), transparent); transform-origin: left; }
.line-one { transform: rotate(-142deg); }
.line-two { transform: rotate(-38deg); }
.line-three { transform: rotate(142deg); }
.line-four { transform: rotate(38deg); }
.map-core { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; place-items: center; width: 170px; height: 170px; color: var(--white); border: 1px solid rgba(85, 207, 255, .5); border-radius: 50%; background: radial-gradient(circle, #12334a 0%, #0a1b2c 72%); box-shadow: 0 0 0 12px rgba(85, 207, 255, .025), 0 0 60px rgba(85, 207, 255, .18); transform: translate(-50%, -50%); text-align: center; align-content: center; }
.map-core::after { content: ""; position: absolute; inset: -6px; border-top: 2px solid var(--blue); border-right: 2px solid transparent; border-bottom: 2px solid var(--red); border-left: 2px solid transparent; border-radius: 50%; animation: spin 12s linear infinite; }
.map-core small { color: #7e9ab3; font: 500 8px/1 var(--mono); letter-spacing: .13em; }
.map-core strong { margin: 10px 0; font-size: 16px; letter-spacing: .06em; }
.map-core span { color: var(--blue); font: 500 7px/1 var(--mono); letter-spacing: .08em; }
.map-node { position: absolute; z-index: 2; width: 126px; padding: 11px 12px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 9px; background: rgba(7, 17, 29, .82); box-shadow: 0 12px 28px rgba(0, 0, 0, .22); }
.map-node span { float: right; color: #4d6379; font: 500 8px/1 var(--mono); }
.map-node strong { display: block; margin-bottom: 6px; color: #dce8f4; font: 600 10px/1 var(--mono); letter-spacing: .06em; }
.map-node small { color: #71869c; font: 400 9px/1 var(--mono); }
.node-business { top: 48px; left: 3px; }
.node-security { top: 48px; right: 3px; }
.node-operations { right: 3px; bottom: 48px; }
.node-ai { bottom: 48px; left: 3px; }
.node-security, .node-ai { border-top-color: rgba(255, 93, 93, .55); }
.stage-metrics { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255, 255, 255, .08); }
.stage-metrics > div { display: flex; flex-direction: column; padding: 17px 14px; border-right: 1px solid rgba(255, 255, 255, .08); }
.stage-metrics > div:last-child { border: 0; }
.stage-metrics strong { color: var(--white); font-size: 20px; letter-spacing: -.04em; }
.stage-metrics span { margin-top: 5px; color: #6d8299; font: 500 8px/1 var(--mono); letter-spacing: .05em; text-transform: uppercase; }

.trust-strip { position: relative; z-index: 2; margin-top: 82px; padding-top: 27px; border-top: 1px solid rgba(255, 255, 255, .1); }
.trust-strip p { margin: 0 0 19px; color: #61778f; font: 500 9px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.trust-list { display: flex; flex-wrap: wrap; gap: 14px 34px; color: #a6b6c8; font-size: 12px; font-weight: 700; }
.trust-list span { position: relative; }
.trust-list span:not(:last-child)::after { content: "/"; position: absolute; right: -20px; color: #31465d; }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr); gap: 80px; align-items: end; margin-bottom: 60px; }
.section-heading h2, .experience-intro h2, .contact-copy h2 { margin: 0; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.06; letter-spacing: -.05em; }
.section-heading > p, .experience-intro > p, .contact-copy > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.section-heading.light h2 { color: var(--white); }
.section-heading.light > p { color: #8fa1b7; }
.section-heading.light .kicker { color: var(--blue); }

.impact-section { background: #f5f7fa; }
.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.case-card { position: relative; min-height: 480px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 18px 55px rgba(6, 23, 41, .06); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.case-card:hover { transform: translateY(-6px); border-color: #bdcbdc; box-shadow: var(--shadow); }
.case-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 4px; background: linear-gradient(90deg, var(--blue-strong), transparent); }
.case-energy::before, .case-transport::before { background: linear-gradient(90deg, var(--red), transparent); }
.case-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 44px; color: #8798aa; font: 600 9px/1 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.case-meta span:first-child { display: grid; place-items: center; width: 31px; height: 31px; color: var(--blue-strong); border: 1px solid #dce7f1; border-radius: 50%; }
.case-energy .case-meta span:first-child, .case-transport .case-meta span:first-child { color: #d94343; }
.case-card h3 { max-width: 500px; margin: 0; font-size: 28px; line-height: 1.15; letter-spacing: -.04em; }
.case-card > p { margin: 20px 0; color: var(--muted); font-size: 14px; line-height: 1.72; }
.case-card ul { display: grid; gap: 10px; margin: 23px 0 0; padding: 21px 0 0; border-top: 1px solid var(--line); list-style: none; }
.case-card li { position: relative; padding-left: 16px; color: #3d4b5e; font-size: 12px; font-weight: 700; }
.case-card li::before { content: ""; position: absolute; top: 7px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--blue-strong); }
.case-energy li::before, .case-transport li::before { background: var(--red); }
.case-proof { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 27px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.case-proof span { display: flex; flex-direction: column; color: #7d8da1; border-right: 1px solid var(--line); font: 500 9px/1.3 var(--mono); text-transform: uppercase; }
.case-proof span:last-child { padding-left: 16px; border: 0; }
.case-proof span:nth-child(2) { padding-left: 16px; }
.case-proof strong { margin-bottom: 5px; color: var(--text); font: 800 23px/1 var(--sans); letter-spacing: -.04em; text-transform: none; }
.case-signal { display: flex; align-items: flex-end; gap: 5px; height: 54px; margin: 27px 0 0; padding: 0 4px 12px; border-bottom: 1px solid var(--line); }
.case-signal i { width: calc(8.333% - 5px); min-height: 8px; border-radius: 2px 2px 0 0; background: linear-gradient(to top, var(--blue-strong), var(--blue)); animation: signal 2.4s ease-in-out infinite alternate; }
.case-signal i:nth-child(2n) { animation-delay: -.7s; }
.case-signal i:nth-child(3n) { animation-delay: -1.2s; }
.case-signal i:nth-child(1), .case-signal i:nth-child(5), .case-signal i:nth-child(9) { height: 30%; }
.case-signal i:nth-child(2), .case-signal i:nth-child(7), .case-signal i:nth-child(11) { height: 72%; }
.case-signal i:nth-child(3), .case-signal i:nth-child(6), .case-signal i:nth-child(10) { height: 48%; }
.case-signal i:nth-child(4), .case-signal i:nth-child(8), .case-signal i:nth-child(12) { height: 95%; }
.stack-flow { display: flex; align-items: center; gap: 8px; margin: 30px 0 0; padding: 14px; color: #557086; border: 1px solid var(--line); border-radius: 8px; background: #f8fafc; font: 600 8px/1.3 var(--mono); }
.stack-flow span { flex: 1; text-align: center; }
.stack-flow b { color: var(--blue-strong); }
.airport-callout { display: grid; grid-template-columns: .55fr 1.4fr 1fr; gap: 44px; align-items: center; margin-top: 22px; padding: 42px; color: var(--white); border-radius: var(--radius); background: linear-gradient(120deg, #0c1d2e, #102c43); box-shadow: var(--shadow); }
.callout-number { color: var(--blue); font-size: clamp(58px, 7vw, 92px); font-weight: 800; letter-spacing: -.07em; }
.airport-callout .kicker { margin-bottom: 12px; color: var(--blue); }
.airport-callout h3 { margin: 0; font-size: 22px; line-height: 1.35; letter-spacing: -.03em; }
.airport-callout > p { margin: 0; color: #93a8bd; font-size: 13px; line-height: 1.7; }

.expertise-section { color: var(--white); background: var(--ink); }
.expertise-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; padding: 1px; background: rgba(255, 255, 255, .1); }
.expertise-card { min-height: 350px; padding: 38px; background: var(--ink-2); }
.expertise-card:nth-child(2), .expertise-card:nth-child(3) { background: #0c1b2b; }
.expertise-index { margin-bottom: 54px; color: #5f7891; font: 500 9px/1 var(--mono); letter-spacing: .1em; }
.expertise-card h3 { margin: 0 0 16px; font-size: 25px; letter-spacing: -.035em; }
.expertise-card p { max-width: 500px; margin: 0; color: #91a4b8; font-size: 13px; line-height: 1.7; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 31px; }
.tag-cloud span { padding: 8px 10px; color: #adbed0; border: 1px solid #263c52; border-radius: 7px; background: rgba(255, 255, 255, .02); font: 500 9px/1 var(--mono); }
.delivery-model { margin-top: 78px; }
.delivery-model .kicker { color: var(--blue); }
.delivery-model ol { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line-dark); list-style: none; }
.delivery-model li { position: relative; min-height: 175px; padding: 28px 20px 20px 0; border-right: 1px solid var(--line-dark); }
.delivery-model li::before { content: ""; position: absolute; top: -4px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 16px var(--blue); }
.delivery-model li:not(:first-child) { padding-left: 20px; }
.delivery-model li:not(:first-child)::before { left: 20px; }
.delivery-model li:last-child { border: 0; }
.delivery-model li span { color: #536d87; font: 500 9px/1 var(--mono); }
.delivery-model li strong { display: block; margin: 37px 0 10px; font-size: 16px; }
.delivery-model li small { display: block; color: #7e92a8; font-size: 11px; line-height: 1.5; }

.experience-section { background: var(--white); }
.experience-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.experience-intro { position: sticky; top: 120px; align-self: start; }
.experience-intro h2 { margin-bottom: 27px; }
.experience-intro > p { margin-bottom: 36px; }
.credentials { display: flex; flex-wrap: wrap; gap: 8px; }
.credentials span { padding: 9px 11px; color: #405166; border: 1px solid var(--line); border-radius: 7px; background: #f8fafc; font: 600 9px/1 var(--mono); }
.timeline { border-top: 1px solid var(--line); }
.timeline-item { display: grid; grid-template-columns: 140px 1fr; gap: 28px; padding: 31px 0; border-bottom: 1px solid var(--line); }
.timeline-date { color: var(--blue-strong); font: 600 9px/1.5 var(--mono); letter-spacing: .06em; }
.timeline-item p { margin: 0 0 7px; color: #8292a5; font: 600 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.timeline-item h3 { margin: 0 0 12px; font-size: 18px; line-height: 1.35; letter-spacing: -.02em; }
.timeline-item span { color: var(--muted); font-size: 12px; line-height: 1.65; }
.client-cloud { margin-top: 100px; padding-top: 34px; border-top: 1px solid var(--line); }
.client-cloud > div { display: flex; flex-wrap: wrap; gap: 12px; }
.client-cloud > div span { padding: 13px 16px; color: #304258; border: 1px solid var(--line); border-radius: 999px; background: #f8fafc; font-size: 12px; font-weight: 700; }
.client-cloud small { color: #7b8ca0; }

.contact-section { position: relative; padding: 120px 0; color: var(--white); background: #0a1928; overflow: hidden; }
.contact-section::before { content: ""; position: absolute; width: 760px; height: 760px; top: -520px; left: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(85, 207, 255, .2), transparent 67%); }
.contact-layout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.contact-copy .kicker { color: var(--blue); }
.contact-copy h2 { margin-bottom: 28px; }
.contact-copy > p { color: #95a8bc; }
.contact-links { display: grid; gap: 1px; margin-top: 42px; background: rgba(255, 255, 255, .1); }
.contact-links a { display: flex; justify-content: space-between; align-items: center; padding: 17px 18px; background: #0b1c2e; text-decoration: none; transition: background .2s ease; }
.contact-links a:hover { background: #10263c; }
.contact-links small { color: #6f879f; font: 500 9px/1 var(--mono); text-transform: uppercase; }
.contact-links strong { color: #dce7f2; font-size: 11px; }
.contact-links strong span { color: var(--blue); }
.contact-form { padding: 38px; color: var(--text); border-radius: var(--radius); background: var(--white); box-shadow: 0 38px 90px rgba(0, 0, 0, .28); }
.form-topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; color: #7a8ca0; font: 600 9px/1 var(--mono); letter-spacing: .12em; }
.form-topline i { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(255, 93, 93, .1); }
.honeypot { position: absolute !important; left: -9999px !important; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: block; margin-bottom: 16px; }
.contact-form label > span { display: block; margin: 0 0 8px; color: #4e5e72; font: 600 10px/1 var(--mono); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; color: var(--text); border: 1px solid #d8e0e9; border-radius: 9px; outline: none; background: #f8fafc; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-form input, .contact-form select { height: 49px; padding: 0 14px; }
.contact-form textarea { min-height: 130px; padding: 14px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue-strong); background: var(--white); box-shadow: 0 0 0 4px rgba(22, 159, 218, .1); }
.contact-form .button { width: 100%; border: 0; }
.form-note { margin: 13px 0 0; color: #8998aa; font-size: 10px; text-align: center; }

.site-footer { padding: 32px 0; color: #7b8fa5; background: #06101b; border-top: 1px solid rgba(255, 255, 255, .07); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-inner > div { display: flex; flex-direction: column; gap: 6px; }
.footer-inner strong { color: #d9e4ef; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.footer-inner span, .footer-inner p { margin: 0; font: 500 9px/1.5 var(--mono); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Services homepage */
.service-hero { min-height: auto; padding-bottom: 112px; }
.service-hero-layout { grid-template-columns: minmax(0, 940px); }
.service-hero .hero-copy { max-width: 940px; }
.service-hero h1 { max-width: 900px; }
.services-section { background: #f5f7fa; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 520px; padding: 32px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 16px 45px rgba(6, 23, 41, .05); overflow: hidden; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--blue-strong), transparent 78%); }
.service-card:nth-child(3n + 2)::before { background: linear-gradient(90deg, var(--red), transparent 78%); }
.service-card:hover { transform: translateY(-5px); border-color: #bacadb; box-shadow: var(--shadow); }
.service-number { float: right; color: #9aabba; font: 500 10px/1 var(--mono); }
.service-kicker { margin: 0 0 34px; color: var(--blue-strong); font: 600 9px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.service-card:nth-child(3n + 2) .service-kicker { color: #d94a4a; }
.service-card h3 { margin: 0; font-size: 23px; line-height: 1.18; letter-spacing: -.035em; }
.service-card > p:not(.service-kicker) { margin: 17px 0 0; color: var(--muted); font-size: 13px; line-height: 1.68; }
.service-card ul { display: grid; gap: 9px; margin: 24px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { position: relative; padding-left: 14px; color: #35475a; font-size: 11px; font-weight: 700; line-height: 1.45; }
.service-card li::before { content: ""; position: absolute; top: 6px; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--blue-strong); }
.service-card:nth-child(3n + 2) li::before { background: var(--red); }
.service-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 23px; }
.service-tags span { padding: 7px 8px; color: #617386; border: 1px solid #dce4ec; border-radius: 6px; background: #f8fafc; font: 500 8px/1 var(--mono); }

.approach-section { background: var(--white); }
.delivery-model-light { color: var(--text); }
.delivery-model-light ol, .delivery-model-light li { border-color: var(--line); }
.delivery-model-light li span { color: #7990a6; }
.delivery-model-light li strong { color: var(--text); }
.delivery-model-light li small { color: var(--muted); }
.leader-panel { display: grid; grid-template-columns: .55fr 1.35fr auto; gap: 44px; align-items: center; margin-top: 78px; padding: 42px; color: var(--white); border-radius: var(--radius); background: linear-gradient(118deg, #0a1a2a, #113149); box-shadow: var(--shadow); }
.leader-proof { display: flex; align-items: center; gap: 17px; }
.leader-proof span { color: var(--blue); font-size: 68px; font-weight: 800; line-height: 1; letter-spacing: -.07em; }
.leader-proof small { color: #7189a0; font: 600 8px/1.55 var(--mono); letter-spacing: .08em; }
.leader-copy .kicker { margin-bottom: 12px; color: var(--blue); }
.leader-copy h3 { margin: 0 0 13px; font-size: 22px; line-height: 1.3; letter-spacing: -.03em; }
.leader-copy > p:not(.kicker) { margin: 0; color: #93a8bd; font-size: 12px; line-height: 1.68; }
.button-dark { color: var(--white); border-color: rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .07); white-space: nowrap; }
.button-dark:hover { background: rgba(255, 255, 255, .13); }
.capability-rail { margin-top: 68px; padding-top: 28px; border-top: 1px solid var(--line); }
.capability-rail > p { margin: 0 0 18px; color: #8596a8; font: 600 9px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.capability-rail > div { display: flex; flex-wrap: wrap; gap: 8px; }
.capability-rail span { padding: 9px 11px; color: #41546a; border: 1px solid var(--line); border-radius: 7px; background: #f8fafc; font: 600 9px/1 var(--mono); }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer a:hover { color: #d9e4ef; }

@keyframes orbit-rotate { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { opacity: .35; box-shadow: 0 0 0 5px rgba(111, 226, 180, .08); } }
@keyframes signal { to { height: 18%; opacity: .55; } }

@media (max-width: 1040px) {
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .architecture-stage { width: 100%; max-width: 720px; }
  .trust-strip { margin-top: 64px; }
  .experience-layout { grid-template-columns: 1fr; gap: 60px; }
  .experience-intro { position: static; max-width: 720px; }
  .airport-callout { grid-template-columns: .55fr 1.45fr; }
  .airport-callout > p { grid-column: 2; }
  .contact-layout { gap: 50px; }
  .services-page .site-nav { gap: 16px; }
  .services-page .brand-copy { display: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .leader-panel { grid-template-columns: .55fr 1.45fr; }
  .leader-panel .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .section { padding: 88px 0; }
  .site-header, .site-header.scrolled { height: 72px; background: rgba(7, 17, 29, .92); backdrop-filter: blur(18px); }
  .brand-copy { display: none; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; top: 72px; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 24px 16px; background: #07111d; transform: translateX(100%); visibility: hidden; transition: transform .25s ease, visibility .25s ease; }
  .site-nav.open { transform: translateX(0); visibility: visible; }
  .site-nav a { padding: 20px 10px; border-bottom: 1px solid rgba(255, 255, 255, .09); font-size: 20px; }
  .site-nav .nav-resume { margin-top: 24px; text-align: center; }
  .hero { min-height: auto; padding-top: 125px; }
  .hero-layout { gap: 50px; }
  .hero h1 { font-size: clamp(45px, 12.5vw, 66px); }
  .architecture-stage { min-height: 535px; }
  .architecture-map { height: 375px; }
  .trust-list span:not(:last-child)::after { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .case-grid, .expertise-grid, .contact-layout, .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .airport-callout { grid-template-columns: 1fr; gap: 20px; }
  .airport-callout > p { grid-column: auto; }
  .delivery-model ol { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid var(--line-dark); }
  .delivery-model-light ol { border-left-color: var(--line); }
  .delivery-model li { min-height: auto; padding: 0 0 36px 30px !important; border: 0; }
  .delivery-model li::before, .delivery-model li:not(:first-child)::before { top: 3px; left: -4px; }
  .delivery-model li strong { margin: 14px 0 8px; }
  .experience-layout { gap: 52px; }
  .leader-panel { grid-template-columns: 1fr; gap: 26px; }
  .leader-panel .button { grid-column: auto; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .hero { padding-top: 112px; }
  .hero-lede { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .availability { font-size: 9px; }
  .architecture-stage { min-height: 485px; border-radius: 16px; }
  .architecture-map { height: 335px; margin: 0 8px; }
  .orbit-one { width: 200px; height: 200px; }
  .orbit-two { width: 260px; height: 260px; }
  .map-core { width: 135px; height: 135px; }
  .map-core strong { font-size: 12px; }
  .map-node { width: 102px; padding: 9px; }
  .map-node strong { font-size: 8px; }
  .map-node small { font-size: 7px; }
  .node-business, .node-security { top: 28px; }
  .node-operations, .node-ai { bottom: 28px; }
  .stage-metrics strong { font-size: 16px; }
  .stage-metrics span { font-size: 6px; }
  .trust-strip { margin-top: 52px; }
  .trust-list { display: grid; gap: 11px; }
  .case-card { min-height: auto; padding: 25px; }
  .service-card { padding: 25px; }
  .service-card h3 { font-size: 23px; }
  .case-card h3 { font-size: 24px; }
  .case-meta { margin-bottom: 30px; }
  .case-proof { grid-template-columns: 1fr; gap: 13px; }
  .case-proof span, .case-proof span:nth-child(2), .case-proof span:last-child { padding: 0; border: 0; }
  .stack-flow { flex-wrap: wrap; }
  .stack-flow span { flex-basis: 40%; }
  .airport-callout { padding: 28px; }
  .expertise-card { min-height: auto; padding: 29px 24px; }
  .expertise-index { margin-bottom: 35px; }
  .timeline-item { grid-template-columns: 1fr; gap: 13px; }
  .client-cloud { margin-top: 70px; }
  .contact-section { padding: 88px 0; }
  .contact-form { padding: 25px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-links a { align-items: flex-start; flex-direction: column; gap: 8px; }
  .leader-panel { padding: 28px; }
  .leader-proof span { font-size: 58px; }
  .leader-panel .button { width: 100%; white-space: normal; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

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

@media print {
  .site-header, .contact-form, .hero-grid, .hero-glow { display: none !important; }
  .hero { min-height: auto; padding: 40px 0; }
  .section, .contact-section { padding: 45px 0; }
  .reveal { opacity: 1; transform: none; }
  .case-card, .airport-callout, .contact-section { break-inside: avoid; }
}
