@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 300 700;
  font-display: optional;
  src: url("../fonts/onest-variable-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 300 700;
  font-display: optional;
  src: url("../fonts/onest-variable-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("../fonts/ibm-plex-mono-400-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("../fonts/ibm-plex-mono-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url("../fonts/ibm-plex-mono-500-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url("../fonts/ibm-plex-mono-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #070b0a;
  --ink-soft: #0c1311;
  --paper: #e9e7dd;
  --paper-soft: #d8d8cf;
  --white: #f5f7f3;
  --muted: #9da8a3;
  --line-dark: rgba(255, 255, 255, 0.15);
  --line-light: rgba(7, 11, 10, 0.18);
  --mint: #68f0c1;
  --mint-dark: #0e6d52;
  --orange: #ff603d;
  --shell: min(1440px, calc(100vw - 64px));
  --header-h: 84px;
  color-scheme: dark light;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
  overflow-x: clip;
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--white);
  background: var(--ink);
  font-family: "Onest", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

main:focus { outline: none; }

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
ol, ul { margin: 0; padding: 0; list-style: none; }

::selection { color: var(--ink); background: var(--mint); }

:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 5px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.scroll-progress {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
  background: transparent;
}

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

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  color: var(--ink);
  background: var(--mint);
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skip-link:focus { transform: translateY(0); }

/* Header */
.site-header {
  position: fixed;
  z-index: 90;
  inset: 0 0 auto;
  height: var(--header-h);
  padding-left: max(32px, env(safe-area-inset-left));
  padding-right: max(32px, env(safe-area-inset-right));
  transition: background-color 280ms ease, backdrop-filter 280ms ease;
}

.site-header.is-scrolled {
  background: rgba(7, 11, 10, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.logo-mark {
  position: relative;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--mint);
}

.logo-mark::before,
.logo-mark::after,
.logo-mark i {
  position: absolute;
  content: "";
  background: var(--mint);
}

.logo-mark::before { width: 12px; height: 1px; }
.logo-mark::after { width: 1px; height: 12px; }
.logo-mark i:first-child { top: -3px; left: 13px; width: 1px; height: 5px; }
.logo-mark i:last-child { right: -3px; top: 13px; width: 5px; height: 1px; }

.nav-panel,
.nav-links { display: flex; align-items: center; }
.nav-panel { gap: clamp(24px, 4vw, 72px); }
.nav-links { gap: clamp(18px, 2.1vw, 38px); }

.nav-links a {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 500;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--mint);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after { transform: scaleX(1); transform-origin: left; }

.nav-contact {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--mint);
  font-size: 13px;
  font-weight: 600;
}

.nav-contact span { color: var(--mint); }
.menu-toggle { display: none; }

/* Hero */
.hero {
  position: relative;
  display: flex;
  min-height: max(760px, 100vh);
  min-height: max(760px, 100svh);
  overflow: clip;
  isolation: isolate;
  background: #09100e;
}

.hero-media,
.hero-picture,
.hero-picture img,
.hero-media__shade,
.hero-media__mesh,
.hero-media__grain {
  position: absolute;
  inset: 0;
}

.hero-picture {
  z-index: -5;
  inset: -4%;
  transform: translate3d(var(--px, 0), var(--py, 0), 0) scale(1.055);
  will-change: transform;
}

.hero-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 50%;
}

.hero-media__shade {
  z-index: -4;
  background:
    linear-gradient(180deg, rgba(7, 11, 10, 0.64) 0%, rgba(7, 11, 10, 0.12) 18%, transparent 32%),
    linear-gradient(90deg, rgba(7, 11, 10, 0.96) 0%, rgba(7, 11, 10, 0.82) 31%, rgba(7, 11, 10, 0.2) 62%, rgba(7, 11, 10, 0.05) 100%),
    linear-gradient(0deg, rgba(7, 11, 10, 0.94) 0%, transparent 35%, rgba(7, 11, 10, 0.18) 100%);
}

.hero-media__mesh {
  z-index: -3;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(104, 240, 193, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 240, 193, 0.18) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent 35%, #000 78%, transparent 100%);
  transform: perspective(800px) rotateX(62deg) translate3d(var(--px, 0), calc(33% + var(--py, 0)), 0) scale(1.3);
  transform-origin: bottom;
  will-change: transform;
}

.hero-media__grain {
  z-index: -2;
  opacity: 0.12;
  background-image: repeating-radial-gradient(circle at 17% 31%, rgba(255,255,255,.14) 0 1px, transparent 1px 4px);
  background-size: 7px 9px;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.survey-mark {
  position: absolute;
  z-index: -1;
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, 0.82);
  font: 10px/1 "IBM Plex Mono", monospace;
  letter-spacing: 0.08em;
  transform: translate3d(var(--px, 0), var(--py, 0), 0);
  will-change: transform;
}

.survey-mark i {
  position: relative;
  width: 10px;
  height: 10px;
  border: 1px solid var(--orange);
  border-radius: 50%;
}

.survey-mark i::before,
.survey-mark i::after { position: absolute; content: ""; background: var(--orange); }
.survey-mark i::before { top: 4px; left: -5px; width: 18px; height: 1px; }
.survey-mark i::after { top: -5px; left: 4px; width: 1px; height: 18px; }
.survey-mark--one { top: 27%; right: 32%; }
.survey-mark--two { top: 54%; right: 15%; }
.survey-mark--three { right: 44%; bottom: 18%; }

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding-top: calc(var(--header-h) + 78px);
  padding-bottom: 116px;
}

.eyebrow,
.section-label,
.coordinate,
.capability-index,
.capability-code,
.method-list article > span,
.story-progress,
.field-media figcaption,
.context-card > span,
.context-card > i {
  font-family: "IBM Plex Mono", Consolas, monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
}

.eyebrow span { width: 34px; height: 1px; background: var(--mint); }

.hero h1 {
  display: flex;
  flex-direction: column;
  max-width: 10ch;
  font-size: clamp(62px, 8.15vw, 132px);
  font-weight: 500;
  line-height: 0.83;
  letter-spacing: -0.07em;
}

.hero h1 em { color: var(--mint); font-style: normal; }
.hero h1 > span { margin-top: 0.18em; color: rgba(255, 255, 255, 0.62); font-size: 0.42em; font-weight: 300; letter-spacing: -0.035em; line-height: 1.05; }

.hero-bottom {
  display: grid;
  grid-template-columns: minmax(300px, 520px) auto;
  gap: 42px;
  align-items: end;
  margin-top: clamp(36px, 6vh, 72px);
}

.hero-bottom > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(17px, 1.25vw, 21px);
  font-weight: 300;
  line-height: 1.55;
}

.hero-actions { display: flex; align-items: center; gap: 30px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 600;
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--ink); background: var(--mint); }
.button--primary:hover { background: #8bf5d1; }
.button--outline { color: var(--white); border-color: rgba(255, 255, 255, 0.45); }
.button--outline:hover { color: var(--ink); border-color: var(--mint); background: var(--mint); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding-block: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}

.text-link span { color: var(--mint); }

.hero-meta {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 28px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.55);
  font: 9px/1 "IBM Plex Mono", monospace;
  letter-spacing: 0.11em;
}

.hero-meta__line { width: 64px; height: 1px; background: rgba(255, 255, 255, 0.32); }

/* Manifesto */
.manifesto { color: var(--ink); background: var(--paper); }

.manifesto-ticker {
  overflow: hidden;
  border-bottom: 1px solid var(--line-light);
  padding-block: 19px;
}

.manifesto-ticker__track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: ticker 30s linear infinite;
  will-change: transform;
}

.manifesto-ticker__group {
  display: flex;
  flex: 0 0 auto;
  width: max-content;
  min-width: 100vw;
  min-width: 100dvw;
  align-items: center;
  justify-content: space-around;
  gap: clamp(22px, 2.2vw, 40px);
  padding-inline: clamp(12px, 1.5vw, 24px);
  white-space: nowrap;
}

.manifesto-ticker span { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; }
.manifesto-ticker i { color: var(--orange); font-style: normal; }

@keyframes ticker { to { transform: translate3d(-50%, 0, 0); } }

.manifesto-grid {
  display: grid;
  grid-template-columns: 0.7fr 2.2fr 0.85fr;
  gap: clamp(28px, 5vw, 86px);
  align-items: start;
  padding-block: clamp(100px, 12vw, 180px);
}

.section-label { color: #3f4c47; font-size: 11px; }
.section-label--light { color: var(--mint); }

.manifesto h2,
.capabilities h2,
.field h2,
.contexts h2,
.workflow h2,
.contact h2 {
  font-size: clamp(46px, 5.6vw, 92px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.manifesto h2 span,
.capabilities h2 span,
.contexts h2 span,
.contact h2 span { color: #6e7773; font-weight: 300; }

.manifesto-note { padding-top: 12px; }
.coordinate { display: block; margin-bottom: 44px; color: var(--mint-dark); font-size: 10px; }
.manifesto-note p { color: #46514d; font-size: 16px; line-height: 1.55; }

/* Sticky digital-twin story */
.story {
  position: relative;
  height: 360vh;
  height: 360svh;
  color: var(--white);
  background: var(--ink);
  --story-progress: 0;
  --story-x: 3%;
  --scan: 12%;
}

.story-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  min-height: 720px;
  overflow: clip;
  isolation: isolate;
}

.story-media,
.story-photo,
.story-photo img,
.story-grid {
  position: absolute;
  inset: 0;
}

.story-media::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 11, 10, 0.84) 0%, rgba(7, 11, 10, 0.35) 40%, rgba(7, 11, 10, 0.08) 70%),
    linear-gradient(0deg, rgba(7, 11, 10, 0.9) 0%, transparent 48%, rgba(7, 11, 10, 0.42) 100%);
}

.story-photo { inset: -7% -9%; }
.story-photo img {
  width: 118%;
  height: 114%;
  object-fit: cover;
  object-position: center;
  transform: translate3d(var(--story-x), 0, 0) scale(1.02);
  will-change: transform;
}

.story-photo--base { filter: grayscale(1) brightness(0.46) contrast(1.1); }
.story-photo--scan {
  z-index: 1;
  clip-path: inset(0 calc(100% - var(--scan)) 0 0);
  filter: saturate(0.9) contrast(1.08);
  will-change: clip-path;
}

.story-scan-line {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: var(--scan);
  width: 1px;
  background: linear-gradient(transparent, var(--mint) 22%, var(--mint) 78%, transparent);
  box-shadow: 0 0 24px rgba(104, 240, 193, 0.48);
  will-change: left;
}

.story-scan-line::before {
  position: absolute;
  top: 23%;
  left: -4px;
  width: 9px;
  height: 9px;
  content: "";
  border: 1px solid var(--orange);
  border-radius: 50%;
  background: var(--ink);
}

.story-grid {
  z-index: 2;
  opacity: 0.16;
  background-image: linear-gradient(rgba(104, 240, 193, 0.18) 1px, transparent 1px), linear-gradient(90deg, rgba(104, 240, 193, 0.18) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(90deg, transparent 42%, #000 100%);
}

.story-ui { position: relative; z-index: 5; height: 100%; pointer-events: none; }
.story-heading { position: absolute; top: clamp(110px, 14vh, 160px); left: 0; }
.story-heading .section-label { margin-bottom: 24px; }
.story-heading h2 { font-size: clamp(50px, 5.2vw, 84px); font-weight: 500; line-height: 0.95; letter-spacing: -0.055em; }
.story-heading h2 span { color: rgba(255, 255, 255, 0.55); font-weight: 300; }

.story-steps {
  position: absolute;
  right: 0;
  bottom: clamp(72px, 10vh, 120px);
  width: min(520px, 44vw);
  min-height: 150px;
}

.story-step {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 22px;
  align-items: start;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 400ms ease, transform 400ms ease;
}

.story-step.is-active { opacity: 1; transform: translateY(0); }
.story-step > span { color: var(--mint); font: 12px/1 "IBM Plex Mono", monospace; }
.story-step h3 { margin-bottom: 14px; font-size: clamp(25px, 2.1vw, 34px); font-weight: 500; letter-spacing: -0.035em; }
.story-step p { color: rgba(255, 255, 255, 0.68); font-size: 16px; line-height: 1.55; }

.story-progress {
  position: absolute;
  bottom: clamp(78px, 10vh, 126px);
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
}

.story-progress i { display: block; width: 180px; height: 2px; background: linear-gradient(90deg, var(--mint) calc(var(--story-progress) * 100%), rgba(255,255,255,.25) 0); }

/* Capabilities */
.capabilities { position: relative; overflow: clip; padding: clamp(110px, 12vw, 180px) 0 0; color: var(--ink); background: var(--paper); }
.capabilities-head { display: grid; grid-template-columns: 0.65fr 1.8fr 0.7fr; gap: clamp(28px, 5vw, 84px); align-items: end; margin-bottom: clamp(80px, 9vw, 140px); }
.capabilities-head > p:last-child { color: #46514d; font-size: 16px; line-height: 1.55; }

.capability-list { border-top: 1px solid var(--line-light); }

.capability-item {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(240px, 1fr) minmax(300px, 1fr) 150px;
  gap: 30px;
  align-items: center;
  min-height: 144px;
  border-bottom: 1px solid var(--line-light);
}

.capability-item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  width: 3px;
  content: "";
  background: var(--orange);
  transform: scaleY(0);
  transition: transform 260ms ease;
}

.capability-item:hover::before { transform: scaleY(1); }
.capability-index, .capability-code { color: #56625d; font-size: 10px; }
.capability-item h3 { font-size: clamp(25px, 2.1vw, 34px); font-weight: 500; letter-spacing: -0.035em; }
.capability-item p { color: #46514d; font-size: 15px; line-height: 1.55; }
.capability-code { justify-self: end; }

.capabilities-statement {
  display: flex;
  width: max-content;
  gap: 0.15em;
  margin-top: 90px;
  margin-left: -2vw;
  color: transparent;
  font-size: clamp(76px, 13vw, 220px);
  font-weight: 600;
  line-height: 0.72;
  letter-spacing: -0.065em;
  -webkit-text-stroke: 1px rgba(7, 11, 10, 0.22);
  transform: translateX(calc(var(--page-progress, 0) * -8vw));
}

.capabilities-statement i { color: var(--orange); font-style: normal; -webkit-text-stroke: 0; }

/* Field capture */
.field { position: relative; min-height: 190vh; min-height: 190svh; color: var(--white); background: #0a100e; }
.field-media-wrap { position: absolute; inset: 0 50% 0 0; }
.field-media { position: sticky; top: 0; width: 100%; height: 100vh; height: 100svh; min-height: 680px; margin: 0; overflow: hidden; background: #111b18; }
.field-media picture, .field-media picture img, .field-media__veil, .field-scan { position: absolute; inset: 0; }
.field-media picture { inset: -8% 0; }
.field-media picture img { width: 100%; height: 116%; object-fit: cover; object-position: 52% 48%; transform: translate3d(0, var(--field-shift, 0), 0) scale(1.06); will-change: transform; }
.field-media__veil { background: linear-gradient(90deg, transparent 60%, #0a100e 100%), linear-gradient(0deg, rgba(7,11,10,.72), transparent 42%); }
.field-scan { left: 54%; width: 1px; background: linear-gradient(transparent, var(--mint), transparent); box-shadow: 0 0 25px rgba(104,240,193,.42); animation: scanner 6s ease-in-out infinite alternate; }
.field-scan i { position: absolute; top: 31%; left: -5px; width: 11px; height: 11px; border: 1px solid var(--orange); border-radius: 50%; }
@keyframes scanner { from { transform: translateX(-18vw); opacity: .25; } to { transform: translateX(18vw); opacity: .9; } }

.field-media figcaption {
  position: absolute;
  right: 32px;
  bottom: 28px;
  left: 32px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.65);
  font-size: 9px;
}
.field-media figcaption strong { color: var(--white); font-weight: 500; }

.field-copy { min-height: 190vh; min-height: 190svh; padding-block: clamp(120px, 14vw, 200px); }
.field-copy__inner { width: calc(50% - 7vw); margin-left: calc(50% + 7vw); }
.field h2 { margin-top: 28px; font-size: clamp(48px, 5vw, 82px); }
.field h2 span, .workflow h2 span { color: rgba(255,255,255,.48); font-weight: 300; }
.field-lead { margin: 40px 0 76px; color: rgba(255,255,255,.66); font-size: 18px; line-height: 1.55; }

.method-list { margin-bottom: 60px; border-top: 1px solid var(--line-dark); }
.method-list article { display: grid; grid-template-columns: 90px 0.8fr 1.2fr; gap: 26px; padding: 30px 0; border-bottom: 1px solid var(--line-dark); }
.method-list article > span { color: var(--mint); font-size: 9px; }
.method-list h3 { font-size: 19px; font-weight: 500; }
.method-list p { color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.55; }

/* Contexts */
.contexts { padding: clamp(110px, 12vw, 180px) 0; color: var(--ink); background: var(--paper); }
.contexts-head { display: grid; grid-template-columns: .65fr 2.5fr; gap: 40px; align-items: start; margin-bottom: clamp(70px, 8vw, 120px); }
.contexts-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.context-card { position: relative; min-height: 460px; padding: 32px; overflow: hidden; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.context-card::before {
  position: absolute;
  inset: auto -30% -55% -30%;
  height: 100%;
  content: "";
  border: 1px solid rgba(7,11,10,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(7,11,10,.035), 0 0 0 68px rgba(7,11,10,.035), 0 0 0 102px rgba(7,11,10,.035);
  transition: transform 600ms cubic-bezier(.2,.7,.2,1);
}
.context-card:nth-child(2)::before { inset: 18% -70% auto -15%; }
.context-card:nth-child(3)::before { inset: auto -10% -35% -60%; }
.context-card:hover::before { transform: scale(1.18) translateY(-4%); }
.context-card > span { color: #9b2d1c; font-size: 10px; }
.context-card h3 { margin-top: 110px; font-size: clamp(29px, 2.7vw, 44px); font-weight: 500; letter-spacing: -0.045em; }
.context-card p { max-width: 34ch; margin-top: 20px; color: #46514d; font-size: 15px; line-height: 1.55; }
.context-card > i { position: absolute; right: 28px; bottom: 26px; color: #4d5954; font-size: 9px; font-style: normal; }

/* Workflow */
.workflow { padding: clamp(110px, 13vw, 190px) 0; background: #0b1210; }
.workflow-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(60px, 9vw, 150px); }
.workflow-title { position: sticky; top: 140px; align-self: start; }
.workflow-title h2 { margin-top: 28px; font-size: clamp(52px, 5.4vw, 86px); }
.workflow-steps { border-top: 1px solid var(--line-dark); }
.workflow-steps li { display: grid; grid-template-columns: 64px 1fr; gap: 30px; min-height: 188px; padding: 38px 0; border-bottom: 1px solid var(--line-dark); }
.workflow-steps li > span { color: var(--mint); font: 11px/1 "IBM Plex Mono", monospace; }
.workflow-steps h3 { margin-bottom: 18px; font-size: clamp(25px, 2.1vw, 34px); font-weight: 500; letter-spacing: -0.035em; }
.workflow-steps p { max-width: 48ch; color: rgba(255,255,255,.59); font-size: 15px; line-height: 1.6; }

/* Contact + footer */
.contact { position: relative; min-height: 88vh; min-height: 88svh; padding: clamp(110px, 12vw, 180px) 0 90px; color: var(--ink); background: var(--mint); }
.contact :focus-visible { outline-color: var(--ink); }
.contact-topline { position: absolute; top: 0; right: 0; left: 0; display: flex; align-items: center; }
.contact-topline span { flex: 1; height: 1px; background: rgba(7,11,10,.25); }
.contact-topline i { width: 13px; height: 13px; border: 1px solid var(--orange); border-radius: 50%; }
.contact-grid { display: grid; grid-template-columns: .65fr 2fr; gap: 40px; }
.contact-grid > div { max-width: 1000px; }
.contact h2 span { color: rgba(7,11,10,.47); }
.contact-grid > div > p { max-width: 55ch; margin-top: 38px; color: rgba(7,11,10,.68); font-size: 18px; line-height: 1.55; }
.contact-action {
  position: relative;
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr auto 42px;
  gap: 30px;
  align-items: center;
  margin-top: 80px;
  padding: 30px 0;
  border-top: 1px solid rgba(7,11,10,.35);
  border-bottom: 1px solid rgba(7,11,10,.35);
}
.contact-action::before { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; content: ""; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform 300ms ease; }
.contact-action:hover::before { transform: scaleX(1); transform-origin: left; }
.contact-action span { font-size: 14px; }
.contact-action strong { font-size: clamp(24px, 2.8vw, 44px); font-weight: 500; letter-spacing: -0.035em; }
.contact-action i { font-size: 28px; font-style: normal; }

.site-footer { display: grid; grid-template-columns: .8fr 1fr auto; gap: 40px; align-items: center; min-height: 160px; color: rgba(255,255,255,.62); background: var(--ink); font-size: 12px; }
.site-footer::before { position: absolute; right: 0; left: 0; content: ""; }
.logo--footer { color: var(--white); font-size: 14px; }
.logo--footer .logo-mark { width: 22px; height: 22px; }
.site-footer > div { display: flex; gap: 32px; }
.site-footer a:hover { color: var(--mint); }

/* Responsive */
@media (max-width: 1100px) {
  :root { --shell: min(100% - 44px, 1080px); }
  .hero-bottom { grid-template-columns: minmax(300px, 540px); }
  .manifesto-grid, .capabilities-head { grid-template-columns: .55fr 2fr; }
  .manifesto-note, .capabilities-head > p:last-child { grid-column: 2; max-width: 560px; }
  .capability-item { grid-template-columns: 60px 1fr 1fr 120px; gap: 22px; }
  .method-list article { grid-template-columns: 70px 1fr; }
  .method-list article p { grid-column: 2; }
  .contexts-grid { grid-template-columns: 1.25fr 1fr; }
  .context-card:last-child { grid-column: 1 / -1; min-height: 340px; }
}

@media (max-width: 900px) {
  :root { --shell: calc(100vw - 32px); --header-h: 74px; }
  .site-header { padding-left: max(16px, env(safe-area-inset-left)); padding-right: max(16px, env(safe-area-inset-right)); }
  .site-nav { position: relative; }
  .js .menu-toggle { display: inline-flex; align-items: center; gap: 12px; padding: 10px 0 10px 12px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle__label { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
  .menu-toggle__icon { position: relative; width: 26px; height: 18px; }
  .menu-toggle__icon i { position: absolute; right: 0; width: 26px; height: 1px; background: currentColor; transition: transform 220ms ease, top 220ms ease; }
  .menu-toggle__icon i:first-child { top: 5px; }
  .menu-toggle__icon i:last-child { top: 13px; width: 18px; }
  .menu-toggle[aria-expanded="true"] .menu-toggle__icon i:first-child { top: 9px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle__icon i:last-child { top: 9px; width: 26px; transform: rotate(-45deg); }
  .nav-panel {
    position: fixed;
    z-index: -1;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    padding: 110px 28px 48px;
    visibility: hidden;
    opacity: 0;
    background: rgba(7, 11, 10, .98);
    transform: translateY(-18px);
    transition: opacity 220ms ease, transform 220ms ease, visibility 0s 220ms;
  }
  .nav-panel.is-open { visibility: visible; opacity: 1; transform: translateY(0); transition-delay: 0s; }
  .nav-links { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
  .nav-links a { color: var(--white); font-size: clamp(28px, 8vw, 42px); font-weight: 400; letter-spacing: -.04em; }
  .nav-contact { font-size: 15px; }

  .hero { min-height: max(760px, 100vh); min-height: max(760px, 100svh); }
  .hero-picture { inset: -3%; }
  .hero-picture img { object-position: 66% 50%; }
  .hero-media__shade { background: linear-gradient(180deg, rgba(7,11,10,.62) 0%, transparent 24%), linear-gradient(90deg, rgba(7,11,10,.92), rgba(7,11,10,.34)), linear-gradient(0deg, rgba(7,11,10,.96) 0%, rgba(7,11,10,.45) 52%, rgba(7,11,10,.35) 100%); }
  .hero-media__mesh { opacity: .15; }
  .survey-mark { display: none; }
  .survey-mark--two { display: flex; top: 23%; right: 10%; }
  .hero-content { justify-content: flex-end; padding-top: 120px; padding-bottom: 106px; }
  .eyebrow { margin-bottom: 22px; font-size: 9px; }
  .hero h1 { max-width: 100%; font-size: clamp(54px, 17vw, 82px); line-height: .88; }
  .hero h1 > span { max-width: 12ch; margin-top: .32em; font-size: .4em; line-height: 1.06; }
  .hero-bottom { display: block; margin-top: 34px; }
  .hero-bottom > p { max-width: 36ch; font-size: 16px; line-height: 1.52; }
  .hero-actions { display: grid; gap: 12px; margin-top: 28px; }
  .button { width: 100%; }
  .text-link { width: max-content; }
  .hero-meta { bottom: 21px; }
  .hero-meta span:last-child { display: none; }

  .manifesto-ticker { padding-block: 15px; }
  .manifesto-grid { display: block; padding-block: 84px; }
  .manifesto h2, .capabilities h2, .field h2, .contexts h2, .workflow h2, .contact h2 { font-size: clamp(43px, 12.4vw, 64px); }
  .manifesto h2 { margin-top: 34px; }
  .manifesto-note { padding-top: 54px; }
  .coordinate { margin-bottom: 24px; }

  .story { height: auto; }
  .story-sticky { position: relative; height: auto; min-height: 0; overflow: hidden; padding-bottom: 82px; }
  .story-media { position: relative; height: 66vh; height: 66svh; min-height: 500px; }
  .story-media::after { background: linear-gradient(0deg, var(--ink) 0%, transparent 55%, rgba(7,11,10,.38) 100%); }
  .story-photo { inset: -4%; }
  .story-photo img { width: 108%; height: 108%; object-position: 59% center; transform: scale(1.03); }
  .story-photo--scan { clip-path: inset(0 16% 0 0); }
  .story-scan-line { left: 84%; }
  .story-grid { opacity: .09; }
  .story-ui { height: auto; margin-top: -132px; }
  .story-heading { position: relative; top: auto; left: auto; }
  .story-heading h2 { font-size: clamp(43px, 12vw, 62px); }
  .story-steps { position: relative; right: auto; bottom: auto; width: auto; min-height: 0; margin-top: 62px; border-top: 1px solid var(--line-dark); }
  .story-step { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 28px 0; border-bottom: 1px solid var(--line-dark); opacity: 1; transform: none; }
  .story-step h3 { margin-bottom: 10px; font-size: 24px; }
  .story-step p { font-size: 14px; }
  .story-progress { display: none; }

  .capabilities { padding-top: 90px; }
  .capabilities-head { display: block; margin-bottom: 70px; }
  .capabilities h2 { margin-top: 32px; }
  .capabilities-head > p:last-child { margin-top: 32px; }
  .capability-item { display: grid; grid-template-columns: 42px 1fr; gap: 14px; min-height: 0; padding: 28px 0; }
  .capability-item h3 { font-size: 26px; }
  .capability-item p { grid-column: 2; }
  .capability-code { grid-column: 2; justify-self: start; margin-top: 8px; }
  .capabilities-statement { margin-top: 70px; font-size: 23vw; line-height: .8; }

  .field { min-height: 0; }
  .field-media-wrap { position: relative; inset: auto; height: 82vh; height: 82svh; min-height: 620px; }
  .field-media { position: relative; height: 100%; min-height: 0; }
  .field-media picture { inset: -4% 0; }
  .field-media picture img { height: 108%; object-position: 50% 52%; transform: scale(1.03); }
  .field-media__veil { background: linear-gradient(0deg, #0a100e 0%, transparent 42%); }
  .field-scan { animation-duration: 8s; }
  .field-media figcaption { right: 16px; bottom: 24px; left: 16px; flex-direction: column; }
  .field-copy { min-height: 0; padding-block: 72px 100px; }
  .field-copy__inner { width: auto; margin-left: 0; }
  .field h2 { margin-top: 32px; }
  .field-lead { margin: 32px 0 56px; font-size: 16px; }
  .method-list article { display: block; padding: 28px 0; }
  .method-list h3 { margin: 12px 0 10px; font-size: 24px; }

  .contexts { padding-block: 90px; }
  .contexts-head { display: block; margin-bottom: 64px; }
  .contexts h2 { margin-top: 32px; }
  .contexts-grid { display: block; border-top: 1px solid var(--line-light); }
  .context-card, .context-card:last-child { min-height: 350px; border-left: 1px solid var(--line-light); }
  .context-card h3 { margin-top: 70px; font-size: 36px; }

  .workflow { padding-block: 90px; }
  .workflow-grid { display: block; }
  .workflow-title { position: relative; top: auto; margin-bottom: 70px; }
  .workflow-title h2 { margin-top: 32px; }
  .workflow-steps li { grid-template-columns: 42px 1fr; gap: 14px; min-height: 0; padding: 28px 0; }
  .workflow-steps h3 { font-size: 25px; }

  .contact { min-height: 0; padding-block: 90px 70px; }
  .contact-grid { display: block; }
  .contact-grid > div { margin-top: 42px; }
  .contact-grid > div > p { font-size: 16px; }
  .contact-action { grid-column: auto; grid-template-columns: 1fr 26px; gap: 14px; margin-top: 58px; }
  .contact-action span { grid-column: 1; }
  .contact-action strong { grid-column: 1; font-size: clamp(26px, 8vw, 38px); }
  .contact-action i { grid-column: 2; grid-row: 1 / 3; }

  .site-footer { display: flex; min-height: 220px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; }
  .site-footer > div { width: 100%; justify-content: space-between; }

  html:not(.js) .site-header { position: absolute; height: auto; background: rgba(7,11,10,.88); }
  html:not(.js) .site-nav { flex-wrap: wrap; padding-block: 18px; }
  html:not(.js) .nav-panel { position: static; z-index: auto; width: 100%; flex-direction: row; align-items: center; justify-content: space-between; flex-basis: 100%; gap: 14px; padding: 18px 0 0; visibility: visible; opacity: 1; background: transparent; transform: none; }
  html:not(.js) .nav-links { display: flex; flex-direction: row; gap: 16px; overflow-x: auto; }
  html:not(.js) .nav-links a { flex: 0 0 auto; font-size: 11px; letter-spacing: 0; }
  html:not(.js) .nav-contact { display: none; }
}

@media (min-width: 901px) and (max-height: 700px) {
  .hero { min-height: 620px; }
  .hero-content { padding-top: 112px; padding-bottom: 66px; }
  .hero h1 { font-size: clamp(58px, 7vw, 88px); }
  .hero-bottom { grid-template-columns: minmax(320px, 500px) auto; gap: 28px; margin-top: 28px; }
  .hero-bottom > p { font-size: 16px; }
  .hero-actions { gap: 18px; }
  .story-sticky, .field-media { min-height: 600px; }
  .story-heading { top: 104px; }
  .story-steps, .story-progress { bottom: 54px; }
}

@media (max-width: 380px) {
  :root { --shell: calc(100vw - 24px); }
  .site-header { padding-inline: 12px; }
  .logo { gap: 9px; font-size: 15px; }
  .logo-mark { width: 24px; height: 24px; }
  .menu-toggle__label { display: none; }
  .hero h1 { font-size: 51px; }
  .hero-bottom > p { font-size: 15px; }
  .context-card { padding: 26px; }
}

@media (pointer: coarse) {
  .hero-picture, .hero-media__mesh, .survey-mark { transform: none; }
  .capability-item::before { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .manifesto-ticker__track { animation: none !important; transform: none !important; }
  .hero-picture, .hero-media__mesh, .survey-mark, .story-photo img, .field-media picture img, .capabilities-statement { transform: none !important; }
  .story-photo--scan { clip-path: inset(0 14% 0 0); }
  .story-scan-line { left: 86%; }
}

@media (forced-colors: active) {
  .hero-media, .story-media, .field-media { opacity: .32; }
  .button, .nav-contact, .text-link, .contact-action { border: 1px solid ButtonText; }
  .logo-mark, .survey-mark i { border-color: ButtonText; }
}

@media print {
  .site-header, .scroll-progress, .hero-media__mesh, .story-scan-line, .field-scan, .manifesto-ticker { display: none !important; }
  body, .hero, .story, .field, .workflow { color: #111; background: #fff; }
  .hero { min-height: auto; }
  .hero-media, .story-media, .field-media-wrap { position: relative; height: 360px; opacity: .45; }
  .story { height: auto; }
  .story-sticky, .workflow-title { position: relative; top: auto; height: auto; }
}
