:root {
  --ink: #0b0d0c;
  --ink-2: #151917;
  --paper: #f1eee6;
  --paper-2: #e8e4d9;
  --white: #fbfaf5;
  --acid: #d9ff43;
  --acid-deep: #bfe82a;
  --muted: #737a74;
  --line-dark: rgba(11, 13, 12, 0.16);
  --line-light: rgba(255, 255, 255, 0.15);
  --sans: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
::selection { background: var(--acid); color: var(--ink); }

.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.skip-link {
  background: var(--acid);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  left: 20px;
  padding: 12px 16px;
  position: fixed;
  top: -70px;
  transition: top 160ms ease;
  z-index: 1000;
}
.skip-link:focus { top: 20px; }

.site-header {
  align-items: center;
  color: var(--white);
  display: flex;
  height: 92px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(24px, 4.7vw, 76px);
  position: fixed;
  right: 0;
  top: 0;
  transition: background 240ms ease, height 240ms ease, border-color 240ms ease;
  z-index: 100;
}

.site-header.scrolled {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: rgba(11, 13, 12, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  height: 72px;
}

.brand { align-items: center; display: inline-flex; gap: 12px; }
.brand-mark {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 42px;
}
.brand-mark img {
  filter: brightness(0) saturate(100%) invert(94%) sepia(92%) saturate(1414%) hue-rotate(21deg) brightness(107%) contrast(103%);
  width: 40px;
}
.brand-name { font-size: 21px; font-weight: 700; letter-spacing: -0.06em; }

.site-nav { align-items: center; display: flex; gap: 34px; }
.site-nav > a {
  color: rgba(251, 250, 245, 0.67);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 160ms ease;
}
.site-nav > a:hover, .site-nav > a:focus-visible { color: var(--acid); }
.site-nav .nav-cta {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  gap: 22px;
  padding: 12px 17px;
}
.nav-cta span { color: var(--acid); }
.menu-toggle { display: none; }

.hero {
  background: var(--ink);
  color: var(--white);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  min-height: 880px;
  overflow: hidden;
  padding: 142px clamp(24px, 4.7vw, 76px) 88px;
  position: relative;
}

.hero-grid {
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 46px 46px;
  inset: 0;
  mask-image: linear-gradient(to right, transparent, black 50%, black 100%);
  opacity: 0.9;
  pointer-events: none;
  position: absolute;
}

.hero-grid::after {
  background: linear-gradient(90deg, transparent 0 49.8%, rgba(217,255,67,.17) 50%, transparent 50.2%);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(calc(var(--hero-x, 0) * 18px));
  transition: transform 800ms cubic-bezier(.2,.8,.2,1);
}

.hero-glow {
  background: var(--acid);
  border-radius: 50%;
  filter: blur(140px);
  height: 320px;
  opacity: 0.07;
  pointer-events: none;
  position: absolute;
  right: -90px;
  top: 140px;
  transform: translate(calc(var(--hero-x, 0) * 35px), calc(var(--hero-y, 0) * 35px));
  transition: transform 800ms cubic-bezier(.2,.8,.2,1);
  width: 320px;
}

.hero-copy { align-self: center; max-width: 850px; position: relative; z-index: 2; }
.eyebrow, .kicker {
  align-items: center;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: .17em;
  margin: 0 0 26px;
  text-transform: uppercase;
}
.hero-eyebrow { color: rgba(251, 250, 245, 0.53); opacity: 0; animation: fade-up 700ms 120ms ease forwards; }
.hero-eyebrow span {
  background: var(--acid);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(217,255,67,.1);
  height: 7px;
  width: 7px;
}

.hero h1 {
  font-size: clamp(76px, 9.1vw, 150px);
  font-weight: 600;
  letter-spacing: -.085em;
  line-height: .73;
  margin: 0;
  position: relative;
  z-index: 1;
}
.hero h1 span { display: block; opacity: 0; transform: translateY(50px); animation: title-rise 850ms cubic-bezier(.15,.8,.2,1) forwards; }
.hero h1 span:nth-child(1) { animation-delay: 180ms; }
.hero h1 span:nth-child(2) { animation-delay: 280ms; margin-left: 8.5%; }
.hero h1 span:nth-child(3) { animation-delay: 380ms; }
.hero h1 .serif { color: var(--acid); font-family: var(--serif); font-style: italic; font-weight: 400; }

.hero-intro {
  color: rgba(251, 250, 245, 0.61);
  font-size: clamp(16px, 1.28vw, 20px);
  line-height: 1.55;
  margin: 42px 0 33px;
  max-width: 680px;
  opacity: 0;
  animation: fade-up 700ms 480ms ease forwards;
}

.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; opacity: 0; animation: fade-up 700ms 580ms ease forwards; }
.button {
  align-items: center;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 30px;
  justify-content: center;
  letter-spacing: .01em;
  padding: 16px 19px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.button:hover { transform: translateY(-3px); }
.button-acid { background: var(--acid); color: var(--ink); }
.button-acid:hover { background: #e5ff7a; }
.text-link { border-bottom: 1px solid rgba(255,255,255,.24); font-size: 12px; font-weight: 600; padding: 12px 0 8px; }
.text-link span { color: var(--acid); margin-left: 7px; }

.hero-stage {
  align-self: center;
  height: 610px;
  position: relative;
  transform: translate(calc(var(--hero-x, 0) * -14px), calc(var(--hero-y, 0) * -14px));
  transition: transform 800ms cubic-bezier(.2,.8,.2,1);
  z-index: 2;
}

.stage-orbit { border: 1px solid rgba(217,255,67,.16); border-radius: 50%; left: 50%; position: absolute; top: 50%; }
.orbit-a { height: 470px; margin: -235px 0 0 -235px; width: 470px; animation: orbit-spin 34s linear infinite; }
.orbit-a::before, .orbit-b::after {
  background: var(--acid);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(217,255,67,.55);
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: -3px;
  width: 6px;
}
.orbit-b { border-style: dashed; height: 350px; margin: -175px 0 0 -175px; opacity: .65; width: 350px; animation: orbit-spin-reverse 28s linear infinite; }
.orbit-b::after { left: auto; right: 12%; top: 12%; }
.stage-axis { border-left: 1px solid rgba(255,255,255,.08); height: 92%; left: 50%; position: absolute; top: 4%; }
.stage-axis::after { border-top: 1px solid rgba(255,255,255,.08); content: ""; left: -280px; position: absolute; top: 50%; width: 560px; }

.stage-core {
  align-items: center;
  background: var(--acid);
  border-radius: 50%;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  height: 122px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  z-index: 2;
}
.stage-core::before {
  border: 1px solid rgba(217,255,67,.25);
  border-radius: 50%;
  content: "";
  inset: -14px;
  position: absolute;
  animation: core-pulse 2.8s ease-in-out infinite;
}
.stage-core img { filter: brightness(0); width: 51px; }
.stage-core small { font-size: 7px; font-weight: 800; letter-spacing: .18em; line-height: 1.15; margin-top: 7px; text-align: center; }

.stage-card {
  align-items: center;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(23,27,25,.82);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 6px;
  box-shadow: 0 22px 70px rgba(0,0,0,.25);
  display: grid;
  gap: 11px;
  grid-template-columns: auto 1fr auto;
  min-width: 205px;
  opacity: 0;
  padding: 14px;
  position: absolute;
  transform: translateY(20px);
  animation: stage-in 700ms ease forwards, stage-float 5s ease-in-out infinite;
}
.stage-card-one { left: 0; top: 80px; animation-delay: 520ms, 1.2s; }
.stage-card-two { right: -1%; top: 156px; animation-delay: 620ms, 1.8s; }
.stage-card-three { bottom: 112px; right: 4%; animation-delay: 720ms, 2.3s; }
.stage-card-four { bottom: 80px; left: 2%; animation-delay: 820ms, 2.8s; }
.stage-number { align-items: center; border: 1px solid rgba(217,255,67,.3); border-radius: 50%; color: var(--acid); display: flex; font-size: 8px; height: 27px; justify-content: center; width: 27px; }
.stage-card small { color: rgba(255,255,255,.4); display: block; font-size: 7px; font-weight: 700; letter-spacing: .15em; margin-bottom: 3px; }
.stage-card strong { font-size: 11px; font-weight: 600; }
.status-dot { background: var(--acid); border-radius: 50%; box-shadow: 0 0 0 4px rgba(217,255,67,.08); height: 5px; width: 5px; }
.stage-caption { bottom: 9px; color: rgba(255,255,255,.36); font-family: var(--serif); font-size: 13px; font-style: italic; margin: 0; position: absolute; right: 0; }
.stage-caption span { color: var(--acid); font-family: var(--sans); font-size: 8px; margin-right: 6px; }

.scroll-cue { align-items: center; bottom: 28px; color: rgba(255,255,255,.38); display: flex; font-size: 8px; gap: 10px; letter-spacing: .16em; position: absolute; text-transform: uppercase; z-index: 2; }
.scroll-cue i { border: 1px solid rgba(255,255,255,.2); border-radius: 999px; display: block; height: 34px; position: relative; width: 18px; }
.scroll-cue i::after { background: var(--acid); border-radius: 50%; content: ""; height: 3px; left: 6px; position: absolute; top: 7px; width: 3px; animation: scroll-dot 1.8s ease infinite; }

.marquee { background: var(--acid); overflow: hidden; padding: 17px 0; }
.marquee-track { align-items: center; animation: marquee 25s linear infinite; display: flex; gap: 30px; min-width: max-content; white-space: nowrap; }
.marquee span { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.marquee i { font-style: normal; font-size: 9px; }

.section { padding: 118px clamp(24px, 6.8vw, 110px); }
.section-index {
  align-items: center;
  border-top: 1px solid currentColor;
  color: rgba(11,13,12,.42);
  display: flex;
  font-size: 9px;
  font-weight: 700;
  gap: 12px;
  letter-spacing: .15em;
  padding-top: 12px;
  text-transform: uppercase;
  width: 180px;
}
.section-index span { color: var(--ink); }
.kicker { color: rgba(11,13,12,.48); }
.display-heading, .modes h2, .ventures h2, .model h2, .contact h2 {
  font-size: clamp(54px, 7.2vw, 108px);
  font-weight: 550;
  letter-spacing: -.075em;
  line-height: .86;
  margin: 0;
}
h2 em { color: inherit; font-family: var(--serif); font-weight: 400; }

.manifesto { display: grid; gap: 9vw; grid-template-columns: 180px 1fr; }
.manifesto-content { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); }
.manifesto-content .kicker { grid-column: 1 / -1; }
.manifesto-copy { align-self: end; max-width: 580px; padding: 55px 0 0 6vw; }
.manifesto-copy p { color: #626a64; font-size: 15px; line-height: 1.7; }
.manifesto-copy .manifesto-lead { color: var(--ink); font-family: var(--serif); font-size: 25px; line-height: 1.25; margin-top: 0; }

.modes { background: var(--paper-2); }
.modes-heading { align-items: end; display: flex; justify-content: space-between; margin: 47px 0 62px; }
.modes-heading .kicker { align-self: flex-start; margin-top: 10px; }
.modes-heading h2 { font-size: clamp(52px, 6vw, 88px); text-align: right; }
.mode-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }
.mode-card {
  background: var(--white);
  border: 1px solid rgba(11,13,12,.07);
  display: flex;
  flex-direction: column;
  min-height: 520px;
  overflow: hidden;
  padding: clamp(25px, 2.6vw, 40px);
  position: relative;
  transition: box-shadow 300ms ease, transform 300ms ease;
}
.mode-card::before { background: var(--acid); content: ""; height: 3px; left: 0; position: absolute; right: 100%; top: 0; transition: right 300ms ease; }
.mode-card:hover { box-shadow: 0 24px 70px rgba(11,13,12,.09); transform: translateY(-7px); }
.mode-card:hover::before { right: 0; }
.mode-featured { background: var(--ink); color: var(--white); }
.mode-top { align-items: center; display: flex; font-size: 9px; justify-content: space-between; letter-spacing: .13em; }
.mode-featured .mode-top { color: rgba(255,255,255,.6); }
.mode-chip { border: 1px solid currentColor; border-radius: 999px; font-size: 7px; padding: 6px 8px; }
.mode-symbol { align-items: center; display: flex; height: 120px; margin: 34px 0 22px; position: relative; }
.mode-symbol i { display: block; position: absolute; }
.symbol-studio i { background: var(--acid); height: 55px; transform: skewX(-25deg); width: 40px; }
.symbol-studio i:nth-child(1) { left: 5px; }
.symbol-studio i:nth-child(2) { left: 43px; opacity: .55; }
.symbol-studio i:nth-child(3) { background: transparent; border: 1px solid rgba(217,255,67,.5); left: 82px; }
.symbol-publish i { border: 1px solid var(--ink); border-radius: 50%; height: 72px; width: 72px; }
.symbol-publish i:nth-child(2) { left: 35px; }
.symbol-publish i:nth-child(3) { background: var(--acid); border-color: var(--acid); left: 70px; mix-blend-mode: multiply; }
.symbol-partner { flex-direction: column; justify-content: center; }
.symbol-partner i { background: var(--ink); height: 12px; left: 0; position: relative; width: 95px; }
.symbol-partner i:nth-child(2) { background: var(--acid-deep); margin: 8px 0; width: 130px; }
.symbol-partner i:nth-child(3) { width: 70px; }
.mode-card h3 { font-size: 27px; letter-spacing: -.04em; margin: 0 0 16px; }
.mode-card > p { color: #657069; font-size: 14px; line-height: 1.65; margin: 0; }
.mode-featured > p { color: rgba(255,255,255,.55); }
.mode-card ul { border-top: 1px solid var(--line-dark); list-style: none; margin: auto 0 0; padding: 18px 0 0; }
.mode-featured ul { border-color: var(--line-light); }
.mode-card li { align-items: center; color: #677069; display: flex; font-size: 11px; justify-content: space-between; padding: 5px 0; }
.mode-card li::after { content: "+"; color: var(--acid-deep); }
.mode-featured li { color: rgba(255,255,255,.58); }

.ventures { background: var(--ink); color: var(--white); padding-bottom: 110px; }
.ventures-intro { display: grid; gap: 8vw; grid-template-columns: 180px 1fr .62fr; padding-bottom: 75px; }
.ventures .section-index { color: rgba(255,255,255,.34); }
.ventures .section-index span { color: var(--acid); }
.ventures .kicker { color: rgba(255,255,255,.42); }
.ventures-heading h2 { font-size: clamp(60px, 7vw, 102px); }
.ventures-heading h2 em { color: var(--acid); }
.ventures-lead { align-self: end; color: rgba(255,255,255,.54); font-size: 15px; line-height: 1.7; margin: 0; }
.venture-list { display: grid; gap: 70px; padding: 0 clamp(24px, 4.7vw, 76px); }
.venture-card { border-top: 1px solid rgba(255,255,255,.2); display: grid; min-height: 620px; }
.venture-mobile { grid-template-columns: 1.15fr .85fr; }
.venture-platform { grid-template-columns: .85fr 1.15fr; }
.venture-visual { align-items: center; display: flex; justify-content: center; min-height: 620px; overflow: hidden; position: relative; }
.venture-float-tag { backdrop-filter: blur(10px); background: rgba(11,13,12,.75); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; bottom: 24px; font-size: 8px; font-weight: 700; left: 24px; letter-spacing: .13em; padding: 9px 12px; position: absolute; text-transform: uppercase; }

.mobile-product-visual {
  background-color: #eeece5;
  background-image: linear-gradient(rgba(11,13,12,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(11,13,12,.055) 1px, transparent 1px);
  background-size: 34px 34px;
}
.device-shell { background: var(--ink); border: 1px solid rgba(255,255,255,.16); border-radius: 38px; box-shadow: 0 35px 90px rgba(11,13,12,.23); height: 470px; padding: 13px; position: relative; transform: rotate(-5deg); transition: transform 500ms cubic-bezier(.16,.8,.2,1); width: min(42%, 230px); }
.venture-card:hover .device-shell { transform: rotate(-2deg) translateY(-7px); }
.device-speaker { background: rgba(255,255,255,.24); border-radius: 999px; height: 4px; left: 50%; position: absolute; top: 8px; transform: translateX(-50%); width: 37px; z-index: 2; }
.device-screen { background: var(--acid); border-radius: 29px; display: flex; flex-direction: column; height: 100%; overflow: hidden; padding: 45px 22px 22px; position: relative; }
.device-screen::after { background: var(--ink); border-radius: 50%; bottom: -60px; content: ""; height: 190px; position: absolute; right: -62px; width: 190px; }
.screen-label { background: rgba(11,13,12,.25); height: 6px; width: 44px; }
.screen-title { background: var(--ink); height: 16px; margin-top: 16px; width: 78%; }
.screen-feature { background: rgba(251,250,245,.82); border: 1px solid rgba(11,13,12,.13); border-radius: 12px; flex: 1; margin: 27px 0 22px; min-height: 130px; position: relative; }
.screen-feature::before, .screen-feature::after { border: 1px solid rgba(11,13,12,.18); border-radius: 50%; content: ""; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); }
.screen-feature::before { height: 76px; width: 76px; }
.screen-feature::after { background: var(--ink); border-color: var(--ink); height: 20px; width: 20px; }
.screen-lines { display: grid; gap: 7px; position: relative; z-index: 2; }
.screen-lines i { background: rgba(11,13,12,.23); height: 5px; width: 70%; }
.screen-lines i:nth-child(2) { width: 90%; }
.screen-lines i:nth-child(3) { width: 54%; }
.product-stack { bottom: 54px; display: flex; position: absolute; right: 8%; }
.product-tile { background: var(--white); border: 5px solid var(--white); border-radius: 23%; box-shadow: 0 18px 45px rgba(11,13,12,.23); height: clamp(76px, 8vw, 118px); margin-left: -22px; position: relative; transition: transform 300ms ease; width: clamp(76px, 8vw, 118px); }
.product-tile::before, .product-tile::after { content: ""; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); }
.tile-one { background: var(--ink); transform: rotate(-8deg) translateY(9px); }
.tile-one::before { border: 2px solid var(--acid); border-radius: 50%; height: 42%; width: 42%; }
.tile-one::after { background: var(--acid); border-radius: 50%; height: 9%; width: 9%; }
.tile-two { background: var(--acid); transform: rotate(3deg) translateY(-7px); }
.tile-two::before { background: var(--ink); height: 12%; width: 55%; }
.tile-two::after { background: var(--ink); height: 55%; width: 12%; }
.tile-three { background: #d8d4c9; transform: rotate(9deg) translateY(12px); }
.tile-three::before { border: 2px solid var(--ink); height: 42%; transform: translate(-50%,-50%) rotate(45deg); width: 42%; }
.venture-card:hover .product-tile { transform: rotate(0) translateY(0); }

.platform-product-visual {
  background-color: #18210f;
  background-image: linear-gradient(rgba(217,255,67,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(217,255,67,.06) 1px, transparent 1px);
  background-size: 36px 36px;
}
.platform-window { background: var(--white); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 38px 100px rgba(0,0,0,.35); height: 390px; overflow: hidden; transform: rotate(2deg); transition: transform 500ms cubic-bezier(.16,.8,.2,1); width: 78%; }
.venture-card:hover .platform-window { transform: rotate(0) translateY(-7px); }
.platform-bar { align-items: center; background: var(--ink); display: flex; gap: 6px; height: 34px; padding: 0 12px; }
.platform-bar i { background: rgba(255,255,255,.34); border-radius: 50%; height: 5px; width: 5px; }
.platform-bar span { background: rgba(217,255,67,.45); height: 5px; margin-left: auto; width: 56px; }
.platform-body { display: grid; grid-template-columns: 18% 82%; height: calc(100% - 34px); }
.platform-sidebar { background: #e4e1d8; display: grid; gap: 13px; grid-auto-rows: 6px; padding: 24px 13px; }
.platform-sidebar i { background: rgba(11,13,12,.16); }
.platform-dashboard { display: flex; flex-direction: column; padding: clamp(20px,3vw,38px); }
.dashboard-title { background: var(--ink); height: 13px; width: 42%; }
.dashboard-metrics { display: grid; gap: 9px; grid-template-columns: repeat(3,1fr); margin-top: 24px; }
.dashboard-metrics i { background: var(--acid); border: 1px solid rgba(11,13,12,.08); height: 48px; }
.dashboard-chart { align-items: end; border-bottom: 1px solid rgba(11,13,12,.17); display: flex; flex: 1; gap: clamp(4px,1vw,10px); margin-top: 26px; padding: 0 8px; }
.dashboard-chart span { animation: chart-pulse 3s ease-in-out infinite; background: var(--ink); height: var(--h); opacity: .82; width: clamp(7px,1.1vw,14px); }
.dashboard-chart span:nth-child(2n) { animation-delay: -1s; background: var(--acid-deep); }
.dashboard-chart span:nth-child(3n) { animation-delay: -1.8s; }
.venture-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 96px); }
.venture-meta { color: rgba(255,255,255,.36); display: flex; font-size: 8px; font-weight: 700; justify-content: space-between; letter-spacing: .14em; text-transform: uppercase; }
.venture-copy h3 { font-size: clamp(55px, 6.2vw, 92px); font-weight: 550; letter-spacing: -.07em; line-height: .82; margin: 64px 0 28px; }
.venture-copy h3 em { color: var(--acid); font-family: var(--serif); font-weight: 400; }
.venture-copy > p { color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.7; margin: 0; max-width: 510px; }
.venture-facts { border-bottom: 1px solid var(--line-light); border-top: 1px solid var(--line-light); display: grid; grid-template-columns: 1fr 1fr; margin: 40px 0 28px; }
.venture-facts div { display: flex; flex-direction: column; gap: 5px; padding: 18px 0; }
.venture-facts div + div { border-left: 1px solid var(--line-light); padding-left: 25px; }
.venture-facts strong { color: var(--acid); font-family: var(--serif); font-size: 34px; font-weight: 400; }
.venture-facts span { color: rgba(255,255,255,.4); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.venture-link { align-items: center; display: flex; font-size: 11px; font-weight: 700; justify-content: space-between; padding: 10px 0; }
.venture-link span { color: var(--acid); font-size: 17px; transition: transform 180ms ease; }
.venture-link:hover span { transform: translate(3px, -3px); }

.model { display: grid; gap: 12vw; grid-template-columns: .7fr 1.3fr; }
.model-sticky { align-self: start; position: sticky; top: 120px; }
.model-sticky .section-index { margin-bottom: 70px; }
.model-sticky h2 { font-size: clamp(54px, 6vw, 86px); }
.model-sticky h2 em { color: var(--acid-deep); }
.model-sticky > p:last-child { color: #626c65; font-size: 14px; line-height: 1.7; margin-top: 32px; max-width: 450px; }
.model-steps { list-style: none; margin: 0; padding: 0; }
.model-steps li { align-items: start; border-top: 1px solid var(--line-dark); display: grid; gap: 24px; grid-template-columns: 52px 1fr auto; min-height: 190px; padding: 32px 0; }
.model-steps li:last-child { border-bottom: 1px solid var(--line-dark); }
.step-number { color: var(--acid-deep); font-size: 9px; font-weight: 800; letter-spacing: .14em; padding-top: 7px; }
.model-steps h3 { font-size: 27px; letter-spacing: -.04em; margin: 0 0 13px; }
.model-steps p { color: #69716c; font-size: 14px; line-height: 1.65; margin: 0; max-width: 480px; }
.step-arrow { color: var(--acid-deep); font-family: var(--serif); font-size: 33px; }

.partners { background: var(--ink); color: var(--white); display: grid; gap: clamp(70px, 9vw, 145px); grid-template-columns: .72fr 1.28fr; overflow: hidden; position: relative; }
.partners::before { border: 1px solid rgba(217,255,67,.12); border-radius: 50%; content: ""; height: 620px; left: -330px; position: absolute; top: 50%; transform: translateY(-50%); width: 620px; }
.partners-heading { align-self: start; position: relative; z-index: 1; }
.partners .section-index { color: rgba(255,255,255,.36); margin-bottom: 70px; }
.partners .section-index span { color: var(--acid); }
.partners h2 { font-size: clamp(54px, 6vw, 88px); font-weight: 550; letter-spacing: -.065em; line-height: .86; margin: 12px 0 34px; }
.partners h2 em { color: var(--acid); font-family: var(--serif); font-weight: 400; }
.partners-lead { color: rgba(255,255,255,.51); font-size: 14px; line-height: 1.72; margin: 0; max-width: 480px; }
.partner-grid { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; min-width: 0; position: relative; z-index: 1; }
.partner-card { background: #1a1f1c; border: 1px solid rgba(255,255,255,.12); display: flex; flex-direction: column; min-height: 560px; overflow: hidden; padding: clamp(24px, 3vw, 40px); position: relative; transition: border-color 240ms ease, transform 420ms cubic-bezier(.16,.8,.2,1); }
.partner-card::after { border: 1px solid rgba(217,255,67,.21); border-radius: 50%; content: ""; height: 240px; position: absolute; right: -145px; top: 115px; transition: transform 500ms cubic-bezier(.16,.8,.2,1); width: 240px; }
.partner-card:hover { border-color: rgba(217,255,67,.5); transform: translateY(-8px); }
.partner-card:hover::after { transform: scale(1.2); }
.partner-card-acid { background: var(--acid); border-color: var(--acid); color: var(--ink); margin-top: 72px; }
.partner-card-acid::after { border-color: rgba(11,13,12,.17); }
.partner-card-acid:hover { border-color: var(--white); }
.partner-card-top { align-items: center; display: flex; justify-content: space-between; position: relative; z-index: 1; }
.partner-number { color: rgba(255,255,255,.38); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.partner-card-acid .partner-number { color: rgba(11,13,12,.45); }
.partner-status { align-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.54); display: flex; font-size: 7px; font-weight: 700; gap: 7px; letter-spacing: .12em; padding: 8px 10px; text-transform: uppercase; }
.partner-card-acid .partner-status { border-color: rgba(11,13,12,.17); color: rgba(11,13,12,.59); }
.partner-status i { background: var(--acid); border-radius: 50%; box-shadow: 0 0 0 4px rgba(217,255,67,.08); height: 5px; width: 5px; }
.partner-card-acid .partner-status i { background: var(--ink); box-shadow: 0 0 0 4px rgba(11,13,12,.08); }
.partner-monogram { align-items: center; display: flex; height: 190px; margin: 24px 0 4px; position: relative; z-index: 1; }
.partner-monogram span { align-items: center; border: 1px solid rgba(217,255,67,.5); border-radius: 50%; color: var(--acid); display: flex; font-family: var(--serif); font-size: 72px; height: 126px; justify-content: center; margin-right: -25px; width: 126px; }
.partner-monogram span:last-child { background: var(--acid); color: var(--ink); }
.partner-monogram-rail span { border-color: rgba(11,13,12,.42); color: var(--ink); }
.partner-monogram-rail span:last-child { background: var(--ink); color: var(--acid); }
.partner-card-copy { margin-top: auto; position: relative; z-index: 1; }
.partner-card-copy h3 { font-size: clamp(31px, 3vw, 46px); font-weight: 600; letter-spacing: -.055em; margin: 0 0 17px; }
.partner-card-copy p { color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.65; margin: 0; }
.partner-card-acid .partner-card-copy p { color: rgba(11,13,12,.64); }
.partner-card-footer { align-items: center; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; margin-top: 32px; padding-top: 18px; }
.partner-card-acid .partner-card-footer { border-color: rgba(11,13,12,.17); }
.partner-card-footer span { color: rgba(255,255,255,.36); font-size: 7px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.partner-card-acid .partner-card-footer span { color: rgba(11,13,12,.45); }
.partner-card-footer strong { font-size: 9px; font-weight: 700; transition: transform 180ms ease; }
.partner-card:hover .partner-card-footer strong { transform: translate(3px, -3px); }

.capabilities { background: var(--acid); display: grid; grid-template-columns: repeat(5, 1fr); overflow: hidden; padding: 45px clamp(24px, 4.7vw, 76px); position: relative; }
.capability-word { border-left: 1px solid rgba(11,13,12,.18); font-family: var(--serif); font-size: clamp(26px, 3.2vw, 48px); font-style: italic; padding: 22px 2vw; writing-mode: vertical-rl; transform: rotate(180deg); }
.capability-note { bottom: 48px; font-size: 9px; font-weight: 700; letter-spacing: .14em; margin: 0; position: absolute; right: 5vw; text-transform: uppercase; }

.contact { display: grid; gap: 10vw; grid-template-columns: .84fr 1.16fr; }
.contact-copy .section-index { margin-bottom: 70px; }
.contact h2 { font-size: clamp(58px, 6.8vw, 100px); }
.contact h2 em { color: var(--acid-deep); }
.contact-lead { color: #636c66; font-size: 15px; line-height: 1.7; margin: 34px 0; max-width: 510px; }
.contact-details { border-top: 1px solid var(--line-dark); display: grid; gap: 9px; max-width: 480px; padding-top: 21px; }
.contact-details a { display: flex; font-size: 13px; font-weight: 700; justify-content: space-between; }
.contact-details a span { color: var(--acid-deep); }
.contact-details > span { color: #858c87; font-size: 11px; }

.lead-form { background: var(--white); border: 1px solid rgba(11,13,12,.07); box-shadow: 0 25px 80px rgba(11,13,12,.08); display: flex; flex-direction: column; gap: 20px; padding: clamp(26px, 4vw, 54px); }
.interest-fieldset { border: 0; margin: 0 0 8px; padding: 0; }
.interest-fieldset legend, .lead-form label { color: #3f4742; font-size: 10px; font-weight: 700; letter-spacing: .03em; }
.interest-options { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.interest-option { background: transparent; border: 1px solid rgba(11,13,12,.18); border-radius: 999px; color: #626963; cursor: pointer; font-size: 9px; font-weight: 700; padding: 10px 13px; transition: background 160ms ease, border-color 160ms ease, color 160ms ease; }
.interest-option:hover, .interest-option:focus-visible, .interest-option.active { background: var(--acid); border-color: var(--acid); color: var(--ink); }
.form-row { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.lead-form label { display: grid; gap: 8px; }
.lead-form label small { color: #989e9a; font-size: 8px; font-weight: 500; margin-left: 6px; text-transform: uppercase; }
.lead-form input, .lead-form textarea { background: #f4f2eb; border: 1px solid transparent; border-radius: 3px; color: var(--ink); font-size: 13px; outline: none; padding: 14px; resize: vertical; transition: border-color 160ms ease, box-shadow 160ms ease; width: 100%; }
.lead-form input:focus, .lead-form textarea:focus { border-color: var(--acid-deep); box-shadow: 0 0 0 3px rgba(191,232,42,.15); }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: #9ca19e; }
.honey-field { height: 0; left: -10000px; overflow: hidden; position: absolute; width: 0; }
.form-submit-row { align-items: center; display: flex; justify-content: space-between; margin-top: 2px; }
.button-dark { background: var(--ink); color: var(--white); min-width: 190px; }
.button-dark:hover { background: #29302c; }
.button-dark:disabled { cursor: wait; opacity: .65; transform: none; }
.form-submit-row p { color: #979e99; font-size: 9px; margin: 0; }
.form-status { color: #5c655f; font-size: 11px; margin: 0; min-height: 17px; }
.form-status.success { color: #477200; }
.form-status.error { color: #a2352e; }

footer { background: var(--ink); color: var(--white); padding: 54px clamp(24px, 4.7vw, 76px) 28px; }
.footer-top { align-items: center; border-bottom: 1px solid var(--line-light); display: grid; grid-template-columns: 1fr 1fr 1fr; padding-bottom: 48px; }
.footer-top > p { color: var(--acid); font-family: var(--serif); font-size: 20px; font-style: italic; margin: 0; text-align: center; }
.footer-top > a:last-child { color: rgba(255,255,255,.46); font-size: 10px; justify-self: end; }
.footer-bottom { color: rgba(255,255,255,.38); display: flex; font-size: 9px; gap: 30px; letter-spacing: .06em; padding-top: 25px; }
.footer-bottom a:hover { color: var(--acid); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.16,.8,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.mode-card.reveal.visible:hover { transform: translateY(-7px); }
.capability-word.reveal { transform: translateY(28px) rotate(180deg); }
.capability-word.reveal.visible { transform: translateY(0) rotate(180deg); }
.mode-card:nth-child(2).reveal { transition-delay: 90ms; }
.mode-card:nth-child(3).reveal { transition-delay: 180ms; }

@keyframes fade-up { to { opacity: 1; transform: translateY(0); } }
@keyframes title-rise { to { opacity: 1; transform: translateY(0); } }
@keyframes stage-in { to { opacity: 1; transform: translateY(0); } }
@keyframes stage-float { 0%, 100% { margin-top: 0; } 50% { margin-top: -9px; } }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes orbit-spin-reverse { to { transform: rotate(-360deg); } }
@keyframes core-pulse { 0%, 100% { opacity: .45; transform: scale(.92); } 50% { opacity: 1; transform: scale(1.08); } }
@keyframes scroll-dot { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(14px); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes chart-pulse { 0%, 100% { transform: scaleY(.75); } 50% { transform: scaleY(1); } }

@media (max-width: 1100px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(380px, .8fr); }
  .hero h1 { font-size: clamp(72px, 9vw, 110px); }
  .venture-card { min-height: 560px; }
  .venture-visual { min-height: 560px; }
  .venture-copy { padding: 50px; }
}

@media (max-width: 900px) {
  .site-nav { gap: 20px; }
  .site-nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 135px; }
  .hero-copy { max-width: 760px; }
  .hero h1 { font-size: clamp(78px, 15vw, 130px); }
  .hero-stage { height: 530px; margin: 30px auto 0; width: min(100%, 620px); }
  .manifesto, .ventures-intro { gap: 55px; grid-template-columns: 1fr; }
  .manifesto-content { grid-template-columns: 1fr; }
  .manifesto-copy { max-width: 720px; padding-left: 0; }
  .modes-heading { align-items: start; flex-direction: column; gap: 20px; }
  .modes-heading h2 { text-align: left; }
  .mode-grid { grid-template-columns: 1fr; }
  .mode-card { min-height: 430px; }
  .venture-mobile, .venture-platform { grid-template-columns: 1fr; }
  .venture-platform .venture-copy { order: 2; }
  .venture-platform .venture-visual { order: 1; }
  .model { gap: 70px; grid-template-columns: 1fr; }
  .model-sticky { position: static; }
  .model-sticky .section-index { margin-bottom: 50px; }
  .partners { gap: 60px; grid-template-columns: 1fr; }
  .partners-heading { max-width: 720px; }
  .contact { gap: 70px; grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .site-header { height: 74px; padding-inline: 20px; }
  .site-header.scrolled { height: 64px; }
  .brand-mark { width: 34px; }
  .brand-mark img { width: 34px; }
  .brand-name { font-size: 19px; }
  .menu-toggle { background: transparent; border: 0; display: grid; gap: 5px; padding: 10px 0 10px 15px; z-index: 2; }
  .menu-toggle > span:not(.sr-only) { background: var(--white); display: block; height: 1px; transition: transform 180ms ease, opacity 180ms ease; width: 22px; }
  .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .site-nav {
    align-items: stretch;
    background: rgba(11,13,12,.98);
    flex-direction: column;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 90px 28px 40px;
    pointer-events: none;
    position: fixed;
    transform: translateY(-20px);
    transition: opacity 200ms ease, transform 200ms ease;
  }
  .site-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav > a:not(.nav-cta) { border-bottom: 1px solid var(--line-light); color: var(--white); display: block; font-family: var(--serif); font-size: 42px; font-weight: 400; padding: 14px 0; }
  .site-nav .nav-cta { justify-content: space-between; margin-top: 18px; padding: 16px 19px; }
  .hero { min-height: auto; padding: 118px 20px 72px; }
  .hero h1 { font-size: clamp(70px, 22.5vw, 104px); line-height: .76; }
  .hero h1 span:nth-child(2) { margin-left: 0; }
  .hero-intro { font-size: 15px; margin-top: 34px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .button-acid { justify-content: space-between; }
  .text-link { align-self: flex-start; }
  .hero-stage { height: 420px; margin-top: 45px; width: 100%; }
  .orbit-a { height: 310px; margin: -155px 0 0 -155px; width: 310px; }
  .orbit-b { height: 230px; margin: -115px 0 0 -115px; width: 230px; }
  .stage-axis::after { left: -190px; width: 380px; }
  .stage-core { height: 90px; width: 90px; }
  .stage-core img { width: 40px; }
  .stage-core small { font-size: 6px; }
  .stage-card { min-width: 145px; padding: 11px; }
  .stage-card-one { left: -4px; top: 38px; }
  .stage-card-two { right: -4px; top: 92px; }
  .stage-card-three { bottom: 96px; right: 0; }
  .stage-card-four { bottom: 20px; left: -4px; }
  .stage-card strong { font-size: 9px; }
  .stage-number { height: 22px; width: 22px; }
  .stage-caption, .scroll-cue { display: none; }
  .section { padding: 82px 20px; }
  .section-index { width: 150px; }
  .display-heading, .modes h2, .ventures h2, .model h2, .partners h2, .contact h2 { font-size: clamp(50px, 16vw, 72px); }
  .manifesto { gap: 48px; }
  .manifesto-copy { padding-top: 38px; }
  .modes-heading { margin-bottom: 42px; }
  .mode-card { min-height: 450px; padding: 28px; }
  .ventures { padding-bottom: 70px; }
  .ventures-intro { gap: 44px; padding-bottom: 56px; }
  .ventures-lead { max-width: 500px; }
  .venture-list { gap: 56px; padding-inline: 20px; }
  .venture-card, .venture-visual { min-height: 420px; }
  .venture-copy { min-height: 520px; padding: 42px 25px; }
  .venture-copy h3 { margin-top: 50px; }
  .device-shell { border-radius: 29px; height: 330px; padding: 10px; width: 162px; }
  .device-screen { border-radius: 21px; padding: 38px 17px 17px; }
  .screen-feature { min-height: 105px; }
  .product-stack { bottom: 39px; right: 15px; }
  .product-tile { border-width: 4px; height: 76px; margin-left: -16px; width: 76px; }
  .platform-window { height: 300px; width: 88%; }
  .model { gap: 55px; }
  .model-steps li { grid-template-columns: 40px 1fr; }
  .step-arrow { display: none; }
  .partners { gap: 48px; }
  .partners .section-index { margin-bottom: 50px; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-card { min-height: 500px; padding: 26px 24px; }
  .partner-card-acid { margin-top: 0; }
  .partner-monogram { height: 160px; }
  .partner-monogram span { font-size: 58px; height: 102px; width: 102px; }
  .partner-card-footer { align-items: flex-start; flex-direction: column; gap: 10px; }
  .capabilities { grid-template-columns: repeat(5, 1fr); min-height: 390px; padding: 30px 20px; }
  .capability-word { align-items: center; display: flex; font-size: clamp(19px, 6vw, 29px); justify-content: center; padding: 54px 10px 18px; }
  .capability-note { bottom: auto; font-size: 8px; left: 20px; line-height: 1.4; right: 20px; top: 24px; }
  .contact-copy .section-index { margin-bottom: 50px; }
  .lead-form { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; }
  .form-submit-row { align-items: stretch; flex-direction: column; gap: 13px; }
  .button-dark { justify-content: space-between; width: 100%; }
  .footer-top { align-items: start; gap: 26px; grid-template-columns: 1fr; }
  .footer-top > p { text-align: left; }
  .footer-top > a:last-child { justify-self: start; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .capability-word.reveal { transform: rotate(180deg); }
}
