:root {
  --ink: #07111f;
  --ink-soft: #0d1a2b;
  --blue: #4a7cff;
  --blue-dark: #2856dc;
  --lime: #c9ff3d;
  --paper: #f5f7fa;
  --white: #ffffff;
  --line: #dce3eb;
  --muted: #607083;
  --soft: #eaf0f6;
  --shadow: 0 24px 70px rgba(7, 17, 31, .13);
  --display: 'Manrope', 'Segoe UI', sans-serif;
  --body: 'DM Sans', 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; overflow-x: hidden; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.045em; }
h1 { font-size: clamp(3rem, 6vw, 5.8rem); line-height: 1; }
h2 { font-size: clamp(2rem, 3.6vw, 3.75rem); line-height: 1.05; }
h3 { line-height: 1.15; }
p { color: var(--muted); }
::selection { background: var(--lime); color: var(--ink); }

.shell { width: min(1180px, calc(100% - 48px)); min-width: 0; margin: 0 auto; }
.section { padding: 88px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: -80px; left: 20px; padding: 12px 18px; background: var(--lime); color: var(--ink); font-weight: 700; border-radius: 0 0 10px 10px; transition: top .2s; }
.skip-link:focus { top: 0; }

.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 24px; color: var(--ink); font-family: var(--display); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 26px; height: 2px; background: var(--blue); }
.eyebrow-light { color: rgba(255,255,255,.72); }
.eyebrow-light > span { background: var(--lime); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 56px; padding: 0 25px; border: 1px solid var(--ink); border-radius: 10px; background: var(--ink); color: var(--white); font-family: var(--display); font-size: .9rem; font-weight: 700; transition: transform .25s, background .25s, color .25s, box-shadow .25s; }
.button span { font-size: 1.15rem; transition: transform .25s; }
.button:hover, .button:focus-visible { transform: translateY(-3px); background: var(--blue); border-color: var(--blue); box-shadow: 0 12px 30px rgba(74,124,255,.25); }
.button:hover span { transform: translate(2px, -2px); }
.button-small { min-height: 45px; padding: 0 19px; font-size: .82rem; }
.button-light { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.button-light:hover, .button-light:focus-visible { background: var(--white); border-color: var(--white); color: var(--ink); box-shadow: none; }
.button-outline-light { background: transparent; border-color: rgba(255,255,255,.35); }
.button-outline-light:hover, .button-outline-light:focus-visible { background: var(--white); border-color: var(--white); color: var(--ink); box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding: 6px 0; color: var(--ink); font-family: var(--display); font-size: .92rem; font-weight: 800; border-bottom: 1px solid rgba(7,17,31,.25); }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

/* Header */
.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 108px; background: rgba(245,247,250,.88); border-bottom: 1px solid rgba(7,17,31,.08); backdrop-filter: blur(18px); transition: height .25s, box-shadow .25s, background .25s; }
.site-header.is-scrolled { height: 84px; background: rgba(255,255,255,.94); box-shadow: 0 10px 30px rgba(7,17,31,.06); }
.header-inner { height: 100%; min-width: 0; display: flex; align-items: center; gap: 34px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { display: grid; place-items: center; width: 39px; height: 39px; background: var(--ink); color: var(--lime); border-radius: 11px 11px 4px 11px; font-family: Georgia, serif; font-size: 1.55rem; font-style: italic; line-height: 1; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: var(--display); font-size: 1.05rem; letter-spacing: -.035em; }
.brand-copy span { margin-top: 5px; color: var(--muted); font-size: .54rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.brand-lockup { gap: 14px; }
.brand-emblem { width: 78px; height: 78px; flex: 0 0 78px; padding: 3px; object-fit: contain; background: #eaf0ff; border-radius: 17px; transition: width .25s, height .25s, flex-basis .25s; }
.brand-wording { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; color: var(--ink); line-height: 1; white-space: nowrap; }
.brand-name { font-family: var(--display); font-size: 1.36rem; font-weight: 800; letter-spacing: -.04em; }
.brand-name span { color: var(--blue-dark); }
.brand-tagline { margin-top: 8px; color: var(--muted); font-family: var(--body); font-size: .56rem; font-style: normal; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.site-header.is-scrolled .brand-emblem { width: 64px; height: 64px; flex-basis: 64px; }
.brand-lockup-footer { width: fit-content; padding: 0; background: transparent; border-radius: 0; }
.brand-lockup-footer .brand-emblem { width: 72px; height: 72px; flex-basis: 72px; }
.site-nav { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.site-nav a { position: relative; padding: 10px 15px; color: #354356; font-family: var(--display); font-size: .83rem; font-weight: 700; }
.site-nav a::after { content: ''; position: absolute; left: 15px; right: 15px; bottom: 5px; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav a:hover::after, .site-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.site-nav a.is-active { color: var(--ink); }
.header-cta { margin-left: 4px; }
.nav-toggle { display: none; width: 45px; height: 45px; flex: 0 0 45px; margin-left: auto; padding: 11px; background: var(--ink); border: 0; border-radius: 9px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--white); transition: transform .25s, opacity .25s; }

/* Home hero */
.hero { position: relative; overflow: hidden; }
.hero-home { min-height: 620px; padding: 136px 0 48px; background: var(--paper); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(rgba(7,17,31,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(7,17,31,.055) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero::before { animation: gridShift 24s linear infinite; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .9; }
.hero-orb-one { width: 390px; height: 390px; right: -120px; top: 110px; background: radial-gradient(circle at 35% 35%, rgba(201,255,61,.75), rgba(74,124,255,.04) 70%); animation: agentGlow 8s ease-in-out infinite; }
.hero-orb-two { width: 280px; height: 280px; left: -160px; bottom: -80px; background: radial-gradient(circle at 60% 45%, rgba(74,124,255,.4), transparent 70%); animation: agentDrift 10s ease-in-out infinite; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 58px; }
.hero-copy h1 { margin-bottom: 21px; font-size: clamp(2.9rem, 3.9vw, 4.1rem); }
.hero-copy h1 em, .page-hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 570px; margin-bottom: 24px; font-size: 1rem; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, max-content); gap: 32px; margin-top: 30px; padding-top: 17px; border-top: 1px solid var(--line); }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { font-family: var(--display); font-size: 1.55rem; letter-spacing: -.04em; }
.hero-proof span { color: var(--muted); font-size: .72rem; }

.hero-visual { position: relative; width: 100%; max-width: 525px; justify-self: end; padding: 18px 0 32px; }
.visual-window { position: relative; z-index: 2; overflow: hidden; width: 100%; background: var(--white); border: 1px solid rgba(7,17,31,.1); border-radius: 22px; box-shadow: var(--shadow); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.window-bar { height: 48px; display: flex; align-items: center; gap: 6px; padding: 0 17px; background: #f8fafc; border-bottom: 1px solid var(--line); }
.window-bar > span { width: 8px; height: 8px; background: #cad3dc; border-radius: 50%; }
.window-bar > span:first-child { background: #ff6b67; }
.window-bar > span:nth-child(2) { background: #ffca45; }
.window-bar > span:nth-child(3) { background: #62d87a; }
.window-bar small { margin-left: 12px; color: #8290a0; font-size: .62rem; }
.window-body { display: grid; grid-template-columns: 52px 1fr; min-height: 340px; }
.visual-sidebar { display: flex; flex-direction: column; align-items: center; gap: 24px; padding: 16px 0; background: var(--ink); }
.mini-brand { display: grid; place-items: center; width: 29px; height: 29px; margin-bottom: 10px; background: var(--lime); border-radius: 8px; font-family: var(--display); font-size: .7rem; font-weight: 800; }
.visual-sidebar > span { width: 18px; height: 3px; background: rgba(255,255,255,.27); border-radius: 3px; }
.visual-sidebar > span.active { width: 25px; height: 25px; background: rgba(74,124,255,.4); border: 1px solid rgba(255,255,255,.18); border-radius: 7px; }
.visual-content { padding: 24px 23px 22px; }
.visual-heading { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 21px; }
.visual-heading div { display: flex; flex-direction: column; }
.visual-heading small { color: #8995a3; font-size: .62rem; }
.visual-heading strong { font-family: var(--display); font-size: 1rem; letter-spacing: -.03em; }
.visual-heading > span { padding: 6px 10px; background: #efffd1; color: #3c5c00; border-radius: 99px; font-size: .58rem; font-weight: 700; }
.build-live { display: inline-flex; align-items: center; gap: 5px; }
.build-live i { width: 6px; height: 6px; background: #72bd00; border-radius: 50%; animation: livePulse 1.7s ease-in-out infinite; }
.builder-stage { display: grid; grid-template-columns: 1.03fr .97fr; gap: 10px; }
.code-editor, .live-page-preview { height: 186px; overflow: hidden; border-radius: 11px; }
.code-editor { background: #091421; color: #dbe7f2; box-shadow: inset 0 0 0 1px rgba(255,255,255,.05); }
.code-editor-top { height: 31px; display: flex; align-items: center; gap: 5px; padding: 0 10px; background: #101e2e; border-bottom: 1px solid rgba(255,255,255,.07); }
.code-editor-top span { margin-right: auto; color: #91a2b5; font: 500 .52rem/1 monospace; }
.code-editor-top i { width: 5px; height: 5px; background: #405066; border-radius: 50%; }
.code-lines { padding: 14px 11px; }
.code-line { margin: 0 0 8px; color: #dce6f0; font: 500 .48rem/1.15 Consolas, 'Courier New', monospace; white-space: nowrap; opacity: 0; animation: codeType 7.2s ease infinite both; }
.code-line b { color: #78a0ff; font-weight: 500; }
.code-line em { color: #c9ff3d; font-style: normal; }
.code-string { color: #f2b46e; }
.line-one { animation-delay: .2s; }.line-two { animation-delay: .65s; }.line-three { animation-delay: 1.1s; }.line-four { animation-delay: 1.55s; }.line-five { animation-delay: 2s; }.line-six { animation-delay: 2.45s; }
.code-cursor { display: inline-block; width: 1px; height: 9px; margin-left: 3px; background: var(--lime); vertical-align: -2px; animation: cursorBlink .7s steps(1) infinite; }
.live-page-preview { background: #f6f8fb; border: 1px solid var(--line); }
.preview-top { height: 30px; display: flex; align-items: center; gap: 5px; padding: 0 9px; background: var(--white); border-bottom: 1px solid var(--line); }
.preview-top i { width: 16px; height: 16px; background: var(--ink); border-radius: 5px; }
.preview-top span { width: 20px; height: 3px; background: #d4dce6; border-radius: 2px; }
.preview-top b { width: 22px; height: 8px; margin-left: auto; background: var(--blue); border-radius: 3px; }
.preview-body { padding: 15px 13px; }
.preview-kicker, .preview-title, .preview-copy-line, .preview-button, .preview-cards i { opacity: 0; transform: translateY(7px); animation: previewBuild 7.2s ease infinite both; }
.preview-kicker { width: 37px; height: 4px; margin-bottom: 9px; background: var(--lime); border-radius: 3px; animation-delay: .8s; }
.preview-title { width: 82%; height: 11px; margin-bottom: 5px; background: var(--ink); border-radius: 3px; animation-delay: 1.2s; }
.preview-title-accent { width: 62%; background: var(--blue); animation-delay: 1.55s; }
.preview-copy-line { width: 91%; height: 4px; margin: 11px 0; background: #bdc8d5; border-radius: 3px; animation-delay: 1.9s; }
.preview-button { width: 45px; height: 15px; margin-bottom: 15px; background: var(--ink); border-radius: 4px; animation-delay: 2.25s; }
.preview-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.preview-cards i { height: 35px; background: var(--white); border: 1px solid var(--line); border-radius: 5px; animation-delay: 2.55s; }
.preview-cards i:nth-child(2) { animation-delay: 2.8s; }.preview-cards i:nth-child(3) { animation-delay: 3.05s; background: #eaf0ff; }
.build-status { display: grid; grid-template-columns: max-content 1fr; align-items: center; gap: 15px; margin-top: 12px; padding: 10px 12px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; }
.build-status > div:first-child { display: flex; flex-direction: column; line-height: 1.25; }
.build-status strong { font-family: var(--display); font-size: .57rem; }
.build-status strong i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; background: var(--blue); border-radius: 50%; animation: livePulse 1.2s ease-in-out infinite; }
.build-status small { color: var(--muted); font-size: .47rem; }
.build-track { overflow: hidden; height: 5px; background: #e6ebf1; border-radius: 99px; }
.build-track span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--blue), var(--lime)); border-radius: inherit; animation: buildProgress 7.2s ease-in-out infinite; }
.metric-row { display: grid; grid-template-columns: 1.15fr .85fr; gap: 13px; }
.metric { min-height: 108px; display: flex; flex-direction: column; padding: 16px; background: #f1f4f8; border-radius: 13px; }
.metric-primary { background: var(--blue); color: var(--white); }
.metric small { color: inherit; opacity: .68; font-size: .61rem; }
.metric strong { margin-top: 5px; font-family: var(--display); font-size: 1.65rem; letter-spacing: -.06em; }
.metric strong span { font-size: .8rem; }
.metric i { margin-top: auto; color: inherit; opacity: .72; font-size: .58rem; font-style: normal; }
.chart-card { margin-top: 15px; padding: 18px; border: 1px solid var(--line); border-radius: 13px; }
.chart-label { display: flex; justify-content: space-between; align-items: center; }
.chart-label strong { font-family: var(--display); font-size: .72rem; }
.chart-label span { color: #8995a3; font-size: .55rem; }
.chart-bars { height: 70px; display: flex; align-items: flex-end; gap: 8px; margin-top: 12px; padding-top: 8px; border-bottom: 1px solid var(--line); }
.chart-bars i { flex: 1; height: 35%; background: #dfe7ef; border-radius: 3px 3px 0 0; }
.chart-bars i:nth-child(2) { height: 48%; }.chart-bars i:nth-child(3) { height: 43%; }.chart-bars i:nth-child(4) { height: 68%; background: #9db5ff; }.chart-bars i:nth-child(5) { height: 60%; }.chart-bars i:nth-child(6) { height: 82%; background: var(--blue); }.chart-bars i:nth-child(7) { height: 92%; background: var(--lime); }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: var(--white); border: 1px solid rgba(7,17,31,.09); border-radius: 13px; box-shadow: 0 14px 34px rgba(7,17,31,.15); }
.floating-note > span { display: grid; place-items: center; width: 31px; height: 31px; background: var(--lime); border-radius: 8px; font-weight: 800; }
.floating-note div { display: flex; flex-direction: column; line-height: 1.3; }
.floating-note strong { font-family: var(--display); font-size: .7rem; }
.floating-note small { color: var(--muted); font-size: .56rem; }
.note-one { left: -40px; bottom: 4px; animation: noteReady 7.2s ease-in-out infinite both; }
.note-two { right: -28px; top: 2px; animation: noteFloat 2.8s ease-in-out infinite; }
.note-two > span { background: #dfe7ff; color: var(--blue-dark); }

.trust-strip { position: relative; z-index: 3; background: var(--ink); color: var(--white); }
.trust-row { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-family: var(--display); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.trust-row i { width: 5px; height: 5px; background: var(--lime); border-radius: 50%; }

/* Shared sections */
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 64px; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 420px; margin: 0 0 8px; font-size: 1.03rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 365px; display: flex; flex-direction: column; padding: 26px 24px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .25s, background .25s, box-shadow .25s; }
.service-card::after { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--lime)); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.service-card:hover::after { transform: scaleX(1); }
.service-card:hover { z-index: 2; transform: translateY(-8px); background: #edf2ff; box-shadow: 0 22px 50px rgba(7,17,31,.11); }
.service-card-accent { background: var(--blue); color: var(--white); }
.service-card-accent:hover { background: var(--blue-dark); }
.service-number { color: var(--muted); font-family: var(--display); font-size: .65rem; font-weight: 800; }
.service-card-accent .service-number, .service-card-accent p { color: rgba(255,255,255,.68); }
.service-icon { display: grid; place-items: center; width: 44px; height: 44px; margin: 27px 0 23px; background: var(--soft); color: var(--blue-dark); border-radius: 11px; font-family: var(--display); font-size: 1.05rem; font-weight: 800; }
.service-icon .fa { font-size: 1.15rem; }
.service-card-accent .service-icon { background: var(--lime); color: var(--ink); }
.service-card h3 { margin-bottom: 14px; font-size: 1.3rem; }
.service-card p { margin-bottom: 25px; font-size: .9rem; line-height: 1.65; }
.card-link { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(7,17,31,.13); font-family: var(--display); font-size: .72rem; font-weight: 800; }
.service-card-accent .card-link { border-color: rgba(255,255,255,.24); }
.card-link b { font-size: 1.15rem; }
.section-action { display: flex; justify-content: flex-end; margin-top: 34px; }

/* Modern capability content */
.next-capabilities { background: #edf2f7; border-top: 1px solid var(--line); }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.capability-card { min-height: 350px; display: flex; flex-direction: column; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; transition: transform .25s, border-color .25s, box-shadow .25s; }
.capability-card:hover { transform: translateY(-5px); border-color: #a8bfff; box-shadow: 0 18px 42px rgba(7,17,31,.08); }
.capability-card-dark { background: var(--ink); color: var(--white); border-color: var(--ink); }
.capability-card-dark { position: relative; overflow: hidden; }
.capability-card-dark::after { content: ''; position: absolute; inset: -80% -35%; background: linear-gradient(110deg, transparent 42%, rgba(201,255,61,.1) 50%, transparent 58%); transform: translateX(-60%); animation: agentScan 6s ease-in-out infinite; pointer-events: none; }
.capability-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 34px; }
.capability-top > span { display: grid; place-items: center; width: 43px; height: 43px; background: #eaf0ff; color: var(--blue-dark); border-radius: 11px; }
.capability-card-dark .capability-top > span { background: var(--lime); color: var(--ink); }
.capability-top small { color: var(--muted); font-family: var(--display); font-size: .65rem; font-weight: 800; }
.capability-card-dark .capability-top small { color: rgba(255,255,255,.45); }
.capability-card h3 { margin-bottom: 14px; font-size: 1.3rem; }
.capability-card > p { margin-bottom: 22px; font-size: .84rem; line-height: 1.6; }
.capability-card-dark > p { color: rgba(255,255,255,.6); }
.capability-card ul { display: flex; flex-wrap: wrap; gap: 6px; margin: auto 0 0; padding: 0; list-style: none; }
.capability-card li { padding: 6px 9px; background: var(--paper); border-radius: 99px; color: #526174; font-size: .6rem; font-weight: 600; }
.capability-card-dark li { background: rgba(255,255,255,.1); color: rgba(255,255,255,.72); }

.focus-section { background: var(--white); }
.focus-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 76px; align-items: center; }
.focus-copy > p:not(.eyebrow) { max-width: 520px; margin-bottom: 26px; }
.focus-list { border-top: 1px solid var(--line); }
.focus-list article { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.focus-list .agentic-focus { position: relative; padding-left: 12px; background: linear-gradient(90deg, rgba(74,124,255,.07), transparent 78%); border-left: 2px solid var(--blue); }
.focus-list .agentic-focus::after { content: ''; position: absolute; width: 6px; height: 6px; left: -4px; top: 50%; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(201,255,61,.13); animation: livePulse 1.8s ease-in-out infinite; }
.focus-list article > span { display: grid; place-items: center; width: 44px; height: 44px; background: #eaf0ff; color: var(--blue-dark); border-radius: 11px; }
.focus-list small { color: var(--blue-dark); font-family: var(--display); font-size: .62rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.focus-list h3 { margin: 5px 0 7px; font-size: 1.15rem; }
.focus-list p { margin: 0; font-size: .82rem; }

.project-types-section { background: #edf2f7; }
.project-type-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.project-type-card { min-height: 250px; padding: 27px; background: var(--white); border: 1px solid var(--line); border-radius: 15px; }
.project-type-card > span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 26px; background: var(--ink); color: var(--lime); border-radius: 10px; }
.project-type-card h3 { margin-bottom: 11px; font-size: 1.15rem; }
.project-type-card p { margin: 0; font-size: .84rem; }
.agentic-project-card { position: relative; overflow: hidden; border-color: #a8bfff; }
.agentic-project-card::after { content: ''; position: absolute; width: 90px; height: 90px; right: -34px; top: -34px; background: radial-gradient(circle, rgba(74,124,255,.2), transparent 68%); border-radius: 50%; animation: agentGlow 4.5s ease-in-out infinite; }

/* Agentic orchestration */
.agentic-section { position: relative; overflow: hidden; isolation: isolate; background: #07111f; color: var(--white); }
.agentic-section::before { content: ''; position: absolute; z-index: -2; inset: 0; opacity: .16; background-image: linear-gradient(rgba(123,155,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(123,155,255,.28) 1px, transparent 1px); background-size: 54px 54px; animation: gridShift 20s linear infinite; }
.agentic-section::after { content: ''; position: absolute; z-index: -1; width: 600px; height: 600px; right: -180px; bottom: -320px; background: radial-gradient(circle, rgba(74,124,255,.3), transparent 68%); border-radius: 50%; animation: agentGlow 7s ease-in-out infinite; }
.agentic-ambient { position: absolute; inset: 0; pointer-events: none; }
.agentic-ambient i { position: absolute; width: 6px; height: 6px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 6px rgba(201,255,61,.06), 0 0 24px rgba(201,255,61,.45); animation: agentNodeFloat 6s ease-in-out infinite; }
.agentic-ambient i:nth-child(1) { left: 5%; top: 21%; }.agentic-ambient i:nth-child(2) { left: 42%; top: 12%; animation-delay: -1.5s; }.agentic-ambient i:nth-child(3) { right: 8%; top: 25%; animation-delay: -3s; }.agentic-ambient i:nth-child(4) { left: 28%; bottom: 13%; animation-delay: -4.5s; }.agentic-ambient i:nth-child(5) { right: 34%; bottom: 8%; animation-delay: -2s; }
.agentic-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; align-items: center; }
.agentic-copy h2 { margin-bottom: 25px; }
.agentic-copy h2 em { color: var(--lime); font-style: normal; }
.agentic-copy > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.62); }
.agentic-trust { display: flex; flex-wrap: wrap; gap: 8px; margin: 27px 0 30px; }
.agentic-trust span { padding: 7px 10px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 99px; color: rgba(255,255,255,.72); font-size: .64rem; font-weight: 600; }
.agentic-trust i { margin-right: 5px; color: var(--lime); }
.orchestration-board { padding: 18px; background: rgba(13,28,45,.92); border: 1px solid rgba(136,165,255,.25); border-radius: 19px; box-shadow: 0 28px 80px rgba(0,0,0,.32), inset 0 1px rgba(255,255,255,.04); backdrop-filter: blur(16px); }
.board-top { display: flex; justify-content: space-between; align-items: center; padding: 0 4px 15px; border-bottom: 1px solid rgba(255,255,255,.1); }
.board-top span { color: rgba(255,255,255,.82); font-family: var(--display); font-size: .7rem; font-weight: 800; }
.board-top span i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; background: var(--lime); border-radius: 50%; animation: livePulse 1.5s ease-in-out infinite; }
.board-top small { color: rgba(255,255,255,.42); font-size: .58rem; }
.agent-flow { display: grid; grid-template-columns: 1fr 28px 1fr 28px 1fr 28px 1fr; align-items: center; padding: 22px 0 19px; }
.agent-node { position: relative; min-height: 130px; display: flex; flex-direction: column; padding: 15px 13px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; animation: agentNodeActive 8s ease-in-out infinite; }
.agent-node > span { display: grid; place-items: center; width: 31px; height: 31px; margin-bottom: 14px; background: rgba(74,124,255,.18); color: #91adff; border-radius: 8px; }
.agent-node small { position: absolute; top: 14px; right: 12px; color: rgba(255,255,255,.3); font-family: var(--display); font-size: .55rem; }
.agent-node strong { font-family: var(--display); font-size: .75rem; }
.agent-node p { margin: 2px 0 0; color: rgba(255,255,255,.42); font-size: .56rem; }
.node-plan { animation-delay: 1.5s; }.node-tools { animation-delay: 3s; }.node-verify { animation-delay: 4.5s; }
.node-verify > span { background: var(--lime); color: var(--ink); }
.flow-connector { position: relative; height: 1px; background: rgba(145,173,255,.25); }
.flow-connector i { position: absolute; width: 6px; height: 6px; left: 0; top: -2.5px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 10px rgba(201,255,61,.7); animation: dataTravel 2.2s linear infinite; }
.flow-connector:nth-of-type(4) i { animation-delay: -.7s; }.flow-connector:nth-of-type(6) i { animation-delay: -1.4s; }
.agent-activity { padding: 14px; background: rgba(2,8,16,.48); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; }
.activity-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 9px; }
.activity-heading strong { font-family: var(--display); font-size: .68rem; }
.activity-heading span { color: var(--lime); font-size: .55rem; }
.activity-heading span i { display: inline-block; width: 5px; height: 5px; margin-right: 4px; background: var(--lime); border-radius: 50%; animation: livePulse 1.3s ease-in-out infinite; }
.activity-line { display: grid; grid-template-columns: 18px 1fr auto; gap: 7px; align-items: center; margin: 0; padding: 7px 0; color: rgba(255,255,255,.58); border-top: 1px solid rgba(255,255,255,.06); font-size: .58rem; opacity: 0; animation: activityRun 8s ease infinite both; }
.activity-line i { color: #83a2ff; }.activity-line b { color: var(--lime); font-size: .52rem; font-weight: 700; }
.activity-one { animation-delay: .6s; }.activity-two { animation-delay: 1.7s; }.activity-three { animation-delay: 2.8s; }

.section-dark { background: var(--ink); color: var(--white); }
.about-split { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; align-items: center; }
.about-visual { position: relative; }
.image-frame { overflow: hidden; aspect-ratio: .91; border-radius: 6px 80px 6px 6px; background: #18283c; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(30%) contrast(1.05); }
.experience-badge { position: absolute; right: -45px; bottom: 40px; display: flex; align-items: center; gap: 15px; padding: 20px 24px; background: var(--lime); color: var(--ink); border-radius: 4px 20px 4px 4px; box-shadow: 0 20px 45px rgba(0,0,0,.25); }
.experience-badge strong { font-family: var(--display); font-size: 2.5rem; letter-spacing: -.08em; }
.experience-badge span { font-size: .67rem; font-weight: 700; line-height: 1.35; text-transform: uppercase; }
.about-copy h2 { margin-bottom: 32px; }
.about-copy > p:not(.eyebrow) { color: rgba(255,255,255,.64); font-size: 1.02rem; }
.principle-list { margin: 32px 0 30px; border-top: 1px solid rgba(255,255,255,.15); }
.principle-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.principle-list span { color: var(--lime); font-family: var(--display); font-size: .7rem; font-weight: 800; }
.principle-list p { margin: 0; color: rgba(255,255,255,.58); font-size: .84rem; }
.principle-list strong { display: block; margin-bottom: 4px; color: var(--white); font-family: var(--display); font-size: 1rem; }

.process-section { background: var(--white); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.process-grid::before { content: ''; position: absolute; top: 22px; left: 7%; right: 7%; height: 1px; background: var(--line); }
.process-step { position: relative; padding: 0 30px 0 0; }
.process-step > span { position: relative; z-index: 1; display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 50%; color: var(--blue-dark); font-family: var(--display); font-size: .68rem; font-weight: 800; }
.process-step h3 { margin-bottom: 11px; font-size: 1.25rem; }
.process-step p { max-width: 230px; font-size: .88rem; }

.testimonial-section { padding-top: 0; background: var(--white); }
.testimonial-wrap { position: relative; min-height: 330px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 54px 13%; overflow: hidden; background: #eaf0ff; border-radius: 20px; text-align: center; }
.testimonial-wrap::before, .testimonial-wrap::after { content: ''; position: absolute; width: 170px; height: 170px; border: 32px solid rgba(74,124,255,.1); border-radius: 50%; }
.testimonial-wrap::before { left: -50px; top: -70px; }.testimonial-wrap::after { right: -50px; bottom: -70px; }
.quote-mark { color: var(--blue); font-family: Georgia, serif; font-size: 5rem; line-height: .7; }
.testimonial-wrap blockquote { position: relative; z-index: 1; margin: 20px 0 30px; font-family: var(--display); font-size: clamp(1.45rem, 2.8vw, 2.35rem); font-weight: 600; line-height: 1.3; letter-spacing: -.04em; }
.quote-author { display: flex; align-items: center; gap: 12px; }
.quote-author > span { display: grid; place-items: center; width: 42px; height: 42px; background: var(--ink); color: var(--lime); border-radius: 50%; font-family: var(--display); font-size: .68rem; font-weight: 800; }
.quote-author p { display: flex; flex-direction: column; margin: 0; text-align: left; line-height: 1.35; }
.quote-author strong { color: var(--ink); font-family: var(--display); font-size: .78rem; }
.quote-author small { font-size: .65rem; }

/* Page heroes */
.page-hero { position: relative; min-height: 480px; display: flex; align-items: flex-end; overflow: hidden; padding: 150px 0 64px; background: var(--ink); color: var(--white); }
.page-hero::before { content: ''; position: absolute; z-index: 1; width: 7px; height: 7px; right: 22%; top: 32%; background: var(--lime); border-radius: 50%; box-shadow: -145px 74px 0 -1px rgba(74,124,255,.8), 118px 96px 0 -1px rgba(201,255,61,.55), -55px 178px 0 -2px rgba(255,255,255,.55); animation: agentNodeFloat 6s ease-in-out infinite; }
.page-hero::after { content: ''; position: absolute; width: 570px; height: 570px; right: -160px; top: -190px; background: radial-gradient(circle, rgba(74,124,255,.45), transparent 68%); border-radius: 50%; }
.page-hero-grid { position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 65px 65px; mask-image: linear-gradient(to left, black, transparent 72%); animation: gridShift 18s linear infinite; }
.page-hero-inner { position: relative; z-index: 2; }
.page-hero h1 { max-width: 1000px; margin-bottom: 24px; font-size: clamp(2.8rem, 5.2vw, 5.25rem); }
.page-hero p:last-child { max-width: 650px; margin: 0; color: rgba(255,255,255,.65); font-size: 1.08rem; }
.services-hero h1 { max-width: 1100px; }
.contact-hero h1 { max-width: 1060px; }

/* About */
.story-section { background: var(--white); }
.story-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 76px; align-items: center; }
.story-copy h2 { margin-bottom: 36px; }
.story-copy p { max-width: 640px; }
.story-copy .lead-copy { color: var(--ink); font-size: 1.2rem; font-weight: 500; }
.story-media { position: relative; }
.story-media img { width: 100%; aspect-ratio: .92; object-fit: cover; border-radius: 80px 8px 8px 8px; }
.story-stamp { position: absolute; left: -35px; bottom: 34px; display: grid; place-items: center; width: 112px; height: 112px; background: var(--lime); border-radius: 50%; transform: rotate(-9deg); }
.story-stamp strong { align-self: end; font-family: var(--display); font-size: .7rem; text-transform: uppercase; }
.story-stamp span { align-self: start; font-family: var(--display); font-size: 1.7rem; font-weight: 800; letter-spacing: -.08em; }
.stat-band { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; padding: 30px 0 0; border-top: 1px solid var(--line); }
.stat-band div { display: flex; align-items: center; gap: 18px; padding-right: 35px; }
.stat-band div + div { padding-left: 35px; border-left: 1px solid var(--line); }
.stat-band strong { font-family: var(--display); font-size: 3.2rem; letter-spacing: -.08em; }
.stat-band span { max-width: 130px; color: var(--muted); font-size: .75rem; line-height: 1.35; }
.values-section { background: var(--paper); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.value-card { min-height: 230px; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; transition: transform .25s, border-color .25s; }
.value-card:hover { transform: translateY(-5px); border-color: #a8bfff; }
.value-card > span { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 24px; background: #eaf0ff; color: var(--blue-dark); border-radius: 10px; font-family: var(--display); font-weight: 800; }
.value-card h3 { margin-bottom: 12px; font-size: 1.16rem; }
.value-card p { margin: 0; font-size: .86rem; }
.team-section { background: var(--ink); color: var(--white); }
.section-heading-light > p { color: rgba(255,255,255,.6); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.team-photo { position: relative; overflow: hidden; aspect-ratio: 1.05; background: #16253a; border-radius: 10px 36px 10px 10px; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: grayscale(100%); transition: filter .35s, transform .35s; }
.team-card:hover img { filter: grayscale(0%); transform: scale(1.025); }
.team-photo span { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 34px; height: 34px; background: var(--lime); color: var(--ink); border-radius: 50%; font-family: var(--display); font-size: .62rem; font-weight: 800; }
.team-card h3 { margin: 21px 0 4px; font-size: 1.15rem; }
.team-card > p { margin: 0; color: rgba(255,255,255,.5); font-size: .78rem; }

/* Services */
.services-detail-section { background: var(--white); }
.services-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.service-detail { position: relative; isolation: isolate; overflow: hidden; min-height: 360px; display: flex; flex-direction: column; padding: 34px 36px; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; scroll-margin-top: 100px; }
.service-detail > :not(.service-motion) { position: relative; z-index: 2; }
.service-detail-featured { background: #e9efff; border-color: #b8c9fa; }
.agentic-service-detail { position: relative; overflow: hidden; border-color: #88a6ff; box-shadow: inset 0 0 0 1px rgba(74,124,255,.06); }
.agentic-service-detail::after { content: ''; position: absolute; width: 210px; height: 210px; right: -90px; top: -110px; background: radial-gradient(circle, rgba(74,124,255,.25), transparent 67%); border-radius: 50%; animation: agentGlow 5.5s ease-in-out infinite; pointer-events: none; }
.service-motion { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.service-motion i, .service-motion b, .service-motion em { position: absolute; display: block; font-style: normal; }
.detail-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 42px; }
.detail-number { font-family: var(--display); font-size: .72rem; font-weight: 800; }
.detail-symbol { display: grid; place-items: center; min-width: 52px; height: 45px; padding: 0 10px; background: var(--ink); color: var(--lime); border-radius: 10px; font-family: var(--display); font-size: .78rem; font-weight: 800; }
.detail-symbol .fa { font-size: 1.05rem; }
.service-detail h2 { margin-bottom: 20px; font-size: clamp(1.8rem, 3vw, 2.75rem); }
.service-detail > p { max-width: 560px; font-size: .94rem; }
.service-detail ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; }
.service-detail li { padding: 7px 11px; background: var(--white); border: 1px solid var(--line); border-radius: 99px; color: #425166; font-size: .68rem; font-weight: 600; }
.service-enquiry { align-self: flex-start; display: inline-flex; align-items: center; gap: 12px; margin-top: auto; padding: 26px 2px 5px; color: var(--ink); font-family: var(--display); font-size: .8rem; font-weight: 800; border-bottom: 1px solid rgba(7,17,31,.28); }
.service-enquiry span { color: var(--blue-dark); font-size: 1rem; transition: transform .22s; }
.service-enquiry:hover span, .service-enquiry:focus-visible span { transform: translateX(5px); }

.service-theme-domain { background: linear-gradient(145deg, #f7f9fc, #edf4ff); }
.service-theme-domain .service-motion i { width: 190px; height: 190px; right: -64px; top: -66px; border: 1px dashed rgba(40,86,220,.3); border-radius: 50%; animation: serviceSpin 18s linear infinite; }
.service-theme-domain .service-motion b { width: 124px; height: 58px; right: -20px; top: 11px; border: 1px solid rgba(40,86,220,.18); border-radius: 50%; animation: servicePulse 4s ease-in-out infinite; }
.service-theme-domain .service-motion em { width: 1px; height: 148px; right: 42px; top: -25px; background: linear-gradient(transparent, rgba(40,86,220,.24), transparent); animation: servicePulse 4s ease-in-out infinite reverse; }

.service-theme-web { background: linear-gradient(145deg, #eef3ff, #f8faff); }
.service-theme-web .service-motion i { width: 205px; height: 126px; right: -34px; top: 25px; background: linear-gradient(180deg, rgba(255,255,255,.7) 20px, transparent 20px), linear-gradient(rgba(74,124,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(74,124,255,.06) 1px, transparent 1px); background-size: auto, 22px 22px, 22px 22px; border: 1px solid rgba(40,86,220,.17); border-radius: 10px; }
.service-theme-web .service-motion b { width: 175px; height: 2px; right: -19px; top: 48px; background: linear-gradient(90deg, transparent, rgba(74,124,255,.65), transparent); animation: serviceScan 4.8s ease-in-out infinite; }
.service-theme-web .service-motion em { width: 44px; height: 13px; right: 11px; top: 31px; background: rgba(201,255,61,.7); border-radius: 4px; animation: servicePulse 3.2s ease-in-out infinite; }

.service-theme-growth { background: linear-gradient(145deg, #f7faf7, #eff9f0); }
.service-theme-growth .service-motion i, .service-theme-growth .service-motion b, .service-theme-growth .service-motion em { width: 28px; bottom: 16px; background: linear-gradient(180deg, rgba(74,124,255,.35), rgba(74,124,255,.08)); border-radius: 7px 7px 0 0; transform-origin: bottom; animation: serviceBars 3.6s ease-in-out infinite; }
.service-theme-growth .service-motion i { height: 72px; right: 104px; }
.service-theme-growth .service-motion b { height: 112px; right: 68px; animation-delay: -.8s; }
.service-theme-growth .service-motion em { height: 150px; right: 32px; background: linear-gradient(180deg, rgba(201,255,61,.62), rgba(74,124,255,.09)); animation-delay: -1.6s; }

.service-theme-software { background: linear-gradient(145deg, #f7f8fb, #eef1f7); }
.service-theme-software .service-motion i { width: 176px; height: 176px; right: -60px; top: -58px; border: 9px dotted rgba(74,124,255,.17); border-radius: 50%; animation: serviceSpin 20s linear infinite; }
.service-theme-software .service-motion b { width: 104px; height: 104px; right: -3px; top: 0; border: 5px dashed rgba(7,17,31,.1); border-radius: 50%; animation: serviceSpin 13s linear infinite reverse; }
.service-theme-software .service-motion em { width: 20px; height: 20px; right: 39px; top: 42px; background: rgba(201,255,61,.72); border-radius: 50%; animation: servicePulse 2.8s ease-in-out infinite; }

.service-theme-mobile { background: linear-gradient(145deg, #f8f9fc, #f0f3ff); }
.service-theme-mobile .service-motion i { width: 82px; height: 146px; right: 28px; top: 18px; border: 2px solid rgba(40,86,220,.2); border-radius: 16px; box-shadow: 0 14px 35px rgba(40,86,220,.08); animation: serviceFloat 4.8s ease-in-out infinite; }
.service-theme-mobile .service-motion b { width: 60px; height: 94px; right: 39px; top: 40px; background: linear-gradient(145deg, rgba(74,124,255,.13), rgba(201,255,61,.2)); border-radius: 8px; animation: servicePulse 3s ease-in-out infinite; }
.service-theme-mobile .service-motion em { width: 9px; height: 9px; right: 64px; top: 146px; background: rgba(40,86,220,.25); border-radius: 50%; }

.service-theme-brand { background: linear-gradient(145deg, #faf7fb, #f8f1fb); }
.service-theme-brand .service-motion i { width: 190px; height: 190px; right: -65px; top: -68px; background: conic-gradient(rgba(74,124,255,.23), rgba(201,255,61,.34), rgba(255,124,160,.24), rgba(74,124,255,.23)); border-radius: 50%; animation: serviceSpin 16s linear infinite; }
.service-theme-brand .service-motion b { width: 118px; height: 118px; right: -28px; top: -31px; background: rgba(250,247,251,.88); border-radius: 50%; }
.service-theme-brand .service-motion em { width: 24px; height: 24px; right: 38px; top: 45px; background: var(--blue); border-radius: 50%; animation: servicePulse 3s ease-in-out infinite; }

.service-theme-ai { background: linear-gradient(145deg, #eaf0ff, #f4f7ff); }
.service-theme-ai .service-motion i { width: 245px; height: 185px; right: -40px; top: -24px; background-image: radial-gradient(circle, rgba(40,86,220,.32) 2px, transparent 3px); background-size: 29px 29px; mask-image: linear-gradient(120deg, transparent 6%, black 70%); animation: serviceNetwork 9s linear infinite; }
.service-theme-ai .service-motion b { width: 190px; height: 2px; right: -8px; top: 64px; background: linear-gradient(90deg, transparent, rgba(74,124,255,.75), transparent); animation: serviceScanWide 5.5s ease-in-out infinite; }
.service-theme-ai .service-motion em { width: 62px; height: 62px; right: 26px; top: 28px; background: radial-gradient(circle, rgba(201,255,61,.5), transparent 70%); border-radius: 50%; animation: servicePulse 3.4s ease-in-out infinite; }

.service-theme-commerce { background: linear-gradient(145deg, #faf9f5, #f5f8ef); }
.service-theme-commerce .service-motion i, .service-theme-commerce .service-motion b, .service-theme-commerce .service-motion em { width: 75px; height: 94px; top: 30px; background: rgba(255,255,255,.68); border: 1px solid rgba(7,17,31,.08); border-radius: 10px; box-shadow: 0 10px 25px rgba(7,17,31,.06); animation: serviceFloat 4.5s ease-in-out infinite; }
.service-theme-commerce .service-motion i { right: 117px; }
.service-theme-commerce .service-motion b { right: 60px; top: 45px; animation-delay: -1.2s; }
.service-theme-commerce .service-motion em { right: 3px; animation-delay: -2.4s; }

.service-theme-delivery { background: linear-gradient(145deg, #f6f9fb, #edf7f7); }
.service-theme-delivery .service-motion i { width: 240px; height: 105px; right: -42px; top: 22px; border-top: 2px dashed rgba(40,86,220,.22); border-radius: 50%; transform: rotate(-12deg); }
.service-theme-delivery .service-motion b { width: 13px; height: 13px; right: 40px; top: 51px; background: var(--blue); border: 4px solid rgba(255,255,255,.8); border-radius: 50%; box-shadow: 0 0 0 5px rgba(74,124,255,.1); animation: serviceRoute 5s ease-in-out infinite; }
.service-theme-delivery .service-motion em { width: 22px; height: 10px; right: 22px; top: 93px; background: rgba(201,255,61,.8); border-radius: 3px 6px 3px 3px; animation: serviceFloat 3.5s ease-in-out infinite; }

.service-theme-integrations { background: linear-gradient(145deg, #f8f8fb, #f0f3fa); }
.service-theme-integrations .service-motion i, .service-theme-integrations .service-motion b { width: 98px; height: 98px; top: 16px; border: 2px solid rgba(74,124,255,.15); border-radius: 50%; animation: servicePulse 4s ease-in-out infinite; }
.service-theme-integrations .service-motion i { right: 77px; }
.service-theme-integrations .service-motion b { right: 4px; animation-delay: -2s; }
.service-theme-integrations .service-motion em { width: 118px; height: 3px; right: 31px; top: 64px; background: linear-gradient(90deg, transparent, rgba(74,124,255,.55), rgba(201,255,61,.7), transparent); animation: serviceLink 3.2s ease-in-out infinite; }
.approach-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: center; }
.approach-copy h2 { margin-bottom: 28px; }
.approach-copy > p:not(.eyebrow) { margin-bottom: 35px; color: rgba(255,255,255,.6); }
.approach-list { border-top: 1px solid rgba(255,255,255,.15); }
.approach-list > div { display: grid; grid-template-columns: 55px 1fr; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.approach-list > div > span { color: var(--lime); font-family: var(--display); font-size: .68rem; font-weight: 800; }
.approach-list p { margin: 0; color: rgba(255,255,255,.55); font-size: .86rem; }
.approach-list strong { display: block; margin-bottom: 5px; color: var(--white); font-family: var(--display); font-size: 1.06rem; }

/* Contact */
.contact-section { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 76px; align-items: start; }
.contact-intro h2 { margin-bottom: 26px; }
.contact-intro > p:not(.eyebrow) { max-width: 480px; }
.contact-methods { margin-top: 52px; border-top: 1px solid var(--line); }
.contact-methods > * { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-methods > * > span { color: var(--blue-dark); font-family: var(--display); font-size: .65rem; font-weight: 800; }
.contact-methods p { display: flex; flex-direction: column; margin: 0; }
.contact-methods small { color: var(--muted); font-size: .68rem; }
.contact-methods strong { color: var(--ink); font-family: var(--display); font-size: .88rem; line-height: 1.45; }
.contact-methods b { font-size: 1.15rem; transition: transform .2s; }
.contact-methods a:hover b { transform: translate(3px,-3px); }
.project-form { padding: 32px; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 50px rgba(7,17,31,.07); }
.form-heading { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 35px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-heading span { font-family: var(--display); font-size: 1.13rem; font-weight: 800; }
.form-heading small { color: var(--muted); font-size: .65rem; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.project-form label { display: block; margin-bottom: 19px; color: #354356; font-family: var(--display); font-size: .72rem; font-weight: 800; }
.project-form input, .project-form select, .project-form textarea { width: 100%; margin-top: 8px; padding: 15px 16px; background: var(--white); border: 1px solid #d6dfe8; border-radius: 9px; color: var(--ink); outline: none; font-family: var(--body); font-size: .88rem; font-weight: 400; transition: border-color .2s, box-shadow .2s; }
.project-form textarea { min-height: 130px; resize: vertical; }
.project-form input:focus, .project-form select:focus, .project-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(74,124,255,.12); }
.project-form [aria-invalid="true"] { border-color: #cf4053; background: #fffafb; }
.project-form [aria-invalid="true"]:focus { border-color: #cf4053; box-shadow: 0 0 0 3px rgba(207,64,83,.12); }
.project-form label.has-error { color: #9f2637; }
.project-form .field-error { display: block; margin-top: 7px; color: #b22f42; font-family: var(--body); font-size: .67rem; font-weight: 600; line-height: 1.4; }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-submit:disabled { cursor: wait; opacity: .7; }
.form-field-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { margin-top: 14px; padding: 13px 15px; border: 1px solid transparent; border-radius: 9px; font-size: .76rem; font-weight: 600; line-height: 1.5; }
.form-status.is-success { color: #14532d; background: #eefbf2; border-color: #bde8c9; }
.form-status.is-error { color: #8b1e2d; background: #fff2f3; border-color: #f0c0c7; }
.form-note { margin: 12px 0 0; text-align: center; font-size: .66rem; }
.location-section { padding: 82px 0 0; background: var(--paper); }
.location-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 100px; margin-bottom: 60px; }
.location-heading h2 { margin: 0; }
.location-heading > p { margin-bottom: 8px; }
.map-wrap { overflow: hidden; height: 380px; background: #d9e0e8; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: grayscale(100%) contrast(.92); }

/* Footer */
.closing-cta { padding: 66px 0; background: var(--blue); color: var(--white); }
.closing-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.closing-cta h2 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.8rem); }
.site-footer { padding: 58px 0 26px; background: #050c16; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.8fr .7fr 1.2fr .6fr; gap: 50px; padding-bottom: 64px; }
.brand-light .brand-mark { background: var(--lime); color: var(--ink); }
.brand-light .brand-copy span { color: rgba(255,255,255,.5); }
.footer-brand > p { max-width: 310px; margin: 27px 0 0; color: rgba(255,255,255,.44); font-size: .82rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) > span { color: rgba(255,255,255,.6); font-size: .78rem; transition: color .2s; }
.footer-grid a:hover { color: var(--lime); }
.brand-lockup-footer .brand-name { color: var(--white); }
.brand-lockup-footer .brand-name span { color: var(--blue); }
.brand-lockup-footer .brand-tagline { color: rgba(255,255,255,.48); }
.footer-label { margin-bottom: 11px; color: var(--white) !important; font-family: var(--display); font-size: .68rem !important; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.11); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.35); font-size: .67rem; }

/* Motion */
.js .reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.js .reveal-delay { transition-delay: .12s; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@keyframes livePulse {
  0%, 100% { opacity: .45; transform: scale(.8); }
  50% { opacity: 1; transform: scale(1.15); }
}
@keyframes gridShift {
  from { background-position: 0 0; }
  to { background-position: 54px 54px; }
}
@keyframes agentGlow {
  0%, 100% { opacity: .58; transform: scale(.94); }
  50% { opacity: 1; transform: scale(1.08); }
}
@keyframes agentDrift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(28px, -18px, 0); }
}
@keyframes agentNodeFloat {
  0%, 100% { transform: translateY(0); opacity: .55; }
  50% { transform: translateY(-10px); opacity: 1; }
}
@keyframes agentScan {
  0%, 22% { transform: translateX(-62%); opacity: 0; }
  42%, 62% { opacity: 1; }
  82%, 100% { transform: translateX(62%); opacity: 0; }
}
@keyframes agentNodeActive {
  0%, 12%, 100% { border-color: rgba(255,255,255,.1); background: rgba(255,255,255,.055); transform: translateY(0); }
  20%, 32% { border-color: rgba(201,255,61,.48); background: rgba(74,124,255,.13); transform: translateY(-3px); }
  42% { border-color: rgba(255,255,255,.1); background: rgba(255,255,255,.055); transform: translateY(0); }
}
@keyframes dataTravel {
  from { left: 0; opacity: 0; }
  18%, 82% { opacity: 1; }
  to { left: calc(100% - 6px); opacity: 0; }
}
@keyframes activityRun {
  0%, 8% { opacity: 0; transform: translateX(-7px); }
  18%, 82% { opacity: 1; transform: none; }
  94%, 100% { opacity: 0; transform: translateX(4px); }
}
@keyframes codeType {
  0%, 6% { opacity: 0; transform: translateX(-8px); }
  14%, 76% { opacity: 1; transform: none; }
  90%, 100% { opacity: 0; transform: translateX(4px); }
}
@keyframes previewBuild {
  0%, 8% { opacity: 0; transform: translateY(7px); }
  17%, 82% { opacity: 1; transform: none; }
  94%, 100% { opacity: 0; transform: translateY(-3px); }
}
@keyframes buildProgress {
  0% { width: 3%; }
  18% { width: 26%; }
  48% { width: 63%; }
  76%, 90% { width: 100%; }
  100% { width: 3%; }
}
@keyframes noteReady {
  0%, 68% { opacity: 0; transform: translateY(14px) scale(.95); }
  76%, 91% { opacity: 1; transform: none; }
  100% { opacity: 0; transform: translateY(-8px) scale(.98); }
}
@keyframes noteFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}
@keyframes serviceSpin {
  to { transform: rotate(360deg); }
}
@keyframes servicePulse {
  0%, 100% { opacity: .55; transform: scale(.92); }
  50% { opacity: 1; transform: scale(1.06); }
}
@keyframes serviceScan {
  0%, 100% { opacity: 0; transform: translateY(0); }
  18%, 82% { opacity: .85; }
  50% { opacity: 1; transform: translateY(88px); }
}
@keyframes serviceScanWide {
  0%, 100% { opacity: 0; transform: translateX(-55px); }
  50% { opacity: 1; transform: translateX(35px); }
}
@keyframes serviceBars {
  0%, 100% { transform: scaleY(.58); opacity: .55; }
  50% { transform: scaleY(1); opacity: 1; }
}
@keyframes serviceFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes serviceNetwork {
  from { background-position: 0 0; }
  to { background-position: 58px 58px; }
}
@keyframes serviceRoute {
  0%, 100% { transform: translate(-125px, 28px); opacity: 0; }
  18%, 82% { opacity: 1; }
  50% { transform: translate(0, 0); opacity: 1; }
}
@keyframes serviceLink {
  0%, 100% { transform: scaleX(.45); opacity: .35; }
  50% { transform: scaleX(1); opacity: 1; }
}

@media (max-width: 1100px) {
  .hero-grid { gap: 40px; }
  .hero-copy h1 { font-size: clamp(2.9rem, 4.8vw, 4.1rem); }
  .note-two { right: 0; }
  .service-card { padding: 27px 23px; }
  .about-split { gap: 75px; }
  .experience-badge { right: -25px; }
  .story-grid, .contact-grid { gap: 70px; }
  .approach-grid { gap: 75px; }
}

@media (max-width: 900px) {
  .section { padding: 72px 0; }
  .header-cta { display: none; }
  .hero-home { padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(620px, 100%); margin: 10px auto 0; }
  .trust-row { flex-wrap: wrap; justify-content: center; padding: 22px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .focus-grid { grid-template-columns: 1fr; gap: 46px; }
  .focus-copy { max-width: 680px; }
  .agentic-grid { grid-template-columns: 1fr; gap: 50px; }
  .agentic-copy { max-width: 680px; }
  .orchestration-board { width: min(100%, 760px); }
  .about-split, .story-grid, .approach-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-visual { width: min(580px, 85%); }
  .image-frame { aspect-ratio: 1.2; }
  .about-copy { max-width: 720px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); row-gap: 50px; }
  .process-grid::before { display: none; }
  .story-media { width: min(560px, 88%); margin-left: auto; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); gap: 45px 22px; }
  .services-detail-grid { grid-template-columns: 1fr; }
  .service-detail { min-height: 340px; }
  .contact-intro { max-width: 650px; }
  .location-heading { grid-template-columns: 1fr; gap: 25px; }
  .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 32px, 1180px); }
  .section { padding: 56px 0; }
  .site-header { height: 82px; }
  .site-header.is-scrolled { height: 74px; }
  .header-inner { gap: 12px; }
  .site-header .brand-lockup { max-width: calc(100% - 57px); }
  .brand-lockup { gap: 8px; }
  .brand-emblem, .site-header.is-scrolled .brand-emblem { width: 56px; height: 56px; flex-basis: 56px; border-radius: 13px; }
  .brand-lockup-footer .brand-emblem { width: 64px; height: 64px; flex-basis: 64px; }
  .brand-name { font-size: clamp(.86rem, 3.5vw, 1.04rem); }
  .brand-tagline { margin-top: 5px; font-size: clamp(.36rem, 1.45vw, .45rem); letter-spacing: .08em; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] > span:first-child { 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); }
  .site-nav { position: fixed; inset: 82px 0 auto; width: 100%; height: calc(100vh - 82px); height: calc(100dvh - 82px); min-height: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 28px 24px max(28px, env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; background: var(--ink); transform: translateX(100%); visibility: hidden; transition: transform .3s, visibility .3s; }
  .site-header.is-scrolled .site-nav { top: 74px; height: calc(100vh - 74px); height: calc(100dvh - 74px); }
  .site-nav.is-open { transform: none; visibility: visible; }
  .site-nav a { padding: 20px 4px; color: rgba(255,255,255,.72); border-bottom: 1px solid rgba(255,255,255,.12); font-size: 1.35rem; }
  .site-nav a.is-active { color: var(--lime); }
  .site-nav a::after { display: none; }
  .hero-home { min-height: auto; padding: 116px 0 54px; }
  .hero-copy h1 { font-size: clamp(2.55rem, 10.5vw, 3.7rem); }
  .hero-proof { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .hero-proof span { font-size: .62rem; }
  .visual-window { transform: none; }
  .window-body { min-height: 390px; }
  .note-one { left: -5px; }.note-two { right: -4px; top: 5px; }
  .service-grid { grid-template-columns: 1fr; }
  .capability-grid, .project-type-grid { grid-template-columns: 1fr; }
  .capability-card, .project-type-card, .value-card { min-height: auto; }
  .focus-list article { grid-template-columns: 42px 1fr; gap: 15px; }
  .orchestration-board { padding: 14px; }
  .agent-flow { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .flow-connector { display: none; }
  .agent-node { min-height: 112px; }
  .service-card { min-height: auto; }
  .service-card h3 br { display: none; }
  .about-visual { width: calc(100% - 18px); }
  .experience-badge { right: -18px; bottom: 20px; }
  .process-grid { grid-template-columns: 1fr; gap: 32px; }
  .process-step { display: grid; grid-template-columns: 50px 1fr; column-gap: 18px; padding: 0; }
  .process-step > span { grid-row: 1 / 3; }
  .process-step h3 { margin: 2px 0 5px; }
  .process-step p { margin: 0; max-width: none; }
  .testimonial-wrap { padding: 50px 25px; border-radius: 16px; }
  .page-hero { min-height: 365px; padding: 116px 0 46px; }
  .page-hero h1 { font-size: clamp(2.4rem, 10.5vw, 3.8rem); }
  .page-hero p:last-child { font-size: .98rem; }
  .section-heading { margin-bottom: 36px; }
  .stat-band { grid-template-columns: 1fr; gap: 0; margin-top: 70px; }
  .stat-band div { padding: 20px 0; }
  .stat-band div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .value-grid, .team-grid { grid-template-columns: 1fr; }
  .team-grid { gap: 14px; }
  .team-card { width: 100%; max-width: none; display: grid; grid-template-columns: 112px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 17px; align-items: center; padding: 13px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }
  .team-photo { grid-row: 1 / 3; width: 112px; height: 112px; aspect-ratio: 1; border-radius: 10px 24px 10px 10px; }
  .team-photo span { right: 7px; bottom: 7px; width: 27px; height: 27px; font-size: .54rem; }
  .team-card h3 { grid-column: 2; align-self: end; margin: 0 0 4px; }
  .team-card > p { grid-column: 2; align-self: start; }
  .service-detail { min-height: auto; padding: 32px 26px; }
  .detail-top { margin-bottom: 42px; }
  .service-enquiry { width: 100%; justify-content: space-between; }
  .service-motion { opacity: .72; transform: scale(.82); transform-origin: top right; }
  .project-form { padding: 26px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-heading { flex-direction: column; gap: 3px; }
  .project-form input, .project-form select, .project-form textarea { font-size: 16px; }
  .contact-methods > * { grid-template-columns: 34px minmax(0, 1fr) auto; }
  .contact-methods strong, .footer-grid a, .footer-grid span { overflow-wrap: anywhere; }
  .map-wrap { height: 330px; }
  .closing-cta { padding: 56px 0; }
  .closing-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 42px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 480px) {
  .shell { width: calc(100% - 28px); }
  .section { padding: 48px 0; }
  h2 { font-size: 2.05rem; }
  .eyebrow { gap: 8px; margin-bottom: 18px; font-size: .68rem; letter-spacing: .12em; }
  .eyebrow > span { width: 20px; }
  .hero-home { padding: 100px 0 44px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { margin-left: 2px; }
  .hero-proof strong { font-size: 1.25rem; }
  .hero-proof { gap: 6px; }
  .hero-visual { margin-top: 0; }
  .visual-window { border-radius: 16px; }
  .visual-content { padding: 20px 12px; }
  .window-body { grid-template-columns: 44px 1fr; min-height: 350px; }
  .visual-sidebar { gap: 18px; }
  .builder-stage { gap: 7px; }
  .code-lines { padding: 13px 8px; }
  .metric-row { grid-template-columns: 1fr 1fr; }
  .metric { min-height: 115px; padding: 14px; }
  .metric strong { font-size: 1.55rem; }
  .floating-note { max-width: 150px; padding: 9px 11px; }
  .note-one { bottom: 0; }
  .note-two { top: 3px; }
  .trust-row { justify-content: flex-start; gap: 13px; }
  .trust-row i { display: none; }
  .trust-row span { width: calc(50% - 7px); font-size: .61rem; }
  .service-card, .capability-card, .project-type-card, .value-card { padding: 23px 20px; }
  .agent-flow { grid-template-columns: 1fr; }
  .agent-node { min-height: 100px; }
  .activity-line { grid-template-columns: 17px minmax(0, 1fr); }
  .activity-line b { display: none; }
  .story-media { width: calc(100% - 18px); }
  .story-stamp { left: -14px; width: 82px; height: 82px; }
  .story-stamp strong { font-size: .65rem; }
  .story-stamp span { font-size: 1.25rem; }
  .experience-badge strong { font-size: 2rem; }
  .team-card { grid-template-columns: 92px minmax(0, 1fr); column-gap: 14px; padding: 11px; }
  .team-photo { width: 92px; height: 92px; }
  .page-hero { min-height: 335px; padding: 104px 0 40px; }
  .page-hero h1 { font-size: clamp(2.15rem, 10.5vw, 3rem); line-height: 1.04; }
  .service-detail { padding: 26px 20px; }
  .detail-top { margin-bottom: 32px; }
  .service-motion { opacity: .55; }
  .project-form { padding: 23px 18px; border-radius: 13px; }
  .form-heading { margin-bottom: 26px; }
  .contact-methods strong { font-size: .77rem; }
  .contact-methods > * { grid-template-columns: 28px minmax(0, 1fr) auto; gap: 9px; }
  .map-wrap { height: 270px; }
  .closing-cta { padding: 48px 0; }
  .closing-cta .button { width: 100%; }
  .site-footer { padding: 48px 0 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
  .footer-grid > div:not(.footer-brand) { gap: 5px; }
  .footer-grid > div:not(.footer-brand) a { min-height: 36px; display: inline-flex; align-items: center; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}

@media (max-width: 360px) {
  .header-inner { gap: 8px; }
  .brand-emblem, .site-header.is-scrolled .brand-emblem { width: 50px; height: 50px; flex-basis: 50px; }
  .site-header .brand-tagline { display: none; }
  .site-header .brand-name { font-size: .84rem; }
  .nav-toggle { width: 42px; height: 42px; flex-basis: 42px; }
  .hero-proof span { font-size: .58rem; line-height: 1.35; }
  .team-card { grid-template-columns: 80px minmax(0, 1fr); }
  .team-photo { width: 80px; height: 80px; }
  .contact-methods > * { grid-template-columns: 24px minmax(0, 1fr); }
  .contact-methods b { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .code-line, .preview-kicker, .preview-title, .preview-copy-line, .preview-button, .preview-cards i, .note-one { opacity: 1; transform: none; }
  .activity-line { opacity: 1; transform: none; }
  .build-track span { width: 100%; }
  .service-motion { display: none; }
}
