@font-face {
  font-family: "Geist";
  src: url("fonts/geist-sans.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("fonts/geist-mono.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --paper: #f7f5ef;
  --card: #fcfcfa;
  --ink: #0d0e10;
  --graphite: #5e626a;
  --blue: #2457ff;
  --blue-dark: #1748e8;
  --line: #d8d9d5;
  --line-dark: #2b2d31;
  --font-display: var(--font-sans), Inter, ui-sans-serif, system-ui, sans-serif;
  --content: min(100% - 96px, 1344px);
  --font-sans: "Geist";
  --font-mono: "Geist Mono";
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans), Inter, ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

button, input, textarea, select { font: inherit; }

::selection { background: var(--blue); color: white; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
  transform: translateY(-150%);
}

.skip-link:focus { transform: none; }

.site-header {
  width: var(--content);
  height: 84px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 48px;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  font-weight: 760;
  font-size: 22px;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.brand > span {
  width: 28px;
  height: 28px;
  background: var(--blue);
  display: inline-block;
}

.desktop-nav { display: flex; align-items: center; gap: 42px; }

.desktop-nav a {
  position: relative;
  font-size: 15px;
  font-weight: 540;
  padding: 31px 0;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 23px;
  height: 2px;
  background: var(--blue);
  transition: right 220ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after { right: 0; }

.header-cta {
  height: 46px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 620;
  transition: background 180ms ease, color 180ms ease;
}

.header-cta:hover { background: var(--ink); color: white; }

.mobile-menu { display: none; }

.hero {
  width: var(--content);
  min-height: calc(100svh - 238px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
  align-items: center;
  gap: 40px;
  padding: 72px 0 58px;
}

.section-rule { position: relative; }

.eyebrow, .kicker, .work-type, .service-index, .trust-line, .process-number {
  font-family: var(--font-mono), ui-monospace, monospace;
}

.eyebrow, .kicker {
  margin: 0 0 28px;
  color: var(--blue);
  font-size: 13px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(58px, 6vw, 91px);
  line-height: .93;
  letter-spacing: -.065em;
  font-weight: 780;
}

.hero-lede {
  max-width: 660px;
  margin: 28px 0 0;
  color: var(--graphite);
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.48;
  letter-spacing: -.025em;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 32px; }

.button {
  min-height: 60px;
  padding: 0 26px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 42px;
  border: 1px solid transparent;
  font-weight: 620;
  transition: transform 200ms ease, background 200ms ease, color 200ms ease;
}

.button span, .text-link span, .rail-arrow, .circle-arrow { transition: transform 200ms ease; }
.button:hover { transform: translateY(-2px); }
.button:hover span, .text-link:hover span { transform: translateX(5px); }
.button-primary { background: var(--blue); color: white; }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { border-color: var(--ink); background: transparent; min-width: 224px; }
.button-secondary:hover { background: var(--ink); color: var(--paper); }
.button-dark { background: var(--ink); color: white; min-width: 260px; }
.button-dark:hover { background: var(--blue); }

.trust-line {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--graphite);
  font-size: 12px;
  letter-spacing: .06em;
}

.trust-line i { width: 4px; height: 4px; background: var(--blue); border-radius: 50%; }

.growth-system {
  position: relative;
  height: min(620px, calc(100svh - 165px));
  min-height: 515px;
  overflow: hidden;
}

.growth-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 104px 104px;
  opacity: .68;
  mask-image: linear-gradient(to right, transparent 0, black 12%, black 100%);
}

.growth-shape { position: absolute; inset: 0; width: 100%; height: 100%; }
.measure-lines path { fill: none; stroke: #8e9198; stroke-width: .7; stroke-dasharray: 3 4; opacity: .52; }
.growth-line, .growth-arrow { fill: none; stroke: var(--blue); stroke-width: 3; stroke-linecap: square; }
.growth-line { stroke-dasharray: 900; animation: draw-line 1.25s .4s both cubic-bezier(.22,1,.36,1); }
.data-nodes circle { fill: var(--paper); stroke: var(--ink); stroke-width: 2; }
.plane { transform-origin: bottom; animation: grow-plane .9s .25s both cubic-bezier(.22,1,.36,1); }
.plane-two { animation-delay: .38s; }
.plane-three { animation-delay: .52s; }

.micro-card {
  position: absolute;
  z-index: 3;
  width: 168px;
  min-height: 108px;
  padding: 17px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: rgba(252, 252, 250, .96);
  box-shadow: 0 14px 34px rgba(13,14,16,.09);
  animation: float-card 6s ease-in-out infinite;
}

.micro-card span { color: var(--graphite); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.micro-card strong { margin-top: 7px; font-size: 21px; letter-spacing: -.035em; }
.micro-card small { margin-top: 10px; color: var(--graphite); }
.micro-card-a { top: 12%; left: 14%; }
.micro-card-b { right: 3%; top: 48%; animation-delay: -1.4s; }
.micro-card-c { left: 23%; bottom: 7%; animation-delay: -2.8s; }

.mini-chart {
  height: 25px;
  margin-top: 11px;
  background: linear-gradient(135deg, transparent 46%, var(--blue) 47% 51%, transparent 52%), linear-gradient(25deg, transparent 45%, var(--blue) 46% 50%, transparent 51%);
  background-size: 35px 25px, 42px 25px;
}

.mini-donut { position: absolute; width: 34px; height: 34px; right: 16px; bottom: 15px; border: 8px solid #e2e4e8; border-top-color: var(--blue); border-right-color: var(--blue); border-radius: 50%; }
.system-label { position: absolute; font-family: var(--font-mono); color: var(--graphite); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.label-build { left: 4%; top: 52%; }
.label-rank { left: 48%; top: 27%; }
.label-scale { right: 2%; top: 10%; }

.service-rail {
  width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-rail a {
  min-height: 134px;
  padding: 23px 28px;
  border-left: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  align-items: end;
  transition: background 200ms ease;
}

.service-rail a:last-child { border-right: 1px solid var(--line); }
.service-rail a:hover { background: rgba(36,87,255,.045); }
.service-rail a:hover .rail-arrow { transform: translateX(6px); }
.service-index { color: var(--blue); font-size: 12px; letter-spacing: .08em; }
.service-rail strong { font-size: clamp(19px, 1.7vw, 25px); letter-spacing: -.04em; }
.rail-arrow { grid-column: 2; grid-row: 2; font-size: 23px; }

.section { width: var(--content); margin: 0 auto; padding: 132px 0; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; }
.intro-grid h2, .section-heading h2, .cta-section h2, .page-hero h1 {
  margin: 0;
  font-size: clamp(46px, 5.3vw, 78px);
  line-height: .98;
  letter-spacing: -.06em;
  font-weight: 740;
}
.intro-copy { padding-top: 42px; }
.intro-copy p { margin: 0 0 20px; color: var(--graphite); font-size: 19px; line-height: 1.58; }
.text-link { display: inline-flex; gap: 24px; align-items: center; margin-top: 20px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-weight: 650; }

.capability-grid { width: var(--content); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-grid article { padding: 38px 30px 42px; border-left: 1px solid var(--line); }
.capability-grid article:last-child { border-right: 1px solid var(--line); }
.capability-grid h3 { margin: 55px 0 10px; font-size: 26px; letter-spacing: -.04em; }
.capability-grid p { margin: 0; color: var(--graphite); font-size: 14px; line-height: 1.6; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 70px; }
.section-heading .text-link { flex: 0 0 auto; margin-bottom: 8px; }
.service-list { border-top: 1px solid var(--ink); }
.service-row { min-height: 180px; display: grid; grid-template-columns: 80px minmax(240px,.75fr) minmax(320px,1fr) 74px; gap: 28px; align-items: center; border-bottom: 1px solid var(--line); transition: background 200ms ease, padding 200ms ease; }
.service-row:hover { padding: 0 20px; background: #fff; }
.service-row h3 { margin: 0; font-size: clamp(29px, 3vw, 44px); letter-spacing: -.055em; }
.service-row p { max-width: 550px; margin: 0; color: var(--graphite); line-height: 1.58; }
.circle-arrow { width: 54px; height: 54px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-size: 21px; }
.service-row:hover .circle-arrow { background: var(--blue); border-color: var(--blue); color: white; transform: rotate(45deg); }

.work-section { background: var(--ink); color: var(--paper); }
.work-section .section { padding-bottom: 54px; }
.inverse-heading { margin-bottom: 0; }
.inverse-heading .kicker { color: #7f9dff; }
.light-link { color: var(--paper); }
.work-grid { padding-top: 0 !important; padding-bottom: 126px !important; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.work-card { min-height: 610px; padding: 28px; display: flex; flex-direction: column; overflow: hidden; }
.work-card > p:last-child { margin: 14px 0 0; line-height: 1.55; opacity: .74; }
.work-type { margin: 0; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.work-card h3 { margin: auto 0 0; font-size: 38px; letter-spacing: -.055em; }
.work-blue { background: var(--blue); color: white; }
.work-ink { background: #202226; color: white; border: 1px solid #393b41; }
.work-paper { background: var(--paper); color: var(--ink); }
.work-visual { min-height: 300px; margin: 50px 0 36px; padding: 25px; position: relative; border: 1px solid currentColor; display: flex; flex-direction: column; justify-content: end; overflow: hidden; }
.work-visual::before { content: ""; position: absolute; width: 220px; height: 220px; border: 46px solid currentColor; border-radius: 50%; opacity: .14; top: -90px; right: -60px; }
.work-visual span { position: relative; z-index: 1; font-family: var(--font-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.work-visual i { height: 5px; margin-top: 12px; background: currentColor; opacity: .2; }
.work-visual i:nth-of-type(1) { width: 82%; }
.work-visual i:nth-of-type(2) { width: 63%; }
.work-visual i:nth-of-type(3) { width: 46%; }

.process-heading { align-items: start; }
.heading-note { max-width: 420px; margin: 42px 0 0; color: var(--graphite); font-size: 18px; line-height: 1.6; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--ink); }
.process-grid article { min-height: 350px; padding: 30px 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.process-grid article:last-child { border-right: 0; }
.process-number { color: var(--blue); }
.process-grid h3 { margin: auto 0 14px; font-size: 26px; letter-spacing: -.045em; }
.process-grid p { margin: 0; color: var(--graphite); line-height: 1.55; }

.proof-strip { display: grid; grid-template-columns: repeat(4,1fr); background: var(--blue); color: white; }
.proof-strip div { min-height: 235px; padding: 42px 48px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.28); }
.proof-strip strong { font-size: clamp(54px,6vw,90px); letter-spacing: -.07em; }
.proof-strip span { font-family: var(--font-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }

.cta-section { width: var(--content); margin: 0 auto; padding: 150px 0; text-align: center; }
.cta-section .kicker { margin-bottom: 30px; }
.cta-section p:not(.kicker) { max-width: 650px; margin: 32px auto; color: var(--graphite); font-size: 18px; line-height: 1.6; }
.cta-section .button { margin: 6px auto 0; }

.site-footer { background: var(--ink); color: var(--paper); padding: 76px max(48px, calc((100% - 1344px)/2)) 28px; }
.footer-main { display: grid; grid-template-columns: 2fr .7fr .7fr 1.35fr; gap: 64px; padding-bottom: 80px; }
.brand-light > span { background: var(--blue); }
.footer-brand p { max-width: 370px; margin: 28px 0 0; color: #a8abb1; font-size: 18px; line-height: 1.55; }
.footer-column { display: flex; flex-direction: column; align-items: start; gap: 13px; }
.footer-column > p { margin: 0 0 12px; color: #777b83; font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.footer-column a { color: #e4e2dc; }
.footer-column a:not(.text-link):hover { color: #7f9dff; }
.footer-contact > a:first-of-type { font-size: 17px; word-break: break-word; }
.footer-contact span { margin-top: 12px; color: #8f939b; font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 28px; border-top: 1px solid var(--line-dark); color: #868991; font-size: 12px; }

@keyframes draw-line { from { stroke-dashoffset: 900; } to { stroke-dashoffset: 0; } }
@keyframes grow-plane { from { transform: scaleY(.05); opacity: 0; } to { transform: scaleY(1); opacity: 1; } }
@keyframes float-card { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

.reveal { animation: reveal-up .8s both cubic-bezier(.22,1,.36,1); }
.reveal-1 { animation-delay: .05s; }
.reveal-2 { animation-delay: .12s; }
.reveal-3 { animation-delay: .22s; }
.reveal-4 { animation-delay: .32s; }
.reveal-5 { animation-delay: .42s; }
@keyframes reveal-up { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }

/* Inner pages */
.page-hero {
  width: var(--content);
  margin: 0 auto;
  padding: 98px 0 112px;
  border-bottom: 1px solid var(--ink);
}

.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .55fr); gap: 9%; align-items: end; }
.page-hero h1 { max-width: 960px; }
.page-hero-copy { padding-bottom: 7px; }
.page-hero-copy > p { margin: 0; color: var(--graphite); font-size: 19px; line-height: 1.58; }
.page-hero-copy > span { display: block; margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--blue); font-family: var(--font-mono); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.page-section { width: var(--content); margin: 0 auto; padding: 120px 0; }

.cta-band { width: 100%; padding: 94px max(48px, calc((100% - 1344px)/2)); display: grid; grid-template-columns: 1.2fr .8fr; gap: 8%; align-items: end; background: var(--ink); color: var(--paper); }
.cta-band h2 { max-width: 850px; margin: 0; font-size: clamp(46px, 5vw, 72px); line-height: .98; letter-spacing: -.06em; }
.cta-band > div:last-child { display: flex; flex-direction: column; align-items: start; }
.cta-band > div:last-child p { max-width: 540px; margin: 0 0 28px; color: #adb0b6; font-size: 17px; line-height: 1.6; }
.cta-band .button { min-width: 230px; }

.service-catalogue { display: grid; grid-template-columns: repeat(2,1fr); padding-top: 0; }
.catalogue-card { min-height: 460px; padding: 42px; border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); display: flex; flex-direction: column; transition: background 200ms ease, color 200ms ease; }
.catalogue-card:nth-child(even) { border-right: 1px solid var(--line); }
.catalogue-card:hover { background: var(--blue); color: white; }
.catalogue-top { display: flex; justify-content: space-between; align-items: center; font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.catalogue-top > span { color: var(--blue); }
.catalogue-card:hover .catalogue-top > span { color: white; }
.catalogue-top em { font-style: normal; opacity: .58; }
.catalogue-card h2 { max-width: 570px; margin: auto 0 20px; font-size: clamp(38px,4vw,60px); line-height: 1; letter-spacing: -.06em; }
.catalogue-card > p { max-width: 610px; margin: 0; color: var(--graphite); font-size: 17px; line-height: 1.56; }
.catalogue-card:hover > p { color: rgba(255,255,255,.78); }
.catalogue-card > strong { margin-top: 34px; display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid currentColor; font-size: 14px; }

.challenge-section { background: var(--blue); color: white; }
.challenge-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10%; }
.challenge-grid .kicker { color: white; opacity: .72; }
.challenge-grid h2 { margin: 0; font-size: clamp(44px,5vw,70px); line-height: 1; letter-spacing: -.06em; }
.challenge-list { border-top: 1px solid rgba(255,255,255,.55); }
.challenge-list p { margin: 0; padding: 28px 0; display: grid; grid-template-columns: 55px 1fr; border-bottom: 1px solid rgba(255,255,255,.3); font-size: 22px; line-height: 1.35; letter-spacing: -.025em; }
.challenge-list span { font-family: var(--font-mono); font-size: 11px; opacity: .68; }
.engagement-section { padding-bottom: 135px; }
.engagement-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.engagement-grid article { min-height: 400px; padding: 34px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.engagement-grid article:last-child { border-right: 0; }
.engagement-grid article > span { color: var(--blue); font-family: var(--font-mono); font-size: 12px; }
.engagement-grid h3 { margin: auto 0 18px; font-size: 34px; letter-spacing: -.05em; }
.engagement-grid p { margin: 0; color: var(--graphite); line-height: 1.58; }
.featured-engagement { background: var(--ink); color: white; transform: translateY(-16px); }
.featured-engagement p { color: #b6b9c0; }

.service-promise { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: end; }
.service-promise h2, .deliverable-grid h2, .fit-section h2, .work-note h2, .product-thesis h2, .founder-grid h2, .contact-section aside h2 { margin: 0; font-size: clamp(42px,4.5vw,66px); line-height: 1; letter-spacing: -.06em; }
.service-promise > p { margin: 0; color: var(--graphite); font-size: 20px; line-height: 1.58; }
.deliverable-section { background: var(--blue); color: white; }
.deliverable-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; }
.deliverable-grid .kicker { color: white; opacity: .72; }
.deliverable-grid ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.65); }
.deliverable-grid li { padding: 23px 0; display: grid; grid-template-columns: 66px 1fr; border-bottom: 1px solid rgba(255,255,255,.3); font-size: 22px; letter-spacing: -.03em; }
.deliverable-grid li span { font-family: var(--font-mono); font-size: 11px; opacity: .68; }
.numbered-list { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.numbered-list article { min-height: 330px; padding: 30px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.numbered-list article:last-child { border-right: 0; }
.numbered-list span { color: var(--blue); font-family: var(--font-mono); font-size: 12px; }
.numbered-list h3 { margin: auto 0 16px; font-size: 29px; letter-spacing: -.05em; }
.numbered-list p { margin: 0; color: var(--graphite); line-height: 1.58; }
.fit-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 10%; }
.fit-section ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.fit-section li { min-height: 90px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); font-size: 19px; }
.fit-section li span { color: var(--blue); }
.related-services { display: grid; grid-template-columns: 1fr 1fr 1fr; background: var(--blue); color: white; }
.related-services > * { min-height: 135px; padding: 30px 48px; display: flex; align-items: center; border-right: 1px solid rgba(255,255,255,.3); }
.related-services p { margin: 0; font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; opacity: .72; }
.related-services a { justify-content: space-between; font-size: 24px; font-weight: 650; letter-spacing: -.035em; }
.related-services a:hover { background: rgba(0,0,0,.12); }

.project-list { display: flex; flex-direction: column; gap: 110px; }
.project-case { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 760px; position: relative; overflow: hidden; }
.project-meta { grid-column: 1 / -1; height: 82px; padding: 0 32px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid currentColor; }
.project-meta span, .project-meta p { margin: 0; font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.project-stage { min-height: 580px; padding: 60px; display: grid; place-items: center; position: relative; border-right: 1px solid currentColor; }
.project-stage > div { width: min(75%, 520px); min-height: 330px; padding: 30px; border: 1px solid currentColor; display: flex; flex-direction: column; justify-content: end; position: relative; z-index: 1; }
.project-stage > div::before { content: ""; position: absolute; width: 220px; height: 220px; top: -80px; right: -70px; border: 45px solid currentColor; border-radius: 50%; opacity: .14; }
.project-stage div span { margin-bottom: 25px; font-family: var(--font-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.project-stage div i { height: 6px; margin-top: 14px; background: currentColor; opacity: .18; }
.project-stage div i:nth-child(2) { width: 88%; }.project-stage div i:nth-child(3) { width: 67%; }.project-stage div i:nth-child(4) { width: 43%; }
.project-stage b { position: absolute; right: 3%; bottom: -8%; font-size: 240px; letter-spacing: -.1em; line-height: 1; opacity: .08; }
.project-copy { padding: 58px 42px; display: flex; flex-direction: column; }
.project-copy h2 { margin: 0; font-size: 45px; line-height: 1.04; letter-spacing: -.055em; }
.project-copy > p { margin: 25px 0 35px; line-height: 1.58; opacity: .75; }
.project-copy ul { margin: auto 0 0; padding: 0; list-style: none; }
.project-copy li { padding: 15px 0; border-top: 1px solid currentColor; font-size: 14px; }
.project-blue { background: var(--blue); color: white; }
.project-dark { background: var(--ink); color: white; }
.project-paper { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.project-signal { background: #ff3d16; color: #17120f; }
.work-note { display: grid; grid-template-columns: .8fr 1.2fr; column-gap: 10%; }
.work-note .kicker { grid-row: span 3; }
.work-note > p:not(.kicker) { max-width: 700px; margin: 28px 0 0; color: var(--graphite); font-size: 18px; line-height: 1.6; }
.work-note .text-link { width: fit-content; }

.product-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.product-card { min-height: 760px; padding: 38px; border: 1px solid var(--line); display: flex; flex-direction: column; background: var(--card); }
.product-card-top { display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.product-card-top span { color: var(--blue); }.product-card-top em { font-style: normal; color: var(--graphite); }
.product-mark { height: 270px; margin: 55px 0 42px; display: grid; place-items: center; position: relative; overflow: hidden; background: var(--blue); }
.product-mark::before { content: ""; width: 160px; height: 160px; border: 44px solid white; border-radius: 50%; opacity: .95; }
.product-mark i { position: absolute; width: 70%; height: 1px; background: white; opacity: .45; transform: rotate(-18deg); }
.product-mark i:nth-child(2) { transform: rotate(32deg); }.product-mark i:nth-child(3) { transform: rotate(78deg); }
.mark-2 { background: var(--ink); }.mark-2::before { border-radius: 0; transform: rotate(45deg); }
.mark-3 { background: #ece9df; }.mark-3::before { border-color: var(--blue); border-radius: 8px; }
.mark-3 i { background: var(--ink); }.mark-4 { background: #ff3d16; }
.product-card > p { margin: 0 0 12px; color: var(--blue); font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.product-card h2 { margin: 0; font-size: 48px; letter-spacing: -.06em; }
.product-card h3 { max-width: 560px; margin: 14px 0 25px; font-size: 21px; line-height: 1.35; letter-spacing: -.035em; font-weight: 500; }
.product-card ul { margin: auto 0 26px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.product-card li { padding: 13px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--graphite); font-size: 14px; }
.product-card li span { color: var(--blue); }
.product-card > a { display: flex; justify-content: space-between; font-weight: 650; }
.product-thesis { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }
.product-thesis > div:last-child { padding-top: 42px; }
.product-thesis > div:last-child p { margin: 0 0 20px; color: var(--graphite); font-size: 19px; line-height: 1.58; }

.about-manifesto { background: var(--blue); color: white; }
.about-manifesto .kicker { color: white; opacity: .7; }
.about-manifesto h2 { max-width: 1120px; margin: 0; font-size: clamp(58px,8vw,112px); line-height: .94; letter-spacing: -.07em; }
.about-manifesto .page-section > p:last-child { max-width: 700px; margin: 60px 0 0 auto; font-size: 21px; line-height: 1.55; }
.founder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; align-items: center; }
.founder-visual { min-height: 620px; padding: 50px; position: relative; overflow: hidden; background: var(--ink); color: white; display: flex; flex-direction: column; justify-content: space-between; }
.founder-visual::before, .founder-visual::after { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid #596173; border-radius: 50%; right: -210px; top: 50px; }
.founder-visual::after { width: 320px; height: 320px; right: -110px; top: 150px; border-color: var(--blue); }
.founder-visual span { position: relative; z-index: 1; font-size: 62px; line-height: 1; letter-spacing: -.06em; }
.founder-visual span:nth-child(2) { margin-left: 18%; }.founder-visual span:nth-child(3) { margin-left: 36%; }
.founder-visual i { position: absolute; width: 74%; height: 4px; left: 12%; bottom: 22%; background: var(--blue); transform: rotate(-35deg); }
.founder-grid > div:last-child > p:not(.kicker) { color: var(--graphite); font-size: 18px; line-height: 1.62; }
.principles-section .numbered-list { grid-template-columns: repeat(4,1fr); }
.principles-section .numbered-list article { min-height: 390px; }
.team-strip { display: grid; grid-template-columns: repeat(4,1fr); background: var(--ink); color: white; }
.team-strip div { min-height: 210px; padding: 38px; border-right: 1px solid var(--line-dark); display: flex; flex-direction: column; justify-content: space-between; }
.team-strip span { color: #7f9dff; font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.team-strip strong { font-size: 25px; line-height: 1.2; letter-spacing: -.04em; }

.featured-insight { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; align-items: center; }
.feature-graphic { min-height: 520px; padding: 50px; position: relative; overflow: hidden; background: var(--blue); color: white; }
.feature-graphic span { font-size: 180px; font-weight: 750; letter-spacing: -.09em; opacity: .95; }
.feature-graphic i { position: absolute; width: 80%; height: 1px; background: white; left: 10%; top: 50%; transform: rotate(-22deg); }
.feature-graphic i:nth-of-type(2) { transform: rotate(22deg); }.feature-graphic i:nth-of-type(3) { transform: rotate(66deg); }
.featured-insight h2 { margin: 0; font-size: clamp(42px,4.8vw,70px); line-height: 1; letter-spacing: -.06em; }
.featured-insight > div:last-child > p:not(.kicker) { color: var(--graphite); font-size: 19px; line-height: 1.58; }
.insight-grid { padding-top: 0; display: grid; grid-template-columns: repeat(3,1fr); }
.insight-grid article { min-height: 470px; padding: 30px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.insight-grid article:nth-child(3n) { border-right: 1px solid var(--line); }
.insight-grid article > div { display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 10px; color: var(--graphite); }
.insight-grid article > div span { color: var(--blue); }.insight-grid article > div em { font-style: normal; }
.insight-grid article > p:first-of-type { margin: 80px 0 14px; color: var(--blue); font-family: var(--font-mono); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.insight-grid h2 { margin: 0; font-size: 29px; line-height: 1.1; letter-spacing: -.05em; }
.insight-grid h2 + p { color: var(--graphite); line-height: 1.55; }
.article-status { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); color: var(--graphite); font-size: 12px; }

.contact-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8%; align-items: start; }
.contact-section aside { position: sticky; top: 35px; }
.contact-section aside ol { margin: 50px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.contact-section aside li { padding: 22px 0; display: grid; grid-template-columns: 48px 1fr; border-bottom: 1px solid var(--line); }
.contact-section aside li > span { color: var(--blue); font-family: var(--font-mono); font-size: 11px; }
.contact-section aside strong { font-size: 18px; }.contact-section aside li p { margin: 6px 0 0; color: var(--graphite); line-height: 1.5; }
.direct-contact { margin-top: 40px; padding: 28px; background: var(--ink); color: white; display: flex; flex-direction: column; }
.direct-contact span { color: #7f9dff; font-family: var(--font-mono); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.direct-contact a { margin: 14px 0; font-size: 18px; word-break: break-word; }.direct-contact p { margin: 0; color: #9397a0; font-size: 13px; }
.contact-form { padding: 44px; background: #fff; border: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px 22px; }
.contact-form label { display: flex; flex-direction: column; gap: 10px; font-size: 13px; font-weight: 650; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 0; border-bottom: 1px solid #aeb0b4; border-radius: 0; padding: 14px 0; background: transparent; color: var(--ink); font-size: 16px; outline: none; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--blue); box-shadow: 0 1px 0 var(--blue); }
.message-field { margin-top: 30px; }.contact-form textarea { resize: vertical; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-footer { margin-top: 28px; display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.form-footer p { max-width: 420px; margin: 0; color: var(--graphite); font-size: 11px; line-height: 1.5; }
.form-footer .button { flex: 0 0 auto; border: 0; cursor: pointer; }
.form-footer .button:disabled { opacity: .62; cursor: wait; }
.form-status { margin: 24px 0 0; padding: 16px 18px; font-size: 14px; }
.form-status.success { background: #e9f8ee; color: #176832; }.form-status.error { background: #fff0ed; color: #a32a15; }.form-status.loading { background: #edf1ff; color: #173aa9; }
.contact-expectations { display: grid; grid-template-columns: repeat(3,1fr); background: var(--blue); color: white; }
.contact-expectations div { min-height: 310px; padding: 42px; border-right: 1px solid rgba(255,255,255,.28); display: flex; flex-direction: column; }
.contact-expectations span { font-family: var(--font-mono); font-size: 11px; opacity: .65; }
.contact-expectations h3 { margin: auto 0 12px; font-size: 28px; letter-spacing: -.05em; }
.contact-expectations p { margin: 0; opacity: .74; line-height: 1.55; }

.legal-content { max-width: 900px; }
.legal-content h2 { margin: 55px 0 12px; font-size: 31px; letter-spacing: -.045em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { color: var(--graphite); font-size: 17px; line-height: 1.72; }
.legal-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 1120px) {
  :root { --content: min(100% - 56px, 1344px); }
  .site-header { gap: 25px; }
  .desktop-nav { gap: 24px; }
  .hero { grid-template-columns: 1fr .85fr; }
  .growth-system { min-height: 500px; }
  .micro-card { transform: scale(.88); }
  .service-row { grid-template-columns: 56px minmax(210px,.7fr) 1fr 56px; }
  .footer-main { grid-template-columns: 1.5fr .7fr .7fr 1fr; gap: 35px; }
  .page-hero-grid { grid-template-columns: 1.3fr .7fr; gap: 6%; }
  .project-case { grid-template-columns: 1fr .8fr; }
  .project-stage { padding: 35px; }
  .project-copy { padding: 45px 32px; }
  .contact-section { grid-template-columns: .65fr 1.35fr; gap: 5%; }
  .contact-form { padding: 34px; }
}

@media (max-width: 880px) {
  :root { --content: min(100% - 40px, 1344px); }
  .site-header { height: 76px; grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { width: 46px; height: 46px; display: flex; flex-direction: column; justify-content: center; gap: 7px; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 24px; height: 2px; background: var(--ink); display: block; margin-left: auto; }
  .mobile-menu[open] summary span:first-child { transform: translateY(4px) rotate(45deg); }
  .mobile-menu[open] summary span:last-child { transform: translateY(-5px) rotate(-45deg); }
  .mobile-menu nav { position: fixed; z-index: 30; inset: 76px 0 auto; padding: 24px 20px 34px; background: var(--paper); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
  .mobile-menu nav > a:not(.button) { padding: 17px 4px; border-bottom: 1px solid var(--line); font-size: 24px; font-weight: 650; }
  .mobile-menu .button { margin-top: 20px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 64px; overflow: hidden; }
  .hero-copy { position: relative; z-index: 2; }
  .growth-system { height: 520px; margin-top: -55px; opacity: .82; }
  .service-rail, .capability-grid { grid-template-columns: repeat(2,1fr); }
  .service-rail a:nth-child(3), .service-rail a:nth-child(4) { border-top: 1px solid var(--line); }
  .intro-grid { grid-template-columns: 1fr; gap: 25px; }
  .intro-copy { padding-top: 0; }
  .work-grid, .process-grid { grid-template-columns: repeat(2,1fr); }
  .work-card:last-child { grid-column: span 2; min-height: 520px; }
  .process-grid article:nth-child(2) { border-right: 0; }
  .process-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .proof-strip { grid-template-columns: repeat(2,1fr); }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.28); }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-contact { grid-column: span 3; padding-top: 30px; border-top: 1px solid var(--line-dark); }
  .page-hero { padding: 78px 0 90px; }
  .page-hero-grid, .service-promise, .deliverable-grid, .fit-section, .work-note, .product-thesis, .founder-grid, .featured-insight, .contact-section, .cta-band { grid-template-columns: 1fr; }
  .page-hero-copy { max-width: 650px; padding-top: 38px; }
  .page-section { padding: 95px 0; }
  .cta-band { padding: 85px 28px; gap: 38px; }
  .catalogue-card { min-height: 400px; padding: 30px; }
  .challenge-grid { grid-template-columns: 1fr; gap: 60px; }
  .service-promise > p { padding-top: 35px; }
  .numbered-list { grid-template-columns: 1fr; }
  .numbered-list article { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--line); }
  .related-services { grid-template-columns: 1fr; }
  .related-services > * { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.3); }
  .project-case { grid-template-columns: 1fr; }
  .project-stage { border-right: 0; border-bottom: 1px solid currentColor; }
  .project-copy { min-height: 500px; }
  .work-note .kicker { grid-row: auto; }
  .work-note > h2 { margin-top: 10px; }
  .founder-grid > div:last-child, .featured-insight > div:last-child { padding-top: 40px; }
  .principles-section .numbered-list { grid-template-columns: repeat(2,1fr); }
  .team-strip { grid-template-columns: repeat(2,1fr); }
  .insight-grid { grid-template-columns: repeat(2,1fr); }
  .insight-grid article:nth-child(3n) { border-right: 0; }
  .insight-grid article:nth-child(2n) { border-right: 1px solid var(--line); }
  .contact-section aside { position: static; }
  .contact-form { margin-top: 25px; }
}

@media (max-width: 620px) {
  :root { --content: calc(100% - 32px); }
  .brand { font-size: 19px; }
  .brand > span { width: 24px; height: 24px; }
  .hero { padding: 54px 0 34px; }
  .hero h1 { font-size: clamp(49px, 14vw, 72px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; min-height: 58px; }
  .trust-line { flex-wrap: wrap; gap: 8px; }
  .growth-system { min-height: 430px; height: 430px; margin: -30px -52px 0; }
  .micro-card { width: 145px; min-height: 90px; padding: 13px; }
  .micro-card-a { left: 20%; }
  .micro-card-b { right: 5%; }
  .micro-card-c { left: 28%; }
  .service-rail { grid-template-columns: 1fr; }
  .service-rail a, .service-rail a:nth-child(3), .service-rail a:nth-child(4) { min-height: 106px; border: 0; border-bottom: 1px solid var(--line); }
  .service-rail a:first-child { border-top: 1px solid var(--line); }
  .section { padding: 92px 0; }
  .intro-grid h2, .section-heading h2, .cta-section h2 { font-size: 46px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article, .capability-grid article:last-child { border: 0; border-bottom: 1px solid var(--line); }
  .capability-grid h3 { margin-top: 35px; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 45px; }
  .service-row { min-height: 0; padding: 30px 0; grid-template-columns: 44px 1fr 50px; gap: 14px; }
  .service-row:hover { padding: 30px 12px; }
  .service-row h3 { font-size: 30px; }
  .service-row p { grid-column: 2 / 4; }
  .circle-arrow { grid-column: 3; grid-row: 1; width: 46px; height: 46px; }
  .work-grid, .process-grid { grid-template-columns: 1fr; }
  .work-card, .work-card:last-child { grid-column: auto; min-height: 540px; }
  .process-grid article, .process-grid article:nth-child(2) { min-height: 270px; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip div { min-height: 170px; padding: 28px 20px; }
  .proof-strip strong { font-size: 58px; }
  .cta-section { padding: 100px 0; }
  .site-footer { padding: 62px 16px 25px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 45px 24px; }
  .footer-brand, .footer-contact { grid-column: span 2; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .page-hero { padding: 64px 0 75px; }
  .page-hero h1 { font-size: 50px; }
  .page-hero-copy > p { font-size: 17px; }
  .page-section { padding: 78px 0; }
  .cta-band { padding: 75px 16px; }
  .cta-band h2 { font-size: 44px; }
  .service-catalogue, .engagement-grid, .product-list, .insight-grid { grid-template-columns: 1fr; }
  .catalogue-card, .catalogue-card:nth-child(even) { min-height: 370px; border-right: 1px solid var(--line); }
  .challenge-list p { grid-template-columns: 38px 1fr; font-size: 18px; }
  .engagement-grid article { min-height: 330px; border-right: 0; border-bottom: 1px solid var(--line); }
  .featured-engagement { transform: none; }
  .service-promise h2, .deliverable-grid h2, .fit-section h2, .work-note h2, .product-thesis h2, .founder-grid h2, .contact-section aside h2 { font-size: 43px; }
  .deliverable-grid li { grid-template-columns: 44px 1fr; font-size: 18px; }
  .fit-section li { font-size: 16px; }
  .project-list { gap: 55px; }
  .project-meta { padding: 0 18px; }
  .project-meta p { max-width: 70%; text-align: right; }
  .project-stage { min-height: 420px; padding: 25px; }
  .project-stage > div { width: 90%; min-height: 260px; }
  .project-stage b { font-size: 150px; }
  .project-copy { min-height: 480px; padding: 35px 24px; }
  .project-copy h2 { font-size: 36px; }
  .product-card { min-height: 690px; padding: 25px; }
  .product-mark { height: 230px; }
  .product-card h2 { font-size: 40px; }
  .about-manifesto h2 { font-size: 57px; }
  .about-manifesto .page-section > p:last-child { font-size: 18px; }
  .founder-visual { min-height: 470px; padding: 35px; }
  .founder-visual span { font-size: 48px; }
  .principles-section .numbered-list, .team-strip { grid-template-columns: 1fr; }
  .feature-graphic { min-height: 400px; }
  .insight-grid article, .insight-grid article:nth-child(2n), .insight-grid article:nth-child(3n) { min-height: 420px; border-right: 1px solid var(--line); }
  .form-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 25px 20px; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .contact-expectations { grid-template-columns: 1fr; }
  .contact-expectations div { min-height: 260px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.28); }
}

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

/* PHP production enhancements */
.desktop-nav a.is-active::after { right: 0; }
.desktop-nav a.is-active { color: var(--blue); }
.mobile-menu a[aria-current="page"] { color: var(--blue); }
body.menu-open { overflow: hidden; }

.scroll-reveal { opacity: 1; transform: none; }
.js .scroll-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms cubic-bezier(.22,1,.36,1), transform 700ms cubic-bezier(.22,1,.36,1);
}
.js .scroll-reveal.is-visible { opacity: 1; transform: none; }
.no-js .scroll-reveal { opacity: 1; transform: none; }

.back-to-top {
  position: fixed;
  z-index: 18;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line-dark);
  background: var(--ink);
  color: white;
  display: grid;
  place-items: center;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: .2s ease;
}
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.back-to-top:hover { background: var(--blue); border-color: var(--blue); }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8%; }
.faq-section .section-heading { align-self: start; margin: 0; position: sticky; top: 32px; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  min-height: 106px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: 54px 1fr 34px;
  align-items: center;
  gap: 20px;
  list-style: none;
  cursor: pointer;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.2;
  letter-spacing: -.035em;
  font-weight: 620;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--blue); font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; }
.faq-list summary i { width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-style: normal; font-size: 18px; transition: .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); background: var(--blue); color: white; border-color: var(--blue); }
.faq-list details > p { margin: -8px 48px 28px 74px; max-width: 760px; color: var(--graphite); font-size: 17px; line-height: 1.65; }

.article-status { display: flex; justify-content: space-between; }
.article-status span { color: var(--blue); }
.article-hero { width: var(--content); margin: 0 auto; padding: 104px 0 82px; border-bottom: 1px solid var(--ink); }
.article-hero h1 { max-width: 1120px; margin: 0; font-size: clamp(54px, 7.2vw, 104px); line-height: .94; letter-spacing: -.065em; }
.article-deck { margin-top: 58px; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; }
.article-deck p { max-width: 780px; margin: 0; color: var(--graphite); font-size: 21px; line-height: 1.55; }
.article-deck span, .article-layout aside { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--graphite); }
.article-layout { display: grid; grid-template-columns: .42fr 1.58fr; gap: 8%; align-items: start; }
.article-layout aside { position: sticky; top: 32px; display: flex; flex-direction: column; gap: 26px; }
.article-layout aside a { color: var(--blue); }
.article-body { max-width: 830px; }
.article-body > *:first-child { margin-top: 0; }
.article-body p, .article-body li { color: #3f4248; font-size: 19px; line-height: 1.75; }
.article-body h2 { margin: 64px 0 18px; font-size: clamp(34px, 4vw, 54px); line-height: 1.02; letter-spacing: -.055em; }
.article-body h3 { margin: 44px 0 14px; font-size: 30px; letter-spacing: -.04em; }
.article-body ul, .article-body ol { padding-left: 24px; }
.article-body blockquote { margin: 48px 0; padding: 30px 34px; border-left: 4px solid var(--blue); background: white; font-size: 25px; line-height: 1.45; }

.contact-form [aria-invalid="true"] { border-color: #b52a1c; box-shadow: 0 1px 0 #b52a1c; }
.contact-form button.is-loading { opacity: .62; cursor: wait; }
.form-status[hidden] { display: none; }
.form-status:not([hidden]) { display: block; }

@media (max-width: 880px) {
  .faq-section, .article-layout { grid-template-columns: 1fr; }
  .faq-section .section-heading, .article-layout aside { position: static; }
  .article-layout aside { flex-direction: row; justify-content: space-between; }
}

@media (max-width: 620px) {
  .back-to-top { right: 16px; bottom: 16px; width: 44px; height: 44px; }
  .faq-list summary { min-height: 92px; grid-template-columns: 38px 1fr 30px; gap: 10px; font-size: 19px; }
  .faq-list details > p { margin: -3px 40px 25px 48px; font-size: 16px; }
  .article-hero { padding: 70px 0 60px; }
  .article-hero h1 { font-size: 50px; }
  .article-deck { margin-top: 38px; grid-template-columns: 1fr; gap: 22px; }
  .article-deck p { font-size: 18px; }
  .article-body p, .article-body li { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-reveal { opacity: 1; transform: none; }
}

/* GLV Premium Visual System v4 */
:root {
  --blue-soft: #e9eeff;
  --blue-mist: #f0f3ff;
  --paper-deep: #efede6;
  --white: #ffffff;
  --shadow-sm: 0 12px 32px rgba(13, 14, 16, .07);
  --shadow-lg: 0 32px 80px rgba(13, 14, 16, .14);
  --ease-out: cubic-bezier(.22, 1, .36, 1);
}

body { overflow-x: clip; }

.ui-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: var(--icon-source) center / contain no-repeat;
  mask: var(--icon-source) center / contain no-repeat;
}

.scroll-progress {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.site-header {
  width: 100%;
  height: auto;
  margin: 0;
  position: sticky;
  top: 0;
  z-index: 50;
  display: block;
  border-bottom: 1px solid rgba(216, 217, 213, .82);
  background: rgba(247, 245, 239, .88);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  transition: box-shadow 220ms ease, background 220ms ease;
}

.site-header.is-scrolled { background: rgba(247,245,239,.96); box-shadow: 0 12px 35px rgba(13,14,16,.07); }

.js .scroll-reveal { transition-delay: calc(var(--reveal-order, 0) * 60ms); }

.header-inner {
  width: var(--content);
  height: 84px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 48px;
}

.brand > span {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0 8px 20px rgba(36, 87, 255, .24);
}

.brand > span::before,
.brand > span::after,
.brand > span i {
  content: "";
  position: absolute;
  background: white;
}

.brand > span::before { width: 7px; height: 17px; left: 6px; bottom: 5px; opacity: .72; }
.brand > span::after { width: 7px; height: 11px; left: 16px; bottom: 5px; }
.brand > span i { width: 20px; height: 2px; left: 5px; bottom: 8px; transform: rotate(-31deg); transform-origin: left; }

.desktop-nav a { transition: color 180ms ease; }
.desktop-nav a:hover { color: var(--blue); }

.header-cta {
  min-width: 145px;
  justify-content: space-between;
  border-radius: 999px;
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}

.header-cta .ui-icon { font-size: 18px; transition: transform 220ms var(--ease-out); }
.header-cta:hover { background: var(--blue); border-color: var(--blue); }
.header-cta:hover .ui-icon { transform: translate(3px, -3px); }

.mobile-nav-label { display: none; }

.hero {
  min-height: min(820px, calc(100svh - 84px));
  grid-template-columns: minmax(0, .94fr) minmax(500px, 1.06fr);
  gap: clamp(34px, 4vw, 72px);
  padding: 70px 0 64px;
}

.hero-copy { position: relative; z-index: 3; }

.hero h1 { font-size: clamp(58px, 5.6vw, 88px); }

.hero-lede { max-width: 610px; }

.trust-line span { display: inline-flex; align-items: center; gap: 7px; }
.trust-line .ui-icon { color: var(--blue); font-size: 15px; }

.growth-system {
  height: min(650px, calc(100svh - 135px));
  min-height: 570px;
  overflow: hidden;
  border: 1px solid rgba(36, 87, 255, .16);
  border-radius: 30px;
  background: #fbfaf6;
  box-shadow: var(--shadow-lg);
  isolation: isolate;
}

.growth-system::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,.9), transparent 32%, transparent 68%, rgba(36,87,255,.08));
  pointer-events: none;
}

.growth-system::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 220px;
  height: 220px;
  right: -95px;
  bottom: -105px;
  border-radius: 50%;
  background: var(--blue);
  filter: blur(55px);
  opacity: .16;
}

.growth-grid {
  z-index: 1;
  opacity: .22;
  background-size: 76px 76px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hero-art { position: absolute; z-index: 0; inset: 0; display: block; }

.hero-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 70% center;
  transform: translate3d(var(--art-x, 0), var(--art-y, 0), 0) scale(1.035);
  transition: transform 500ms var(--ease-out);
}

.hero-capability {
  position: absolute;
  z-index: 5;
  min-height: 38px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(13, 14, 16, .12);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 28px rgba(13,14,16,.1);
  backdrop-filter: blur(12px);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .07em;
  text-transform: uppercase;
  animation: capability-float 6s ease-in-out infinite;
}

.hero-capability .ui-icon { color: var(--blue); font-size: 16px; }
.hero-capability-code { left: 4%; top: 36%; }
.hero-capability-search { right: 4%; top: 24%; animation-delay: -2s; }
.hero-capability-ai { right: 7%; bottom: 14%; animation-delay: -4s; }

.micro-card {
  border-color: rgba(36, 87, 255, .15);
  border-radius: 16px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 45px rgba(13,14,16,.12);
  backdrop-filter: blur(15px);
}

.micro-card strong b { color: var(--blue); }
.micro-card-a { top: 7%; left: 5%; }
.micro-card-b { right: 4%; top: 49%; }
.micro-card-c { left: 9%; bottom: 7%; }

.expertise-ticker {
  width: 100%;
  height: 70px;
  overflow: hidden;
  border-top: 1px solid #292c31;
  border-bottom: 1px solid #292c31;
  background: var(--ink);
  color: white;
}

.ticker-track {
  width: max-content;
  height: 100%;
  display: flex;
  align-items: center;
  animation: expertise-scroll 34s linear infinite;
  will-change: transform;
}

.ticker-track > span {
  height: 100%;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 590;
  white-space: nowrap;
}

.ticker-track .ui-icon { color: #8ea7ff; font-size: 18px; }
.ticker-track i { width: 4px; height: 4px; margin-left: 23px; border-radius: 50%; background: var(--blue); }
.expertise-ticker:hover .ticker-track { animation-play-state: paused; }

.service-rail a {
  min-height: 150px;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto 1fr;
  gap: 12px 16px;
  overflow: hidden;
}

.service-rail .service-index { grid-column: 1; grid-row: 1; }
.rail-icon { grid-column: 3; grid-row: 1; color: var(--blue); font-size: 22px; }
.service-rail strong { grid-column: 1 / 3; grid-row: 2; }
.service-rail .rail-arrow { grid-column: 3; grid-row: 2; }
.service-rail a:hover .rail-icon { transform: rotate(-8deg) scale(1.12); }
.rail-icon { transition: transform 250ms var(--ease-out); }

.spotlight-card { position: relative; isolation: isolate; overflow: hidden; }
.spotlight-card > * { position: relative; z-index: 1; }
.spotlight-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 360px;
  height: 360px;
  left: calc(var(--spot-x, 50%) - 180px);
  top: calc(var(--spot-y, 50%) - 180px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36,87,255,.13), transparent 68%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.spotlight-card:hover::after { opacity: 1; }

.capability-top,
.process-top,
.numbered-top,
.engagement-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.capability-top .ui-icon,
.process-top .ui-icon,
.numbered-top .ui-icon,
.engagement-top .ui-icon { color: var(--blue); font-size: 25px; }

.capability-grid article { min-height: 300px; display: flex; flex-direction: column; }
.capability-grid h3 { margin: auto 0 12px; }

.service-row {
  min-height: 190px;
  grid-template-columns: 54px 62px minmax(220px, .7fr) minmax(300px, 1fr) 64px;
  gap: 22px;
}

.service-row-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--card);
  color: var(--blue);
  font-size: 24px;
  transition: .25s var(--ease-out);
}

.service-row:hover .service-row-icon { background: var(--blue); border-color: var(--blue); color: white; transform: translateY(-3px) rotate(-4deg); }
.circle-arrow .ui-icon { font-size: 21px; }

.knowledge-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #cfd5ed;
  border-bottom: 1px solid #cfd5ed;
  background:
    radial-gradient(circle at 12% 15%, rgba(36,87,255,.15), transparent 32%),
    radial-gradient(circle at 88% 86%, rgba(36,87,255,.1), transparent 29%),
    var(--blue-mist);
}

.knowledge-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .26;
  background-image: linear-gradient(rgba(36,87,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(36,87,255,.16) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.knowledge-heading {
  position: relative;
  z-index: 1;
  padding-bottom: 62px;
  display: grid;
  grid-template-columns: 1fr .46fr;
  gap: 9%;
  align-items: end;
}

.knowledge-heading h2 { margin: 0; font-size: clamp(48px, 5.3vw, 78px); line-height: .98; letter-spacing: -.06em; }
.knowledge-heading > p { margin: 0 0 4px; color: var(--graphite); font-size: 18px; line-height: 1.6; }

.knowledge-grid {
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.knowledge-card {
  min-height: 400px;
  padding: 36px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: start;
  column-gap: 22px;
  border: 1px solid rgba(36,87,255,.18);
  border-radius: 22px;
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(10px);
}

.knowledge-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--blue);
  color: white;
  font-size: 28px;
  box-shadow: 0 16px 32px rgba(36,87,255,.25);
}

.knowledge-number { justify-self: end; color: var(--blue); font-family: var(--font-mono); font-size: 12px; }
.knowledge-card h3 { grid-column: 1 / -1; margin: 72px 0 14px; font-size: clamp(31px, 3vw, 45px); letter-spacing: -.055em; }
.knowledge-card > p { grid-column: 1 / -1; max-width: 610px; margin: 0; color: var(--graphite); font-size: 17px; line-height: 1.57; }

.tool-cloud {
  grid-column: 1 / -1;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tool-cloud span {
  min-height: 34px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #cbd2ef;
  border-radius: 999px;
  background: rgba(255,255,255,.74);
  color: #414650;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .04em;
}

.technology-loop {
  position: relative;
  z-index: 1;
  padding-top: 45px;
  display: grid;
  grid-template-columns: 1fr 58px 1fr 58px 1fr 58px 1fr;
  align-items: center;
  gap: 12px;
}

.technology-loop > div {
  min-height: 86px;
  padding: 0 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #cbd2ef;
  border-radius: 16px;
  background: rgba(255,255,255,.64);
  font-weight: 680;
}

.technology-loop .ui-icon { color: var(--blue); font-size: 23px; }
.technology-loop > i { height: 2px; background: linear-gradient(90deg, transparent, var(--blue), transparent); background-size: 200% 100%; animation: line-flow 2.8s linear infinite; }

.system-showcase-wrap { padding-top: 0 !important; padding-bottom: 78px !important; }
.system-showcase { position: relative; margin: 0; aspect-ratio: 16 / 8.2; overflow: hidden; border: 1px solid #30333a; border-radius: 26px; background: #0d0e10; box-shadow: 0 38px 90px rgba(0,0,0,.3); }
.system-showcase picture { position: absolute; inset: 0; transform: perspective(1100px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) scale(1.025); transition: transform 350ms var(--ease-out); }
.system-showcase img { width: 100%; height: 100%; display: block; object-fit: cover; }

.system-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(4,5,8,.82));
  pointer-events: none;
}

.system-showcase figcaption {
  position: absolute;
  z-index: 3;
  left: 28px;
  bottom: 28px;
  max-width: 500px;
  padding: 22px 24px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(13,14,16,.72);
  backdrop-filter: blur(16px);
}

.system-showcase figcaption span { display: flex; align-items: center; gap: 9px; color: #90a8ff; font-family: var(--font-mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.system-showcase figcaption .ui-icon { font-size: 17px; }
.system-showcase figcaption strong { display: block; margin-top: 10px; color: white; font-size: clamp(22px, 2.4vw, 34px); line-height: 1.08; letter-spacing: -.045em; }

.showcase-chips { position: absolute; z-index: 3; top: 24px; right: 24px; display: flex; gap: 8px; }
.showcase-chips span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(13,14,16,.66); color: #daddE6; font-family: var(--font-mono); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(12px); }

.work-grid { padding-top: 0 !important; }
.work-card { border-radius: 20px; transition: transform 260ms var(--ease-out), box-shadow 260ms ease; }
.work-card:hover { transform: translateY(-7px); box-shadow: 0 24px 60px rgba(0,0,0,.24); }
.work-type { display: flex; align-items: center; gap: 8px; }
.work-type .ui-icon { font-size: 17px; }
.work-visual { border-radius: 14px; backdrop-filter: blur(8px); }
.work-orbit { position: absolute !important; inset: 20px; display: grid; place-items: center; }
.work-orbit::before, .work-orbit::after { content: ""; position: absolute; width: 150px; height: 150px; border: 1px solid currentColor; border-radius: 50%; opacity: .25; }
.work-orbit::after { width: 84px; height: 84px; }
.work-orbit b { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: currentColor; animation: orbit-dot 5s linear infinite; transform-origin: 0 0; }
.work-orbit b:nth-child(2) { animation-delay: -1.7s; animation-duration: 6.5s; }
.work-orbit b:nth-child(3) { animation-delay: -3.3s; animation-duration: 8s; }

.process-top { width: 100%; }
.process-grid article { transition: background 220ms ease, transform 220ms var(--ease-out); }
.process-grid article:hover { background: white; transform: translateY(-4px); }

.proof-strip div { position: relative; overflow: hidden; }
.proof-strip div::after { content: ""; position: absolute; width: 180px; height: 180px; right: -80px; bottom: -100px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }

.page-hero { position: relative; overflow: hidden; }
.page-hero > *:not(.page-hero-decor) { position: relative; z-index: 2; }
.page-hero-decor { position: absolute; z-index: 0; width: 420px; height: 420px; right: -80px; top: 10px; opacity: .7; }
.page-hero-decor::before, .page-hero-decor::after, .page-hero-decor i { content: ""; position: absolute; border: 1px solid #ccd2e7; border-radius: 50%; }
.page-hero-decor::before { width: 100%; height: 100%; }
.page-hero-decor::after { width: 64%; height: 64%; left: 18%; top: 18%; border-color: rgba(36,87,255,.4); }
.page-hero-decor i:nth-child(1) { width: 10px; height: 10px; left: 18%; top: 49%; border: 0; background: var(--blue); box-shadow: 0 0 0 8px rgba(36,87,255,.1); }
.page-hero-decor i:nth-child(2) { width: 2px; height: 74%; left: 50%; top: 13%; border: 0; border-radius: 0; background: linear-gradient(transparent, var(--blue), transparent); transform: rotate(42deg); }
.page-hero-decor i:nth-child(3) { width: 26px; height: 26px; right: 15%; bottom: 23%; border: 6px solid var(--blue); }

.page-hero-icon {
  width: fit-content;
  margin-bottom: 28px;
  padding: 9px 12px 9px 9px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #cfd5ed;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  color: var(--blue);
}

.page-hero-icon .ui-icon { width: 30px; height: 30px; padding: 7px; border-radius: 50%; background-color: var(--blue); color: var(--blue); }
.page-hero-icon span { color: var(--graphite); font-family: var(--font-mono); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }

.cta-band { position: relative; overflow: hidden; isolation: isolate; }
.cta-band > div:not(.cta-band-shape) { position: relative; z-index: 2; }
.cta-band-shape { position: absolute; z-index: 0; width: 460px; height: 460px; right: -130px; top: -170px; color: rgba(255,255,255,.12); }
.cta-band-shape .ui-icon { position: absolute; z-index: 2; left: 43%; top: 43%; font-size: 64px; color: rgba(127,157,255,.34); }
.cta-band-shape i { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; animation: slow-spin 18s linear infinite; }
.cta-band-shape i:last-child { inset: 22%; border-color: rgba(36,87,255,.38); animation-direction: reverse; }

.catalogue-card { border-radius: 0; }
.catalogue-top { gap: 16px; }
.catalogue-icon { width: 48px; height: 48px; margin-left: auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 14px; color: var(--blue); font-size: 22px; transition: .25s var(--ease-out); }
.catalogue-card:hover .catalogue-icon { border-color: rgba(255,255,255,.45); background: white; color: var(--blue); transform: rotate(-5deg) scale(1.06); }

.challenge-list p { grid-template-columns: 44px 46px 1fr; align-items: center; }
.challenge-list .ui-icon { font-size: 22px; opacity: .72; }
.engagement-top > span { color: var(--blue); font-family: var(--font-mono); font-size: 12px; }
.featured-engagement .engagement-top .ui-icon { color: #8ea7ff; }

.promise-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: var(--blue);
  color: white;
  font-size: 30px;
  box-shadow: 0 18px 36px rgba(36,87,255,.22);
}

.deliverable-grid li { grid-template-columns: 52px 26px 1fr; align-items: center; }
.deliverable-grid li .ui-icon { font-size: 20px; opacity: .75; }
.deliverable-grid li strong { font-weight: 560; }
.fit-section li { display: grid; grid-template-columns: 26px 1fr 24px; }
.fit-section li > .ui-icon:first-child { color: var(--blue); font-size: 20px; }
.fit-section li > .ui-icon:last-child { color: var(--blue); font-size: 18px; transition: transform 180ms ease; }
.fit-section li:hover > .ui-icon:last-child { transform: translate(3px, -3px); }
.related-services p { gap: 12px; }
.related-services p .ui-icon { font-size: 21px; }
.related-services a .ui-icon { font-size: 28px; }

.work-system-intro { padding-bottom: 0; }
.project-stage > div { overflow: hidden; border-radius: 18px; backdrop-filter: blur(7px); }
.project-stage > div > span { display: flex; align-items: center; gap: 9px; }
.project-stage > div > span .ui-icon { font-size: 19px; }
.project-ui { position: relative !important; min-height: 190px; padding: 28px; display: flex !important; flex-direction: column; justify-content: end; border: 1px solid currentColor; border-radius: 12px; background: rgba(255,255,255,.06); }
.project-ui i { height: 6px !important; margin-top: 13px !important; background: currentColor; opacity: .22; }
.project-ui i:nth-child(1) { width: 88%; }
.project-ui i:nth-child(2) { width: 68%; }
.project-ui i:nth-child(3) { width: 44%; }
.project-ui em { position: absolute; width: 92px; height: 92px; right: 22px; top: 22px; border: 20px solid currentColor; border-radius: 50%; opacity: .18; }
.project-copy-icon { width: 52px; height: 52px; margin-bottom: 28px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 15px; font-size: 23px; opacity: .8; }
.project-copy li { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.project-copy li .ui-icon { flex: 0 0 auto; font-size: 18px; }

.product-card { border-radius: 20px; transition: transform 260ms var(--ease-out), box-shadow 260ms ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.product-mark { border-radius: 18px; }
.product-mark > .ui-icon { z-index: 2; color: white; font-size: 94px; }
.product-mark-image::before { display: none; }
.product-mark-image picture, .product-mark-image img { width: 100%; height: 100%; display: block; }
.product-mark-image img { object-fit: cover; }
.product-card li .ui-icon { color: var(--blue); font-size: 18px; }
.product-card > a .ui-icon { color: var(--blue); font-size: 23px; transition: transform 180ms ease; }
.product-card > a:hover .ui-icon { transform: translateX(5px); }

.about-manifesto { position: relative; overflow: hidden; }
.about-manifesto .page-section { position: relative; z-index: 2; }
.manifesto-orbit { position: absolute; z-index: 0; width: 600px; height: 600px; right: -170px; bottom: -240px; opacity: .44; }
.manifesto-orbit i { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.manifesto-orbit i:nth-child(2) { inset: 17%; }
.manifesto-orbit i:nth-child(3) { inset: 34%; }
.manifesto-orbit .ui-icon { position: absolute; left: 45%; top: 45%; color: white; font-size: 62px; }
.founder-visual span { display: flex; align-items: center; gap: 15px; }
.founder-visual span .ui-icon { color: #7f9dff; font-size: .54em; }
.founder-nodes { position: absolute; inset: 0; }
.founder-nodes b { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 7px rgba(36,87,255,.14); animation: capability-float 5s ease-in-out infinite; }
.founder-nodes b:nth-child(1) { left: 12%; top: 21%; }
.founder-nodes b:nth-child(2) { right: 16%; top: 30%; animation-delay: -1s; }
.founder-nodes b:nth-child(3) { left: 31%; bottom: 17%; animation-delay: -2s; }
.founder-nodes b:nth-child(4) { right: 30%; bottom: 10%; animation-delay: -3s; }
.team-strip div > .ui-icon { color: #7f9dff; font-size: 29px; }

.feature-graphic > .ui-icon { position: absolute; right: 42px; bottom: 42px; color: white; font-size: 90px; opacity: .88; }
.feature-orbit { position: absolute !important; inset: 0; }
.feature-orbit b { position: absolute; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; }
.feature-orbit b:nth-child(1) { width: 250px; height: 250px; right: -80px; top: -70px; }
.feature-orbit b:nth-child(2) { width: 120px; height: 120px; right: 42px; top: 62px; }
.feature-orbit b:nth-child(3) { width: 12px; height: 12px; right: 150px; top: 110px; background: white; }
.insight-grid article > div { align-items: center; gap: 12px; }
.insight-grid article > div .ui-icon { margin-left: auto; color: var(--blue); font-size: 21px; }
.insight-grid article > div em { margin-left: 0; }
.article-status .ui-icon { font-size: 22px; }

.contact-section aside li { grid-template-columns: 42px 34px 1fr; align-items: start; }
.contact-section aside li > .ui-icon { color: var(--blue); font-size: 20px; }
.direct-contact { position: relative; overflow: hidden; border-radius: 18px; }
.direct-contact > .ui-icon { position: absolute; right: 20px; top: 20px; color: #7f9dff; font-size: 28px; }
.contact-form { position: relative; overflow: hidden; border-radius: 20px; box-shadow: var(--shadow-sm); }
.contact-form::before { content: ""; position: absolute; width: 240px; height: 240px; right: -130px; top: -150px; border-radius: 50%; background: var(--blue); opacity: .08; }
.form-intro { position: relative; margin-bottom: 36px; padding-bottom: 22px; display: flex; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.form-intro span { display: flex; align-items: center; gap: 8px; color: var(--blue); font-family: var(--font-mono); font-size: 10px; font-weight: 650; text-transform: uppercase; letter-spacing: .08em; }
.form-intro span .ui-icon { font-size: 17px; }
.form-intro p { margin: 0; color: var(--graphite); font-size: 12px; }
.contact-expectations div > .ui-icon { color: #d8e0ff; font-size: 30px; }

.faq-heading-icon { width: 56px; height: 56px; margin-bottom: 22px; display: grid; place-items: center; border-radius: 17px; background: var(--blue); color: white; font-size: 25px; }
.faq-section .section-heading { display: block; }

.article-icon { width: 64px; height: 64px; margin-bottom: 32px; display: grid; place-items: center; border-radius: 19px; background: var(--blue); color: white; font-size: 28px; }
.article-layout aside span { display: flex; align-items: center; gap: 8px; }
.article-layout aside span .ui-icon { color: var(--blue); font-size: 16px; }

.error-actions { padding-top: 60px; display: flex; flex-wrap: wrap; gap: 16px; }

.site-footer { position: relative; overflow: hidden; }
.site-footer > *:not(.footer-orbit) { position: relative; z-index: 2; }
.footer-orbit { position: absolute; z-index: 0; width: 520px; height: 520px; right: -180px; top: -260px; opacity: .42; }
.footer-orbit i { position: absolute; inset: 0; border: 1px solid #3f4553; border-radius: 50%; }
.footer-orbit i:nth-child(2) { inset: 19%; border-color: #2457ff; }
.footer-orbit i:nth-child(3) { inset: 38%; }
.footer-capabilities { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 9px; }
.footer-capabilities span { padding: 8px 11px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid #33363d; border-radius: 999px; color: #b6bac3; font-family: var(--font-mono); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.footer-capabilities .ui-icon { color: #7f9dff; font-size: 14px; }
.footer-status { display: inline-flex; align-items: center; gap: 8px; }
.footer-status i { width: 7px; height: 7px; border-radius: 50%; background: #44d682; box-shadow: 0 0 0 6px rgba(68,214,130,.1); }
.mobile-project-bar { display: none; }

@keyframes expertise-scroll { to { transform: translateX(-50%); } }
@keyframes capability-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes line-flow { to { background-position: -200% 0; } }
@keyframes orbit-dot { from { transform: rotate(0deg) translateX(74px) rotate(0deg); } to { transform: rotate(360deg) translateX(74px) rotate(-360deg); } }
@keyframes slow-spin { to { transform: rotate(360deg); } }

@media (max-width: 1120px) {
  .header-inner { gap: 25px; }
  .hero { grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr); gap: 28px; }
  .hero h1 { font-size: clamp(55px, 5.8vw, 76px); }
  .service-row { grid-template-columns: 44px 54px minmax(190px,.65fr) 1fr 54px; gap: 17px; }
  .technology-loop { grid-template-columns: 1fr 32px 1fr 32px 1fr 32px 1fr; gap: 8px; }
  .technology-loop > div { padding: 0 15px; }
}

@media (max-width: 880px) {
  .header-inner { height: 76px; grid-template-columns: 1fr auto; }
  .site-header .desktop-nav, .site-header .header-cta { display: none; }
  .site-header .mobile-menu { display: block; }
  .mobile-menu nav { inset: 76px 0 auto; min-height: calc(100svh - 76px); padding: 24px 20px 42px; background: rgba(247,245,239,.98); }
  .mobile-nav-label { padding: 4px 4px 18px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--ink); color: var(--graphite); font-family: var(--font-mono); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-menu nav > a:not(.button) { display: flex; justify-content: space-between; align-items: center; }
  .mobile-menu nav > a:not(.button) span { color: var(--blue); font-size: 18px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 72px; }
  .hero h1 { max-width: 760px; font-size: clamp(62px, 10vw, 88px); }
  .hero-lede { max-width: 690px; }
  .growth-system { width: 100%; height: 650px; min-height: 650px; margin: 28px 0 0; opacity: 1; }
  .hero-art img { object-position: 67% center; }
  .knowledge-heading { grid-template-columns: 1fr; gap: 32px; }
  .knowledge-heading > p { max-width: 680px; }
  .knowledge-grid { grid-template-columns: 1fr 1fr; }
  .technology-loop { grid-template-columns: 1fr 1fr; gap: 12px; }
  .technology-loop > i { display: none; }
  .system-showcase { aspect-ratio: 4 / 3; }
  .service-row { grid-template-columns: 48px 58px 1fr 58px; padding: 30px 0; }
  .service-row h3 { grid-column: 3; }
  .service-row p { grid-column: 3 / 5; grid-row: 2; }
  .circle-arrow { grid-column: 4; grid-row: 1; }
  .service-row .service-index { grid-column: 1; grid-row: 1; }
  .service-row-icon { grid-column: 2; grid-row: 1; }
  .project-system-intro { padding-bottom: 0; }
  .page-hero-decor { right: -190px; opacity: .48; }
  .footer-orbit { right: -280px; }
}

@media (max-width: 620px) {
  body { padding-bottom: 78px; }
  .header-inner { height: 72px; }
  .mobile-menu nav { inset: 72px 0 auto; min-height: calc(100svh - 72px); }
  .hero { padding: 54px 0 42px; }
  .hero h1 { font-size: clamp(48px, 14.1vw, 66px); line-height: .94; }
  .hero-lede { font-size: 17px; }
  .trust-line { margin-top: 24px; }
  .trust-line i { display: none; }
  .trust-line span { width: calc(50% - 5px); }
  .trust-line span:last-child { width: 100%; }
  .growth-system { height: 430px; min-height: 430px; margin: 28px 0 0; border-radius: 22px; }
  .hero-art img { object-position: 67% center; }
  .micro-card { transform: none; width: 138px; min-height: 86px; padding: 12px; border-radius: 12px; }
  .micro-card strong { font-size: 17px; }
  .micro-card-a { left: 4%; top: 5%; }
  .micro-card-b { right: 4%; top: 51%; }
  .micro-card-c { display: none; }
  .hero-capability { min-height: 32px; padding: 0 10px; font-size: 8px; }
  .hero-capability .ui-icon { font-size: 13px; }
  .hero-capability-code { left: 5%; top: 36%; }
  .hero-capability-search { right: 4%; top: 25%; }
  .hero-capability-ai { right: 5%; bottom: 8%; }
  .expertise-ticker { height: 62px; }
  .ticker-track > span { padding: 0 15px; }
  .service-rail a { min-height: 112px; padding: 20px 18px; }
  .service-rail strong { font-size: 21px; }
  .capability-grid article { min-height: 250px; }
  .service-row { grid-template-columns: 38px 50px 1fr 48px; gap: 12px; }
  .service-row-icon { width: 48px; height: 48px; border-radius: 13px; font-size: 21px; }
  .service-row h3 { font-size: 29px; }
  .service-row p { grid-column: 2 / 5; grid-row: 2; padding-left: 0; }
  .knowledge-heading { padding-bottom: 44px; }
  .knowledge-heading h2 { font-size: 45px; }
  .knowledge-grid { grid-template-columns: 1fr; gap: 12px; }
  .knowledge-card { min-height: 360px; padding: 25px; border-radius: 18px; }
  .knowledge-icon { width: 54px; height: 54px; border-radius: 15px; font-size: 24px; }
  .knowledge-card h3 { margin-top: 58px; font-size: 34px; }
  .technology-loop { padding-top: 30px; grid-template-columns: 1fr 1fr; }
  .technology-loop > div { min-height: 74px; padding: 0 13px; }
  .technology-loop > div span { font-size: 13px; }
  .system-showcase-wrap { padding-bottom: 54px !important; }
  .system-showcase { aspect-ratio: 4 / 5; border-radius: 19px; }
  .system-showcase img { object-position: center; }
  .system-showcase figcaption { left: 14px; right: 14px; bottom: 14px; padding: 17px; }
  .system-showcase figcaption strong { font-size: 23px; }
  .showcase-chips { top: 13px; right: 13px; left: 13px; justify-content: flex-end; }
  .showcase-chips span { padding: 7px 9px; font-size: 8px; }
  .work-card { border-radius: 16px; }
  .page-hero-decor { width: 330px; height: 330px; right: -210px; top: 20px; }
  .page-hero-icon { margin-bottom: 22px; }
  .page-hero-icon span { display: none; }
  .page-hero-icon { padding-right: 9px; }
  .cta-band-shape { width: 340px; height: 340px; right: -170px; top: -90px; }
  .catalogue-top { align-items: flex-start; }
  .catalogue-icon { width: 42px; height: 42px; margin-left: auto; }
  .challenge-list p { grid-template-columns: 30px 32px 1fr; gap: 8px; }
  .promise-icon { width: 58px; height: 58px; border-radius: 17px; font-size: 26px; }
  .deliverable-grid li { grid-template-columns: 36px 24px 1fr; gap: 8px; }
  .fit-section li { grid-template-columns: 22px 1fr 20px; gap: 10px; }
  .project-stage > div { width: 94%; padding: 20px; }
  .project-ui { min-height: 150px; }
  .product-mark > .ui-icon { font-size: 72px; }
  .manifesto-orbit { width: 430px; height: 430px; right: -230px; bottom: -180px; }
  .founder-visual span { gap: 10px; }
  .feature-graphic > .ui-icon { right: 28px; bottom: 28px; font-size: 72px; }
  .contact-section aside li { grid-template-columns: 30px 26px 1fr; gap: 9px; }
  .form-intro { align-items: flex-start; flex-direction: column; gap: 9px; }
  .faq-heading-icon { width: 50px; height: 50px; }
  .footer-orbit { display: none; }
  .mobile-project-bar {
    position: fixed;
    z-index: 45;
    left: 10px;
    right: 10px;
    bottom: 10px;
    min-height: 60px;
    padding: 9px 10px 9px 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 18px;
    background: rgba(13,14,16,.94);
    box-shadow: 0 16px 40px rgba(0,0,0,.28);
    backdrop-filter: blur(16px);
    color: white;
  }
  .mobile-project-bar > span { display: flex; flex-direction: column; gap: 2px; font-size: 14px; font-weight: 670; }
  .mobile-project-bar small { color: #8ea7ff; font-family: var(--font-mono); font-size: 8px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-project-bar > .ui-icon { width: 42px; height: 42px; color: var(--blue); }
  .back-to-top { bottom: 86px; }
}

@media (hover: none) {
  .spotlight-card::after { display: none; }
  .service-row:hover, .work-card:hover, .product-card:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track,
  .hero-capability,
  .technology-loop > i,
  .work-orbit b,
  .cta-band-shape i,
  .founder-nodes b { animation: none !important; }
  .ticker-track { transform: none; }
  .hero-art img,
  .system-showcase picture { transform: none !important; }
}
