@font-face {
  font-family: "Instrument Serif";
  src: url("/assets/fonts/InstrumentSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("/assets/fonts/InstrumentSerif-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/assets/fonts/BricolageGrotesque-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/assets/fonts/BricolageGrotesque-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("/assets/fonts/Lora-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("/assets/fonts/Lora-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --ink: #111821;
  --ink-deep: #0d1622;
  --ink-soft: #242d39;
  --ink-rgb: 17, 24, 33;
  --system-blue: #325cff;
  --system-blue-bright: #6e8cff;
  --system-blue-soft: #dde4ff;
  --knowledge: #153d38;
  --knowledge-soft: #eef8f5;
  --partner: #7d540e;
  --partner-soft: #fff8e8;
  --event: #8b3a2c;
  --event-soft: #fff4f0;
  --commerce: #6b3ce6;
  --commerce-soft: #f6f1ff;
  --paper: #f4f2ec;
  --soft: #f7f8fa;
  --body: #5f6c80;
  --meta: #8290a3;
  --line: #d5dbe4;
  --white: #ffffff;
  --max: 1440px;
  --pad: clamp(24px, 5vw, 84px);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

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

html {
  scroll-behavior: smooth;
  background: var(--ink);
  color-scheme: dark;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

button, a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

h1, h2, h3, h4, p {
  margin-top: 0;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-150%);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  transition: transform .2s ease;
}

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

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

.reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--system-blue);
  box-shadow: 0 0 16px rgba(50, 92, 255, .72);
}

.grain {
  position: fixed;
  z-index: 200;
  inset: 0;
  pointer-events: none;
  opacity: .14;
  background-image:
    repeating-radial-gradient(circle at 11% 17%, rgba(255,255,255,.2) 0, transparent 1px, transparent 5px),
    repeating-radial-gradient(circle at 83% 71%, rgba(255,255,255,.12) 0, transparent 1px, transparent 6px);
  background-size: 19px 23px, 31px 29px;
  mix-blend-mode: soft-light;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 88px;
  padding: 0 var(--pad);
  border-bottom: 1px solid rgba(248, 244, 237, .1);
  background: linear-gradient(to bottom, rgba(17, 24, 33, .96), rgba(17, 24, 33, .58));
  backdrop-filter: blur(18px);
  transition: height .35s var(--ease), background .35s ease;
}

.site-header.is-compact {
  height: 72px;
  background: rgba(17, 24, 33, .92);
}

.brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand-symbol {
  position: relative;
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 50%;
}

.brand-symbol::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--system-blue);
  box-shadow: 0 0 18px rgba(50,92,255,.85);
}

.brand-wordmark {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.6vw, 44px);
  font-size: 13px;
}

.primary-nav > a:not(.nav-cta) {
  color: rgba(248, 244, 237, .72);
  transition: color .2s ease;
}

.primary-nav > a:not(.nav-cta):hover,
.primary-nav > a:not(.nav-cta):focus-visible {
  color: var(--white);
}

.nav-cta {
  padding: 10px 17px;
  border: 1px solid rgba(248, 244, 237, .28);
  border-radius: 999px;
  transition: border-color .2s ease, background .2s ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 1px;
  margin: 6px auto;
  background: var(--paper);
  transition: transform .3s var(--ease);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr);
  align-items: center;
  min-height: 100svh;
  padding: 126px var(--pad) 72px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 79% 46%, rgba(50, 92, 255, .19), transparent 29%),
    radial-gradient(circle at 65% 24%, rgba(110, 140, 255, .09), transparent 34%),
    linear-gradient(135deg, var(--ink) 0%, #141e2b 52%, var(--ink-deep) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(248, 244, 237, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 244, 237, .035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, transparent, rgba(0,0,0,.35) 50%, #000);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -24vw;
  bottom: -36vw;
  width: 70vw;
  aspect-ratio: 1;
  border: 1px solid rgba(248,244,237,.06);
  border-radius: 50%;
  box-shadow: 0 0 0 9vw rgba(248,244,237,.012), 0 0 0 18vw rgba(248,244,237,.008);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.eyebrow {
  margin-bottom: 22px;
  color: var(--system-blue-bright);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .24em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-title,
.display-title,
.contact-title {
  margin: 0;
  color: var(--paper);
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .88;
}

.hero-title {
  font-size: clamp(66px, 8.8vw, 150px);
}

.hero-title span,
.hero-title em {
  display: block;
}

.hero-title em,
.display-title em,
.contact-title em {
  color: var(--system-blue-bright);
  font-style: italic;
  font-weight: 400;
}

.hero-lede {
  max-width: 610px;
  margin: 38px 0 0;
  color: rgba(248, 244, 237, .7);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.65;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 54px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  transition: transform .25s var(--ease), background .25s ease, color .25s ease, box-shadow .25s ease;
}

.button-primary {
  background: var(--system-blue);
  color: var(--white);
  box-shadow: 0 20px 54px rgba(50, 92, 255, .25);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #466cff;
  box-shadow: 0 24px 64px rgba(50, 92, 255, .36);
}

.button-light {
  background: var(--paper);
  color: var(--ink);
}

.button-light:hover,
.button-light:focus-visible {
  background: var(--white);
  box-shadow: 0 20px 60px rgba(0,0,0,.2);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(248, 244, 237, .3);
  color: rgba(248, 244, 237, .78);
  font-size: 13px;
  transition: color .2s ease, border-color .2s ease;
}

.text-link:hover,
.text-link:focus-visible {
  border-color: var(--paper);
  color: var(--white);
}

.system-stage {
  position: relative;
  z-index: 1;
  width: min(44vw, 690px);
  aspect-ratio: 1;
  justify-self: end;
  border: 1px solid rgba(248,244,237,.11);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(50,92,255,.13), rgba(17,24,33,.2) 49%, rgba(17,24,33,0) 72%);
  box-shadow: inset 0 0 90px rgba(255,255,255,.02), 0 0 100px rgba(7, 14, 25, .55);
}

.system-stage::before,
.system-stage::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(248,244,237,.08);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.system-stage::before {
  width: 72%;
  height: 72%;
}

.system-stage::after {
  width: 43%;
  height: 43%;
  border-style: dashed;
  animation: orbit-rotate 28s linear infinite;
}

#system-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.system-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(248,244,237,.28);
  border-radius: 50%;
  background: rgba(17,24,33,.76);
  box-shadow: 0 0 70px rgba(50,92,255,.3), inset 0 0 28px rgba(255,255,255,.04);
  backdrop-filter: blur(14px);
}

.system-core span {
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(50,92,255,.58);
  border-radius: 50%;
  animation: core-pulse 4s ease-in-out infinite;
}

.system-core b {
  color: var(--paper);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 49px;
  font-weight: 400;
}

.orbit-copy {
  position: absolute;
  padding: 6px 10px;
  color: rgba(248,244,237,.54);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.orbit-copy-a { top: 16%; left: 11%; }
.orbit-copy-b { right: 5%; bottom: 28%; }
.orbit-copy-c { bottom: 8%; left: 22%; }

.stage-hint {
  position: absolute;
  right: 50%;
  bottom: 1.5%;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  transform: translateX(50%);
  color: rgba(248,244,237,.42);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--system-blue-bright);
  box-shadow: 0 0 0 0 rgba(110,140,255,.5);
  animation: hint-pulse 2s ease-out infinite;
}

.experience-controls {
  position: absolute;
  z-index: 4;
  right: var(--pad);
  bottom: 24px;
  display: flex;
  gap: 10px;
}

.experience-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(248,244,237,.12);
  border-radius: 999px;
  background: rgba(17,24,33,.48);
  color: rgba(248,244,237,.52);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.experience-button:hover,
.experience-button:focus-visible,
.experience-button[aria-pressed="true"] {
  border-color: rgba(248,244,237,.35);
  background: rgba(248,244,237,.06);
  color: var(--paper);
}

.sound-bars {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 12px;
}

.sound-bars i {
  display: block;
  width: 2px;
  height: 4px;
  background: currentColor;
}

.experience-button[aria-pressed="true"] .sound-bars i:nth-child(1) { animation: sound-bar .8s ease-in-out infinite alternate; }
.experience-button[aria-pressed="true"] .sound-bars i:nth-child(2) { animation: sound-bar .6s .1s ease-in-out infinite alternate; }
.experience-button[aria-pressed="true"] .sound-bars i:nth-child(3) { animation: sound-bar .9s .2s ease-in-out infinite alternate; }

.motion-mark {
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-radius: 50%;
  border-right-color: transparent;
}

.section-pad {
  position: relative;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(100px, 12vw, 190px) var(--pad);
}

.section-index {
  position: absolute;
  top: clamp(46px, 6vw, 86px);
  left: var(--pad);
  color: var(--line);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 34px;
  font-style: italic;
}

.thesis {
  background: var(--paper);
  color: var(--ink);
}

.thesis-grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 60px;
  padding-top: 40px;
}

.thesis .display-title,
.work .display-title,
.ecosystem .display-title,
.constitution .display-title {
  color: var(--ink);
}

.display-title {
  font-size: clamp(54px, 7.1vw, 116px);
  line-height: .94;
}

.thesis .display-title em,
.work .display-title em,
.ecosystem .display-title em,
.constitution .display-title em {
  color: var(--system-blue);
}

.statement {
  max-width: 720px;
  margin: 48px 0 0;
  color: var(--body);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(19px, 2.05vw, 31px);
  line-height: 1.55;
}

.word-sequence {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(90px, 12vw, 170px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.word-sequence span {
  position: relative;
  padding: 34px 24px 38px 0;
  color: var(--ink-soft);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(34px, 4.4vw, 70px);
  letter-spacing: -.035em;
}

.word-sequence span::before {
  content: attr(data-word);
  display: block;
  margin-bottom: 12px;
  color: var(--system-blue);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
}

.word-sequence span:not(:first-child) {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.method {
  background: var(--ink);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, .8fr);
  align-items: end;
  gap: 72px;
  padding-top: 40px;
}

.section-intro {
  margin: 0 0 6px;
  color: rgba(248,244,237,.62);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.65;
}

.method-list {
  margin-top: clamp(70px, 9vw, 130px);
  border-top: 1px solid rgba(248,244,237,.16);
}

.method-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2.2fr .9fr;
  align-items: center;
  min-height: 290px;
  padding: 44px 0;
  border-bottom: 1px solid rgba(248,244,237,.16);
  transition: background .45s ease;
}

.method-card::before {
  content: "";
  position: absolute;
  inset: 0 calc(var(--pad) * -1);
  z-index: 0;
  background: linear-gradient(90deg, rgba(50,92,255,.14), transparent 60%);
  opacity: 0;
  transition: opacity .45s ease;
}

.method-card:hover::before {
  opacity: 1;
}

.method-card > * {
  position: relative;
  z-index: 1;
}

.method-number {
  color: rgba(248,244,237,.18);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(68px, 8vw, 126px);
  font-style: italic;
}

.method-body h3 {
  margin: 0 0 18px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 400;
  letter-spacing: -.035em;
}

.method-body p:last-child {
  max-width: 620px;
  margin: 0;
  color: rgba(248,244,237,.6);
  font-family: "Lora", Georgia, serif;
  font-size: 16px;
  line-height: 1.7;
}

.method-signal {
  position: relative;
  width: 112px;
  aspect-ratio: 1;
  justify-self: end;
  border: 1px solid rgba(248,244,237,.14);
  border-radius: 50%;
}

.method-signal::before,
.method-signal::after,
.method-signal span {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.method-signal::before {
  width: 62%;
  height: 62%;
  border: 1px solid rgba(248,244,237,.16);
}

.method-signal::after {
  width: 9px;
  height: 9px;
  background: var(--system-blue-bright);
  box-shadow: 0 0 24px rgba(110,140,255,.72);
}

.method-signal span {
  width: 82%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(248,244,237,.32), transparent);
  animation: signal-rotate 8s linear infinite;
}

.work,
.ecosystem,
.constitution {
  background: var(--paper);
  color: var(--ink);
}

.work .section-intro,
.ecosystem .section-intro,
.constitution .section-intro {
  color: var(--body);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(70px, 9vw, 120px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.work-card {
  min-height: 560px;
  padding: 28px clamp(24px, 2.8vw, 46px) 40px;
}

.work-card:not(:first-child) {
  border-left: 1px solid var(--line);
}

.work-card-accent {
  background: var(--soft);
}

.card-topline,
.eco-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--meta);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
}

.status {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 8px;
  letter-spacing: .12em;
  white-space: nowrap;
}

.status-live { color: var(--knowledge); }
.status-build { color: var(--system-blue); }
.status-neutral { color: var(--meta); }

.work-card h3 {
  min-height: 2.05em;
  margin: 100px 0 24px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(36px, 3.2vw, 54px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.02;
}

.work-card > p {
  min-height: 8.5em;
  color: var(--body);
  font-family: "Lora", Georgia, serif;
  line-height: 1.7;
}

.work-card ul {
  margin: 28px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.work-card li {
  position: relative;
  padding: 9px 0 9px 17px;
  color: var(--ink-soft);
  font-size: 13px;
}

.work-card li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--system-blue);
}

.smartops {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 22%, rgba(50,92,255,.25), transparent 29%),
    linear-gradient(145deg, var(--ink-deep), #17243a 58%, var(--ink));
}

.smartops::before {
  content: "SMARTOPS";
  position: absolute;
  top: 48px;
  right: -2vw;
  color: rgba(248,244,237,.025);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(130px, 23vw, 390px);
  letter-spacing: -.07em;
  line-height: .8;
  pointer-events: none;
}

.smartops-noise {
  position: absolute;
  inset: 0;
  opacity: .38;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(248,244,237,.08) 0 1px, transparent 1.3px),
    radial-gradient(circle at 80% 70%, rgba(50,92,255,.2) 0 1px, transparent 1.4px);
  background-size: 32px 32px, 48px 48px;
  mask-image: radial-gradient(circle at 75% 34%, #000 0%, transparent 62%);
  pointer-events: none;
}

.smartops-copy {
  padding-bottom: 90px;
}

.smartops-copy .display-title {
  max-width: 1040px;
}

.smartops-lede {
  max-width: 760px;
  margin: 52px 0 0 auto;
  color: rgba(248,244,237,.7);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.6;
}

.truth-line {
  max-width: 760px;
  margin: 32px 0 0 auto;
  padding-top: 22px;
  border-top: 1px solid rgba(248,244,237,.16);
  color: var(--system-blue-bright);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 0;
}

.timeline-step {
  position: relative;
  min-height: 350px;
  padding: 40px 36px 48px 0;
  border-top: 1px solid rgba(248,244,237,.18);
}

.timeline-step:not(:first-child) {
  padding-left: 36px;
  border-left: 1px solid rgba(248,244,237,.18);
}

.timeline-step > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.timeline-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--system-blue-bright);
  box-shadow: 0 0 18px rgba(110,140,255,.56);
}

.timeline-step .eyebrow {
  margin: 0;
}

.timeline-step h3 {
  margin: 80px 0 22px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 400;
}

.timeline-step p {
  margin: 0;
  color: rgba(248,244,237,.58);
  font-family: "Lora", Georgia, serif;
  line-height: 1.7;
}

.ecosystem-map {
  margin-top: clamp(70px, 9vw, 120px);
}

.ecosystem-core {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 180px;
  padding: 34px clamp(28px, 4vw, 64px);
  background: var(--ink);
  color: var(--paper);
}

.ecosystem-core .brand-wordmark {
  font-size: clamp(24px, 3vw, 40px);
  letter-spacing: .1em;
}

.ecosystem-core p {
  max-width: 420px;
  margin: 0;
  color: rgba(248,244,237,.62);
  font-family: "Lora", Georgia, serif;
  font-size: 18px;
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.eco-node {
  min-height: 330px;
  padding: 30px clamp(26px, 3vw, 48px) 36px;
  border-top: 1px solid var(--line);
}

.eco-node:nth-child(even) {
  border-left: 1px solid var(--line);
}

.eco-node-primary {
  background: var(--system-blue);
  color: var(--white);
}

.eco-node-partner {
  background: var(--partner-soft);
}

.eco-node-event { background: var(--event-soft); }
.eco-node-commerce { background: var(--commerce-soft); }
.eco-node-knowledge { background: var(--knowledge-soft); }

.eco-node-primary .eco-meta,
.eco-node-primary p,
.eco-node-primary .endorsement {
  color: rgba(255,255,255,.78);
}

.eco-node-primary .status {
  color: var(--white);
}

.eco-node-event .status,
.eco-node-event .endorsement { color: var(--event); }

.eco-node-commerce .status,
.eco-node-commerce .endorsement { color: var(--commerce); }

.eco-node-knowledge .status,
.eco-node-knowledge .endorsement,
.eco-node-knowledge a { color: var(--knowledge); }

.eco-node-partner .status,
.eco-node-partner .endorsement { color: var(--partner); }

.eco-node h3 {
  margin: 72px 0 18px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(38px, 4vw, 61px);
  font-weight: 400;
  letter-spacing: -.035em;
}

.eco-node p {
  max-width: 560px;
  min-height: 3.4em;
  margin: 0 0 28px;
  color: var(--body);
  font-family: "Lora", Georgia, serif;
  line-height: 1.7;
}

.eco-node-primary p {
  color: rgba(255,255,255,.82);
}

.endorsement,
.eco-node a {
  display: inline-flex;
  color: var(--system-blue);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.eco-node a {
  gap: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
}

.constitution {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(70px, 10vw, 150px);
  padding-top: clamp(100px, 12vw, 170px);
}

.constitution-intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.constitution-intro .display-title {
  font-size: clamp(50px, 5.4vw, 84px);
}

.constitution-intro .section-intro {
  max-width: 520px;
  margin: 38px 0 25px;
}

.constitution .text-link {
  border-color: rgba(16,27,46,.25);
  color: var(--ink-soft);
}

.constitution .text-link:hover,
.constitution .text-link:focus-visible {
  border-color: var(--ink);
  color: var(--ink);
}

.principle-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
  counter-reset: none;
}

.principle-list li {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 26px;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
}

.principle-list span {
  color: var(--system-blue);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
}

.principle-list strong {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(27px, 3vw, 44px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.06;
}

.human-system {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 850px;
  background: var(--soft);
  color: var(--ink);
}

.human-visual {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(50,92,255,.18), transparent 36%),
    var(--ink);
}

.human-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(248,244,237,.14);
  border-radius: 50%;
}

.ring-one { width: 22%; }
.ring-two { width: 52%; animation: orbit-rotate 30s linear infinite reverse; border-style: dashed; }
.ring-three { width: 86%; animation: orbit-rotate 40s linear infinite; }

.human-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 110px;
  height: 110px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 25px;
  font-style: italic;
  box-shadow: 0 0 80px rgba(50,92,255,.34);
}

.human-label {
  position: absolute;
  color: rgba(248,244,237,.52);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.label-ai { top: 21%; left: 20%; }
.label-human { right: 13%; bottom: 21%; }

.human-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.human-copy .display-title {
  color: var(--ink);
  font-size: clamp(48px, 5.2vw, 84px);
}

.human-copy .display-title em {
  color: var(--system-blue);
}

.human-copy .statement {
  font-size: clamp(17px, 1.7vw, 24px);
}

.contact {
  overflow: hidden;
  background: var(--system-blue);
}

.contact::after {
  content: "";
  position: absolute;
  right: -18vw;
  bottom: -23vw;
  width: 62vw;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 8vw rgba(255,255,255,.025), 0 0 0 16vw rgba(255,255,255,.018);
}

.contact .eyebrow {
  color: rgba(255,255,255,.64);
}

.contact-title {
  position: relative;
  z-index: 1;
  font-size: clamp(62px, 8.5vw, 132px);
}

.contact-title em {
  color: var(--system-blue-soft);
}

.contact-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 70px;
  margin-top: 74px;
  padding-top: 34px;
  border-top: 1px solid rgba(255,255,255,.26);
}

.contact-row p {
  max-width: 660px;
  margin: 0;
  color: rgba(255,255,255,.75);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.65;
}

.contact-meta {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 90px;
  color: rgba(255,255,255,.62);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-meta a {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255,255,255,.35);
}

.site-footer {
  padding: 80px var(--pad) 28px;
  background: var(--ink-deep);
}

.footer-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 58px;
  border-bottom: 1px solid rgba(248,244,237,.12);
}

.footer-brand p {
  margin: 0;
  color: rgba(248,244,237,.46);
  font-family: "Lora", Georgia, serif;
  font-style: italic;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  max-width: 720px;
  margin: 70px 0 80px auto;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.footer-links .eyebrow {
  margin-bottom: 12px;
}

.footer-links a {
  color: rgba(248,244,237,.56);
  font-size: 13px;
  transition: color .2s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--paper);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid rgba(248,244,237,.12);
  color: rgba(248,244,237,.35);
  font-size: 9px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-title .reveal:nth-child(2) { transition-delay: .08s; }
.hero-title .reveal:nth-child(3) { transition-delay: .16s; }

.noscript {
  position: fixed;
  z-index: 300;
  right: 18px;
  bottom: 18px;
  max-width: 360px;
  padding: 13px 16px;
  border-radius: 4px;
  background: var(--paper);
  color: var(--ink);
  font-size: 12px;
}

@keyframes orbit-rotate {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes core-pulse {
  0%, 100% { opacity: .35; transform: scale(.94); }
  50% { opacity: .8; transform: scale(1.08); }
}

@keyframes hint-pulse {
  0% { box-shadow: 0 0 0 0 rgba(110,140,255,.65); }
  70% { box-shadow: 0 0 0 9px rgba(110,140,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(110,140,255,0); }
}

@keyframes sound-bar {
  to { height: 12px; }
}

@keyframes signal-rotate {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  }

  .hero-title {
    font-size: clamp(68px, 9.8vw, 118px);
  }

  .system-stage {
    width: min(41vw, 520px);
  }

  .work-grid {
    grid-template-columns: 1fr;
  }

  .work-card {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    column-gap: 42px;
    min-height: auto;
    padding: 36px 0 42px;
  }

  .work-card:not(:first-child) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .work-card-accent {
    margin: 0 calc(var(--pad) * -.5);
    padding-right: calc(var(--pad) * .5);
    padding-left: calc(var(--pad) * .5);
  }

  .work-card .card-topline,
  .work-card h3 {
    grid-column: 1;
  }

  .work-card h3 {
    min-height: 0;
    margin: 52px 0 0;
  }

  .work-card > p,
  .work-card ul {
    grid-column: 2;
  }

  .work-card > p {
    align-self: end;
    min-height: 0;
    margin: 0;
  }

  .work-card ul {
    margin-top: 24px;
  }

  .constitution {
    grid-template-columns: 1fr;
  }

  .constitution-intro {
    position: static;
  }
}

@media (max-width: 820px) {
  :root {
    --pad: 22px;
  }

  .site-header,
  .site-header.is-compact {
    height: 72px;
    backdrop-filter: none;
  }

  .brand img {
    width: 112px;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: block;
  }

  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(2) {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(3) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .primary-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    padding: 96px var(--pad) 50px;
    background: rgba(17,24,33,.98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity .3s ease, transform .4s var(--ease), visibility .3s;
  }

  .primary-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .primary-nav a,
  .primary-nav .nav-cta {
    width: 100%;
    padding: 13px 0;
    border: 0;
    border-bottom: 1px solid rgba(248,244,237,.13);
    border-radius: 0;
    color: var(--paper);
    font-family: "Instrument Serif", Georgia, serif;
    font-size: 38px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    padding-top: 118px;
    padding-bottom: 116px;
  }

  .hero::before {
    background-size: 42px 42px;
  }

  .hero-title {
    font-size: clamp(64px, 20vw, 92px);
  }

  .hero-lede {
    font-size: 17px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .system-stage {
    width: min(96vw, 520px);
    margin: 80px auto 0;
    align-self: center;
  }

  .system-core {
    width: 92px;
    height: 92px;
  }

  .stage-hint {
    display: none;
  }

  .experience-controls {
    right: auto;
    bottom: 28px;
    left: var(--pad);
  }

  .section-pad {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .section-index {
    top: 40px;
  }

  .thesis-grid,
  .section-head,
  .constitution,
  .human-system {
    grid-template-columns: 1fr;
  }

  .thesis-grid,
  .section-head {
    gap: 36px;
  }

  .display-title {
    font-size: clamp(50px, 15vw, 76px);
  }

  .word-sequence {
    grid-template-columns: 1fr;
    margin-top: 84px;
  }

  .word-sequence span,
  .word-sequence span:not(:first-child) {
    padding: 26px 0;
    border-left: 0;
  }

  .word-sequence span:not(:first-child) {
    border-top: 1px solid var(--line);
  }

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

  .method-card {
    grid-template-columns: 84px 1fr;
    gap: 18px;
    min-height: auto;
    padding: 48px 0;
  }

  .method-number {
    align-self: start;
    font-size: 55px;
  }

  .method-body h3 {
    font-size: 48px;
  }

  .method-signal {
    display: none;
  }

  .work-card {
    display: block;
  }

  .work-card h3 {
    margin-top: 64px;
  }

  .work-card > p {
    margin-top: 24px;
  }

  .smartops::before {
    top: 240px;
  }

  .smartops-lede,
  .truth-line {
    margin-left: 0;
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline-step,
  .timeline-step:not(:first-child) {
    min-height: 0;
    padding: 38px 0 54px;
    border-top: 1px solid rgba(248,244,237,.18);
    border-left: 0;
  }

  .timeline-step h3 {
    margin-top: 50px;
  }

  .ecosystem-core {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }

  .ecosystem-grid {
    grid-template-columns: 1fr;
  }

  .eco-node,
  .eco-node:nth-child(even) {
    min-height: 310px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .eco-node h3 {
    margin-top: 60px;
  }

  .principle-list li {
    grid-template-columns: 42px 1fr;
  }

  .human-system {
    min-height: 0;
  }

  .human-visual {
    min-height: 520px;
  }

  .human-copy {
    padding-top: 100px;
  }

  .contact-title {
    font-size: clamp(58px, 17vw, 88px);
  }

  .contact-row {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 34px;
    margin-top: 58px;
  }

  .contact-row .button {
    width: 100%;
  }

  .contact-meta,
  .footer-brand,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
    max-width: none;
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 61px;
  }

  .hero-lede {
    line-height: 1.55;
  }

  .system-stage {
    width: 105vw;
    margin-left: -5vw;
  }

  .experience-controls {
    flex-wrap: wrap;
  }

  .experience-button {
    font-size: 8px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}

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

  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

html[data-motion="off"] {
  scroll-behavior: auto;
}

html[data-motion="off"] *,
html[data-motion="off"] *::before,
html[data-motion="off"] *::after {
  animation-play-state: paused !important;
}

html[data-motion="off"] .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}
