:root {
  --ink: #0b0c0f;
  --ink-raised: #141417;
  --ink-soft: #1b1b20;
  --ink-line: rgba(229, 218, 220, .13);
  --text: #fffafa;
  --muted: #b7afb1;
  --dim: #827a7e;
  --accent: #ed5260;
  --accent-strong: #ff6a76;
  --accent-warm: #ff6b21;
  --accent-deep: #9c2739;
  --violet: var(--accent-deep);
  --violet-bright: var(--accent-strong);
  --cyan: var(--accent);
  --lime: var(--accent-warm);
  --success: #91d5a1;
  --danger: #ff94ae;
  --canvas: #f5f7fc;
  --canvas-ink: #171b2b;
  --shadow: 0 30px 80px rgba(0, 0, 0, .35);
  --font-sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "DM Mono", "SFMono-Regular", Consolas, monospace;
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--text); font-family: var(--font-sans); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body::before { position: fixed; z-index: -2; inset: 0; content: ""; background: radial-gradient(circle at 5% 18%, rgba(237, 82, 96, .13), transparent 30rem), radial-gradient(circle at 94% 45%, rgba(255, 107, 33, .09), transparent 33rem), var(--ink); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 4.75rem 0; position: relative; }
.section-grid { position: relative; overflow: clip; }
.section-grid::after { position: absolute; z-index: -1; inset: 0; content: ""; pointer-events: none; opacity: .55; background-image: linear-gradient(rgba(198, 210, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(198, 210, 255, .04) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent); }
.skip-link { position: fixed; z-index: 100; top: 0; left: 1rem; padding: .6rem 1rem; transform: translateY(-120%); background: var(--cyan); color: #031016; font-weight: 800; transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

/* Header */
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease; }
.site-header.is-scrolled { border-color: var(--ink-line); background: rgba(9, 10, 16, .78); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; min-width: max-content; font-weight: 800; letter-spacing: -.06em; font-size: 1.23rem; line-height: 1; }
.brand img { width: 54px; height: 54px; border-radius: 14px; box-shadow: 0 0 0 1px rgba(255, 255, 255, .12), 0 9px 24px rgba(237, 82, 96, .24); }
.brand > span { display: grid; gap: .18rem; }
.brand-accent { color: var(--cyan); }
.brand small { color: var(--muted); font-size: .56rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.55rem; font-size: .86rem; font-weight: 700; }
.site-nav > a:not(.button) { position: relative; color: var(--muted); transition: color .2s ease; }
.site-nav > a:not(.button)::after { position: absolute; bottom: -.5rem; left: 0; width: 100%; height: 1px; content: ""; background: linear-gradient(90deg, var(--cyan), var(--lime)); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav > a:not(.button):hover, .site-nav > a[aria-current="page"] { color: var(--text); }
.site-nav > a[aria-current="page"]::after, .site-nav > a:not(.button):hover::after { transform: scaleX(1); }
.menu-toggle { display: none; padding: .55rem; border: 1px solid var(--ink-line); border-radius: 9px; background: transparent; color: var(--text); }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px; background: currentcolor; transition: transform .2s ease; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 42px; padding: .64rem 1rem; border: 1px solid transparent; border-radius: 7px; background: var(--accent); box-shadow: 0 8px 24px rgba(237, 82, 96, .24); color: #fffafa; font-size: .78rem; font-weight: 800; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--accent-strong); box-shadow: 0 13px 28px rgba(237, 82, 96, .3); transform: translateY(-2px); }
.button-small { min-height: 38px; padding: .55rem .8rem; font-size: .75rem; }
.button-ghost { border-color: rgba(156, 178, 255, .28); background: rgba(255, 255, 255, .04); box-shadow: none; color: var(--text); }
.button-ghost:hover { border-color: var(--cyan); background: rgba(237, 82, 96, .08); box-shadow: 0 14px 28px rgba(0, 0, 0, .2); }
.text-link { display: inline-flex; align-items: center; gap: .6rem; color: var(--text); font-size: .87rem; font-weight: 800; }
.text-link span { color: var(--cyan); transition: transform .2s ease; }
.text-link:hover span { transform: translate(2px, -2px); }

/* Shared typography */
.eyebrow { display: flex; align-items: center; gap: .5rem; margin: 0 0 .8rem; color: var(--cyan); font-family: var(--font-mono); font-size: .63rem; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow > span:not(.pulse-dot) { color: var(--dim); }
.pulse-dot { width: .54rem; height: .54rem; flex: 0 0 auto; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 .25rem rgba(255, 107, 33, .1), 0 0 16px rgba(255, 107, 33, .8); animation: pulse 2.3s infinite; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 800; letter-spacing: -.065em; line-height: 1.04; }
h1 { max-width: 13ch; margin-bottom: 1.05rem; font-size: clamp(2.65rem, 5.2vw, 4.8rem); }
h2 { max-width: 17ch; margin-bottom: 1rem; font-size: clamp(1.9rem, 3.45vw, 3.25rem); }
h3 { font-size: 1.14rem; }
h1 em, h2 em { font-style: normal; background: linear-gradient(112deg, var(--cyan), var(--lime) 55%, var(--violet-bright)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lede { max-width: 54ch; color: var(--muted); font-size: clamp(.95rem, 1.13vw, 1.06rem); line-height: 1.7; }
.section-heading { max-width: 720px; margin-bottom: 2.2rem; }
.section-heading > p:not(.eyebrow) { max-width: 58ch; color: var(--muted); }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.1fr .7fr; gap: 4rem; align-items: end; }
.split-heading > p { max-width: 43ch; margin-bottom: .5rem; color: var(--muted); }

/* Home hero */
.hero { min-height: min(590px, 84vh); display: grid; align-items: center; padding: 3.6rem 0 2.1rem; }
#hero-canvas { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; opacity: .74; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr); align-items: center; gap: 2.2rem; }
.hero-copy { padding: 1rem 0; }
.hero-copy .eyebrow { margin-bottom: 1rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; margin: 1.45rem 0 2rem; }
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 640px; border-top: 1px solid var(--ink-line); border-bottom: 1px solid var(--ink-line); }
.proof-strip div { min-width: 0; padding: .85rem .6rem .8rem 0; border-right: 1px solid var(--ink-line); }
.proof-strip div + div { padding-left: .9rem; }
.proof-strip div:last-child { border: 0; }
.proof-strip strong { display: block; color: var(--text); font-family: var(--font-mono); font-size: 1.05rem; letter-spacing: -.05em; }
.proof-strip span { display: block; margin-top: .15rem; color: var(--dim); font-size: .61rem; font-weight: 700; line-height: 1.3; }
.hero-visual { position: relative; min-height: 365px; isolation: isolate; }
.hero-visual::before { position: absolute; z-index: -1; top: 5%; right: 8%; width: 68%; aspect-ratio: 1; content: ""; border-radius: 50%; background: rgba(237, 82, 96, .16); filter: blur(48px); }
.hero-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; border: 1px solid rgba(222, 206, 208, .16); border-radius: 19px; object-fit: cover; box-shadow: var(--shadow); filter: saturate(.82) hue-rotate(120deg) contrast(1.02); mask-image: linear-gradient(135deg, #000 80%, transparent); }
.hero-orbit { position: absolute; border: 1px solid rgba(255, 107, 33, .38); border-radius: 50%; pointer-events: none; }
.orbit-one { top: 3%; right: 5%; width: 46%; height: 52%; transform: rotate(-23deg); }
.orbit-two { bottom: 8%; right: -7%; width: 34%; height: 38%; border-color: rgba(237, 82, 96, .44); transform: rotate(30deg); }
.system-card { position: absolute; right: -.5rem; bottom: 1.2rem; width: min(285px, 75%); padding: .8rem .85rem .75rem; border: 1px solid rgba(222, 206, 208, .18); border-radius: 12px; background: rgba(12, 13, 17, .86); box-shadow: 0 14px 34px rgba(0, 0, 0, .42); backdrop-filter: blur(18px); }
.system-card-top, .system-card-bottom { display: flex; align-items: center; gap: .45rem; color: var(--muted); font-family: var(--font-mono); font-size: .59rem; letter-spacing: .03em; text-transform: uppercase; }
.system-card-top .system-light { width: .42rem; height: .42rem; border-radius: 50%; background: var(--lime); box-shadow: 0 0 10px var(--lime); }
.system-status { margin-left: auto; color: var(--lime); }
.system-card-main { display: flex; align-items: center; gap: .72rem; margin: 1rem 0 .45rem; }
.system-glyph { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 8px; background: linear-gradient(135deg, rgba(237, 82, 96, .25), rgba(255, 107, 33, .26)); color: var(--cyan); font-family: var(--font-mono); }
.system-card-main strong { font-size: .9rem; letter-spacing: -.03em; }
.system-card p { margin-bottom: .85rem; color: var(--muted); font-size: .71rem; line-height: 1.6; }
.system-card-bottom { justify-content: space-between; padding-top: .7rem; border-top: 1px solid var(--ink-line); }

/* Trust, clients */
.trust-band { border-block: 1px solid var(--ink-line); background: rgba(255, 255, 255, .018); }
.trust-band-inner { display: grid; grid-template-columns: 165px max-content; align-items: center; gap: 1.5rem; min-height: 76px; }
.trust-band .eyebrow { margin: 0; }
.button-trustpilot { width: auto; min-width: 0; justify-self: start; border-color: var(--accent-warm); background: transparent; box-shadow: none; color: var(--text); }
.button-trustpilot:hover { border-color: var(--accent-warm); background: rgba(255, 107, 33, .1); box-shadow: 0 10px 24px rgba(255, 107, 33, .12); color: var(--text); }
.trustpilot-star { color: var(--accent-warm); font-size: .95rem; line-height: 1; }
.clients { padding-block: 3rem; background: linear-gradient(180deg, rgba(255, 255, 255, .017), transparent 70%); }
.clients .section-heading { margin-bottom: 1.55rem; }
.client-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.client-card { position: relative; min-height: 103px; display: grid; place-items: center; overflow: hidden; margin: 0; padding: .9rem; border: 1px solid rgba(38, 47, 75, .13); border-radius: 10px; background: var(--canvas); box-shadow: 0 8px 20px rgba(0, 0, 0, .11); transition: transform .2s ease, box-shadow .2s ease; }
.client-card:hover { box-shadow: 0 17px 34px rgba(0, 0, 0, .25); transform: translateY(-4px); }
.client-card img { width: 100%; max-width: 124px; max-height: 58px; object-fit: contain; }
.client-card-portrait { align-items: end; padding: 0; background: #f8d6e6; }
.client-card-portrait img { width: 100%; max-width: none; height: 103px; max-height: none; object-fit: cover; object-position: center 17%; }
.client-card figcaption { position: absolute; right: .6rem; bottom: .45rem; padding: .2rem .45rem; border-radius: 999px; background: rgba(22, 0, 24, .66); color: #fff; font-family: var(--font-mono); font-size: .56rem; letter-spacing: .06em; text-transform: uppercase; }

/* Capability selector */
.capabilities { padding-block: 3.6rem; border-block: 1px solid var(--ink-line); background: radial-gradient(circle at 94% 20%, rgba(237, 82, 96, .07), transparent 32rem), var(--ink-raised); }
.capability-workspace { display: grid; grid-template-columns: 1.2fr .8fr; overflow: hidden; border: 1px solid var(--ink-line); border-radius: 18px; background: rgba(7, 9, 16, .52); box-shadow: var(--shadow); }
.capability-list { padding: .75rem; }
.capability-button { width: 100%; display: grid; grid-template-columns: 3.1rem 1fr auto; align-items: center; gap: .8rem; padding: .78rem .65rem; border: 0; border-bottom: 1px solid var(--ink-line); background: transparent; color: var(--text); text-align: left; transition: padding .2s ease, background .2s ease; }
.capability-button:last-child { border-bottom: 0; }
.capability-button:hover, .capability-button.is-selected { padding-inline: .9rem; border-radius: 8px; border-color: transparent; background: linear-gradient(90deg, rgba(237, 82, 96, .09), rgba(255, 107, 33, .08)); }
.capability-index, .capability-mix { color: var(--dim); font-family: var(--font-mono); font-size: .7rem; }
.capability-button.is-selected .capability-index, .capability-button.is-selected .capability-mix { color: var(--cyan); }
.capability-name { font-size: .87rem; font-weight: 700; letter-spacing: -.03em; }
.capability-detail { position: relative; min-height: 355px; display: flex; z-index: 0; flex-direction: column; justify-content: space-between; padding: 1.45rem; overflow: hidden; background: linear-gradient(145deg, #291216, #201215 55%, #151013); }
.capability-detail::before { position: absolute; z-index: -1; top: -20%; right: -34%; width: 110%; aspect-ratio: 1; content: ""; border: 1px solid rgba(255, 107, 33, .3); border-radius: 44% 56% 52% 48%; box-shadow: inset 0 0 80px rgba(237, 82, 96, .1); transform: rotate(23deg); }
.detail-top { display: flex; align-items: center; gap: .6rem; color: var(--muted); font-family: var(--font-mono); font-size: .63rem; text-transform: uppercase; letter-spacing: .08em; }
.detail-icon, .service-icon { display: inline-grid; min-width: 2.2rem; height: 2.2rem; place-items: center; border: 1px solid rgba(255, 107, 33, .25); border-radius: 8px; background: rgba(34, 18, 22, .54); color: var(--cyan); font-family: var(--font-mono); font-size: .58rem; text-transform: uppercase; }
.detail-kicker { margin: 0 0 .75rem; color: var(--muted); font-family: var(--font-mono); font-size: .7rem; text-transform: uppercase; letter-spacing: .07em; }
.detail-kicker strong { color: var(--cyan); }
.capability-detail h3 { max-width: 14ch; margin-bottom: .75rem; font-size: clamp(1.5rem, 2.35vw, 2.2rem); }
.capability-detail > div > p:not(.detail-kicker) { max-width: 41ch; color: #d4cbcd; font-size: .8rem; }
.detail-visual { position: absolute; z-index: -1; right: -10%; bottom: -10%; width: 68%; aspect-ratio: 1; }
.detail-visual span { position: absolute; width: 15%; height: 15%; border: 1px solid rgba(237, 82, 96, .48); border-radius: 7px; background: rgba(237, 82, 96, .08); box-shadow: 0 0 24px rgba(255, 107, 33, .16); animation: drift 6s ease-in-out infinite alternate; }
.detail-visual span:nth-child(1) { top: 5%; left: 36%; }.detail-visual span:nth-child(2) { top: 29%; right: 3%; animation-delay: -2s; }.detail-visual span:nth-child(3) { bottom: 5%; left: 10%; animation-delay: -4s; }.detail-visual span:nth-child(4) { bottom: 24%; right: 38%; animation-delay: -1s; }.detail-visual span:nth-child(5) { top: 46%; left: 4%; animation-delay: -3s; }

/* Automation lab */
.automation-lab { padding-block: 3.2rem; background: var(--ink); }
.lab-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.lab-visual { position: relative; min-height: 310px; overflow: hidden; border: 1px solid var(--ink-line); border-radius: 14px; background: radial-gradient(circle at 50% 45%, #35151a, #151215 55%, #08090c); box-shadow: var(--shadow); }
.canvas-label { position: absolute; z-index: 1; top: 1rem; left: 1rem; display: flex; align-items: center; gap: .5rem; padding: .5rem .7rem; border: 1px solid rgba(184, 202, 255, .14); border-radius: 7px; background: rgba(7, 9, 16, .55); color: var(--muted); font-family: var(--font-mono); font-size: .57rem; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(8px); }
.canvas-label .pulse-dot { width: .38rem; height: .38rem; }
#capability-canvas { width: 100%; height: 310px; }
.canvas-legend { position: absolute; bottom: 1rem; left: 1rem; display: flex; flex-wrap: wrap; gap: .6rem 1rem; color: var(--muted); font-family: var(--font-mono); font-size: .56rem; }
.canvas-legend span { display: flex; align-items: center; gap: .35rem; }.legend-dot { width: .45rem; height: .45rem; border-radius: 50%; }.legend-core { background: var(--cyan); }.legend-flow { background: var(--violet-bright); }.legend-ai { background: var(--lime); }
.lab-copy h2 { max-width: 13ch; }.lab-copy > p:not(.eyebrow) { max-width: 52ch; color: var(--muted); }
.terminal { max-width: 520px; margin: 1.45rem 0; overflow: hidden; border: 1px solid rgba(218, 201, 205, .16); border-radius: 9px; background: #0a0b0f; box-shadow: 0 14px 32px rgba(0, 0, 0, .22); }
.terminal-bar { display: flex; align-items: center; gap: .34rem; min-height: 35px; padding: 0 .8rem; border-bottom: 1px solid var(--ink-line); background: #111421; }.terminal-bar span { width: .43rem; height: .43rem; border-radius: 50%; background: #ff7c99; }.terminal-bar span:nth-child(2) { background: #f8cf65; }.terminal-bar span:nth-child(3) { background: #8ce9a8; }.terminal-bar p { margin: 0 0 0 .3rem; color: var(--dim); font-family: var(--font-mono); font-size: .57rem; }
.terminal pre { min-height: 88px; margin: 0; padding: .8rem; overflow: auto; color: #e1d8da; font-family: var(--font-mono); font-size: clamp(.59rem, 1vw, .67rem); line-height: 1.75; white-space: pre-wrap; }.terminal-prompt { color: var(--cyan); }.terminal-result { color: var(--success); }.terminal-cursor { color: var(--lime); animation: blink 1s step-end infinite; }

/* Approach and CTA */
.approach { padding-block: 3.2rem; border-block: 1px solid var(--ink-line); background: rgba(255, 255, 255, .017); }
.approach .section-heading { margin-bottom: 1.5rem; }
.approach-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; padding: 0; margin: 0; list-style: none; counter-reset: steps; }
.approach-grid li { min-height: 142px; padding: 1rem; border: 1px solid var(--ink-line); border-radius: 10px; background: rgba(9, 10, 16, .6); }.approach-grid span { display: block; margin-bottom: 1rem; color: var(--cyan); font-family: var(--font-mono); font-size: .6rem; }.approach-grid h3 { margin-bottom: .45rem; }.approach-grid p { color: var(--muted); font-size: .73rem; line-height: 1.45; }
.closing-cta { padding: 2.6rem 0; }.closing-cta-card { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: clamp(1.25rem, 2.4vw, 2.1rem); overflow: hidden; border: 1px solid rgba(255, 107, 33, .3); border-radius: 15px; background: radial-gradient(circle at 8% 130%, rgba(237, 82, 96, .2), transparent 37%), radial-gradient(circle at 88% -20%, rgba(255, 107, 33, .16), transparent 34%), #1a1013; box-shadow: var(--shadow); }.closing-cta-card h2 { max-width: 20ch; margin: 0; font-size: clamp(1.55rem, 2.4vw, 2.3rem); }.closing-cta-card .eyebrow { margin-bottom: .5rem; }

/* Inner and content pages */
.page-hero { padding: 5.4rem 0 3.4rem; border-bottom: 1px solid var(--ink-line); }.page-hero-layout { display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 3rem; }.page-hero h1 { max-width: 14ch; }.page-hero-panel, .contact-details-card { padding: 1.35rem; border: 1px solid var(--ink-line); border-radius: 12px; background: linear-gradient(135deg, rgba(35, 24, 39, .74), rgba(18, 19, 23, .78)); box-shadow: var(--shadow); }.panel-label, .footer-label { color: var(--cyan); font-family: var(--font-mono); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }.page-hero-panel p:last-of-type { margin: .65rem 0 1.1rem; font-size: clamp(1.05rem, 1.7vw, 1.35rem); font-weight: 700; letter-spacing: -.05em; line-height: 1.25; }.panel-line { display: flex; gap: .4rem; height: 3px; }.panel-line span { flex: 1; background: linear-gradient(90deg, var(--cyan), var(--lime)); }.panel-line span:nth-child(2) { opacity: .56; }.panel-line span:nth-child(3) { opacity: .25; }
.story-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 4.5rem; }.story-copy { max-width: 52ch; padding-top: .5rem; }.story-copy p { color: var(--muted); font-size: .88rem; }.story-copy .button { margin-top: .8rem; }.principles { border-block: 1px solid var(--ink-line); background: var(--ink-raised); }.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }.principle-card { min-height: 192px; padding: 1.2rem; border: 1px solid var(--ink-line); border-radius: 11px; background: rgba(6, 8, 14, .35); }.principle-card > span { display: block; margin-bottom: 1.8rem; color: var(--violet-bright); font-family: var(--font-mono); font-size: .61rem; }.principle-card p { color: var(--muted); font-size: .78rem; line-height: 1.55; }.proof-section { padding-block: 2.8rem; }.proof-section-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }.proof-section-grid > div { padding: 1rem; border-left: 1px solid var(--ink-line); }.proof-section-grid strong { display: block; color: var(--cyan); font-family: var(--font-mono); font-size: clamp(1.35rem, 2.4vw, 1.95rem); letter-spacing: -.09em; }.proof-section-grid span { color: var(--muted); font-size: .7rem; }

/* Services */
.mix-bars { display: flex; align-items: end; gap: .3rem; height: 64px; margin-top: 1rem; }.mix-bars span { width: 100%; height: var(--mix); min-height: 11px; border-radius: 3px 3px 0 0; background: linear-gradient(to top, var(--violet), var(--cyan)); }.mix-bars span:nth-child(2n) { background: linear-gradient(to top, var(--violet), var(--lime)); }.services-directory { background: radial-gradient(circle at 10% 15%, rgba(237, 82, 96, .08), transparent 30rem); }.service-directory-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }.service-directory-card { display: flex; flex-direction: column; min-height: 282px; padding: 1.15rem; border: 1px solid var(--ink-line); border-radius: 11px; background: linear-gradient(145deg, rgba(35, 18, 23, .7), rgba(11, 12, 16, .85)); scroll-margin-top: 100px; transition: border-color .2s ease; }.service-directory-card:hover { border-color: rgba(237, 82, 96, .48); }.service-card-top { display: flex; justify-content: space-between; color: var(--dim); font-family: var(--font-mono); font-size: .55rem; text-transform: uppercase; letter-spacing: .06em; }.service-icon { margin: 1.35rem 0 .9rem; }.service-directory-card h2 { margin-bottom: .7rem; font-size: 1.2rem; }.service-directory-card p { color: var(--muted); font-size: .76rem; line-height: 1.55; }.service-progress { height: 3px; margin-top: auto; overflow: hidden; border-radius: 10px; background: rgba(218, 201, 205, .15); }.service-progress span { display: block; width: var(--mix); height: 100%; background: linear-gradient(90deg, var(--cyan), var(--lime)); }.service-directory-card .text-link { margin-top: .8rem; color: #eee4e4; font-size: .7rem; }.process-strip { padding-block: 3.8rem; border-block: 1px solid var(--ink-line); background: rgba(255, 255, 255, .018); }.process-strip-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.4rem; }.process-strip h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.65rem); }.process-strip ol { display: grid; gap: .6rem; padding: 0; margin: 0; list-style: none; color: var(--muted); font-size: .78rem; }.process-strip li { display: flex; align-items: center; gap: .8rem; padding-bottom: .6rem; border-bottom: 1px solid var(--ink-line); }.process-strip li span { color: var(--cyan); font-family: var(--font-mono); font-size: .58rem; }

/* Contact */
.contact-details-card { display: grid; gap: .6rem; }.contact-details-card a { color: var(--text); font-size: 1.02rem; font-weight: 700; letter-spacing: -.04em; }.contact-details-card a:hover { color: var(--cyan); }.contact-details-card p:last-child { margin: .4rem 0 0; padding-top: .8rem; border-top: 1px solid var(--ink-line); color: var(--muted); font-size: .75rem; }.contact-section { background: linear-gradient(180deg, rgba(255,255,255,.02), transparent); }.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }.contact-aside { position: sticky; top: 100px; }.contact-aside h2 { font-size: clamp(1.75rem, 3vw, 2.7rem); }.contact-aside > p:not(.eyebrow) { color: var(--muted); font-size: .84rem; }.contact-notes { display: grid; gap: .7rem; padding: 0; margin: 1.4rem 0 0; list-style: none; }.contact-notes li { display: grid; grid-template-columns: 1.45rem 1fr; gap: .6rem; color: var(--muted); font-size: .75rem; }.contact-notes span { color: var(--cyan); font-family: var(--font-mono); font-size: .58rem; }.contact-form-card { padding: clamp(1rem, 2.2vw, 1.65rem); border: 1px solid var(--ink-line); border-radius: 12px; background: rgba(21, 20, 24, .75); box-shadow: var(--shadow); }.form-message { margin-bottom: 1rem; padding: .7rem .8rem; border: 1px solid; border-radius: 7px; font-size: .78rem; }.form-message-success { border-color: rgba(145, 213, 161, .38); background: rgba(145, 213, 161, .1); color: #d5ffe0; }.form-message-error { border-color: rgba(255, 148, 174, .4); background: rgba(255, 148, 174, .1); color: #ffd0dc; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }.field { margin-bottom: .8rem; }.field label { display: block; margin-bottom: .36rem; color: #e3dbdc; font-size: .73rem; font-weight: 700; }.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(215, 199, 202, .2); border-radius: 7px; outline: 0; background: #0c0d11; color: var(--text); font-size: .82rem; transition: border-color .2s ease, box-shadow .2s ease; }.field input, .field select { min-height: 41px; padding: .58rem .7rem; }.field textarea { min-height: 125px; padding: .7rem; resize: vertical; }.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(23, 167, 197, .1); }.field select { appearance: auto; }.captcha-wrap { min-height: 78px; margin: 1rem 0; overflow: auto; }.form-submit-row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }.form-submit-row p { max-width: 34ch; margin: 0; color: var(--dim); font-size: .65rem; line-height: 1.45; }.form-submit-row p a { color: var(--cyan); }.location-section { padding-top: 1.5rem; }.location-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 2rem; align-items: stretch; padding: 1.4rem; border: 1px solid var(--ink-line); border-radius: 12px; background: var(--ink-raised); }.location-grid h2 { font-size: clamp(1.65rem, 2.6vw, 2.4rem); }.location-grid > div > p:not(.eyebrow) { color: var(--muted); font-size: .8rem; }.location-grid iframe { width: 100%; min-height: 250px; border: 0; border-radius: 8px; filter: grayscale(.8) contrast(.9) brightness(.8); }

/* Legal and 404 */
.compact-page-hero { padding-bottom: 2.5rem; }.compact-page-hero h1 { margin-bottom: .6rem; }.legal-content { max-width: 790px; padding-top: 3.3rem; color: var(--muted); font-size: .88rem; }.legal-content h2 { margin: 2.1rem 0 .65rem; color: var(--text); font-size: 1.35rem; }.legal-content p { max-width: 70ch; }.legal-content a { color: var(--cyan); text-decoration: underline; text-underline-offset: .18em; }.legal-intro { color: #e5dcde; font-size: 1.02rem; line-height: 1.65; }.error-page { min-height: 100vh; display: grid; place-items: center; padding: 2rem 0; }.error-page-inner { display: grid; justify-items: start; max-width: 880px; }.error-page .brand { margin-bottom: 4rem; }.error-page h1 { font-size: clamp(3.2rem, 8vw, 6.1rem); }.error-grid { width: min(480px, 100%); display: grid; grid-template-columns: repeat(5, 1fr); gap: .5rem; margin-top: 2.8rem; }.error-grid span { aspect-ratio: 1; border: 1px solid rgba(23, 167, 197, .5); border-radius: 6px; background: linear-gradient(135deg, rgba(23, 167, 197, .12), rgba(240, 161, 60, .2)); }.error-grid span:nth-child(even) { transform: translateY(1rem); border-color: rgba(240, 161, 60, .5); }

/* Footer */
.site-footer { margin-top: 2.4rem; border-top: 1px solid var(--ink-line); background: #08090c; }.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr 1.2fr .9fr; gap: 2rem; padding: 2.4rem 0 1.45rem; }.site-footer .brand img { width: 62px; height: 62px; border-radius: 16px; }.footer-brand > p { max-width: 30ch; margin: .8rem 0; color: var(--muted); font-size: .71rem; }.footer-socials { display: flex; flex-wrap: wrap; gap: .5rem; }.footer-socials a { padding: .3rem .45rem; border: 1px solid var(--ink-line); border-radius: 5px; color: var(--muted); font-family: var(--font-mono); font-size: .54rem; }.footer-socials a:hover { border-color: var(--cyan); color: var(--cyan); }.footer-label { margin: .15rem 0 .65rem; }.footer-links { display: grid; gap: .33rem; padding: 0; margin: 0; list-style: none; }.footer-links a, address a { color: var(--muted); font-size: .68rem; }.footer-links a:hover, address a:hover { color: var(--cyan); }.footer-links-compact { gap: .28rem; }.footer-links-compact a { font-size: .62rem; }address { color: var(--muted); font-style: normal; font-size: .67rem; line-height: 1.6; }.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0; border-top: 1px solid var(--ink-line); color: var(--dim); font-family: var(--font-mono); font-size: .52rem; }.footer-bottom p { margin: 0; }.footer-bottom p:last-child { display: flex; gap: 1rem; }.footer-bottom a:hover { color: var(--cyan); }

/* Motion and responsive */
.footer-socials { gap: .55rem; }
.footer-socials .social-link { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border-color: rgba(255, 107, 33, .5); border-radius: 7px; color: var(--accent-warm); }
.footer-socials .social-link:hover { border-color: var(--accent-warm); background: rgba(255, 107, 33, .1); color: var(--accent-warm); }
.social-link > span { display: block; width: 15px; height: 15px; background: currentColor; mask: center / contain no-repeat; -webkit-mask: center / contain no-repeat; }
.social-link-facebook > span { mask-image: url("../img/icons/facebook.svg"); -webkit-mask-image: url("../img/icons/facebook.svg"); }
.social-link-linkedin > span { mask-image: url("../img/icons/linkedin.svg"); -webkit-mask-image: url("../img/icons/linkedin.svg"); }
.button-trustpilot-footer { width: auto; margin-top: 1rem; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes pulse { 50% { box-shadow: 0 0 0 .42rem rgba(255, 107, 33, 0), 0 0 18px rgba(255, 107, 33, .8); } }
@keyframes drift { to { transform: translate(12px, -18px) rotate(28deg); } }
@keyframes blink { 50% { opacity: 0; } }
.field input:focus, .field select:focus, .field textarea:focus { box-shadow: 0 0 0 3px rgba(237, 82, 96, .12); }
.error-grid span { border-color: rgba(237, 82, 96, .5); background: linear-gradient(135deg, rgba(237, 82, 96, .12), rgba(255, 107, 33, .2)); }
.error-grid span:nth-child(even) { border-color: rgba(255, 107, 33, .5); }
@media (min-width: 1001px) { .client-grid { grid-template-columns: repeat(8, 1fr); gap: .75rem; }.client-card { min-height: 91px; padding: .6rem; }.client-card img { max-width: 102px; max-height: 49px; }.client-card-portrait { padding: 0; }.client-card-portrait img { height: 91px; max-width: none; max-height: none; } }
@media (max-width: 1000px) { .hero-layout { grid-template-columns: 1fr; gap: 1rem; }.hero-visual { min-height: 365px; max-width: 660px; }.hero-copy { padding-top: .6rem; }.page-hero-layout, .story-grid, .lab-grid, .contact-grid { grid-template-columns: 1fr; gap: 2.4rem; }.contact-aside { position: static; }.capability-workspace { grid-template-columns: 1fr; }.capability-detail { min-height: 350px; }.client-grid { grid-template-columns: repeat(4, 1fr); }.split-heading { gap: 1.5rem; }.footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }.footer-brand { grid-column: span 3; }.service-directory-grid { grid-template-columns: repeat(2, 1fr); }.location-grid { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .shell { width: min(100% - 32px, 1180px); }.section { padding: 3.3rem 0; }.header-inner { min-height: 68px; }.brand img { width: 46px; height: 46px; }.menu-toggle { display: block; }.site-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: grid; gap: 0; padding: .7rem 1rem 1rem; border-bottom: 1px solid var(--ink-line); background: rgba(11, 12, 15, .97); box-shadow: 0 18px 30px rgba(0,0,0,.24); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }.site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }.site-nav > a:not(.button) { padding: .7rem .3rem; }.site-nav > a:not(.button)::after { display: none; }.site-nav .button { margin-top: .5rem; }.site-nav > a[aria-current="page"] { color: var(--cyan); }.hero { min-height: auto; padding-top: 2.6rem; }.hero-visual { min-height: 300px; }.system-card { right: .6rem; bottom: .7rem; }.proof-strip { grid-template-columns: repeat(2, 1fr); }.proof-strip div:nth-child(2) { border-right: 0; }.proof-strip div:nth-child(n+3) { border-top: 1px solid var(--ink-line); }.trust-band-inner { grid-template-columns: 1fr; gap: .35rem; padding: .8rem 0; }.client-grid { grid-template-columns: repeat(2, 1fr); }.client-card { min-height: 92px; }.client-card-portrait img { height: 92px; }.split-heading { grid-template-columns: 1fr; }.capability-button { grid-template-columns: 2.3rem 1fr auto; gap: .45rem; padding-block: .68rem; }.capability-name { font-size: .73rem; }.capability-detail { min-height: 310px; padding: 1.25rem; }.lab-visual, #capability-canvas { min-height: 300px; height: 300px; }.approach-grid, .principles-grid, .proof-section-grid { grid-template-columns: repeat(2, 1fr); }.closing-cta-card { display: grid; gap: 1.25rem; }.page-hero { padding: 3.8rem 0 2.6rem; }.page-hero-panel { padding: 1.15rem; }.service-directory-grid { grid-template-columns: 1fr; }.service-directory-card { min-height: 258px; }.process-strip-grid { grid-template-columns: 1fr; }.form-row { grid-template-columns: 1fr; gap: 0; }.form-submit-row { align-items: flex-start; flex-direction: column; }.contact-form-card { padding: 1rem; }.location-grid { padding: 1rem; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 1.7rem 1.1rem; }.footer-brand { grid-column: span 2; }.footer-bottom { display: grid; gap: .65rem; }.error-page .brand { margin-bottom: 3rem; } }
@media (max-width: 420px) { main .section { padding-block: 2.65rem; } h1 { font-size: 2.52rem; }.proof-strip strong { font-size: .96rem; }.hero-visual { min-height: 205px; }.system-card { display: none; }.capability-button { grid-template-columns: 2rem 1fr; }.capability-mix { display: none; }.capability-detail { min-height: 245px; padding: 1rem; }.capability-detail h3 { margin-bottom: .45rem; font-size: 1.35rem; }.capability-detail > div > p:not(.detail-kicker) { font-size: .72rem; line-height: 1.5; }.detail-visual { display: none; }.clients { padding-block: 2.2rem; }.client-grid { grid-template-columns: repeat(4, 1fr); gap: .45rem; }.client-card { min-height: 76px; padding: .38rem; }.client-card img { max-width: 70px; max-height: 37px; }.client-card-portrait { padding: 0; }.client-card-portrait img { height: 76px; max-width: none; max-height: none; }.lab-visual, #capability-canvas { min-height: 240px; height: 240px; }.terminal { display: none; }.lab-copy > p:not(.eyebrow) { font-size: .8rem; }.approach-grid, .principles-grid, .proof-section-grid { grid-template-columns: repeat(2, 1fr); }.approach-grid { gap: .7rem; }.approach-grid li { min-height: 126px; padding: .75rem; }.approach-grid span { margin-bottom: .65rem; }.approach-grid p { font-size: .65rem; line-height: 1.35; }.footer-grid { grid-template-columns: .8fr 1.2fr; gap: 1.4rem .85rem; }.footer-brand { grid-column: span 2; }.footer-brand > p { font-size: .66rem; }.hero-actions { gap: .8rem; }.button { width: 100%; }.button-trustpilot, .button-trustpilot-footer { width: fit-content; }.hero-actions .text-link { width: 100%; }.closing-cta-card .button { width: 100%; }.site-footer .brand img { width: 58px; height: 58px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; } }
