/* ── Self-hosted fonts (no external requests) ─────────────────── */
@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/instrument-sans-latin-wght-normal.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/instrument-sans-latin-wght-italic.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/syne-latin-wght-normal.woff2') format('woff2-variations');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('../fonts/jetbrains-mono-latin-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('../fonts/jetbrains-mono-latin-500-normal.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {

  --bg:        #07080a;
  --bg-1:      #0b0d11;
  --bg-2:      #11141a;
  --surface:   #14171d;
  --surface-2: #1a1d24;
  --line:      rgba(255,255,255,.07);
  --line-2:    rgba(255,255,255,.12);
  --line-hi:   rgba(255,255,255,.18);

  --ink:       #f1f3f5;
  --ink-2:     #d4d8de;
  --muted:     #9aa3ad;
  --muted-2:   #6e7681;
  --dim:       #4a525c;


  --cyan:      #5ce4ff;
  --cyan-2:    #21c9f2;
  --blue:      #4d8cff;
  --violet:    #a98cff;
  --orange:    #ff9657;
  --amber:     #ffb649;
  --green:     #5fe39c;


  --grad-cool:    linear-gradient(135deg, #5ce4ff 0%, #4d8cff 50%, #a98cff 100%);
  --grad-warm:    linear-gradient(135deg, #ff9657 0%, #ffb649 100%);
  --grad-meta:    radial-gradient(70% 60% at 30% 20%, rgba(92,228,255,.18), transparent 70%),
                  radial-gradient(60% 50% at 90% 90%, rgba(169,140,255,.14), transparent 70%);


  --f-display: 'Syne', 'Manrope', sans-serif;
  --f-body:    'Instrument Sans', 'Inter', sans-serif;
  --f-mono:    'JetBrains Mono', 'IBM Plex Mono', monospace;


  --r-xs: 6px;
  --r-sm: 10px;
  --r:    14px;
  --r-lg: 20px;
  --r-xl: 28px;
  --r-pill: 999px;


  --pad-x: clamp(20px, 4vw, 48px);
  --section-y: clamp(72px, 9vw, 140px);


  --shadow:    0 30px 80px -30px rgba(0,0,0,.7);
  --shadow-2:  0 16px 40px -12px rgba(0,0,0,.55);
  --glow-cyan: 0 0 40px -8px rgba(92,228,255,.35);


  --ease:      cubic-bezier(.25,.46,.45,.94);
  --ease-out:  cubic-bezier(.16,1,.3,1);
  --ease-back: cubic-bezier(.34,1.56,.64,1);
  --dur:       .55s;


  --container: 1280px;
  --header-h:  60px;
}

* { margin:0; padding:0; box-sizing:border-box; }
*::before, *::after { box-sizing:border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  background: var(--bg);
}

body {
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-2);
  background: var(--bg);
  overflow-x: hidden;
  font-feature-settings: 'ss01', 'ss02', 'cv01', 'cv11';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  min-height: 100vh;
}

body::before {
  content: '';
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.95 0 0 0 0 0.97 0 0 0 0 1 0 0 0 0.04 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  opacity: .4;
}
body::after {
  content: '';
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.012) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 0%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 0%, transparent 80%);
}

h1, h2, h3, h4, h5 {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  font-weight: 500;
  letter-spacing: -0.03em;
}
h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  letter-spacing: -0.025em;
}
h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
}
h4 { font-size: 1.1rem; }

a { color: inherit; text-decoration: none; transition: color .2s var(--ease); }

p { color: var(--muted); }

::selection { background: var(--cyan); color: var(--bg); }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad-x);
  position: relative;
  z-index: 1;
}

.section {
  padding: var(--section-y) 0;
  position: relative;
}

main {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(8px);
  animation: mainEnter .8s var(--ease-out) .15s forwards;
}
@keyframes mainEnter {
  to { opacity: 1; transform: translateY(0); }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-pill);
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ink-2);
  background: rgba(255,255,255,.02);
  backdrop-filter: blur(8px);
}
.eyebrow::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--cyan);
}

.lede {
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 56ch;
}

.scroll-progress {
  position: fixed; top: 0; left: 0;
  height: 2px;
  width: var(--p, 0%);
  background: linear-gradient(90deg, var(--cyan), var(--violet));
  z-index: 100;
  transition: width .1s linear;
}

.site-header {
  position: sticky; top: 0;
  z-index: 50;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(7,8,12,.88);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.site-header > .container {
  width: 100%;
  display: flex;
  align-items: center;
}

.nav {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}
.brand img, .brand-svg {
  height: 40px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
}

.nav-links {
  flex: 1 1 0%;
  display: flex;
  gap: 0;
  list-style: none;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.nav-links li { display: flex; }
.nav-links a {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-2);
  border-radius: var(--r-sm);
  transition: color .2s var(--ease), background .2s var(--ease);
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: -0.01em;
}
.nav-links a:hover { color: var(--ink); background: rgba(255,255,255,.045); }
.nav-links a[aria-current="page"] { color: var(--ink); }
.nav-links a[aria-current="page"]::after {

  left: 20%; right: 20%;
  box-shadow: 0 0 6px var(--cyan);
}

.nav-cta {
  flex: 0 0 auto;
  display: flex;
  gap: 8px;
  align-items: center;
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line-2);
  border-radius: var(--r-sm);
  padding: 10px;
  cursor: pointer;
  color: var(--ink);
  width: 48px; height: 48px;
  min-width: 48px; min-height: 48px;
  align-items: center; justify-content: center;

  position: relative;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.nav-toggle::before {
  content: '';
  position: absolute;
  inset: -6px;
}
.nav-toggle svg { width: 20px; height: 20px; pointer-events: none; }

.nav-mobile {
  display: flex;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: var(--header-h);
  left: 0; right: 0;

  background: rgba(10,11,18,.98);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 12px var(--pad-x) 24px;
  flex-direction: column;
  gap: 2px;
  z-index: 99;
  max-height: calc(100svh - var(--header-h));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: opacity .22s var(--ease), visibility 0s .22s;
}
.nav-mobile.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity .22s var(--ease), visibility 0s 0s;
}

.nav-mobile a {
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 500;
  border: 1px solid transparent;
  color: rgba(255,255,255,.75);
  text-decoration: none;
  display: flex;
  align-items: center;
  min-height: 52px;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
  -webkit-tap-highlight-color: transparent;
}
.nav-mobile a:hover {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.1);
  color: #fff;
}
.nav-mobile a:active {
  background: rgba(92,228,255,.1);
  border-color: rgba(92,228,255,.2);
  color: var(--cyan);
}
.nav-mobile a.active-page {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.1);
  color: #fff;
  font-weight: 600;
}

.nav-mobile .btn {
  margin-top: 8px;
  justify-content: center;
  min-height: 52px;
  font-size: 16px;
}

.nav-mobile .btn.btn-primary {
  background: #2563eb !important;
  color: #fff !important;
  border-color: #2563eb !important;
  font-weight: 600;
}
.nav-mobile .btn.btn-primary:hover,
.nav-mobile .btn.btn-primary:active {
  background: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
  color: #fff !important;
  box-shadow: 0 0 0 3px rgba(37,99,235,.25) !important;
}

.nav-mobile .nav-mobile-divider {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: 10px 0;
}

.nav-mobile .theme-toggle {
  align-self: flex-start;
  margin: 4px 0 2px;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.6);
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
  -webkit-tap-highlight-color: transparent;
}
.nav-mobile .theme-toggle:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.2);
  color: #fff;
}
.nav-mobile .theme-toggle:active {
  background: rgba(92,228,255,.1);
  border-color: rgba(92,228,255,.3);
  color: var(--cyan);
}

:root[data-theme="light"] .nav-mobile {
  background: rgba(255,255,255,.98) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  border-bottom: 1px solid rgba(0,0,0,.08) !important;
}
:root[data-theme="light"] .nav-mobile a {
  color: #374151 !important;
  border-color: transparent !important;
  background: transparent !important;
}
:root[data-theme="light"] .nav-mobile a:hover {
  background: rgba(37,99,235,.05) !important;
  border-color: rgba(37,99,235,.12) !important;
  color: #1d4ed8 !important;
}
:root[data-theme="light"] .nav-mobile a:active {
  background: rgba(37,99,235,.1) !important;
  border-color: rgba(37,99,235,.2) !important;
  color: #1d4ed8 !important;
}
:root[data-theme="light"] .nav-mobile a.active-page {
  background: rgba(37,99,235,.06) !important;
  border-color: rgba(37,99,235,.15) !important;
  color: #1d4ed8 !important;
  font-weight: 600;
}
:root[data-theme="light"] .nav-mobile .btn.btn-primary {
  background: var(--blue) !important;
  color: #fff !important;
  border-color: var(--blue) !important;
}
:root[data-theme="light"] .nav-mobile .nav-mobile-divider {
  background: rgba(0,0,0,.07) !important;
}
:root[data-theme="light"] .nav-mobile .theme-toggle {
  border-color: rgba(0,0,0,.12) !important;
  color: #374151 !important;
  background: transparent !important;
}
:root[data-theme="light"] .nav-mobile .theme-toggle:hover {
  background: rgba(0,0,0,.05) !important;
  border-color: rgba(0,0,0,.2) !important;
  color: #111827 !important;
}
:root[data-theme="light"] .nav-mobile .theme-toggle:active {
  background: rgba(37,99,235,.08) !important;
  border-color: rgba(37,99,235,.2) !important;
  color: #1d4ed8 !important;
}

@media (max-width: 920px) {
  .nav-links { display: none; }
  .nav-cta .btn:not(.btn-primary) { display: none; }
  .nav-toggle { display: inline-flex; }

  .nav-cta .theme-toggle { display: none !important; }

  .nav-cta { margin-left: auto; }
}
@media (max-width: 600px) {
  .nav-cta .btn { display: none; }
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  font-family: var(--f-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.005em;
  border-radius: var(--r-pill);
  border: 1px solid var(--line-2);
  background: rgba(255,255,255,.03);
  color: var(--ink);
  cursor: pointer;
  transition: all .3s var(--ease-out);
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.btn::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.1) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform .6s var(--ease-out);
  pointer-events: none;
}
.btn:hover { transform: translateY(-1px); border-color: var(--line-hi); background: rgba(255,255,255,.06); }
.btn:hover::after { transform: translateX(100%); }
.btn:active { transform: translateY(0) scale(.98); }
.btn:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }

.btn-primary {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}
.btn-primary:hover {
  background: var(--cyan);
  border-color: var(--cyan);
  color: var(--bg);
  box-shadow: var(--glow-cyan);
}

.btn-ghost {
  background: transparent;
}
.btn-arrow svg { transition: transform .3s var(--ease-out); }
.btn-arrow:hover svg { transform: translateX(3px); }

.btn-sm { padding: 9px 16px; font-size: 13px; }

@media (hover: none) {
  .btn:active { background: rgba(255,255,255,.08); }
}

.hero {
  position: relative;
  padding: clamp(48px, 7vh, 96px) 0 clamp(56px, 8vh, 100px);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--grad-meta);
  pointer-events: none;
  z-index: 0;
}

#hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.55;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  min-height: 68vh;
}
@media (min-width: 900px) {
  .hero-inner { grid-template-columns: 1.5fr 0.9fr; gap: 100px; }
}

.hero-h1 {
  font-size: clamp(2.4rem, 7vw, 4.6rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.0;
  color: var(--ink);
  max-width: 14ch;
  font-family: var(--f-display);
  margin-top: 20px;
}
.hero-h1 .accent {
  background: var(--grad-cool);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: italic;
}

.hero-lede {
  margin-top: 20px;
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  max-width: 48ch;
  color: var(--muted);
  line-height: 1.6;
}

.hero-ctas {
  display: flex; gap: 12px; flex-wrap: wrap;
  margin-top: 40px;
}

.hero-meta {
  display: flex;
  gap: clamp(24px, 4vw, 56px);
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}
.hero-meta-item .num {
  font-family: var(--f-display);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  color: var(--ink);
  font-weight: 500;
  letter-spacing: -0.02em;
}
.hero-meta-item .lab {
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--muted-2);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-top: 4px;
}

.hero-visual {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
}

.hero-visual::before,
.hero-visual::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(92,228,255,.12);
  pointer-events: none;
  animation: orbitRing 14s linear infinite;
}
.hero-visual::before { inset: -8%;  animation-duration: 14s; }
.hero-visual::after  { inset: -16%; animation-duration: 22s; animation-direction: reverse; }

@keyframes orbitRing {
  to { transform: rotate(360deg); }
}

.orbit-dot {
  position: absolute;
  inset: -8%;
  border-radius: 50%;
  pointer-events: none;
  animation: orbitRing 14s linear infinite;
  z-index: 5;
}
.orbit-dot::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 7px; height: 7px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--cyan), 0 0 24px rgba(92,228,255,.5);
}

.hero-robot {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-robot::before {
  content: '';
  position: absolute;
  inset: -10%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 48%,
    rgba(92,228,255,.12) 0%,
    rgba(77,140,255,.06) 40%,
    transparent 68%);
  z-index: 1;
  pointer-events: none;
}

.hero-robot img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  top: 0; left: 0;
  z-index: 2;
}

.hero-robot .robot-dark {
  display: block !important;
  mix-blend-mode: screen;
}
.hero-robot .robot-light { display: none !important; }

:root[data-theme="light"] .hero {
  background: #07080a !important;
}
:root[data-theme="light"] .hero::before {
  background:
    radial-gradient(70% 60% at 30% 20%, rgba(92,228,255,.15), transparent 70%),
    radial-gradient(60% 50% at 90% 90%, rgba(169,140,255,.12), transparent 70%) !important;
}

:root[data-theme="light"] .hero .hero-h1 { color: #f1f3f5 !important; }
:root[data-theme="light"] .hero .hero-h1 .accent {
  background: linear-gradient(135deg, #5ce4ff 0%, #4d8cff 50%, #a98cff 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

:root[data-theme="light"] .hero .hero-lede { color: rgba(241,243,245,.65) !important; }
:root[data-theme="light"] .hero .hero-service-line { color: rgba(241,243,245,.5) !important; }
:root[data-theme="light"] .hero .service-text {
  color: #5ce4ff !important;
  -webkit-text-fill-color: #5ce4ff !important;
}
:root[data-theme="light"] .hero .eyebrow { color: #5ce4ff !important; }
:root[data-theme="light"] .hero .hero-meta { border-top-color: rgba(255,255,255,.07) !important; }

:root[data-theme="light"] .hero .hero-meta-item .num { color: #f1f3f5 !important; }
:root[data-theme="light"] .hero .hero-meta-item .lab { color: rgba(241,243,245,.35) !important; }
:root[data-theme="light"] .hero .btn:not(.btn-primary) {
  background: rgba(255,255,255,.06) !important;
  border-color: rgba(255,255,255,.14) !important;
  color: #f1f3f5 !important;
}

:root[data-theme="light"] .hero-robot .robot-dark {
  display: block !important;
  mix-blend-mode: screen;
}
:root[data-theme="light"] .hero-robot .robot-light { display: none !important; }

.svc-tags {
  position: absolute;
  inset: -20% -30%;
  pointer-events: none;
  z-index: 10;
}
.tag {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.82);
  background: rgba(7,8,10,.80);
  border: 1px solid rgba(92,228,255,.2);
  border-radius: var(--r-sm);
  white-space: nowrap;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.04);
  animation: tagFade var(--d, 8s) var(--l, 0s) ease-in-out infinite;
}
.tag::before {
  content: '';
  width: 5px; height: 5px;
  background: var(--cyan);
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 6px var(--cyan);
  animation: tagPulse 3s ease-in-out infinite;
}
.tag:nth-child(1) { top: 8%;   left: 10%;  --d: 9s;  --l: 0s; }
.tag:nth-child(2) { top: 6%;   right: 8%;  --d: 11s; --l: -2s; }
.tag:nth-child(3) { top: 33%;  right: -4%; --d: 8s;  --l: -1s; }
.tag:nth-child(4) { top: 57%;  right: -4%; --d: 10s; --l: -4s; }
.tag:nth-child(5) { bottom: 6%; right: 10%; --d: 9s; --l: -3s; }
.tag:nth-child(6) { bottom: 8%; left: 10%; --d: 11s; --l: -5s; }
.tag:nth-child(7) { top: 57%;  left: -4%;  --d: 10s; --l: -6s; }
.tag:nth-child(8) { top: 33%;  left: -4%;  --d: 8s;  --l: -1.5s; }

@keyframes tagFade {
  0%, 100% { opacity: 0;    transform: translateY(0); }
  10%       { opacity: 1; }
  50%       { opacity: 1;   transform: translateY(-7px); }
  90%       { opacity: 1; }
}

@media (max-width: 899px) {
  .hero-visual {
    display: block;
    max-width: 340px;
    width: 100%;
    margin: 0 auto 40px;
    aspect-ratio: 1 / 1;
  }

  .svc-tags { inset: -18% -22%; }
  .tag { font-size: 9px; padding: 4px 9px; gap: 5px; }
  .tag::before { width: 4px; height: 4px; }

  .tag:nth-child(3) { right: -1%; }
  .tag:nth-child(4) { right: -1%; }
  .tag:nth-child(7) { left: -1%; }
  .tag:nth-child(8) { left: -1%; }
}

@media (max-width: 640px) {
  .hero-visual {
    max-width: 260px;
    margin: 40px auto 0;
  }
  .svc-tags { inset: -20% -30%; }
  .tag { font-size: 8px; padding: 3px 8px; gap: 4px; }

  .tag:nth-child(3) { display: inline-flex; right: 0%;  top: 30%; }
  .tag:nth-child(4) { display: inline-flex; right: 0%;  top: 54%; }
  .tag:nth-child(7) { display: inline-flex; left: 0%;   top: 54%; }
  .tag:nth-child(8) { display: inline-flex; left: 0%;   top: 30%; }

  .hero-visual::before { inset: -6%; }
  .hero-visual::after  { inset: -12%; }
  .orbit-dot           { inset: -13%; }
}

@media (max-width: 400px) {
  .hero-visual {
    max-width: 210px;
    margin: 36px auto 0;
  }
  .svc-tags { inset: -12% -12%; }
  .tag { font-size: 7.5px; padding: 3px 7px; gap: 3px; }

  .tag:nth-child(3) { display: inline-flex; right: 0%;  top: 30%; }
  .tag:nth-child(4) { display: inline-flex; right: 0%;  top: 55%; }
  .tag:nth-child(7) { display: inline-flex; left: 0%;   top: 55%; }
  .tag:nth-child(8) { display: inline-flex; left: 0%;   top: 30%; }
}

.journey {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .journey { grid-template-columns: 1fr 1fr; gap: 32px; }
}

.journey-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 36px;
  background: linear-gradient(180deg, rgba(255,255,255,.018), transparent);
  overflow: hidden;
  transition: border-color .35s var(--ease), transform .35s var(--ease);
}
.journey-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  opacity: 0;
  transition: opacity .35s var(--ease);
}
.journey-card:hover { transform: translateY(-3px); border-color: var(--line-hi); }
.journey-card:hover::before { opacity: 0.5; }

.journey-num {
  display: inline-block;
  font-family: var(--f-display);
  font-size: 13px;
  color: var(--cyan);
  letter-spacing: 0.1em;
  margin-bottom: 14px;
  font-feature-settings: 'tnum';
}
.journey-card h3 {
  margin-bottom: 14px;
  font-weight: 500;
  letter-spacing: -0.015em;
}
.journey-card p { font-size: 0.96rem; line-height: 1.65; }
.journey-card ul {
  list-style: none;
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.journey-card li {
  font-size: 14px;
  color: var(--ink-2);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.journey-card li::before {
  content: '─';
  color: var(--cyan);
  margin-top: 2px;
  flex-shrink: 0;
}

.bento {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(140px, auto);
}
.bento-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.02), transparent 60%);
  transition: all .35s var(--ease-out);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
}
.bento-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-hi);
  background: linear-gradient(180deg, rgba(92,228,255,.04), transparent 70%);
}
.bento-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--r-lg);
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(400px circle at var(--mx, 50%) var(--my, 50%), rgba(92,228,255,.08), transparent 50%);
  transition: opacity .3s var(--ease);
}
.bento-card:hover::after { opacity: 1; }

.bento-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: var(--r-sm);
  background: linear-gradient(135deg, rgba(92,228,255,.1), rgba(77,140,255,.06));
  border: 1px solid var(--line-2);
  color: var(--cyan);
  font-size: 20px;
  margin-bottom: 18px;
}
.bento-card h3 {
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--ink);
}
.bento-card p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  margin-bottom: 16px;
  flex: 1;
}
.bento-card .arrow {
  font-family: var(--f-mono);
  font-size: 12px;
  color: var(--ink-2);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.bento-card.span-3 { grid-column: span 3; }
.bento-card.span-2 { grid-column: span 2; }
.bento-card.span-4 { grid-column: span 4; min-height: 240px; }
.bento-card.span-tall { grid-row: span 2; min-height: 320px; }

@media (max-width: 1000px) {
  .bento { grid-template-columns: repeat(4, 1fr); }
  .bento-card.span-3 { grid-column: span 2; }
  .bento-card.span-2 { grid-column: span 2; }
  .bento-card.span-4 { grid-column: span 4; }
  .bento-card.span-tall { grid-row: auto; min-height: 200px; }
}
@media (max-width: 640px) {
  .bento { grid-template-columns: 1fr; }
  .bento-card,
  .bento-card.span-3,
  .bento-card.span-2,
  .bento-card.span-4 { grid-column: 1; }
}

.steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
}
@media (min-width: 800px) {
  .steps { grid-template-columns: repeat(4, 1fr); }
}
.step {
  padding: 32px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
  transition: background .35s var(--ease);
  background: linear-gradient(180deg, rgba(255,255,255,.012), transparent);
}
@media (min-width: 800px) {
  .step:nth-child(4) { border-right: none; }
  .step { border-bottom: none; }
}
.step:hover { background: linear-gradient(180deg, rgba(92,228,255,.04), transparent); }
.step .step-num {
  font-family: var(--f-mono);
  font-size: 12px;
  color: var(--cyan);
  letter-spacing: 0.14em;
  margin-bottom: 12px;
  display: block;
}
.step h4 {
  font-family: var(--f-display);
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--ink);
  letter-spacing: -0.015em;
}
.step p { font-size: 13px; line-height: 1.6; color: var(--muted); }

.quote {
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: clamp(40px, 6vw, 72px);
  text-align: left;
  background:
    radial-gradient(80% 100% at 30% 0%, rgba(92,228,255,.06), transparent 70%),
    linear-gradient(180deg, rgba(255,255,255,.015), transparent);
  position: relative;
  overflow: hidden;
}
.quote::before {
  content: '"';
  position: absolute;
  top: 20px; left: clamp(40px, 6vw, 72px);
  font-family: var(--f-display);
  font-size: 80px;
  color: var(--cyan);
  opacity: 0.3;
  line-height: 1;
}
.quote blockquote {
  font-family: var(--f-display);
  font-size: clamp(1.2rem, 2.4vw, 1.85rem);
  font-weight: 400;
  font-style: italic;
  color: var(--ink);
  line-height: 1.4;
  letter-spacing: -0.015em;
  max-width: 36ch;
  margin: 32px 0 0;
}
.quote cite {
  display: block;
  margin-top: 28px;
  font-style: normal;
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-2);
}
.quote cite strong {
  display: block;
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 15px;
  color: var(--ink);
  letter-spacing: -0.01em;
  text-transform: none;
  margin-bottom: 4px;
}

.marquee {
  border-block: 1px solid var(--line);
  padding: 28px 0;
  overflow: hidden;
  position: relative;
}
.marquee::before, .marquee::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  pointer-events: none;
  z-index: 2;
}
.marquee::before { left: 0; background: linear-gradient(90deg, var(--bg), transparent); }
.marquee::after  { right: 0; background: linear-gradient(-90deg, var(--bg), transparent); }
.marquee-label {
  font-family: var(--f-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted-2);
  text-align: center;
  margin-bottom: 16px;
}
.marquee-track {
  display: flex;
  width: max-content;
  gap: 56px;
  animation: marquee 40s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span {
  font-family: var(--f-display);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink-2);
  letter-spacing: -0.01em;
  white-space: nowrap;
  opacity: 0.7;
  transition: opacity .3s var(--ease);
}
.marquee-track span:hover { opacity: 1; color: var(--cyan); }
@keyframes marquee {
  to { transform: translateX(-50%); }
}

.funding {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 900px) { .funding { grid-template-columns: 1.2fr 1fr; gap: 56px; } }

.funding h2 { margin-bottom: 18px; }
.funding-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.cta-final {
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: clamp(48px, 8vw, 96px) clamp(24px, 5vw, 64px);
  text-align: center;
  background:
    radial-gradient(80% 100% at 20% 100%, rgba(77,140,255,.08), transparent 70%),
    radial-gradient(60% 80% at 20% 0%, rgba(169,140,255,.06), transparent 70%);
  position: relative;
  overflow: hidden;
}
.cta-final::before {
  content: '';
  position: absolute;
  top: -1px; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
}
.cta-final h2 { margin-bottom: 16px; max-width: 20ch; margin-left: auto; margin-right: auto; }
.cta-final p { max-width: 52ch; margin: 0 auto 32px; }
.cta-final .btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.site-footer {
  border-top: 1px solid var(--line);
  padding: 64px 0 24px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.4));
  position: relative;
  z-index: 1;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 48px;
  margin-bottom: 48px;
}
@media (max-width: 800px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}
.footer-brand img {
  height: 26px;
  width: auto;
  object-fit: contain;

  margin-bottom: 16px;
}
.footer-brand p { font-size: 13px; line-height: 1.65; max-width: 32ch; color: var(--muted-2); }

.footer-col h5 {
  font-family: var(--f-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted-2);
  margin-bottom: 20px;
  font-weight: 500;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-col a {
  font-size: 14px;
  color: var(--ink-2);
  display: inline-block;
  position: relative;
  transition: color .25s var(--ease), transform .25s var(--ease);
}
.footer-col a:hover { color: var(--cyan); transform: translateX(2px); }

.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-bottom p {
  font-size: 12px;
  color: var(--muted-2);
  font-family: var(--f-mono);
  letter-spacing: 0.04em;
}
.footer-bottom .legal { display: flex; gap: 20px; }
.footer-bottom .legal a {
  font-size: 12px;
  color: var(--muted-2);
  font-family: var(--f-mono);
}
.footer-bottom .legal a:hover { color: var(--cyan); }

.services-stack { display: flex; flex-direction: column; gap: clamp(48px, 6vw, 80px); }
.service-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  border-top: 1px solid var(--line);
  padding-top: clamp(40px, 5vw, 64px);
}
@media (min-width: 900px) {
  .service-row { grid-template-columns: 1fr 1.4fr; gap: 56px; }
}
.service-row h2 {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  letter-spacing: -0.025em;
}
.service-row .lede { margin-top: 18px; max-width: 44ch; }
.service-deliverables {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .service-deliverables { grid-template-columns: 1fr; }
}
.deliverable {
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 20px;
  background: rgba(255,255,255,.014);
  transition: all .3s var(--ease);
}
.deliverable:hover { border-color: var(--line-hi); background: rgba(92,228,255,.03); }
.deliverable h4 {
  font-size: 0.96rem;
  font-weight: 500;
  margin-bottom: 8px;
  display: flex; align-items: center; gap: 10px;
}
.deliverable h4::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 2px;
  background: var(--cyan);
  flex-shrink: 0;
}
.deliverable p { font-size: 13px; color: var(--muted); line-height: 1.55; }

.service-tools {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px;
}
.service-tools .chip {
  font-family: var(--f-mono);
  font-size: 11px;
  padding: 5px 11px;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  color: var(--muted);
  background: rgba(255,255,255,.014);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cases-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .cases-grid { grid-template-columns: 1fr 1fr; }
}
.case-card {
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: all .35s var(--ease);
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(255,255,255,.018), transparent);
}
.case-card:hover { transform: translateY(-3px); border-color: var(--line-hi); }
.case-cover {
  height: 200px;
  position: relative;
  overflow: hidden;
  background: var(--bg-2);
}
.case-cover::before {
  content: '';
  position: absolute; inset: 0;
  background: var(--grad-meta);
  opacity: 0.7;
}
.case-cover .case-tag {
  position: absolute;
  top: 18px; left: 18px;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  background: rgba(7,8,10,.7);
  border: 1px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 5px 12px;
  backdrop-filter: blur(8px);
}
.case-cover .case-num {
  position: absolute;
  top: 18px; right: 18px;
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.1em;
}
.case-cover .case-art {
  position: absolute;
  inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-display);
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 500;
  color: var(--ink);
  opacity: 0.18;
  letter-spacing: -0.04em;
}
.case-body {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.case-body h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--ink);
}
.case-body p { font-size: 14px; line-height: 1.6; flex: 1; }
.case-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.case-metric .num {
  font-family: var(--f-display);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--cyan);
  letter-spacing: -0.02em;
}
.case-metric .lab {
  font-size: 11px;
  color: var(--muted-2);
  font-family: var(--f-mono);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
}

.expect {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 700px) { .expect { grid-template-columns: repeat(3, 1fr); } }
.expect-card {
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px;
  background: rgba(255,255,255,.014);
  transition: all .3s var(--ease);
}
.expect-card:hover { border-color: var(--line-hi); transform: translateY(-3px); }
.expect-card .icon {
  width: 40px; height: 40px;
  border-radius: var(--r-sm);
  background: rgba(92,228,255,.08);
  border: 1px solid var(--line);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  color: var(--cyan);
  font-size: 18px;
}
.expect-card h3 { font-size: 1.05rem; margin-bottom: 10px; font-weight: 500; }
.expect-card p { font-size: 14px; line-height: 1.6; }

.roles {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.role {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  align-items: center;
  background: rgba(255,255,255,.014);
  transition: all .3s var(--ease);
}
.role:hover { border-color: var(--line-hi); background: rgba(92,228,255,.025); transform: translateX(2px); }
.role-info h3 {
  font-size: 1.1rem;
  margin-bottom: 6px;
  font-weight: 500;
}
.role-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 12px;
  color: var(--muted);
  font-family: var(--f-mono);
}
.role-meta span::before { content: '·'; margin-right: 14px; color: var(--dim); }
.role-meta span:first-child::before { display: none; margin: 0; }
@media (max-width: 600px) {
  .role { grid-template-columns: 1fr; gap: 16px; }
  .role-meta { gap: 10px; }
}

.form {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
}
.field { display: flex; flex-direction: column; gap: 8px; }
.field label {
  font-family: var(--f-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted-2);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 18px;
  background: rgba(255,255,255,.018);
  border: 1px solid var(--line);
  border-radius: var(--r);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 15px;
  outline: none;
  transition: all .25s var(--ease);
}
.field textarea { resize: vertical; min-height: 140px; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--cyan);
  background: rgba(92,228,255,.03);
  box-shadow: 0 0 0 4px rgba(92,228,255,.08);
}
.field input::placeholder,
.field textarea::placeholder { color: var(--dim); }

.form-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.form-foot p { font-size: 12px; color: var(--muted-2); }

.contact-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 32px;
}
@media (min-width: 700px) { .contact-stats { grid-template-columns: repeat(4, 1fr); } }
.contact-stat {
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px 16px;
  text-align: center;
  background: rgba(255,255,255,.014);
}
.contact-stat .num {
  font-family: var(--f-display);
  font-size: 1.4rem;
  color: var(--ink);
  font-weight: 500;
  letter-spacing: -0.02em;
}
.contact-stat .lab {
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--muted-2);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 4px;
}

.offices {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  margin-top: 48px;
}
@media (min-width: 700px) {
  .offices { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1000px) {
  .offices { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 700px) { .offices { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .offices { grid-template-columns: repeat(3, 1fr); } }
.office {
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  background: rgba(255,255,255,.014);
  transition: border-color .3s var(--ease);
}
.office:hover { border-color: var(--line-hi); }
.office-cc {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--muted-2);
  margin-bottom: 8px;
}
.office h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
  font-weight: 500;
}
.office h3 .badge {
  display: inline-block;
  font-family: var(--f-mono);
  font-size: 10px;
  background: var(--cyan);
  color: var(--bg);
  padding: 2px 8px;
  border-radius: var(--r-pill);
  letter-spacing: 0.1em;
  margin-left: 6px;
  vertical-align: 2px;
}
.office p { font-size: 13px; line-height: 1.6; color: var(--muted); }
.office .note {
  font-size: 11px;
  font-family: var(--f-mono);
  color: var(--muted-2);
  margin-top: 8px;
  display: block;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--ease-out), transform .8s var(--ease-out);
  will-change: opacity, transform;
}
[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}
[data-stagger] > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
}
[data-stagger].revealed > * { opacity: 1; transform: translateY(0); }
[data-stagger].revealed > *:nth-child(1) { transition-delay: 0ms; }
[data-stagger].revealed > *:nth-child(2) { transition-delay: 80ms; }
[data-stagger].revealed > *:nth-child(3) { transition-delay: 160ms; }
[data-stagger].revealed > *:nth-child(4) { transition-delay: 240ms; }
[data-stagger].revealed > *:nth-child(5) { transition-delay: 320ms; }
[data-stagger].revealed > *:nth-child(6) { transition-delay: 400ms; }
[data-stagger].revealed > *:nth-child(7) { transition-delay: 480ms; }
[data-stagger].revealed > *:nth-child(8) { transition-delay: 560ms; }
[data-stagger].revealed > *:nth-child(n+9) { transition-delay: 640ms; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
  [data-reveal], [data-stagger] > * {
    opacity: 1 !important;
    transform: none !important;
  }
  main { animation: none; opacity: 1; transform: none; }
  .marquee-track { animation: none; }
}

:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; border-radius: 4px; }
button:focus-visible, .btn:focus-visible { outline-offset: 4px; }

@media (pointer: coarse) {
  .btn:active { transform: scale(.97); }
  a:active { opacity: 0.7; }
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-sm);
  background: transparent;
  cursor: pointer;
  color: var(--ink-2);
  padding: 0;
  flex-shrink: 0;
  transition: all .2s var(--ease);
}
.theme-toggle:hover { border-color: var(--line-hi); color: var(--ink); background: rgba(255,255,255,.04); }
.theme-toggle svg { width: 18px; height: 18px; display: block; }

.service-text {
  display: inline;
  color: var(--cyan);
  font-weight: 600;
  transition: opacity .3s ease, transform .3s ease;
}

.office-flag-wrap {
  width: 56px;
  height: 38px;
  border-radius: var(--r-xs);
  overflow: hidden;
  margin-bottom: 14px;
  border: 1px solid var(--line-2);
  background: var(--surface-2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.office-flag-img {
  width: 56px;
  height: auto;
  display: block;
  object-fit: cover;
}
.office-flag-cc {
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: .04em;
}

.data-row-inactive {
  opacity: 0.5;
}

.office-city {
  font-size: 1.05rem;
  margin-bottom: 10px;
  font-weight: 500;
}
.office-city .badge {
  display: inline-block;
  font-family: var(--f-mono);
  font-size: 10px;
  background: var(--cyan);
  color: var(--bg);
  padding: 2px 8px;
  border-radius: var(--r-pill);
  letter-spacing: 0.1em;
  margin-left: 6px;
  vertical-align: 2px;
}

.office-enquiries p a {
  color: var(--cyan);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.8;
}
.office-enquiries p a:hover { text-decoration: underline; }

:root[data-theme="light"] {

  --bg:        #f4f5f7;
  --bg-1:      #eef0f4;
  --bg-2:      #e8eaef;


  --surface:   #ffffff;
  --surface-2: #f9fafc;


  --line:      rgba(30, 41, 80, .07);
  --line-2:    rgba(30, 41, 80, .12);
  --line-hi:   rgba(30, 41, 80, .20);


  --ink:       #111827;
  --ink-2:     #1f2d4a;
  --muted:     #4b5675;
  --muted-2:   #7b849e;
  --dim:       #bdc4d4;


  --cyan:      #2563eb;
  --cyan-2:    #1d4ed8;
  --blue:      #3b82f6;
  --violet:    #7c3aed;
  --orange:    #ea580c;
  --amber:     #d97706;
  --green:     #059669;


  --shadow:    0 8px 32px -6px rgba(0,0,0,.13), 0 2px 8px rgba(0,0,0,.06);
  --shadow-2:  0 2px 16px -3px rgba(0,0,0,.09);
  --glow-cyan: 0 0 24px -6px rgba(37,99,235,.35);


  --grad-cool:  linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  --grad-warm:  linear-gradient(135deg, #ea580c 0%, #dc2626 100%);
  --grad-meta:  radial-gradient(70% 70% at 20% 20%, rgba(59,130,246,.22) 0%, transparent 65%),
                radial-gradient(60% 60% at 90% 90%, rgba(124,58,237,.15) 0%, transparent 65%);
}

:root[data-theme="light"] body::before { display: none; }

:root[data-theme="light"] body::after {
  background-image:
    linear-gradient(rgba(30,41,80,.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30,41,80,.014) 1px, transparent 1px);
}

:root[data-theme="light"] header {
  background: rgba(244,245,247,.92) !important;
  border-bottom: 1px solid var(--line-2) !important;
  backdrop-filter: blur(10px) !important;
}
:root[data-theme="light"] header * { color: var(--ink-2) !important; }

:root[data-theme="light"] header a:hover { color: var(--ink) !important; }
:root[data-theme="light"] header .nav-dot { background: var(--blue) !important; }

:root[data-theme="light"] .section { background: transparent !important; }
:root[data-theme="light"] .section:nth-child(even) { background: rgba(30,41,80,.015) !important; }
:root[data-theme="light"] .section-head h2 { color: var(--ink) !important; }
:root[data-theme="light"] .section-head p { color: var(--ink-2) !important; }
:root[data-theme="light"] .eyebrow { color: var(--blue) !important; }

:root[data-theme="light"] .service,
:root[data-theme="light"] .card,
:root[data-theme="light"] .form-card,

:root[data-theme="light"] .funding-card:not(.feat),
:root[data-theme="light"] .notice {
  background: var(--surface) !important;
  border: 1px solid var(--line-2) !important;
  box-shadow: var(--shadow-2) !important;
}
:root[data-theme="light"] .service:hover,
:root[data-theme="light"] .card:hover {
  border-color: rgba(59,130,246,.25) !important;
  box-shadow: var(--shadow) !important;
}
:root[data-theme="light"] .service h3,
:root[data-theme="light"] .card h3 { color: var(--ink) !important; }
:root[data-theme="light"] .service p,
:root[data-theme="light"] .card p { color: var(--ink-2) !important; }

:root[data-theme="light"] .service-icon,
:root[data-theme="light"] .icon-box {
  background: rgba(59,130,246,.08) !important;
  color: var(--blue) !important;
}

:root[data-theme="light"] .case-card {
  background: var(--surface) !important;
  border: 1px solid var(--line-2) !important;
  box-shadow: var(--shadow-2) !important;
}
:root[data-theme="light"] .case-card:hover {
  border-color: rgba(59,130,246,.25) !important;
  box-shadow: var(--shadow) !important;
}
:root[data-theme="light"] .case-cover {
  background: linear-gradient(135deg, #e8ecf6 0%, #dde3f0 100%) !important;
}
:root[data-theme="light"] .case-tag {
  background: rgba(0,0,0,.55) !important;
  color: #fff !important;
}
:root[data-theme="light"] .case-art {
  color: rgba(30,41,80,.15) !important;
}
:root[data-theme="light"] .case-body h3 { color: var(--ink) !important; }
:root[data-theme="light"] .case-body p { color: var(--ink-2) !important; }

:root[data-theme="light"] .case-metric .num { color: var(--blue) !important; }
:root[data-theme="light"] .case-metric .lab { color: var(--muted) !important; }

:root[data-theme="light"] .role {
  background: var(--surface) !important;
  border: 1px solid var(--line-2) !important;
  box-shadow: var(--shadow-2) !important;
}
:root[data-theme="light"] .role:hover {
  border-color: rgba(59,130,246,.25) !important;
  background: var(--surface) !important;
}
:root[data-theme="light"] .role-info h3 { color: var(--ink) !important; }
:root[data-theme="light"] .role-meta span { color: var(--muted) !important; }

:root[data-theme="light"] .office {
  background: var(--surface) !important;
  border: 1px solid var(--line-2) !important;
  box-shadow: var(--shadow-2) !important;
}
:root[data-theme="light"] .office:hover { border-color: rgba(59,130,246,.25) !important; box-shadow: var(--shadow) !important; }
:root[data-theme="light"] .office h3 { color: var(--ink) !important; }
:root[data-theme="light"] .office p { color: var(--ink-2) !important; }
:root[data-theme="light"] .office-cc { color: var(--muted) !important; }
:root[data-theme="light"] .office .note { color: var(--muted-2) !important; }

:root[data-theme="light"] .office-flag-wrap { border-color: var(--line-2) !important; background: var(--bg-1) !important; }

:root[data-theme="light"] .badge {
  background: rgba(37,99,235,.1) !important;
  color: #1d4ed8 !important;
}

:root[data-theme="light"] input:not([type=checkbox]):not([type=radio]):not([type=file]):not([disabled]),
:root[data-theme="light"] textarea,
:root[data-theme="light"] select {
  background: var(--surface-2) !important;
  border: 1px solid var(--line-2) !important;
  color: var(--ink) !important;
}
:root[data-theme="light"] input::placeholder,
:root[data-theme="light"] textarea::placeholder { color: var(--muted-2) !important; }
:root[data-theme="light"] input:focus:not([disabled]),
:root[data-theme="light"] textarea:focus,
:root[data-theme="light"] select:focus {
  border-color: var(--blue) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(59,130,246,.12) !important;
  outline: none !important;
}
:root[data-theme="light"] label { color: var(--ink-2) !important; }

:root[data-theme="light"] .btn-primary {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(37,99,235,.35) !important;
}
:root[data-theme="light"] .btn-primary:hover {
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%) !important;
  box-shadow: 0 6px 24px rgba(37,99,235,.45) !important;
  transform: translateY(-1px) !important;
}
:root[data-theme="light"] .btn:not(.btn-primary):not(.btn-sm) {
  background: var(--surface) !important;
  border: 1px solid var(--line-2) !important;
  color: var(--ink-2) !important;
}
:root[data-theme="light"] .btn:not(.btn-primary):hover {
  background: var(--surface-2) !important;
  border-color: var(--line-hi) !important;
  color: var(--ink) !important;
}
:root[data-theme="light"] .btn-sm {
  background: var(--surface) !important;
  border: 1px solid var(--line-2) !important;
  color: var(--ink-2) !important;
}

:root[data-theme="light"] .explore-link,
:root[data-theme="light"] a.explore { color: var(--blue) !important; }

:root[data-theme="light"] .marquee-track { color: var(--muted) !important; }
:root[data-theme="light"] .marquee-item { color: var(--ink-2) !important; }

:root[data-theme="light"] .ticker,
:root[data-theme="light"] .stats-bar {
  background: var(--surface) !important;
  border-top: 1px solid var(--line-2) !important;
  border-bottom: 1px solid var(--line-2) !important;
}

:root[data-theme="light"] footer {
  background: var(--surface) !important;
  border-top: 1px solid var(--line-2) !important;
}
:root[data-theme="light"] footer * { color: var(--ink-2) !important; }
:root[data-theme="light"] footer h4,
:root[data-theme="light"] footer strong { color: var(--ink) !important; }
:root[data-theme="light"] footer a:hover { color: var(--blue) !important; }
:root[data-theme="light"] .footer-line { background: var(--line-2) !important; }

:root[data-theme="light"] .theme-toggle {
  background: var(--surface) !important;
  border-color: var(--line-2) !important;
  color: var(--muted-2) !important;
}
:root[data-theme="light"] .theme-toggle:hover {
  border-color: var(--line-hi) !important;
  color: var(--ink) !important;
}

:root[data-theme="light"] h1,
:root[data-theme="light"] h2,
:root[data-theme="light"] h3,
:root[data-theme="light"] h4,
:root[data-theme="light"] h5,
:root[data-theme="light"] h6 { color: var(--ink) !important; }

:root[data-theme="light"] p { color: var(--ink-2) !important; }
:root[data-theme="light"] .muted { color: var(--muted) !important; }

:root[data-theme="light"] .logos-row span,
:root[data-theme="light"] .partners-row span { color: var(--muted-2) !important; opacity: .7 !important; }

:root[data-theme="light"] .service-deliverables li { color: var(--ink-2) !important; }
:root[data-theme="light"] .chip {
  background: rgba(37,99,235,.08) !important;
  color: var(--blue) !important;
  border-color: rgba(37,99,235,.15) !important;
}

:root[data-theme="light"] .contact-stat .num { color: var(--ink) !important; }
:root[data-theme="light"] .contact-stat .lab { color: var(--muted) !important; }

:root[data-theme="light"] .tag {
  color: #1e2a4a !important;
  background: rgba(255,255,255,.92) !important;
  border: 1px solid rgba(37,99,235,.2) !important;
  box-shadow: 0 2px 16px rgba(37,99,235,.12), 0 1px 4px rgba(0,0,0,.06) !important;
}
:root[data-theme="light"] .tag::before {
  background: #3b82f6 !important;
  box-shadow: 0 0 6px rgba(59,130,246,.6) !important;
}

:root[data-theme="light"] .marquee {
  background: #fff !important;
  border-top: 1px solid rgba(30,41,80,.08) !important;
  border-bottom: 1px solid rgba(30,41,80,.08) !important;
}
:root[data-theme="light"] .marquee-label { color: #7b849e !important; }
:root[data-theme="light"] .marquee-track span,
:root[data-theme="light"] .marquee-item  { color: #4b5675 !important; font-weight: 500 !important; }

:root[data-theme="light"] .services-grid .service,
:root[data-theme="light"] .service-card {
  background: #fff !important;
  border: 1px solid rgba(30,41,80,.1) !important;
  box-shadow: 0 2px 16px -4px rgba(0,0,0,.08) !important;
}
:root[data-theme="light"] .services-grid .service:hover,
:root[data-theme="light"] .service-card:hover {
  border-color: rgba(59,130,246,.3) !important;
  box-shadow: 0 8px 32px -6px rgba(37,99,235,.16) !important;
  transform: translateY(-2px) !important;
}
:root[data-theme="light"] .service h3,
:root[data-theme="light"] .service-card h3 { color: #111827 !important; }
:root[data-theme="light"] .service p,
:root[data-theme="light"] .service-card p,
:root[data-theme="light"] .service .lede  { color: #1f2d4a !important; }

:root[data-theme="light"] .svc-icon,
:root[data-theme="light"] .service-icon,
:root[data-theme="light"] [class*="icon-box"] {
  background: rgba(59,130,246,.08) !important;
  color: #2563eb !important;
  border: 1px solid rgba(59,130,246,.14) !important;
}

:root[data-theme="light"] .service .explore,
:root[data-theme="light"] .explore-link { color: #2563eb !important; }

:root[data-theme="light"] .case-card {
  background: #fff !important;
  border: 1px solid rgba(30,41,80,.1) !important;
  box-shadow: 0 2px 16px -4px rgba(0,0,0,.08) !important;
}
:root[data-theme="light"] .case-card:hover {
  border-color: rgba(59,130,246,.28) !important;
  box-shadow: 0 8px 32px -6px rgba(37,99,235,.14) !important;
}

:root[data-theme="light"] .case-cover {
  background: linear-gradient(135deg, #dde4f5 0%, #cdd8f0 100%) !important;
}
:root[data-theme="light"] .case-art { color: rgba(30,41,80,.18) !important; }
:root[data-theme="light"] .case-tag {
  background: rgba(0,0,0,.48) !important;
  color: #fff !important;
  backdrop-filter: blur(4px) !important;
}
:root[data-theme="light"] .case-num { color: rgba(30,41,80,.35) !important; }
:root[data-theme="light"] .case-body h3 { color: #111827 !important; }
:root[data-theme="light"] .case-body p  { color: #2d3548 !important; }
:root[data-theme="light"] .case-metric .num { color: #1d4ed8 !important; font-weight: 700 !important; }
:root[data-theme="light"] .case-metric .lab { color: #4b5675 !important; }

:root[data-theme="light"] .value-card,
:root[data-theme="light"] .culture-card,
:root[data-theme="light"] .perk {
  background: #fff !important;
  border: 1px solid rgba(30,41,80,.1) !important;
  box-shadow: 0 2px 16px -4px rgba(0,0,0,.08) !important;
}
:root[data-theme="light"] .value-card h3,
:root[data-theme="light"] .culture-card h3,
:root[data-theme="light"] .perk h3 { color: #111827 !important; }
:root[data-theme="light"] .value-card p,
:root[data-theme="light"] .culture-card p,
:root[data-theme="light"] .perk p   { color: #2d3548 !important; }

:root[data-theme="light"] .role {
  background: #fff !important;
  border: 1px solid rgba(30,41,80,.1) !important;
  box-shadow: 0 2px 12px -4px rgba(0,0,0,.06) !important;
}
:root[data-theme="light"] .role:hover {
  border-color: rgba(59,130,246,.25) !important;
  transform: translateX(3px) !important;
}
:root[data-theme="light"] .role-info h3 { color: #111827 !important; }
:root[data-theme="light"] .role-meta span { color: #4b5675 !important; }

:root[data-theme="light"] .step,
:root[data-theme="light"] .hire-step {
  background: #fff !important;
  border: 1px solid rgba(30,41,80,.1) !important;
}
:root[data-theme="light"] .step h3,
:root[data-theme="light"] .hire-step h3 { color: #111827 !important; }
:root[data-theme="light"] .step p,
:root[data-theme="light"] .hire-step p  { color: #2d3548 !important; }
:root[data-theme="light"] .step-num { color: #2563eb !important; opacity: .7 !important; }

:root[data-theme="light"] .contact-stat { color: #111827 !important; }
:root[data-theme="light"] .contact-stat .num { color: #111827 !important; font-weight: 700 !important; }
:root[data-theme="light"] .contact-stat .lab { color: #4b5675 !important; }

:root[data-theme="light"] .office {
  background: #fff !important;
  border: 1px solid rgba(30,41,80,.1) !important;
  box-shadow: 0 2px 16px -4px rgba(0,0,0,.08) !important;
}
:root[data-theme="light"] .office:hover {
  border-color: rgba(59,130,246,.25) !important;
  box-shadow: 0 8px 28px -6px rgba(37,99,235,.12) !important;
}
:root[data-theme="light"] .office h3 { color: #111827 !important; }
:root[data-theme="light"] .office p  { color: #1f2d4a !important; }
:root[data-theme="light"] .office-cc { color: #4b5675 !important; }
:root[data-theme="light"] .office .note { color: #7b849e !important; }
:root[data-theme="light"] .badge {
  background: rgba(37,99,235,.1) !important;
  color: #1d4ed8 !important;
  border-radius: 20px !important;
}

:root[data-theme="light"] .form-card {
  background: #fff !important;
  border: 1px solid rgba(30,41,80,.1) !important;
  box-shadow: 0 4px 20px -6px rgba(0,0,0,.1) !important;
}

:root[data-theme="light"] .service-row h2 { color: #111827 !important; }
:root[data-theme="light"] .service-row .lede { color: #1f2d4a !important; }
:root[data-theme="light"] .service-deliverables li {
  color: #1f2d4a !important;
  border-bottom-color: rgba(30,41,80,.08) !important;
}
:root[data-theme="light"] .service-deliverables li::before { color: #2563eb !important; }
:root[data-theme="light"] .chip {
  background: rgba(37,99,235,.07) !important;
  color: #1d4ed8 !important;
  border: 1px solid rgba(37,99,235,.15) !important;
}

:root[data-theme="light"] .section-head h2 { color: #111827 !important; }
:root[data-theme="light"] .section-head p  { color: #1f2d4a !important; }
:root[data-theme="light"] .eyebrow         { color: #2563eb !important; }

:root[data-theme="light"] .stat { color: #111827 !important; }
:root[data-theme="light"] .stat .num { color: #111827 !important; font-weight: 700 !important; }
:root[data-theme="light"] .stat .lab { color: #4b5675 !important; }

:root[data-theme="light"] footer,
:root[data-theme="light"] .footer { background: #fff !important; border-top: 1px solid rgba(30,41,80,.1) !important; }
:root[data-theme="light"] .footer-brand p { color: #4b5675 !important; }
:root[data-theme="light"] .footer-col h4  { color: #111827 !important; }
:root[data-theme="light"] .footer-col a   { color: #4b5675 !important; }
:root[data-theme="light"] .footer-col a:hover { color: #2563eb !important; }
:root[data-theme="light"] .footer-bottom   { color: #7b849e !important; border-top: 1px solid rgba(30,41,80,.08) !important; }
:root[data-theme="light"] .footer-line,
:root[data-theme="light"] .footer hr       { background: rgba(30,41,80,.08) !important; }

:root[data-theme="light"] header {
  background: rgba(244,245,249,.95) !important;
  border-bottom: 1px solid rgba(30,41,80,.1) !important;
  backdrop-filter: blur(12px) !important;
}
:root[data-theme="light"] .nav-link         { color: #2d3548 !important; }
:root[data-theme="light"] .nav-link:hover   { color: #111827 !important; }
:root[data-theme="light"] .nav-link.active  { color: #111827 !important; }
:root[data-theme="light"] .nav-dot          { background: #3b82f6 !important; }

:root[data-theme="light"] h1,
:root[data-theme="light"] h2,
:root[data-theme="light"] h3,
:root[data-theme="light"] h4  { color: #111827 !important; }
:root[data-theme="light"] p   { color: #1f2d4a !important; }
:root[data-theme="light"] li  { color: #1f2d4a !important; }
:root[data-theme="light"] .muted  { color: #4b5675 !important; }
:root[data-theme="light"] small   { color: #7b849e !important; }

@keyframes heroFloat {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-16px); }
}
.hero-robot-float { animation: heroFloat 6s ease-in-out infinite; }

.hero-service-line {
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--muted);
  margin: 24px 0 0;
  line-height: 1.4;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 860px) {
  .why-grid { grid-template-columns: 1fr; gap: 40px; }
}

.why-left h2 { max-width: 20ch; }
.why-left p  { color: var(--muted); font-size: 1rem; line-height: 1.7; max-width: 46ch; }

.why-right {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.why-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 22px;
  border: 1px solid var(--line-2);
  border-radius: var(--r);
  background: var(--surface);
  box-shadow: 0 2px 10px -3px rgba(0,0,0,.25);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.why-card:hover {
  border-color: var(--line-hi);
  box-shadow: 0 6px 20px -4px rgba(0,0,0,.4);
}
.why-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(92,228,255,.1);
  border: 1px solid rgba(92,228,255,.15);
  color: var(--cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.why-card h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 6px 0;
  line-height: 1.3;
}
.why-card p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}
@media (max-width: 860px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .services-grid { grid-template-columns: 1fr; } }

.svc-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 22px;
  border: 1px solid var(--line-2);
  border-radius: var(--r);
  background: var(--surface);
  box-shadow: 0 2px 10px -3px rgba(0,0,0,.25);
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.svc-card:hover {
  border-color: var(--line-hi);
  box-shadow: 0 8px 24px -4px rgba(0,0,0,.35);
  transform: translateY(-2px);
}
.svc-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(92,228,255,.08);
  border: 1px solid rgba(92,228,255,.14);
  color: var(--cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 4px;
}
.svc-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  margin: 0;
  line-height: 1.3;
}
.svc-card p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
  flex: 1;
}
.svc-learn {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--cyan);
  text-decoration: none;
  margin-top: 6px;
  transition: color .2s;
}
.svc-learn:hover { color: var(--ink); }

.btn-outline {
  display: inline-flex;
  align-items: center;
  padding: 12px 28px;
  border: 1px solid var(--line-hi);
  border-radius: 100px;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease;
}
.btn-outline:hover {
  background: var(--surface);
  border-color: var(--cyan);
  color: var(--ink);
}

.perks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 860px) { .perks-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .perks-grid { grid-template-columns: 1fr; } }

.perk-card {
  padding: 28px 22px;
  text-align: left;
  border: 1px solid var(--line-2);
  border-radius: var(--r);
  background: var(--surface);
  box-shadow: 0 2px 10px -3px rgba(0,0,0,.25);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.perk-card:hover {
  border-color: var(--line-hi);
  box-shadow: 0 6px 20px -4px rgba(0,0,0,.4);
}
.perk-emoji {
  font-size: 32px;
  line-height: 1;
  display: block;
  margin-bottom: 14px;
}
.perk-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 10px 0;
}
.perk-card p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media (max-width: 600px) { .about-stats-grid { grid-template-columns: 1fr; } }

.about-stat-card {
  padding: 28px 24px;
  border: 1px solid var(--line-2);
  border-radius: var(--r);
  background: var(--surface);
  text-align: center;
  box-shadow: 0 2px 10px -3px rgba(0,0,0,.25);
}
.about-stat-num {
  font-family: var(--f-display);
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--cyan);
  line-height: 1;
  margin-bottom: 6px;
}
.about-stat-lab {
  font-size: 13px;
  color: var(--muted);
}

.apply-form { max-width: 100%; }
.file-upload-wrap { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.file-upload-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-sm);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-2);
  cursor: pointer;
  background: var(--surface);
  transition: all .2s ease;
}
.file-upload-btn:hover { border-color: var(--line-hi); color: var(--ink); }
.file-upload-wrap input[type=file] { display: none; }
.file-upload-name { font-size: 13px; color: var(--muted-2); }

:root[data-theme="light"] .why-card {
  background: #ffffff !important;
  border-color: rgba(30,41,80,.11) !important;
  box-shadow: 0 2px 14px -4px rgba(0,0,0,.09) !important;
}
:root[data-theme="light"] .why-card:hover {
  border-color: rgba(59,130,246,.25) !important;
  box-shadow: 0 8px 28px -6px rgba(37,99,235,.13) !important;
}
:root[data-theme="light"] .why-icon {
  background: rgba(37,99,235,.08) !important;
  border-color: rgba(37,99,235,.14) !important;
  color: #2563eb !important;
}
:root[data-theme="light"] .why-card h4 { color: #111827 !important; }
:root[data-theme="light"] .why-card p  { color: #4b5675 !important; }
:root[data-theme="light"] .why-left p  { color: #2d3548 !important; }

:root[data-theme="light"] .svc-card {
  background: #ffffff !important;
  border-color: rgba(30,41,80,.11) !important;
  box-shadow: 0 2px 14px -4px rgba(0,0,0,.09) !important;
}
:root[data-theme="light"] .svc-card:hover {
  border-color: rgba(59,130,246,.25) !important;
  box-shadow: 0 8px 28px -6px rgba(37,99,235,.13) !important;
}
:root[data-theme="light"] .svc-icon {
  background: rgba(37,99,235,.07) !important;
  border-color: rgba(37,99,235,.12) !important;
  color: #2563eb !important;
}
:root[data-theme="light"] .svc-card h3 { color: #111827 !important; }
:root[data-theme="light"] .svc-card p  { color: #4b5675 !important; }
:root[data-theme="light"] .svc-learn   { color: #2563eb !important; }

:root[data-theme="light"] .perk-card {
  background: #ffffff !important;
  border-color: rgba(30,41,80,.11) !important;
  box-shadow: 0 2px 14px -4px rgba(0,0,0,.09) !important;
}
:root[data-theme="light"] .perk-card:hover {
  border-color: rgba(59,130,246,.2) !important;
  box-shadow: 0 8px 28px -6px rgba(37,99,235,.1) !important;
}
:root[data-theme="light"] .perk-card h3 { color: #111827 !important; }
:root[data-theme="light"] .perk-card p  { color: #4b5675 !important; }

:root[data-theme="light"] .about-stat-card {
  background: #ffffff !important;
  border-color: rgba(30,41,80,.11) !important;
}
:root[data-theme="light"] .about-stat-num { color: #2563eb !important; }
:root[data-theme="light"] .about-stat-lab { color: #4b5675 !important; }

.cta-dark-section { background: var(--bg-2); }
:root[data-theme="light"] .cta-dark-section { background: #e2e6f0 !important; }
:root[data-theme="light"] .cta-final h2 { color: #111827 !important; }
:root[data-theme="light"] .cta-final > p { color: #4b5675 !important; }

:root[data-theme="light"] .btn-outline {
  border-color: rgba(30,41,80,.2) !important;
  color: #1f2d4a !important;
}
:root[data-theme="light"] .btn-outline:hover {
  background: #ffffff !important;
  border-color: #2563eb !important;
  color: #2563eb !important;
}

:root[data-theme="light"] .file-upload-btn {
  background: #fff !important;
  border-color: rgba(30,41,80,.12) !important;
  color: #2d3548 !important;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 32px;
}
@media (max-width: 700px) { .values-grid { grid-template-columns: 1fr; } }

.value-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid var(--line-2);
  border-radius: var(--r);
  background: var(--surface);
  box-shadow: 0 2px 8px -3px rgba(0,0,0,.2);
}
.value-item h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 6px 0;
}
.value-item p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}

:root[data-theme="light"] .value-item {
  background: #fff !important;
  border-color: rgba(30,41,80,.11) !important;
  box-shadow: 0 2px 10px -3px rgba(0,0,0,.08) !important;
}
:root[data-theme="light"] .value-item h4 { color: #111827 !important; }
:root[data-theme="light"] .value-item p  { color: #4b5675 !important; }

.service-deliverables-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 600px) { .service-deliverables-grid { grid-template-columns: 1fr; } }

.svc-del-card {
  padding: 18px 20px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-sm);
  background: var(--surface);
}
.svc-del-card h5 {
  font-size: 13px;
  font-weight: 600;
  color: var(--cyan);
  margin: 0 0 6px 0;
}
.svc-del-card p {
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}
:root[data-theme="light"] .svc-del-card { background: #fff !important; border-color: rgba(30,41,80,.1) !important; }
:root[data-theme="light"] .svc-del-card h5 { color: #2563eb !important; }
:root[data-theme="light"] .svc-del-card p  { color: #4b5675 !important; }

.btn.active-page {
  box-shadow: 0 0 0 2px var(--cyan), 0 4px 16px rgba(92,228,255,.25) !important;
}
:root[data-theme="light"] .btn.active-page {
  box-shadow: 0 0 0 2px #2563eb, 0 4px 16px rgba(37,99,235,.25) !important;
}

.footer-brand-logo {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  text-decoration: none;
}
.footer-brand-logo img {
  width: 32px;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
}
.footer-brand-logo span {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.015em;
  line-height: 1;
  white-space: nowrap;
}

:root[data-theme="light"] .footer-brand-logo span {
  color: #111827 !important;
}
.footer-brand-logo img {
  width: 26px;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
}
.footer-brand-logo span {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1;
}
:root[data-theme="light"] .footer-brand-logo span { color: #111827 !important; }

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s var(--ease), transform .65s var(--ease);
}
[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}
[data-stagger] > * {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}
[data-stagger].revealed > * { opacity: 1; transform: translateY(0); }
[data-stagger].revealed > *:nth-child(1) { transition-delay: .05s; }
[data-stagger].revealed > *:nth-child(2) { transition-delay: .12s; }
[data-stagger].revealed > *:nth-child(3) { transition-delay: .19s; }
[data-stagger].revealed > *:nth-child(4) { transition-delay: .26s; }
[data-stagger].revealed > *:nth-child(5) { transition-delay: .33s; }
[data-stagger].revealed > *:nth-child(6) { transition-delay: .40s; }

.btn {
  transition: all .22s var(--ease);
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.06);
  opacity: 0;
  transition: opacity .2s;
}
.btn:hover::after { opacity: 1; }
.btn:active { transform: scale(.97); }

.btn-primary::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
  transition: left .4s ease;
}
.btn-primary:hover::before { left: 140%; }

.why-card, .svc-card, .perk-card, .value-item, .office,
.role, .case-card, .about-stat-card, .svc-del-card {
  transition: transform .25s var(--ease), border-color .25s ease,
              box-shadow .25s ease !important;
}
.why-card:hover, .svc-card:hover, .perk-card:hover,
.value-item:hover, .office:hover { transform: translateY(-3px); }

.btn-arrow svg,
.svc-learn svg { transition: transform .2s var(--ease); display: inline-block; }
.btn-arrow:hover svg,
.svc-learn:hover svg { transform: translateX(4px); }

.tag::before { animation: tagPulse 3s ease-in-out infinite; }
@keyframes tagPulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 6px var(--cyan); }
  50%       { opacity: .5; box-shadow: 0 0 14px var(--cyan), 0 0 28px var(--cyan); }
}

.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, var(--cyan), var(--blue));
  z-index: 9999;
  transition: width .1s linear;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}
.field label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--muted);
}
.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-sm);
  background: var(--surface);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 14px;
  line-height: 1.5;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
  -webkit-appearance: none;
  appearance: none;
}
.field input::placeholder,
.field textarea::placeholder { color: var(--muted-2); }
.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(92,228,255,.1);
  background: var(--surface);
}
.field input:hover:not(:focus),
.field textarea:hover:not(:focus),
.field select:hover:not(:focus) { border-color: var(--line-hi); }
.field textarea { resize: vertical; min-height: 120px; }
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='none' stroke='%236e7681' stroke-width='1.5' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }

.check {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  color: var(--muted);
}
.check input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--line-2);
  border-radius: 4px;
  background: var(--surface);
  cursor: pointer;
  flex-shrink: 0;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  transition: border-color .2s, background .2s;
}
.check input[type=checkbox]:checked {
  background: var(--cyan);
  border-color: var(--cyan);
}
.check input[type=checkbox]:checked::after {
  content: '';
  position: absolute;
  top: 2px; left: 5px;
  width: 5px; height: 9px;
  border: 2px solid #07080a;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.check input[type=checkbox]:focus { box-shadow: 0 0 0 3px rgba(92,228,255,.2); }

.form-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line-2);
  flex-wrap: wrap;
}
.form-foot p { font-size: 13px; color: var(--muted); }

.form-status {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 500;
  padding: 0;
  border-radius: var(--r-sm);
  background: transparent;
  border: none;
  min-height: 0;
  transition: all .2s ease;
}
.form-status:not(:empty) {
  padding: 12px 16px;
  background: rgba(92,228,255,.06);
  border: 1px solid rgba(92,228,255,.15);
}

:root[data-theme="light"] .field input,
:root[data-theme="light"] .field textarea,
:root[data-theme="light"] .field select {
  background: #ffffff !important;
  border-color: rgba(30,41,80,.14) !important;
  color: #111827 !important;
}
:root[data-theme="light"] .field input::placeholder,
:root[data-theme="light"] .field textarea::placeholder { color: #9098b0 !important; }
:root[data-theme="light"] .field input:focus,
:root[data-theme="light"] .field textarea:focus,
:root[data-theme="light"] .field select:focus {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgba(37,99,235,.1) !important;
}
:root[data-theme="light"] .field label { color: #4b5675 !important; }
:root[data-theme="light"] .check { color: #4b5675 !important; }
:root[data-theme="light"] .check input[type=checkbox] {
  background: #fff !important;
  border-color: rgba(30,41,80,.2) !important;
}
:root[data-theme="light"] .check input[type=checkbox]:checked {
  background: #2563eb !important;
  border-color: #2563eb !important;
}
:root[data-theme="light"] .check input[type=checkbox]:checked::after { border-color: #fff !important; }
:root[data-theme="light"] .form-foot { border-top-color: rgba(30,41,80,.1) !important; }
:root[data-theme="light"] .form-foot p { color: #4b5675 !important; }
:root[data-theme="light"] .form-status:not(:empty) { background: rgba(37,99,235,.06) !important; border-color: rgba(37,99,235,.15) !important; color: #2563eb !important; }

.page-hero {
  padding: clamp(60px, 10vh, 100px) 0 clamp(40px, 6vh, 70px);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--grad-meta);
  pointer-events: none;
}
.page-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 72ch;
}
.page-hero-inner h1 {
  margin-top: 16px;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
}
.page-hero-inner .lede {
  margin-top: 20px;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: var(--muted);
  line-height: 1.65;
  max-width: 56ch;
}
:root[data-theme="light"] .page-hero-inner h1 { color: #111827; }
:root[data-theme="light"] .page-hero-inner .lede { color: #4b5675; }

.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: end;
  margin-bottom: clamp(32px, 4vw, 56px);
}
@media (max-width: 700px) { .section-head { grid-template-columns: 1fr; } }
.section-head h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.1;
}
.section-head p { color: var(--muted); font-size: 1rem; line-height: 1.7; }

@keyframes countUp {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-meta-item .num { animation: countUp .8s var(--ease) both; }
.hero-meta-item:nth-child(2) .num { animation-delay: .15s; }
.hero-meta-item:nth-child(3) .num { animation-delay: .30s; }

.why-card:hover .why-icon {
  background: rgba(92,228,255,.18);
  box-shadow: 0 0 16px rgba(92,228,255,.25);
  transition: all .25s ease;
}
:root[data-theme="light"] .why-card:hover .why-icon {
  background: rgba(37,99,235,.15) !important;
  box-shadow: 0 0 16px rgba(37,99,235,.2) !important;
}

.role {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  border: 1px solid var(--line-2);
  border-radius: var(--r);
  background: var(--surface);
  transition: all .2s ease;
}
.role:hover {
  border-color: var(--line-hi);
  transform: translateX(4px);
}
.role-info h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 6px;
}
.role-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.role-meta span {
  font-size: 12px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 4px;
}
.role-meta span::before {
  content: '';
  width: 3px; height: 3px;
  background: var(--muted-2);
  border-radius: 50%;
}
.role-meta span:first-child::before { display: none; }

.funding {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 860px) { .funding { grid-template-columns: 1fr; gap: 40px; } }
.funding-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 560px) { .funding-cards { grid-template-columns: 1fr; } }
.funding-card {
  padding: 22px 20px;
  border: 1px solid var(--line-2);
  border-radius: var(--r);
  background: var(--surface);
  position: relative;
  transition: all .25s ease;
}
.funding-card:hover {
  border-color: var(--line-hi);
  transform: translateY(-2px);
  box-shadow: var(--shadow-2);
}
.funding-card.feat { border-color: rgba(92,228,255,.25); background: rgba(92,228,255,.04); }
.badge-new {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--cyan);
  background: rgba(92,228,255,.1);
  border: 1px solid rgba(92,228,255,.2);
  border-radius: 20px;
  padding: 2px 8px;
  margin-bottom: 10px;
}
.funding-card h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
}
.funding-card p { font-size: 13px; line-height: 1.6; color: var(--muted); margin: 0; }
.funding-card .tail {
  font-size: 11px;
  font-family: var(--f-mono);
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-top: 10px;
}

:root[data-theme="light"] .funding-card { background: #fff !important; border-color: rgba(30,41,80,.11) !important; }
:root[data-theme="light"] .funding-card.feat { background: rgba(37,99,235,.04) !important; border-color: rgba(37,99,235,.2) !important; }
:root[data-theme="light"] .badge-new { color: #2563eb !important; background: rgba(37,99,235,.08) !important; border-color: rgba(37,99,235,.16) !important; }
:root[data-theme="light"] .funding-card h4 { color: #111827 !important; }
:root[data-theme="light"] .funding-card p  { color: #4b5675 !important; }
:root[data-theme="light"] .funding-card .tail { color: #2563eb !important; }

.admin-body .field input,
.admin-body .field textarea,
.admin-body .field select {
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
}
.panel-status {
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  min-height: 0;
  transition: all .3s ease;
}
.panel-status.ok  { background: rgba(16,185,129,.1); color: #10b981; border: 1px solid rgba(16,185,129,.2); }
.panel-status.err { background: rgba(239,68,68,.08);  color: #ef4444; border: 1px solid rgba(239,68,68,.15); }

.contact-stats {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.contact-stat .num {
  font-family: var(--f-display);
  font-size: 2rem;
  font-weight: 600;
  color: var(--cyan);
  letter-spacing: -0.02em;
}
.contact-stat .lab {
  font-size: 12px;
  font-family: var(--f-mono);
  color: var(--muted-2);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 3px;
}
:root[data-theme="light"] .contact-stat .num { color: #2563eb !important; }
:root[data-theme="light"] .contact-stat .lab  { color: #7b849e !important; }

.hero {
  padding-top: clamp(96px, 14vh, 160px);
}
.page-hero {
  padding-top: clamp(96px, 12vh, 144px);
}

.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 20px;
}
.field label {
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--muted-2);
}
.field label .req { color: var(--cyan); margin-left: 3px; }
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 13px 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 14px;
  line-height: 1.5;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
  -webkit-appearance: none;
  appearance: none;
}
.field input::placeholder,
.field textarea::placeholder { color: var(--dim); }
.field input:hover:not(:focus),
.field select:hover:not(:focus),
.field textarea:hover:not(:focus) {
  border-color: rgba(255,255,255,.2);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--cyan);
  background: rgba(92,228,255,.04);
  box-shadow: 0 0 0 3px rgba(92,228,255,.1);
}
.field textarea { resize: vertical; min-height: 130px; }
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='none' stroke='%236e7681' stroke-width='1.5' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer;
}

:root[data-theme="light"] .field input,
:root[data-theme="light"] .field select,
:root[data-theme="light"] .field textarea {
  background: #ffffff !important;
  border-color: rgba(30,41,80,.14) !important;
  color: #111827 !important;
}
:root[data-theme="light"] .field input::placeholder,
:root[data-theme="light"] .field textarea::placeholder { color: #9098b0 !important; }
:root[data-theme="light"] .field input:hover:not(:focus),
:root[data-theme="light"] .field select:hover:not(:focus),
:root[data-theme="light"] .field textarea:hover:not(:focus) {
  border-color: rgba(30,41,80,.25) !important;
}
:root[data-theme="light"] .field input:focus,
:root[data-theme="light"] .field select:focus,
:root[data-theme="light"] .field textarea:focus {
  border-color: #2563eb !important;
  background: #f0f5ff !important;
  box-shadow: 0 0 0 3px rgba(37,99,235,.1) !important;
}
:root[data-theme="light"] .field label { color: #4b5675 !important; }

.svc-card,
.why-card,
.perk-card,
.value-item,
.about-stat-card,
.funding-card,
.case-card,
.expect-card,
.role,
.office,
.deliverable,
.journey-card,
.bento-card,
.svc-del-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.svc-card::before,
.why-card::before,
.perk-card::before,
.value-item::before,
.about-stat-card::before,
.funding-card::before,
.case-card::before,
.expect-card::before,
.role::before,
.office::before,
.deliverable::before,
.journey-card::before,
.svc-del-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    600px circle at var(--mx, 50%) var(--my, 50%),
    rgba(92,228,255,.07),
    transparent 40%
  );
  opacity: 0;
  transition: opacity .4s ease;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
}
.svc-card:hover::before,
.why-card:hover::before,
.perk-card:hover::before,
.value-item:hover::before,
.about-stat-card:hover::before,
.funding-card:hover::before,
.case-card:hover::before,
.expect-card:hover::before,
.role:hover::before,
.office:hover::before,
.deliverable:hover::before,
.journey-card:hover::before,
.svc-del-card:hover::before {
  opacity: 1;
}

.svc-card::after,
.why-card::after,
.perk-card::after,
.value-item::after,
.case-card::after,
.journey-card::after {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  opacity: 0;
  transition: opacity .35s ease;
  z-index: 1;
}
.svc-card:hover::after,
.why-card:hover::after,
.perk-card:hover::after,
.value-item:hover::after,
.case-card:hover::after,
.journey-card:hover::after {
  opacity: .6;
}

.svc-card > *,
.why-card > *,
.perk-card > *,
.value-item > *,
.case-card > * { position: relative; z-index: 1; }

:root[data-theme="light"] .svc-card::before,
:root[data-theme="light"] .why-card::before,
:root[data-theme="light"] .perk-card::before,
:root[data-theme="light"] .value-item::before,
:root[data-theme="light"] .case-card::before,
:root[data-theme="light"] .journey-card::before {
  background: radial-gradient(
    500px circle at var(--mx, 50%) var(--my, 50%),
    rgba(37,99,235,.06),
    transparent 40%
  ) !important;
}
:root[data-theme="light"] .svc-card::after,
:root[data-theme="light"] .why-card::after,
:root[data-theme="light"] .perk-card::after,
:root[data-theme="light"] .value-item::after,
:root[data-theme="light"] .case-card::after {
  background: linear-gradient(90deg, transparent, #3b82f6, transparent) !important;
}

.btn {
  position: relative;
  overflow: hidden;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease),
              background .2s ease, border-color .2s ease !important;
}
.btn::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.1), transparent);
  transition: left .4s ease;
  pointer-events: none;
}
.btn:hover::after { left: 150%; }
.btn:active { transform: scale(.97) !important; }

.btn-primary:hover {
  box-shadow: 0 6px 24px rgba(92,228,255,.25), 0 2px 8px rgba(0,0,0,.2) !important;
  transform: translateY(-1px) !important;
}
:root[data-theme="light"] .btn-primary:hover {
  box-shadow: 0 6px 24px rgba(37,99,235,.3), 0 2px 8px rgba(0,0,0,.1) !important;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 50%; right: 50%;
  height: 2px;
  border-radius: 2px;
  background: var(--cyan);
  transform: none;
  transition: left .25s var(--ease), right .25s var(--ease), box-shadow .25s var(--ease);
}
.nav-links a:hover::after { left: 15%; right: 15%; }
:root[data-theme="light"] .nav-links a::after { background: #2563eb; }

.why-icon,
.svc-icon,
.expect-card .icon {
  transition: transform .25s var(--ease), background .25s ease,
              box-shadow .25s ease !important;
}
.why-card:hover .why-icon,
.svc-card:hover .svc-icon,
.expect-card:hover .icon {
  transform: scale(1.1) rotate(-3deg);
  background: rgba(92,228,255,.18) !important;
  box-shadow: 0 0 18px rgba(92,228,255,.28);
}
:root[data-theme="light"] .why-card:hover .why-icon,
:root[data-theme="light"] .svc-card:hover .svc-icon {
  background: rgba(37,99,235,.14) !important;
  box-shadow: 0 0 18px rgba(37,99,235,.22) !important;
}

.role { transition: transform .2s var(--ease), border-color .2s ease !important; }
.role:hover { transform: translateX(5px) !important; }

.funding-card { transition: transform .25s var(--ease), border-color .25s ease, box-shadow .25s ease !important; }
.funding-card:hover { transform: translateY(-3px) !important; }

.office { transition: border-color .25s ease, box-shadow .25s ease !important; }
.office:hover { box-shadow: 0 0 0 1px rgba(92,228,255,.3), inset 0 0 20px rgba(92,228,255,.03) !important; }

.btn-arrow svg {
  transition: transform .2s var(--ease);
  display: inline-block;
  vertical-align: middle;
}
.btn-arrow:hover svg { transform: translateX(4px); }

.service-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  border-top: 1px solid var(--line);
  padding-top: clamp(48px, 6vw, 72px);
  padding-bottom: clamp(48px, 6vw, 72px);
}
@media (min-width: 900px) {
  .service-row { grid-template-columns: 1fr 1.4fr; gap: 64px; }
}

.service-deliverables-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 600px) {
  .service-deliverables-grid { grid-template-columns: 1fr; }
}
.svc-del-card {
  padding: 20px 22px;
  border: 1px solid var(--line-2);
  border-radius: var(--r);
  background: rgba(255,255,255,.018);
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.svc-del-card:hover {
  border-color: var(--line-hi);
  background: rgba(92,228,255,.03);
  transform: translateY(-2px);
}
.svc-del-card h5 {
  font-size: 13px;
  font-weight: 600;
  color: var(--cyan);
  margin: 0 0 7px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.svc-del-card h5::before {
  content: '';
  width: 5px; height: 5px;
  background: var(--cyan);
  border-radius: 2px;
  flex-shrink: 0;
}
.svc-del-card p {
  font-size: 12px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
}
:root[data-theme="light"] .svc-del-card { background: #fff !important; border-color: rgba(30,41,80,.1) !important; }
:root[data-theme="light"] .svc-del-card:hover { background: rgba(37,99,235,.03) !important; border-color: rgba(37,99,235,.2) !important; }
:root[data-theme="light"] .svc-del-card h5 { color: #2563eb !important; }
:root[data-theme="light"] .svc-del-card h5::before { background: #2563eb !important; }
:root[data-theme="light"] .svc-del-card p { color: #4b5675 !important; }

.svc-card p,
.why-card p,
.perk-card p,
.value-item p,
.expect-card p,
.funding-card p,
.deliverable p,
.service-row p,
.case-body p { text-align: left !important; }

.section-head p { text-align: left !important; }

.quote, .testimonial { text-align: left; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }

.svc-card h3, .svc-card p, .svc-card .svc-icon, .svc-card .svc-learn,
.why-card h4, .why-card p, .why-card .why-icon,
.perk-card h3, .perk-card p, .perk-card .perk-emoji,
.expect-card h3, .expect-card p, .expect-card .icon,
.case-body h3, .case-body p, .case-metrics,
.role-info, .role > .btn {
  position: relative;
  z-index: 2;
}

.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--violet));
  z-index: 9999;
  transition: width .08s linear;
}

:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
  border-radius: 4px;
}
:root[data-theme="light"] :focus-visible { outline-color: #2563eb; }

header.scrolled {
  background: rgba(12,16,28,.95) !important;
  border-bottom-color: rgba(255,255,255,.06) !important;
  box-shadow: 0 4px 24px rgba(0,0,0,.3) !important;
}
:root[data-theme="light"] header.scrolled {
  background: rgba(248,249,252,.98) !important;
  border-bottom-color: rgba(30,41,80,.1) !important;
  box-shadow: 0 4px 24px rgba(0,0,0,.08) !important;
}

.service-text::after {
  content: '|';
  display: inline-block;
  color: var(--cyan);
  animation: blink .75s step-end infinite;
  margin-left: 1px;
  font-weight: 300;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

@media (max-width: 768px) {
  .hero {
    padding: clamp(36px, 6vh, 64px) 0 clamp(40px, 7vh, 64px);
  }
  .hero-inner {
    min-height: auto;
    gap: 0;
    text-align: center;
    grid-template-columns: 1fr;
    display: grid;
    justify-items: center;
  }

  .hero-inner > [data-reveal]:first-child {
    order: 2;
    width: 100%;
    padding-top: 20px;
  }
  .hero-visual {
    order: 1;
    margin: 0 auto 44px;
  }

  .hero-h1 {
    font-size: clamp(2.4rem, 10vw, 3.2rem);
    max-width: 100%;
    margin-top: 12px;
    line-height: 1.06;
    letter-spacing: -0.03em;
    text-align: center;
  }
  .hero-service-line { text-align: center; }
  .hero-ctas {
    justify-content: center;
    margin-top: 24px;
  }
  .hero-ctas .btn { min-height: 48px; }
  .hero-meta {
    justify-content: center;
    gap: 20px;
    margin-top: 28px;
    padding-top: 16px;
  }
  .hero-meta-item { text-align: center; }
  .eyebrow {
    display: inline-flex;
    text-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-scroll-indicator {
    align-items: center;
    width: 100%;
    margin-top: 28px;
  }
}

@media (max-width: 480px) {

  .hero-h1 {
    font-size: clamp(2.6rem, 11vw, 3.4rem);
    letter-spacing: -0.035em;
  }
  .hero-visual {
    margin-top: 36px;
    margin-bottom: 44px;
  }
  .hero-meta { gap: 14px; }
  .hero-meta-item .num { font-size: 1.3rem; }
}

@media (max-width: 768px) {
  .page-hero {
    padding: clamp(36px, 7vh, 64px) 0 clamp(28px, 5vh, 48px);
  }
  .page-hero h1 {
    font-size: clamp(1.8rem, 7vw, 2.6rem);
    line-height: 1.1;
  }
  .page-hero .lede { font-size: 1rem; }
}

@media (max-width: 768px) {
  h2 { font-size: clamp(1.5rem, 6vw, 2.2rem) !important; }
  .section-head { margin-bottom: 36px; }
  .section-head h2 { font-size: clamp(1.5rem, 6vw, 2rem) !important; }
  .section { padding: clamp(48px, 8vw, 80px) 0; }
}

@media (max-width: 640px) {
  .marquee-track span { font-size: 17px; padding: 0 24px; }
  .marquee-label { font-size: 11px; margin-bottom: 14px; }
}

@media (max-width: 640px) {
  .why-card { gap: 12px; }
  .why-left h2 { max-width: 100%; }
  .why-left p { max-width: 100%; }
}

@media (max-width: 480px) {
  .services-grid { gap: 12px; }
  .svc-card { padding: 20px; }
}

@media (max-width: 640px) {
  .role {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .role-meta { gap: 6px; flex-wrap: wrap; }
  .role-meta span { font-size: 12px; }
  .role-info { width: 100%; }
}

@media (max-width: 640px) {
  .apply-form { max-width: 100%; }
  .file-upload-wrap { flex-direction: column; align-items: flex-start; gap: 8px; }
  .file-upload-btn { width: 100%; justify-content: center; }
}

@media (max-width: 640px) {
  .contact-stats { grid-template-columns: repeat(2, 1fr) !important; }
  .offices { grid-template-columns: 1fr !important; }
}

@media (max-width: 480px) {

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .footer-bottom .legal { justify-content: center; }
}

#bt-banner {
  position: relative;
  z-index: 200;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 640px) {
  #bt-banner {
    font-size: 12px;
    padding: 9px 14px;
    line-height: 1.5;
  }
  #bt-banner span { display: block; }
}
@media (max-width: 400px) {
  #bt-banner { font-size: 11px; padding: 8px 12px; }
}

@media (pointer: coarse) {
  .btn { min-height: 44px; }
  .nav-links a { min-height: 44px; }
  .nav-toggle { min-height: 48px; min-width: 48px; }
  .theme-toggle { min-height: 44px; min-width: 44px; }
  input, select, textarea { min-height: 44px; font-size: 16px; }
}

@media (max-width: 400px) {
  .brand img, .brand-svg { height: 32px; max-width: 140px; }
}

@media (max-width: 768px) {
  .container { padding: 0 clamp(16px, 4vw, 24px); }
  img, picture, video, canvas { max-width: 100%; }
  .btn-arrow svg { flex-shrink: 0; }
}

@media (max-width: 640px) {
  .why-grid { gap: 28px; }
  .perks-grid, .services-grid { gap: 12px; }
  .data-table { font-size: 13px; }
}

@media (max-width: 480px) {
  .form-foot {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  .form-foot .btn { width: 100%; justify-content: center; }
  .form-foot p { font-size: 12px; }
}

@media (max-width: 560px) {
  .perks-grid { grid-template-columns: 1fr !important; }
  .about-stats-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 640px) {
  .funding { gap: 24px; }
  .funding-cards { grid-template-columns: 1fr !important; gap: 12px; }
}

@media (max-width: 640px) {
  .service-deliverables { grid-template-columns: 1fr; gap: 8px; }
  .deliverable { padding: 14px; }
  .service-row { gap: 24px; padding-top: clamp(28px, 5vw, 48px); }
}

@media (max-width: 560px) {
  .offices { grid-template-columns: 1fr !important; gap: 12px; }
  .office-card { padding: 20px; }
}

@media (max-width: 480px) {
  .scroll-progress { height: 2px; }
}

@media (max-width: 360px) {
  .nav-cta .btn { display: none !important; }
  .brand img, .brand-svg { height: 30px; max-width: 120px; }
  .nav-toggle { width: 44px; height: 44px; min-width: 44px; min-height: 44px; padding: 8px; }
}

.section-head,
.section-head h2,
.section-head p,
.page-hero-inner,
.page-hero-inner h1,
.page-hero-inner p,
.why-left,
.why-left h2,
.lede,
.eyebrow {
  text-align: left;
}

.section-head {
  text-align: left;
}
.section-head > * { text-align: left; }

.page-hero .page-hero-inner * { text-align: left; }

.hero-inner,
.hero-inner h1,
.hero-inner .hero-h1,
.hero-inner .hero-lede,
.hero-inner .hero-service-line,
.hero-inner .eyebrow,
.hero-inner .hero-meta,
.hero-inner .hero-meta-item {
  text-align: left;
}
.hero-inner .hero-ctas { justify-content: flex-start; }
.hero-inner .hero-meta { justify-content: flex-start; }

.cta-final,
.cta-final h2,
.cta-final p {
  text-align: center;
}
.cta-final .btns { justify-content: center; }

.testimonials,
.testimonials *,
.testimonial,
.testimonial-grid,
.testimonial-card {
  text-align: center;
}

@media (max-width: 899px) {
  .hero-inner,
  .hero-inner h1,
  .hero-inner .eyebrow,
  .hero-inner .hero-service-line,
  .hero-inner .hero-meta-item {
    text-align: left;
  }
  .hero-inner .hero-ctas { justify-content: flex-start; }
  .hero-inner .hero-meta { justify-content: flex-start; }
}

@media (max-width: 768px) {
  .cta-final { text-align: center; }
  .cta-final h2,
  .cta-final p { text-align: center; }
  .cta-final .btns { justify-content: center; flex-direction: column; align-items: center; }
  .cta-final .btns .btn { width: 100%; max-width: 320px; justify-content: center; }
}

.why-left,
.section-head > div:first-child,
.page-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.why-left .eyebrow,
.section-head .eyebrow,
.page-hero-inner .eyebrow {

  flex-shrink: 0;
  align-self: flex-start;
}

@media (max-width: 899px) {
  .section-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .section-head > div:first-child {
    max-width: 100%;
  }
  .section-head > p {
    max-width: 52ch;
    align-self: flex-start;
  }

  .why-left {
    max-width: 100%;
  }
}

@media (max-width: 768px) {

  .footer-col ul {
    gap: 4px;
  }
  .footer-col a {

    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
  }
  .footer-col h5 {
    margin-bottom: 16px;
  }

  .footer-grid {
    gap: 32px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
    line-height: 1.65;
  }
  p {
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
  h3 {
    font-size: clamp(1.05rem, 4.5vw, 1.3rem);
    line-height: 1.25;
  }
  h4 {
    font-size: clamp(0.95rem, 4vw, 1.1rem);
  }

  .lede {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.65;
  }
}

@media (max-width: 640px) {

  .why-card {
    padding: 18px;
    gap: 14px;
  }

  .section .btn,
  .why-left .btn,
  .page-hero .btn {
    min-height: 48px;
  }

  .svc-card,
  .deliverable {
    padding: 20px 18px;
  }

  .field input,
  .field textarea,
  .field select {
    font-size: 16px;
  }

  .check {
    min-height: 44px;
    padding: 4px 0;
  }
}

@media (max-width: 768px) {
  .why-left p + p {
    margin-top: 12px;
  }
  .section-head {
    margin-bottom: 32px;
  }

  .eyebrow:not(.cta-final .eyebrow):not(.testimonials .eyebrow) {
    display: inline-flex;
    text-align: left;
    align-self: flex-start;
  }
}

@media (max-width: 400px) {
  .brand img, .brand-svg {
    height: 30px;
  }
}

.why-left,
.section-head > div:first-child,
.page-hero-inner,
.funding-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.why-left h2,
.section-head h2,
.page-hero-inner h1,
.page-hero h1 {
  max-width: 22ch;
  align-self: flex-start;
}

.hero-inner .eyebrow {
  display: inline-flex !important;
  align-self: flex-start;
  margin-bottom: 0;
}

:root[data-theme="light"] .eyebrow {
  display: inline-flex !important;
  width: auto !important;
}

.hero-scroll-indicator {
  display: none;
}

@media (max-width: 899px) {

  .hero-meta {
    display: none !important;
  }


  .hero-scroll-indicator {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-top: 32px;
    opacity: 0.7;
  }
}

.scroll-mouse {
  width: 26px;
  height: 40px;
  border: 2px solid rgba(255,255,255,.45);
  border-radius: 13px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 6px;
}

.scroll-wheel {
  width: 4px;
  height: 8px;
  background: var(--cyan);
  border-radius: 2px;
  animation: scrollWheel 1.8s ease-in-out infinite;
  box-shadow: 0 0 6px var(--cyan);
}

@keyframes scrollWheel {
  0%   { opacity: 1;   transform: translateY(0); }
  60%  { opacity: 0;   transform: translateY(10px); }
  61%  { opacity: 0;   transform: translateY(0); }
  100% { opacity: 1;   transform: translateY(0); }
}

.scroll-chevron {
  color: rgba(255,255,255,.4);
  animation: scrollChevron 1.8s ease-in-out infinite;
  margin-top: -2px;
}

@keyframes scrollChevron {
  0%, 100% { transform: translateY(0);   opacity: 0.4; }
  50%       { transform: translateY(5px); opacity: 0.9; }
}

:root[data-theme="light"] .scroll-mouse {
  border-color: rgba(0,0,0,.3);
}
:root[data-theme="light"] .scroll-chevron {
  color: rgba(0,0,0,.35);
}

@media (max-width: 899px) {

  .hero-inner,
  .hero-inner > [data-reveal]:first-child,
  .hero-inner h1,
  .hero-inner .hero-h1,
  .hero-inner .hero-service-line,
  .hero-inner .hero-meta,
  .hero-inner .hero-meta-item {
    text-align: center !important;
  }
  .hero-inner .eyebrow {
    display: inline-flex !important;
    align-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .hero-inner .hero-ctas {
    justify-content: center !important;
  }
  .hero-inner .hero-meta {
    justify-content: center !important;
  }

  .hero-scroll-indicator {
    align-items: center !important;
    width: 100% !important;
    margin-top: 28px !important;
  }
}

.cta-dark-section {
  padding-top: clamp(32px, 4vw, 56px);
  padding-bottom: clamp(32px, 4vw, 56px);
}

:root[data-theme="light"] .funding-card.feat {
  background:
    linear-gradient(135deg, rgba(37,99,235,.09) 0%, rgba(124,58,237,.06) 60%, transparent 100%),
    linear-gradient(180deg, rgba(37,99,235,.04), rgba(124,58,237,.02)) !important;
  border-color: rgba(37,99,235,.45) !important;
  box-shadow:
    0 0 0 1px rgba(37,99,235,.12),
    0 4px 24px rgba(37,99,235,.12),
    inset 0 1px 0 rgba(255,255,255,.6) !important;
  position: relative;
}

:root[data-theme="light"] .funding-card.feat::after {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 2px;
  border-radius: 0 0 2px 2px;
  background: linear-gradient(90deg, transparent, #2563eb, #7c3aed, transparent);
  opacity: 0.7;
}

:root[data-theme="light"] .funding-card.feat .badge-new {
  color: #fff !important;
  background: linear-gradient(90deg, #2563eb, #7c3aed) !important;
  border-color: transparent !important;
  font-weight: 700;
}

:root[data-theme="light"] .funding-card.feat h4 {
  background: linear-gradient(90deg, #1d4ed8, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

:root[data-theme="light"] .funding-card.feat .tail {
  color: #2563eb !important;
  font-weight: 600;
}

:root[data-theme="light"] .funding-card.feat:hover {
  border-color: rgba(37,99,235,.65) !important;
  box-shadow:
    0 0 0 1px rgba(37,99,235,.2),
    0 8px 32px rgba(37,99,235,.2),
    0 2px 8px rgba(124,58,237,.1),
    inset 0 1px 0 rgba(255,255,255,.7) !important;
  transform: translateY(-3px);
}

.section-h2 { margin-top: 18px; }

.section-p  { margin-top: 20px; }
.section-p2 { margin-top: 14px; }
.section-p3 { margin-top: 28px; }

.nav-mobile-theme-btn {
  margin: 4px 0;
  align-self: flex-start;
}

.del-item { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; }
.del-label { font-size: 13px; display: block; color: var(--ink); }
.del-label-mb { font-size: 13px; display: block; color: var(--ink); margin-bottom: 4px; }
.del-note { font-size: 13px; color: var(--muted); }
.mt-14 { margin-top: 14px; }
.mt-32 { margin-top: 32px; }
.fz-18 { font-size: 18px; }

.footer-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  font-size: 13px;
  color: var(--muted);
  text-decoration: none;
  transition: color .2s var(--ease);
}
.footer-linkedin:hover {
  color: #0A66C2;
}
:root[data-theme="light"] .footer-linkedin {
  color: #6b7280;
}
:root[data-theme="light"] .footer-linkedin:hover {
  color: #0A66C2;
}

.b-body, .b-slash, .b-dot {
  transform-box: fill-box;
  transform-origin: center;
}

.brand-svg {
  display: block;

  filter: none;
}

:root[data-theme="dark"] .brand-svg {
  filter: brightness(1.6) contrast(0.9);
}

.brand-svg .logo-tech { fill: #282828; }
:root[data-theme="dark"] .brand-svg .logo-tech { fill: #fff; }

.footer-b-svg {
  display: block;
  flex-shrink: 0;
}

.brand-svg .b-body {
  animation: logoBodySlide 63s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.footer-b-svg .b-body {
  animation: logoBodySlideSmall 63s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

@keyframes logoBodySlide {
  0%    { transform: translateX(-44px) scaleX(-1); opacity: 0; }
  0.2%  { opacity: 1; }
  1.5%  { transform: translateX(0) scaleX(1); opacity: 1; }
  100%  { transform: translateX(0) scaleX(1); opacity: 1; }
}
@keyframes logoBodySlideSmall {
  0%    { transform: translateX(-36px) scaleX(-1); opacity: 0; }
  0.2%  { opacity: 1; }
  1.5%  { transform: translateX(0) scaleX(1); opacity: 1; }
  100%  { transform: translateX(0) scaleX(1); opacity: 1; }
}

.brand-svg .b-slash,
.footer-b-svg .b-slash {
  opacity: 0;
  animation: logoSlashSlide 63s ease-out infinite;
}
@keyframes logoSlashSlide {
  0%    { transform: translate(-16px, 11px); opacity: 0; }
  1.5%  { transform: translate(-16px, 11px); opacity: 0; }
  1.75% { opacity: 1; }
  2.8%  { transform: translate(0, 0); opacity: 1; }
  100%  { transform: translate(0, 0); opacity: 1; }
}

.brand-svg .b-dot,
.footer-b-svg .b-dot {
  opacity: 0;
  animation: logoDotBeat 63s ease-out infinite;
}
@keyframes logoDotBeat {

  0%    { transform: scale(0); opacity: 0; }
  2.8%  { transform: scale(0); opacity: 0; }


  3.2%  { transform: scale(1.5); opacity: 1; }


  3.6%  { transform: scale(0.78); }
  4.0%  { transform: scale(1.28); }


  4.4%  { transform: scale(0.82); }
  4.8%  { transform: scale(1.18); }


  5.2%  { transform: scale(0.88); }
  5.6%  { transform: scale(1.08); }


  6.2%  { transform: scale(1.0); opacity: 1; }
  100%  { transform: scale(1.0); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .b-body, .b-slash, .b-dot {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ── Light theme: logo tagline + decorative lines ───────────────── */
/* MAKING IDEAS HAPPEN text (fill #DDDDDD) is invisible on light bg */
:root[data-theme="light"] .brand-svg path[fill="#DDDDDD"],
:root[data-theme="light"] .brand-svg path[fill="#dddddd"] {
  fill: #8b92a0;
}
/* Horizontal decorative lines beside tagline (fill #8D8D8D) */
:root[data-theme="light"] .brand-svg path[fill="#8D8D8D"],
:root[data-theme="light"] .brand-svg path[fill="#8d8d8d"] {
  fill: #9ca3af;
}
