:root {
  --ink: #080b11;
  --ink-2: #0f141d;
  --ink-3: #171d28;
  --paper: #f3f0e9;
  --paper-2: #e9e5dc;
  --white: #ffffff;
  --text: #121722;
  --muted: #6f7681;
  --muted-light: #aab1bc;
  --line: rgba(18, 23, 34, .14);
  --line-dark: rgba(255, 255, 255, .13);
  --cyan: #84e9ff;
  --blue: #4d77ff;
  --gold: #e7c071;
  --green: #99efc3;
  --danger: #d95f5f;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --radius-xl: 44px;
  --shadow: 0 24px 80px rgba(8, 11, 17, .16);
  --shell: min(1180px, calc(100vw - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--text); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--cyan); color: var(--ink); }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; padding: 10px 14px; border-radius: 10px; background: white; color: black; transform: translateY(-140%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: white; transition: background .25s, border-color .25s, backdrop-filter .25s; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { background: rgba(8, 11, 17, .82); backdrop-filter: blur(22px) saturate(130%); -webkit-backdrop-filter: blur(22px) saturate(130%); border-color: rgba(255,255,255,.09); }
.nav-shell { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; flex: 0 0 auto; }
.brand img { width: 178px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.desktop-nav a, .login-link { color: rgba(255,255,255,.72); font-size: 14px; font-weight: 650; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a.is-current, .login-link:hover { color: white; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 750; letter-spacing: -.01em; transition: transform .2s, background .2s, border-color .2s, color .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 9px 17px; font-size: 13px; }
.button-primary { color: #071014; background: linear-gradient(135deg, #d8f8ff, var(--cyan)); box-shadow: 0 10px 34px rgba(132,233,255,.18); }
.button-primary:hover { background: white; }
.button-ghost { color: white; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.06); backdrop-filter: blur(14px); }
.button-ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.4); }
.button-light { background: white; color: var(--ink); }
.button-full { width: 100%; border-radius: 16px; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(255,255,255,.07); align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.menu-button span { width: 17px; height: 1px; background: white; }
.mobile-menu { position: fixed; inset: 82px 0 0; opacity: 0; background: rgba(8,11,17,.98); transition: opacity .18s; }
.mobile-menu.is-open { opacity: 1; }
.mobile-menu-inner { display: grid; padding-top: 36px; }
.mobile-menu a { padding: 16px 0; color: white; font-size: clamp(24px, 7vw, 42px); font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.1); }
.section { padding: 116px 0; }
.section-dark, .section-ink { color: white; background: var(--ink); }
.section-ink { background: var(--ink-2); }
.section-light { background: var(--paper); }
.section-gradient { color: white; background: radial-gradient(circle at 15% 20%, rgba(77,119,255,.34), transparent 32%), radial-gradient(circle at 85% 30%, rgba(132,233,255,.18), transparent 35%), linear-gradient(145deg, #101729, #080b11 72%); }
.eyebrow { margin: 0 0 16px; color: var(--cyan); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; }
.eyebrow.dark { color: #3159c8; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; line-height: 1.05; }
h1 { margin-bottom: 28px; font-size: clamp(54px, 8vw, 108px); font-weight: 690; }
h2 { margin-bottom: 20px; font-size: clamp(38px, 5.2vw, 70px); font-weight: 670; }
h3 { margin-bottom: 14px; font-size: 26px; font-weight: 680; }
p { color: inherit; }
.hero { position: relative; min-height: 920px; display: flex; flex-direction: column; overflow: hidden; padding-top: 82px; background: var(--ink); }
.hero-media { position: absolute; inset: 0; }
.hero-media video { width: 100%; height: 100%; object-fit: cover; opacity: .48; filter: saturate(.78) contrast(1.08); }
.hero-media-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 75% 46%, transparent 0 15%, rgba(8,11,17,.14) 36%, rgba(8,11,17,.78) 78%), linear-gradient(90deg, rgba(8,11,17,.94) 0%, rgba(8,11,17,.64) 46%, rgba(8,11,17,.22) 100%), linear-gradient(180deg, rgba(8,11,17,.12), rgba(8,11,17,.78)); }
.hero-grid { position: relative; z-index: 2; flex: 1; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 70px; padding: 92px 0 60px; }
.hero-copy { max-width: 720px; }
.hero-copy h1 { max-width: 760px; }
.hero-lead { max-width: 690px; margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: clamp(18px, 2vw, 23px); line-height: 1.55; letter-spacing: -.02em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 44px; color: rgba(255,255,255,.56); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.hero-trust span { display: inline-flex; align-items: center; gap: 10px; }
.hero-trust span::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }
.hero-orbit { position: relative; aspect-ratio: 1; max-width: 530px; justify-self: end; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.08), rgba(255,255,255,.01) 62%); backdrop-filter: blur(8px); }
.hero-orbit::before, .hero-orbit::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; inset: 16%; }
.hero-orbit::after { inset: 34%; }
.orbit-center { position: absolute; inset: 34%; border-radius: 50%; display: grid; place-content: center; text-align: center; background: rgba(8,11,17,.8); border: 1px solid rgba(132,233,255,.38); box-shadow: 0 0 80px rgba(132,233,255,.13); }
.orbit-center strong { font-size: 40px; letter-spacing: -.07em; }
.orbit-center span { color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.orbit-node { position: absolute; min-width: 130px; padding: 13px 16px; display: grid; gap: 2px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(12,17,26,.72); backdrop-filter: blur(14px); box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.orbit-node span { color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.orbit-node strong { font-size: 13px; }
.node-tech { top: 7%; left: 50%; transform: translateX(-50%); }
.node-media { right: -5%; top: 48%; transform: translateY(-50%); }
.node-legal { bottom: 8%; left: 50%; transform: translateX(-50%); }
.node-ops { left: -5%; top: 48%; transform: translateY(-50%); }
.hero-marquee { position: relative; z-index: 2; overflow: hidden; border-top: 1px solid rgba(255,255,255,.11); }
.marquee-track { width: max-content; display: flex; gap: 40px; padding: 20px 0; animation: marquee 28s linear infinite; color: rgba(255,255,255,.46); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.marquee-track span::after { content: '·'; margin-left: 40px; color: var(--cyan); }
@keyframes marquee { to { transform: translateX(-50%); } }
.split-heading, .section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.split-heading > p, .section-heading > p { margin: 0 0 10px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-card { position: relative; min-height: 330px; padding: 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, transform .25s; }
.capability-card:hover { background: white; transform: translateY(-3px); }
.capability-card .card-index { display: block; margin-bottom: 72px; color: #3e65d5; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.capability-card h3 { max-width: 420px; font-size: clamp(30px, 3.2vw, 44px); }
.capability-card p { max-width: 520px; color: var(--muted); }
.capability-card a { position: absolute; bottom: 36px; left: 42px; display: inline-flex; gap: 12px; align-items: center; font-size: 13px; font-weight: 800; }
.showreel-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; align-items: center; }
.showreel-copy p:not(.eyebrow) { color: var(--muted-light); font-size: 18px; }
.arrow-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 18px; color: white; font-size: 14px; font-weight: 800; }
.dark-link { color: var(--text); }
.showreel-frame { overflow: hidden; border: 1px solid var(--line-dark); border-radius: var(--radius-lg); background: #05070b; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.showreel-frame video { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.showreel-caption { display: flex; justify-content: space-between; padding: 13px 18px; color: rgba(255,255,255,.5); border-top: 1px solid var(--line-dark); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.sector-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sector-card { overflow: hidden; border-radius: var(--radius-lg); background: white; box-shadow: 0 18px 60px rgba(8,11,17,.08); transition: transform .25s, box-shadow .25s; }
.sector-card:hover { transform: translateY(-6px); box-shadow: 0 30px 80px rgba(8,11,17,.14); }
.sector-card img { width: 100%; aspect-ratio: 1.25; object-fit: cover; background: #111722; }
.sector-card-body { padding: 28px 28px 34px; }
.sector-card-body > span { color: #3b61cc; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.sector-card-body h3 { margin-top: 18px; font-size: 27px; }
.sector-card-body p { margin-bottom: 0; color: var(--muted); }
.process-section .section-heading > p { color: rgba(255,255,255,.64); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.process-step { min-height: 290px; padding: 34px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.process-step > span { color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.process-step h3 { margin-top: 68px; }
.process-step p { color: rgba(255,255,255,.6); }
.cta-band { color: white; background: linear-gradient(100deg, #3156cf, #1f7fa0 58%, #22725d); padding: 82px 0; }
.cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.cta-inner h2 { max-width: 900px; margin-bottom: 0; font-size: clamp(36px, 5vw, 64px); }
.page-hero { padding: 180px 0 90px; }
.compact-hero { min-height: 620px; display: flex; align-items: end; background: radial-gradient(circle at 78% 15%, rgba(77,119,255,.3), transparent 30%), radial-gradient(circle at 52% 90%, rgba(132,233,255,.12), transparent 40%), var(--ink); }
.page-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; }
.page-hero-grid h1 { margin-bottom: 0; font-size: clamp(54px, 7vw, 92px); }
.page-hero-lead { margin-bottom: 8px; color: rgba(255,255,255,.65); font-size: 20px; line-height: 1.65; }
.service-detail-list { border-top: 1px solid var(--line); }
.service-detail { display: grid; grid-template-columns: 80px 1fr 1fr; gap: 54px; padding: 72px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }
.service-number { color: #3159c8; font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.service-title h2 { font-size: clamp(38px, 4.6vw, 62px); }
.service-body { color: var(--muted); }
.service-body > p:first-child { color: var(--text); font-size: 19px; }
.service-body ul { display: grid; gap: 12px; padding: 0; margin: 28px 0 0; list-style: none; }
.service-body li { position: relative; padding-left: 22px; }
.service-body li::before { content: ''; position: absolute; left: 0; top: .72em; width: 7px; height: 7px; border-radius: 50%; background: #4d77ff; }
.legal-note, .legal-disclaimer { margin-top: 26px; padding: 16px 18px; border-left: 3px solid var(--gold); background: rgba(231,192,113,.12); color: #675837 !important; font-size: 13px !important; }
.sector-detail { scroll-margin-top: 80px; }
.sector-detail-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 86px; align-items: center; }
.sector-detail-grid.reverse .sector-visual { order: 2; }
.sector-visual { overflow: hidden; border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.sector-visual img { width: 100%; }
.sector-detail-copy > p:not(.eyebrow) { color: var(--muted); font-size: 19px; }
.section-ink .sector-detail-copy > p:not(.eyebrow) { color: var(--muted-light); }
.chip-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.chip-list span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.45); font-size: 12px; font-weight: 750; }
.dark-chips span { color: white; border-color: var(--line-dark); background: rgba(255,255,255,.05); }
.manifesto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.manifesto-copy { color: var(--muted); font-size: 20px; }
.principle-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.principle-card { min-height: 300px; padding: 38px; border: 1px solid var(--line-dark); border-radius: var(--radius-md); background: rgba(255,255,255,.025); }
.principle-card > span { color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.principle-card h3 { margin-top: 74px; font-size: 36px; }
.principle-card p { max-width: 520px; color: var(--muted-light); }
.engagement-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.engagement-options { display: grid; }
.engagement-options article { padding: 24px 0; border-bottom: 1px solid var(--line); }
.engagement-options strong { font-size: 20px; }
.engagement-options p { margin: 6px 0 0; color: var(--muted); }
.insights-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.insight-feature, .insight-card { padding: 40px; border-radius: var(--radius-md); background: white; box-shadow: 0 14px 50px rgba(8,11,17,.06); }
.insight-feature { grid-column: 1 / -1; padding: 60px; background: linear-gradient(135deg, #10182c, #0a0f18); color: white; }
.insight-feature h2 { max-width: 900px; }
.insight-feature p { max-width: 920px; color: rgba(255,255,255,.68); font-size: 18px; }
.insight-tag { display: inline-flex; margin-bottom: 24px; color: #3159c8; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.insight-feature .insight-tag { color: var(--cyan); }
.insight-card h3 { font-size: 34px; }
.insight-card p { color: var(--muted); }
.insight-points { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 30px; }
.insight-points span { padding: 9px 13px; border: 1px solid var(--line-dark); border-radius: 999px; color: rgba(255,255,255,.74); font-size: 12px; font-weight: 700; }
.contact-hero { min-height: 560px; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact-copy h2 { font-size: clamp(42px, 5vw, 66px); }
.contact-prompt-list { display: grid; gap: 0; padding: 0; margin: 44px 0; list-style: none; border-top: 1px solid var(--line); }
.contact-prompt-list li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-prompt-list li > span { color: #3159c8; font-size: 11px; font-weight: 800; }
.contact-prompt-list strong { font-size: 17px; }
.contact-prompt-list p { margin: 3px 0 0; color: var(--muted); }
.contact-direct { display: grid; gap: 4px; }
.contact-direct span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.contact-direct a { font-size: 22px; font-weight: 750; }
.contact-form-wrap { padding: 36px; border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow); }
.contact-form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; color: var(--text); font-size: 12px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; background: #f8f6f1; color: var(--text); padding: 14px 15px; outline: none; transition: border-color .2s, box-shadow .2s, background .2s; }
.contact-form textarea { resize: vertical; min-height: 170px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #4d77ff; background: white; box-shadow: 0 0 0 4px rgba(77,119,255,.1); }
.form-privacy { margin: 0; color: var(--muted); font-size: 11px; }
.form-privacy a { text-decoration: underline; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-message { display: grid; gap: 6px; margin-bottom: 20px; padding: 16px 18px; border-radius: 14px; font-size: 13px; }
.form-message.success { color: #163e2b; background: #dff7e9; }
.form-message.error { color: #612727; background: #fae7e7; }
.form-message ul { margin: 4px 0 0; padding-left: 18px; }
.legal-hero { padding: 180px 0 70px; }
.legal-hero h1 { font-size: clamp(52px, 7vw, 88px); }
.legal-hero p:last-child { color: var(--muted-light); }
.legal-shell { max-width: 820px; margin-left: calc((100vw - min(1180px, calc(100vw - 40px))) / 2); }
.legal-shell h2 { margin-top: 46px; font-size: 34px; }
.legal-shell p { color: var(--muted); font-size: 17px; }
.legal-shell a { text-decoration: underline; color: #3159c8; }
.not-found { min-height: 100vh; display: grid; place-items: center; padding: 140px 0 80px; text-align: center; }
.not-found h1 { font-size: clamp(56px, 9vw, 116px); }
.not-found p:not(.eyebrow) { color: var(--muted-light); font-size: 19px; }
.not-found .hero-actions { justify-content: center; }
.site-footer { color: rgba(255,255,255,.65); background: #05070a; padding: 76px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, .7fr); gap: 50px; padding-bottom: 60px; }
.footer-brand img { width: 170px; }
.footer-brand p { max-width: 360px; margin-top: 18px; color: rgba(255,255,255,.45); }
.footer-column { display: grid; align-content: start; gap: 11px; }
.footer-column strong { margin-bottom: 8px; color: white; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.footer-column a { font-size: 14px; }
.footer-column a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.35); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .desktop-nav, .login-link, .nav-actions > .button { display: none; }
  .menu-button { display: inline-flex; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 120px; }
  .hero-orbit { width: min(100%, 520px); justify-self: center; }
  .split-heading, .section-heading, .page-hero-grid, .showreel-grid, .manifesto-grid, .engagement-grid, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .capability-grid, .principle-grid, .insights-grid { grid-template-columns: 1fr; }
  .sector-card-grid { grid-template-columns: 1fr; }
  .sector-card { display: grid; grid-template-columns: .8fr 1.2fr; }
  .sector-card img { height: 100%; aspect-ratio: auto; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .service-detail { grid-template-columns: 55px 1fr; }
  .service-body { grid-column: 2; }
  .sector-detail-grid, .sector-detail-grid.reverse { grid-template-columns: 1fr; }
  .sector-detail-grid.reverse .sector-visual { order: 0; }
  .cta-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2; }
}
@media (max-width: 640px) {
  :root { --shell: calc(100vw - 24px); --radius-lg: 24px; --radius-xl: 28px; }
  .nav-shell { height: 70px; }
  .brand img { width: 148px; }
  .mobile-menu { inset-block-start: 70px; }
  .section { padding: 78px 0; }
  h1 { font-size: clamp(48px, 15vw, 72px); }
  h2 { font-size: clamp(36px, 11vw, 50px); }
  .hero-grid { padding: 112px 0 42px; gap: 46px; }
  .hero-lead { font-size: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-trust { gap: 11px 16px; }
  .hero-orbit { width: calc(100% - 10px); }
  .orbit-node { min-width: 105px; padding: 9px 11px; }
  .orbit-node strong { font-size: 11px; }
  .orbit-center strong { font-size: 30px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 300px; padding: 28px; }
  .capability-card .card-index { margin-bottom: 55px; }
  .capability-card a { left: 28px; bottom: 28px; }
  .sector-card { display: block; }
  .sector-card img { aspect-ratio: 1.25; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 240px; }
  .page-hero { padding: 146px 0 70px; }
  .compact-hero { min-height: 560px; }
  .page-hero-lead { font-size: 17px; }
  .service-detail { grid-template-columns: 1fr; gap: 18px; padding: 52px 0; }
  .service-body { grid-column: 1; }
  .service-title h2 { font-size: 39px; }
  .insight-feature, .insight-card { padding: 28px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .legal-shell { margin-inline: auto; width: var(--shell); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (prefers-contrast: more) {
  :root { --line: rgba(18,23,34,.32); --line-dark: rgba(255,255,255,.32); }
}
