@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/fonts/bricolage-grotesque-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: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/fonts/bricolage-grotesque-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("/assets/fonts/schibsted-grotesk-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: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("/assets/fonts/schibsted-grotesk-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  color-scheme: dark;
  --canvas: #050706;
  --surface: #0b0f0d;
  --surface-raised: #121714;
  --ink: #f2f5ef;
  --ink-soft: #c6cec7;
  --muted: #929c95;
  --hairline: rgba(242, 245, 239, 0.14);
  --hairline-strong: rgba(242, 245, 239, 0.26);
  --mint: #83ffc1;
  --mint-dark: #1d7b51;
  --danger: #ff8e8e;
  --success: #83ffc1;
  --font-display: "Bricolage Grotesque", "Arial Narrow", sans-serif;
  --font-body: "Schibsted Grotesk", Arial, sans-serif;
  --page: min(1440px, calc(100vw - 64px));
  --header-height: 86px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  min-width: 320px;
  overflow-x: clip;
  background: var(--canvas);
  scroll-padding-top: calc(var(--header-height) + 20px);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  background: var(--mint);
  color: #06100b;
}

img,
svg,
canvas {
  display: block;
  max-width: 100%;
}

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

button,
select {
  cursor: pointer;
}

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

a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(131, 255, 193, 0.16);
}

a,
button {
  touch-action: manipulation;
}

p,
h1,
h2,
h3,
figure,
dl,
dd,
ol,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

button {
  border: 0;
  background: none;
}

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

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  transform: translateY(-160%);
  background: var(--mint);
  color: #06100b;
  font-weight: 700;
  transition: transform 180ms ease;
}

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

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

main,
.site-footer {
  position: relative;
  z-index: 2;
}

/* Persistent signal world */

.world-layer {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background: var(--canvas);
  contain: strict;
}

.world-poster,
.world-canvas,
.world-wash,
.world-grain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.world-poster {
  transition: opacity 900ms var(--ease-out), transform 1600ms var(--ease-out);
}

.world-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.world-canvas {
  opacity: 0;
  transition: opacity 900ms var(--ease-out);
}

.webgl-ready .world-canvas {
  opacity: 1;
}

.webgl-ready .world-poster {
  opacity: 0;
  transform: scale(1.025);
}

.world-wash {
  background:
    linear-gradient(90deg, rgba(5, 7, 6, 0.98) 0%, rgba(5, 7, 6, 0.76) 34%, rgba(5, 7, 6, 0.08) 72%, rgba(5, 7, 6, 0.32) 100%),
    linear-gradient(180deg, rgba(5, 7, 6, 0.46) 0%, transparent 24%, transparent 70%, rgba(5, 7, 6, 0.82) 100%);
}

.world-grain {
  opacity: 0.1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.world-readout {
  position: absolute;
  right: 32px;
  bottom: 28px;
  display: flex;
  gap: 24px;
  color: rgba(242, 245, 239, 0.48);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.world-readout span:last-child {
  min-width: 48px;
  color: var(--mint);
  font-variant-numeric: tabular-nums;
  text-align: right;
}

/* Header and navigation */

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(176px, 1fr) auto minmax(176px, 1fr);
  align-items: center;
  width: 100%;
  height: var(--header-height);
  padding-right: max(32px, env(safe-area-inset-right));
  padding-left: max(32px, env(safe-area-inset-left));
  border-bottom: 1px solid transparent;
  transition: background-color 300ms ease, border-color 300ms ease;
}

.site-header.is-scrolled,
.menu-open .site-header {
  border-color: var(--hairline);
  background: rgba(5, 7, 6, 0.9);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 158px;
  min-height: 44px;
}

.brand img,
.footer-brand img {
  width: 100%;
  height: auto;
}

.header-scene {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 182px;
  color: rgba(242, 245, 239, 0.5);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.header-scene::before {
  width: 34px;
  height: 1px;
  background: var(--mint);
  content: "";
  transform-origin: left;
}

.header-scene span:last-child {
  color: var(--ink);
}

.desktop-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.1vw, 36px);
}

.desktop-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 550;
}

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

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

.motion-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding-inline: 0;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.motion-toggle::before {
  width: 5px;
  height: 5px;
  border: 1px solid var(--mint);
  border-radius: 50%;
  background: var(--mint);
  content: "";
  box-shadow: 0 0 10px rgba(131, 255, 193, 0.45);
}

.motion-toggle b {
  color: var(--ink-soft);
  font-weight: 500;
}

.motion-toggle:hover,
.motion-toggle:focus-visible {
  color: var(--mint);
}

.motion-toggle[aria-pressed="true"]::before {
  background: transparent;
  box-shadow: none;
}

.menu-toggle {
  justify-self: end;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-width: 72px;
  min-height: 44px;
  color: var(--ink);
}

.menu-toggle-label {
  font-size: 12px;
  font-weight: 600;
}

.menu-toggle-lines {
  position: relative;
  display: block;
  width: 18px;
  height: 10px;
}

.menu-toggle-lines i {
  position: absolute;
  left: 0;
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: transform 300ms var(--ease-out), top 300ms var(--ease-out);
}

.menu-toggle-lines i:first-child {
  top: 2px;
}

.menu-toggle-lines i:last-child {
  top: 8px;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines i:first-child {
  top: 5px;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines i:last-child {
  top: 5px;
  transform: rotate(-45deg);
}

.header-progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  overflow: hidden;
}

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

.menu-panel[hidden] {
  display: none;
}

.menu-panel {
  position: fixed;
  z-index: 90;
  inset: 0;
  overflow: auto;
  background: #080b09;
}

.menu-panel::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 38%, rgba(131, 255, 193, 0.12), transparent 30%),
    linear-gradient(120deg, transparent 0 65%, rgba(255, 255, 255, 0.025) 65% 65.2%, transparent 65.2%);
  content: "";
  pointer-events: none;
}

.menu-panel-inner {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: var(--page);
  min-height: 100%;
  margin-inline: auto;
  padding-block: calc(var(--header-height) + 54px) 36px;
}

.menu-panel-inner > p {
  color: var(--muted);
  font-size: 14px;
}

.menu-panel nav {
  align-self: center;
  display: grid;
}

.menu-panel nav a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-block: clamp(10px, 1.6vh, 22px);
  border-bottom: 1px solid var(--hairline);
}

.menu-panel nav a span {
  font-family: var(--font-display);
  font-size: clamp(3.1rem, 8vw, 8.5rem);
  font-weight: 560;
  letter-spacing: -0.065em;
  line-height: 0.88;
  transition: color 200ms ease, transform 300ms var(--ease-out);
}

.menu-panel nav a i {
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  font-style: normal;
}

.menu-panel nav a:hover span,
.menu-panel nav a:focus-visible span {
  color: var(--mint);
  transform: translateX(12px);
}

.menu-panel-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  color: var(--muted);
  font-size: 13px;
}

.menu-panel-foot a {
  color: var(--ink);
}

.motion-toggle-menu {
  display: none;
}

/* Hero */

.hero {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  overflow: clip;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.28fr);
  align-items: end;
  min-height: 100svh;
  padding-block: clamp(150px, 19vh, 220px) clamp(42px, 7vh, 80px);
}

.hero-copy {
  max-width: 1080px;
}

.hero-kicker,
.section-kicker {
  margin-bottom: 24px;
  color: var(--ink-soft);
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 520;
  letter-spacing: 0.025em;
}

.hero h1 {
  max-width: 1000px;
  font-family: var(--font-display);
  font-size: clamp(4.6rem, 10.8vw, 11.75rem);
  font-weight: 660;
  letter-spacing: -0.058em;
  line-height: 0.82;
}

.hero h1 span {
  display: block;
  width: max-content;
  max-width: 100%;
}

.hero h1 span:last-child {
  margin-top: 0.11em;
  margin-left: clamp(18px, 7vw, 114px);
  color: var(--mint);
}

.hero-summary {
  max-width: 600px;
  margin-top: clamp(34px, 5vh, 58px);
  color: var(--ink-soft);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 54px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 650;
  transition: color 220ms ease, background-color 220ms ease, transform 300ms var(--ease-out);
}

.action i {
  font-size: 16px;
  font-style: normal;
  transition: transform 300ms var(--ease-out);
}

.action-primary {
  min-width: 204px;
  background: var(--mint);
  color: #06100b;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.action-primary:hover,
.action-primary:focus-visible {
  background: #b1ffd6;
  transform: translateY(-3px);
}

.action-quiet {
  min-width: 184px;
  padding-inline: 0;
  border-bottom: 1px solid var(--hairline-strong);
}

.action-quiet:hover,
.action-quiet:focus-visible {
  color: var(--mint);
}

.action:hover i,
.action:focus-visible i {
  transform: translate(3px, -3px);
}

.hero-meta {
  align-self: end;
  display: grid;
  gap: 18px;
  margin-bottom: 2px;
  padding-left: 24px;
  border-left: 1px solid var(--hairline);
}

.hero-meta p {
  color: var(--ink-soft);
  font-size: 13px;
}

.hero-meta span {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

/* Scroll world chapters */

.journey {
  position: relative;
  z-index: 1;
}

.signal-beat {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 118svh;
  overflow: clip;
  padding: calc(var(--header-height) + 32px) max(32px, calc((100vw - 1440px) / 2 + 32px)) 60px;
}

.signal-beat::before {
  position: absolute;
  z-index: -1;
  top: 10%;
  bottom: 10%;
  left: 0;
  width: min(68vw, 980px);
  background: radial-gradient(ellipse at left center, rgba(5, 7, 6, 0.96) 0%, rgba(5, 7, 6, 0.72) 56%, transparent 78%);
  content: "";
}

.beat-client::before,
.beat-runtime::before {
  right: 0;
  left: auto;
  background: radial-gradient(ellipse at right center, rgba(5, 7, 6, 0.96) 0%, rgba(5, 7, 6, 0.72) 56%, transparent 78%);
}

.beat-copy {
  width: min(620px, 46vw);
}

.beat-client .beat-copy,
.beat-runtime .beat-copy {
  justify-self: end;
}

.beat-resolve .beat-copy {
  align-self: end;
  justify-self: center;
  width: min(900px, 72vw);
  padding-bottom: 10vh;
  text-align: center;
}

.beat-context {
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}

.beat-copy h2 {
  max-width: 760px;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 6vw, 6.8rem);
  font-weight: 580;
  letter-spacing: -0.064em;
  line-height: 0.91;
  text-wrap: balance;
}

.beat-copy > p:not(.beat-context) {
  max-width: 580px;
  margin-top: 30px;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.58;
}

.beat-resolve .beat-copy > p:not(.beat-context) {
  margin-inline: auto;
}

.beat-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 38px;
  padding-top: 20px;
  border-top: 1px solid var(--hairline);
}

.beat-facts div {
  display: grid;
  gap: 4px;
}

.beat-facts dt {
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.beat-facts dd {
  color: var(--ink);
  font-size: 14px;
}

.beat-route {
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  max-width: 100%;
  margin-top: 38px;
  padding-block: 15px;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  color: var(--ink);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.beat-route i {
  color: var(--mint);
  font-style: normal;
}

.journey::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 46svh;
  background: linear-gradient(transparent, var(--surface));
  content: "";
  pointer-events: none;
}

/* Project evidence */

.projects {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding-block: clamp(120px, 16vw, 240px);
  border-top: 1px solid rgba(131, 255, 193, 0.32);
  background: var(--surface);
}

.projects::before {
  position: absolute;
  top: 0;
  left: 0;
  width: min(34vw, 540px);
  height: 1px;
  background: var(--mint);
  box-shadow: 0 0 28px rgba(131, 255, 193, 0.4);
  content: "";
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(240px, 0.28fr);
  gap: 48px;
  align-items: end;
}

.section-intro .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -8px;
  color: var(--mint);
}

.section-intro h2 {
  max-width: 940px;
  font-family: var(--font-display);
  font-size: clamp(3.8rem, 7.8vw, 8.8rem);
  font-weight: 570;
  letter-spacing: -0.07em;
  line-height: 0.9;
  text-wrap: balance;
}

.section-intro > p:last-child {
  max-width: 420px;
  padding-bottom: 8px;
  color: var(--muted);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.6;
}

.project {
  position: relative;
  margin-top: clamp(88px, 10vw, 150px);
}

.system-heading > p {
  margin-bottom: 10px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.system-heading h3 {
  font-family: var(--font-display);
  font-size: clamp(5rem, 11vw, 12rem);
  font-weight: 650;
  letter-spacing: -0.078em;
  line-height: 0.78;
}

.project-system {
  display: grid;
  grid-template-columns: minmax(280px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(54px, 9vw, 150px);
  padding: clamp(42px, 6vw, 96px);
  overflow: hidden;
  border: 1px solid var(--hairline);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(131, 255, 193, 0.045), transparent 44%),
    var(--surface-raised);
}

.project-system::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38%;
  height: 46%;
  border-top: 1px solid rgba(131, 255, 193, 0.1);
  border-left: 1px solid rgba(131, 255, 193, 0.1);
  background: repeating-linear-gradient(135deg, transparent 0 34px, rgba(131, 255, 193, 0.028) 34px 35px);
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
  content: "";
}

.system-heading {
  position: relative;
  z-index: 1;
  align-self: center;
}

.system-heading h3 {
  font-size: clamp(4.6rem, 8.4vw, 9.4rem);
  line-height: 0.82;
}

.system-stack {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  padding-block: 10px;
  border-top: 1px solid var(--hairline-strong);
  border-bottom: 1px solid var(--hairline-strong);
}

.system-node {
  position: relative;
  display: grid;
  grid-template-columns: minmax(130px, 0.42fr) minmax(180px, 0.58fr);
  gap: 10px 24px;
  width: 84%;
  min-height: 128px;
  padding: 24px 18px 24px 26px;
  border-bottom: 1px solid var(--hairline);
  background: linear-gradient(90deg, rgba(131, 255, 193, 0.035), transparent 68%);
}

.system-node::after {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  width: 1px;
  background: var(--mint);
  content: "";
}

.system-node span {
  grid-column: 1 / -1;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.system-node b {
  align-self: end;
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 570;
}

.system-node p {
  align-self: end;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.system-service {
  width: 91%;
  margin-left: 5%;
}

.system-runtime {
  width: 90%;
  margin-left: 10%;
  border-bottom: 0;
}

.system-connector {
  position: relative;
  width: 1px;
  height: 22px;
  margin-left: calc(18% + 18px);
  overflow: hidden;
  background: var(--hairline-strong);
}

.system-connector i {
  position: absolute;
  inset: 0;
  background: var(--mint);
  transform: translateY(-100%);
}

.system-connector:nth-of-type(4) {
  margin-left: calc(28% + 18px);
}

.system-proof {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: clamp(28px, 4vw, 64px);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}

.system-proof > div {
  min-height: 290px;
  padding: clamp(28px, 4vw, 58px) clamp(0px, 3vw, 44px);
}

.system-proof > div:first-child {
  padding-left: 0;
  border-right: 1px solid var(--hairline);
}

.system-proof > div:last-child {
  padding-right: 0;
}

.system-proof > div > p:first-child {
  margin-bottom: 28px;
  color: var(--mint);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.system-proof h4 {
  max-width: 540px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 4.3rem);
  font-weight: 560;
  letter-spacing: -0.05em;
  line-height: 0.98;
  text-wrap: balance;
}

.system-proof > div > p:last-child {
  max-width: 520px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.system-case-foot {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 30px;
}

.system-case-foot > p {
  max-width: 560px;
  color: var(--ink-soft);
  font-size: 15px;
}

.system-case-foot ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.system-case-foot li:not(:last-child)::after {
  margin-inline: 10px;
  color: var(--mint);
  content: "/";
}

/* Method */

.method {
  position: relative;
  z-index: 3;
  padding-block: clamp(120px, 15vw, 220px);
  background: #080b09;
}

.method-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(58px, 10vw, 168px);
}

.method-lede {
  position: sticky;
  top: calc(var(--header-height) + 60px);
  align-self: start;
}

.method-lede h2 {
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 5.6vw, 6.2rem);
  font-weight: 580;
  letter-spacing: -0.064em;
  line-height: 0.94;
  text-wrap: balance;
}

.method-lede p {
  max-width: 500px;
  margin-top: 32px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.method-list {
  counter-reset: method;
}

.method-list li {
  position: relative;
  display: grid;
  grid-template-columns: minmax(160px, 0.42fr) minmax(220px, 0.58fr);
  gap: 32px;
  padding-block: 40px;
  border-top: 1px solid var(--hairline);
  counter-increment: method;
}

.method-list li:last-child {
  border-bottom: 1px solid var(--hairline);
}

.method-list li::before {
  position: absolute;
  top: 13px;
  left: 0;
  color: var(--mint);
  content: "0" counter(method);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.method-list span {
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 580;
  letter-spacing: -0.025em;
}

.method-list p {
  color: var(--muted);
  line-height: 1.6;
}

.capability-band {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(230px, 0.28fr) minmax(0, 0.72fr);
  gap: 40px;
  margin-top: clamp(80px, 10vw, 150px);
  padding-top: 28px;
  border-top: 1px solid var(--hairline-strong);
}

.capability-band > p {
  color: var(--muted);
  font-size: 13px;
}

.capability-band ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
  font-size: clamp(20px, 2.5vw, 36px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.capability-band li:not(:last-child)::after {
  margin-inline: clamp(10px, 1.4vw, 22px);
  color: var(--mint);
  content: "/";
  font-weight: 300;
}

/* Contact */

.contact {
  position: relative;
  z-index: 3;
  padding-block: clamp(120px, 16vw, 230px);
  border-top: 1px solid rgba(131, 255, 193, 0.34);
  background:
    radial-gradient(circle at 10% 18%, rgba(131, 255, 193, 0.09), transparent 24%),
    #0b110e;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.43fr) minmax(0, 0.57fr);
  gap: clamp(64px, 10vw, 160px);
}

.contact-copy .section-kicker {
  color: var(--mint);
}

.contact-copy h2 {
  max-width: 680px;
  font-family: var(--font-display);
  font-size: clamp(4.2rem, 8.3vw, 9.2rem);
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 0.84;
  text-wrap: balance;
}

.contact-copy > p:not(.section-kicker) {
  max-width: 530px;
  margin-top: 38px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.6;
}

.contact-links {
  display: grid;
  margin-top: 58px;
  border-top: 1px solid var(--hairline);
}

.contact-links a {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 18px;
  padding-block: 15px;
  border-bottom: 1px solid var(--hairline);
  font-size: 13px;
}

.contact-links span {
  color: var(--muted);
}

.contact-links b {
  overflow: hidden;
  font-weight: 540;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 180ms ease;
}

.contact-links a:hover b,
.contact-links a:focus-visible b {
  color: var(--mint);
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  gap: 32px 24px;
  padding-top: 4px;
}

.hp-field {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.field {
  display: grid;
  gap: 11px;
}

.field-message,
.form-foot,
.form-status {
  grid-column: 1 / -1;
}

.field label {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 600;
}

.field label span {
  color: var(--muted);
  font-weight: 400;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 56px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid var(--hairline-strong);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 16px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.field select {
  appearance: none;
  padding-right: 34px;
  background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position: calc(100% - 14px) 50%, calc(100% - 8px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.field select option {
  background: var(--surface-raised);
  color: var(--ink);
}

.field textarea {
  min-height: 154px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(146, 156, 149, 0.66);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--mint);
  box-shadow: 0 1px 0 var(--mint);
}

.form-foot {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 10px;
}

.form-foot p {
  max-width: 330px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-width: 190px;
  min-height: 56px;
  padding: 0 20px;
  background: var(--mint);
  color: #06100b;
  font-size: 14px;
  font-weight: 700;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  transition: background-color 180ms ease, transform 280ms var(--ease-out), opacity 180ms ease;
}

.submit-button i {
  font-style: normal;
  transition: transform 280ms var(--ease-out);
}

.submit-button:hover,
.submit-button:focus-visible {
  background: #b1ffd6;
  transform: translateY(-3px);
}

.submit-button:hover i,
.submit-button:focus-visible i {
  transform: translate(3px, -3px);
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.58;
  transform: none;
}

.form-status {
  min-height: 24px;
  color: var(--muted);
  font-size: 13px;
}

.form-status.is-success {
  color: var(--success);
}

.form-status.is-error {
  color: var(--danger);
}

/* Footer */

.site-footer {
  border-top: 1px solid var(--hairline);
  background: var(--canvas);
}

.site-footer .page-shell {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 150px;
  gap: 30px;
}

.footer-brand {
  width: 144px;
}

.footer-meta {
  display: grid;
  justify-items: center;
  gap: 6px;
}

.site-footer p {
  display: flex;
  gap: 20px;
  color: var(--muted);
  font-size: 12px;
}

.asset-credit {
  color: var(--muted);
  font-size: 10px;
  text-align: center;
  text-decoration-color: transparent;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.asset-credit:hover,
.asset-credit:focus-visible {
  color: var(--ink-soft);
  text-decoration-color: currentColor;
}

.site-footer > div > a:last-child {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--ink-soft);
  font-size: 12px;
}

/* Responsive */

@media (max-width: 1100px) {
  :root {
    --page: min(100% - 48px, 960px);
  }

  .site-header {
    grid-template-columns: 1fr auto 1fr;
    padding-right: max(24px, env(safe-area-inset-right));
    padding-left: max(24px, env(safe-area-inset-left));
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .signal-beat {
    padding-inline: 24px;
  }

  .beat-copy {
    width: min(620px, 58vw);
  }

  .project-system,
  .method-grid,
  .contact-grid {
    gap: 58px;
  }

  .system-node {
    width: 90%;
    grid-template-columns: 1fr;
  }

  .system-node span {
    grid-column: auto;
  }

  .system-node p {
    margin-top: 4px;
  }

  .no-js .desktop-nav {
    display: flex;
  }

  .no-js .menu-toggle,
  .no-js .header-scene {
    display: none;
  }
}

@media (max-width: 820px) {
  :root {
    --page: calc(100% - 40px);
    --header-height: 74px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    padding-right: max(20px, env(safe-area-inset-right));
    padding-left: max(20px, env(safe-area-inset-left));
  }

  .brand {
    width: 144px;
  }

  .header-scene {
    display: none;
  }

  .motion-toggle-menu {
    display: inline-flex;
  }

  .world-readout {
    display: none;
  }

  .world-poster img {
    object-position: 58% center;
  }

  .world-wash {
    background:
      linear-gradient(180deg, rgba(5, 7, 6, 0.55), transparent 26%, rgba(5, 7, 6, 0.18) 55%, rgba(5, 7, 6, 0.92) 100%),
      linear-gradient(90deg, rgba(5, 7, 6, 0.9), rgba(5, 7, 6, 0.12) 88%);
  }

  .hero-layout {
    grid-template-columns: 1fr;
    align-content: end;
    padding-block: 130px 34px;
  }

  .hero h1 {
    font-size: clamp(4.2rem, 17.5vw, 8.2rem);
  }

  .hero h1 span:last-child {
    margin-left: 8vw;
  }

  .hero-summary {
    max-width: 540px;
    margin-top: 32px;
    font-size: 17px;
  }

  .hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 34px;
    margin-top: 42px;
    padding-top: 18px;
    padding-left: 0;
    border-top: 1px solid var(--hairline);
    border-left: 0;
  }

  .signal-beat {
    align-items: end;
    min-height: 112svh;
    padding: calc(var(--header-height) + 40px) 20px 14vh;
  }

  .signal-beat::before {
    top: 30%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(transparent, rgba(5, 7, 6, 0.9) 48%, rgba(5, 7, 6, 0.99));
  }

  .beat-copy,
  .beat-resolve .beat-copy {
    justify-self: start;
    width: min(100%, 650px);
    padding-bottom: 0;
    text-align: left;
  }

  .beat-copy h2 {
    font-size: clamp(3rem, 11.5vw, 5.6rem);
  }

  .beat-resolve .beat-copy > p:not(.beat-context) {
    margin-inline: 0;
  }

  .section-intro,
  .project-system,
  .method-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .section-intro {
    gap: 28px;
  }

  .section-intro .section-kicker {
    margin-bottom: 0;
  }

  .section-intro h2 {
    font-size: clamp(3.5rem, 13vw, 7rem);
  }

  .project-system {
    padding: 44px 28px;
  }

  .system-stack {
    margin-top: 18px;
  }

  .system-node {
    width: 86%;
    grid-template-columns: minmax(120px, 0.4fr) minmax(160px, 0.6fr);
  }

  .system-node span {
    grid-column: 1 / -1;
  }

  .system-proof {
    grid-template-columns: 1fr;
  }

  .system-proof > div:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--hairline);
  }

  .system-proof > div,
  .system-proof > div:first-child,
  .system-proof > div:last-child {
    min-height: 0;
    padding: 38px 0;
  }

  .system-case-foot {
    align-items: flex-start;
    flex-direction: column;
  }

  .system-case-foot ul {
    justify-content: flex-start;
  }

  .method-lede {
    position: static;
  }

  .method-list {
    margin-top: 22px;
  }

  .capability-band {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .contact-grid {
    gap: 80px;
  }

  .contact-copy h2 {
    font-size: clamp(4rem, 14vw, 7.5rem);
  }
}

@media (max-width: 580px) {
  :root {
    --page: calc(100% - 32px);
  }

  .site-header {
    padding-right: max(16px, env(safe-area-inset-right));
    padding-left: max(16px, env(safe-area-inset-left));
  }

  .brand {
    width: 132px;
  }

  .menu-panel-inner {
    padding-block: calc(var(--header-height) + 42px) 24px;
  }

  .menu-panel nav a span {
    font-size: clamp(3.1rem, 16vw, 5.4rem);
  }

  .menu-panel-foot {
    display: grid;
    gap: 8px;
  }

  .motion-toggle-menu {
    display: inline-flex;
    justify-self: start;
  }

  .hero-layout {
    padding-bottom: 24px;
  }

  .hero-kicker {
    margin-bottom: 18px;
  }

  .hero h1 {
    font-size: clamp(3.85rem, 18vw, 6.4rem);
    line-height: 0.81;
  }

  .hero h1 span:last-child {
    margin-left: 0;
  }

  .hero-actions {
    align-items: stretch;
    gap: 10px;
  }

  .action-primary,
  .action-quiet {
    flex: 1 1 100%;
    width: 100%;
  }

  .hero-meta {
    display: none;
  }

  .signal-beat {
    padding-inline: 16px;
  }

  .beat-context {
    margin-bottom: 20px;
  }

  .beat-copy > p:not(.beat-context) {
    margin-top: 23px;
    font-size: 16px;
  }

  .beat-route {
    gap: 10px;
    font-size: 9px;
  }

  .projects,
  .method,
  .contact {
    padding-block: 108px;
  }

  .project {
    margin-top: 112px;
  }

  .system-heading h3 {
    font-size: clamp(4.2rem, 22vw, 7rem);
  }

  .project-system {
    padding: 34px 20px;
  }

  .system-node {
    width: 94%;
    min-height: 152px;
    grid-template-columns: 1fr;
    padding: 19px;
  }

  .system-node span {
    grid-column: auto;
  }

  .system-node p {
    margin-top: 6px;
  }

  .system-service {
    margin-left: 3%;
  }

  .system-runtime {
    margin-left: 6%;
  }

  .system-connector,
  .system-connector:nth-of-type(4) {
    margin-left: 24px;
  }

  .method-list li {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-block: 34px;
  }

  .capability-band ul {
    font-size: 21px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .field-half,
  .field-message,
  .form-foot,
  .form-status {
    grid-column: 1;
  }

  .form-foot {
    grid-template-columns: 1fr;
  }

  .submit-button {
    width: 100%;
  }

  .contact-links a {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .site-footer .page-shell {
    grid-template-columns: 1fr auto;
    min-height: 130px;
  }

  .footer-meta {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-items: start;
  }

  .site-footer p {
    gap: 12px;
  }

  .no-js .desktop-nav {
    gap: 10px;
  }

  .no-js .desktop-nav a {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .world-canvas {
    display: none;
  }

  .motion-toggle {
    display: none;
  }

  .world-poster {
    opacity: 1 !important;
    transform: none !important;
  }

}

@media (prefers-contrast: more) {
  :root {
    --ink-soft: #e7ece7;
    --muted: #c0c8c1;
    --hairline: rgba(255, 255, 255, 0.34);
    --hairline-strong: rgba(255, 255, 255, 0.52);
  }

  .world-wash {
    background: rgba(5, 7, 6, 0.72);
  }
}

@media (forced-colors: active) {
  .world-layer,
  .world-grain,
  .projects::before,
  .project-system::before {
    display: none;
  }

  .action-primary,
  .submit-button {
    clip-path: none;
    border: 1px solid ButtonText;
  }
}

@media print {
  .world-layer,
  .site-header,
  .menu-panel,
  .hero-actions,
  .contact-form {
    display: none !important;
  }

  body,
  .projects,
  .method,
  .contact {
    background: #fff;
    color: #111;
  }

  .hero,
  .signal-beat {
    min-height: auto;
    padding-block: 42px;
  }
}
