:root {
  --void: #03070c;
  --void-soft: #050b12;
  --panel: rgba(7, 17, 25, 0.88);
  --panel-solid: #071119;
  --panel-hi: #0a1822;
  --ink: #eafcff;
  --ink-soft: #a9c0c8;
  --muted: #68828c;
  --cyan: #58f4f0;
  --cyan-hi: #c5ffff;
  --cyan-low: rgba(88, 244, 240, 0.12);
  --purple: #a875ff;
  --purple-hi: #d4baff;
  --purple-low: rgba(168, 117, 255, 0.13);
  --line: rgba(130, 209, 220, 0.14);
  --line-hi: rgba(88, 244, 240, 0.32);
  --font-display: "Arial Narrow", "Avenir Next Condensed", "Roboto Condensed", Impact, sans-serif;
  --font-body: "Avenir Next", Avenir, Inter, "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --header-height: 76px;
  --shell: min(1400px, calc(100vw - 64px));
  color-scheme: dark;
}

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

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--void);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 75% 7%, rgba(88, 244, 240, 0.055), transparent 28rem),
    radial-gradient(circle at 18% 32%, rgba(168, 117, 255, 0.035), transparent 34rem),
    var(--void);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.nav-open,
body.intro-active {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

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

a {
  color: inherit;
}

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

::selection {
  background: var(--cyan);
  color: var(--void);
}

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

.skip-link {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 18px;
  padding: 10px 14px;
  background: var(--cyan);
  color: var(--void);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-110%);
  transition: transform 160ms ease;
}

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

.thought-field {
  position: fixed;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.58;
  pointer-events: none;
}

.lab-noise {
  position: fixed;
  z-index: 100;
  inset: 0;
  opacity: 0.035;
  pointer-events: none;
  background-image:
    linear-gradient(115deg, transparent 47%, rgba(255,255,255,.8) 48%, transparent 49%),
    linear-gradient(65deg, transparent 47%, rgba(255,255,255,.65) 48%, transparent 49%);
  background-size: 7px 9px, 11px 13px;
  mix-blend-mode: screen;
}

.scroll-rail {
  position: fixed;
  z-index: 120;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: rgba(88, 244, 240, 0.08);
}

.scroll-rail i {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--cyan), var(--cyan-hi) 82%, var(--purple));
  box-shadow: 0 0 14px var(--cyan);
  transition: width 50ms linear;
}

.lab-shell {
  width: var(--shell);
  margin-right: auto;
  margin-left: auto;
}

.lab-main {
  min-height: calc(100vh - var(--header-height));
}

.lab-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.5;
}

.lab-eyebrow > span {
  position: relative;
  width: 25px;
  height: 1px;
  background: var(--cyan);
  box-shadow: 0 0 8px rgba(88, 244, 240, 0.75);
}

.lab-eyebrow > span::after {
  position: absolute;
  top: -2px;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
  content: "";
}

.lab-button {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 17px;
  overflow: hidden;
  border: 1px solid var(--line-hi);
  background: rgba(5, 15, 22, 0.7);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.lab-button::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent, rgba(88, 244, 240, 0.13), transparent);
  content: "";
  transform: translateX(-120%);
  transition: transform 420ms ease;
}

.lab-button span,
.lab-button i {
  position: relative;
  z-index: 1;
}

.lab-button i {
  color: var(--cyan);
  font-size: 16px;
  font-style: normal;
}

.lab-button:hover,
.lab-button:focus-visible {
  border-color: var(--cyan);
  background: rgba(88, 244, 240, 0.08);
  outline: 0;
  transform: translateY(-2px);
}

.lab-button:hover::before,
.lab-button:focus-visible::before {
  transform: translateX(120%);
}

.lab-button--primary {
  border-color: var(--cyan);
  background: var(--cyan);
  color: #031012;
}

.lab-button--primary i {
  color: #031012;
}

.lab-button--primary:hover,
.lab-button--primary:focus-visible {
  background: var(--cyan-hi);
  color: #031012;
}

.lab-button--wide {
  width: min(500px, 100%);
}

/* Header */
.lab-header {
  position: sticky;
  z-index: 80;
  top: 0;
  display: grid;
  height: var(--header-height);
  grid-template-columns: minmax(255px, 0.72fr) auto minmax(160px, 0.72fr);
  border-bottom: 1px solid var(--line);
  background: rgba(3, 8, 13, 0.78);
  backdrop-filter: blur(20px) saturate(130%);
  transition: background 220ms ease, border-color 220ms ease;
}

.lab-header.is-scrolled {
  border-bottom-color: var(--line-hi);
  background: rgba(3, 8, 13, 0.94);
}

.lab-brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  padding: 0 22px;
  border-right: 1px solid var(--line);
  text-decoration: none;
}

.lab-brand__mark {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
}

.lab-brand__mark::before,
.lab-brand__mark::after {
  position: absolute;
  inset: 2px;
  border: 1px solid rgba(88, 244, 240, 0.34);
  border-radius: 50%;
  content: "";
  animation: mark-spin 12s linear infinite;
}

.lab-brand__mark::after {
  inset: 7px -1px;
  border-color: rgba(168, 117, 255, 0.32);
  transform: rotate(62deg);
  animation-direction: reverse;
  animation-duration: 8s;
}

.lab-brand__mark img {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: saturate(1.35) drop-shadow(0 0 8px rgba(88, 244, 240, 0.42));
}

.lab-brand__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.lab-brand__copy strong {
  overflow: hidden;
  font-family: var(--font-display);
  font-size: 15px;
  font-stretch: condensed;
  letter-spacing: 0.055em;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lab-brand__copy strong span {
  color: var(--cyan);
}

.lab-brand__copy strong b {
  margin-left: 4px;
  color: var(--ink);
  font-weight: inherit;
}

.lab-brand__copy small {
  margin-top: 5px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: 0.15em;
}

.desktop-nav {
  display: flex;
  height: 100%;
}

.desktop-nav a {
  position: relative;
  display: flex;
  min-width: 118px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 13px;
  border-right: 1px solid var(--line);
  color: var(--ink-soft);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease;
}

.desktop-nav a::after {
  position: absolute;
  right: 50%;
  bottom: -1px;
  left: 50%;
  height: 2px;
  background: var(--cyan);
  box-shadow: 0 0 9px var(--cyan);
  content: "";
  transition: right 180ms ease, left 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav a.is-active {
  background: var(--cyan-low);
  color: var(--cyan-hi);
  outline: 0;
}

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

.desktop-nav small {
  color: var(--cyan);
  font-size: 6px;
}

.desktop-nav i {
  color: var(--purple);
  font-style: normal;
}

.header-status {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 0 23px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: 0.14em;
}

.header-status b {
  color: var(--cyan);
  font-weight: 800;
}

.header-status i,
.mobile-nav__foot span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 9px var(--cyan);
  animation: status-pulse 1.8s ease-in-out infinite;
}

.nav-trigger,
.nav-scrim,
.mobile-nav {
  display: none;
}

/* Desktop Creative Deck side consoles */
.creative-frame {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) minmax(0, 1080px) minmax(170px, 1fr);
  align-items: stretch;
}

.creative-channel {
  min-width: 0;
  border-right: 1px solid var(--line-hi);
  border-left: 1px solid var(--line-hi);
  background: rgba(3, 8, 13, 0.36);
}

.creative-channel .lab-shell {
  width: 100%;
}

.creative-side {
  position: relative;
  min-width: 0;
  background:
    linear-gradient(rgba(88,244,240,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88,244,240,.018) 1px, transparent 1px),
    rgba(3, 8, 13, 0.7);
  background-size: 31px 31px;
}

.creative-side--port { border-right: 1px solid var(--line); }
.creative-side--starboard { border-left: 1px solid var(--line); }

.creative-side__sticky {
  position: sticky;
  top: var(--header-height);
  display: flex;
  height: calc(100vh - var(--header-height));
  padding: 14px;
  overflow-y: auto;
  flex-direction: column;
  gap: 14px;
  scrollbar-width: none;
}

.creative-side__sticky::-webkit-scrollbar { display: none; }
.creative-side--port .creative-side__sticky { align-items: flex-end; }
.creative-side--starboard .creative-side__sticky { align-items: flex-start; }

.side-module {
  position: relative;
  width: 100%;
  max-width: 310px;
  padding: 15px;
  border: 1px solid var(--line);
  background: rgba(5, 14, 20, 0.82);
  box-shadow: inset 0 0 28px rgba(88,244,240,.015);
}

.side-module::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 31px;
  height: 2px;
  background: var(--cyan);
  box-shadow: 0 0 8px rgba(88,244,240,.55);
  content: "";
}

.creative-side--starboard .side-module::before {
  right: -1px;
  left: auto;
  background: var(--purple);
  box-shadow: 0 0 8px rgba(168,117,255,.55);
}

.side-kicker {
  margin: 0;
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.5;
}

.creative-side--starboard .side-kicker { color: var(--purple-hi); }

.side-directory h2 {
  margin: 8px 0 14px;
  font-family: var(--font-display);
  font-size: clamp(19px, 1.65vw, 27px);
  letter-spacing: -.02em;
  line-height: .95;
  text-transform: uppercase;
}

.side-directory nav,
.side-latest nav {
  display: flex;
  margin: 0 -15px -15px;
  flex-direction: column;
  border-top: 1px solid var(--line);
}

.side-directory nav a,
.side-latest nav a {
  display: grid;
  min-height: 43px;
  grid-template-columns: 23px minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease;
}

.side-directory nav a:hover,
.side-directory nav a:focus-visible,
.side-directory nav a.is-active,
.side-latest nav a:hover,
.side-latest nav a:focus-visible {
  background: var(--cyan-low);
  color: var(--cyan-hi);
  outline: 0;
}

.side-directory nav small,
.side-latest nav > a > small {
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 6px;
}

.side-directory nav i,
.side-latest nav i {
  color: var(--purple);
  font-style: normal;
}

.side-reactor__core {
  position: relative;
  width: min(116px, 78%);
  aspect-ratio: 1;
  margin: 15px auto;
  border: 1px solid rgba(88,244,240,.22);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(88,244,240,.12), transparent 56%);
  animation: side-core-float 5s ease-in-out infinite;
}

.side-reactor__core::before,
.side-reactor__core::after,
.side-reactor__core i {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(88,244,240,.45);
  border-radius: 50%;
  content: "";
}

.side-reactor__core::before { animation: side-core-ring-a 7s linear infinite; }
.side-reactor__core::after { border-color: rgba(168,117,255,.5); animation: side-core-ring-b 9s linear infinite reverse; }
.side-reactor__core i:first-of-type { inset: 24%; border-style: dashed; animation: mark-spin 11s linear infinite; }
.side-reactor__core i:nth-of-type(2) { top: 50%; right: 4%; bottom: auto; left: 4%; height: 1px; border: 0; border-radius: 0; background: linear-gradient(90deg, transparent, var(--cyan), transparent); transform: rotate(-28deg); }
.side-reactor__core span { position: absolute; z-index: 2; top: 50%; left: 50%; width: 16px; height: 1px; background: var(--purple-hi); box-shadow: 0 0 6px var(--purple); transform-origin: left; animation: side-core-vector 4.9s ease-in-out infinite; }
.side-reactor__core span::after { position: absolute; top: -2px; right: -2px; width: 5px; height: 5px; border-radius: 50%; background: var(--purple-hi); box-shadow: 0 0 8px var(--purple); content: ""; }
.side-reactor__core b { position: absolute; top: 50%; left: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 9px var(--cyan); transform: translate(-50%, -50%); }

.side-reactor dl { margin: 0; }
.side-reactor dl > div { display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; border-top: 1px solid var(--line); }
.side-reactor dt,
.side-reactor dd { margin: 0; font-family: var(--font-mono); font-size: 5.5px; letter-spacing: .07em; }
.side-reactor dt { color: var(--muted); }
.side-reactor dd { color: var(--cyan); text-align: right; }

.side-vertical {
  margin: auto 0 0;
  color: rgba(104,130,140,.52);
  font-family: var(--font-mono);
  font-size: 5px;
  letter-spacing: .14em;
  writing-mode: vertical-rl;
}

.side-readouts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 12px 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.side-readouts > div {
  display: flex;
  min-width: 0;
  padding: 11px 9px;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.side-readouts small { color: var(--muted); font-family: var(--font-mono); font-size: 5px; letter-spacing: .08em; }
.side-readouts strong { margin-top: 4px; color: var(--cyan-hi); font-family: var(--font-display); font-size: 23px; line-height: 1; }

.side-wave {
  display: flex;
  height: 38px;
  align-items: center;
  gap: 3px;
  overflow: hidden;
}

.side-wave i {
  width: 3px;
  height: 18%;
  flex: 1;
  background: var(--cyan);
  transform-origin: center;
  animation: side-wave 1.5s ease-in-out infinite alternate;
}

.side-wave i:nth-child(2n) { animation-delay: -.28s; }
.side-wave i:nth-child(3n) { background: var(--purple); animation-delay: -.67s; }
.side-wave i:nth-child(4n) { animation-delay: -1.05s; }

.side-current { display: flex; margin: 12px 0 0; padding-top: 11px; flex-direction: column; border-top: 1px solid var(--line); }
.side-current small { color: var(--muted); font-family: var(--font-mono); font-size: 5px; letter-spacing: .09em; }
.side-current b { margin-top: 5px; overflow: hidden; color: var(--purple-hi); font-family: var(--font-display); font-size: 13px; letter-spacing: .03em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }

.side-latest nav { margin-top: 11px; }
.side-latest nav a { min-height: 47px; }
.side-latest nav span { display: flex; min-width: 0; flex-direction: column; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.side-latest nav span b { margin-top: 2px; color: var(--muted); font-family: var(--font-mono); font-size: 5px; font-weight: 400; }

.side-principle { margin-top: auto; }
.side-principle blockquote { margin: 13px 0 0; }
.side-principle blockquote small { color: var(--purple); font-family: var(--font-mono); font-size: 5px; letter-spacing: .1em; }
.side-principle blockquote p { margin: 5px 0 0; font-family: var(--font-display); font-size: clamp(17px, 1.4vw, 22px); line-height: 1; text-transform: uppercase; }

/* Intro */
.lab-intro {
  position: fixed;
  z-index: 190;
  inset: 0;
  display: grid;
  overflow: hidden;
  place-items: center;
  background:
    linear-gradient(rgba(88, 244, 240, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 244, 240, 0.035) 1px, transparent 1px),
    #02070c;
  background-size: 38px 38px;
  opacity: 1;
  transition: opacity 480ms ease, visibility 480ms;
}

.lab-intro.is-complete,
.lab-intro.is-skipped {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.lab-intro > button {
  position: absolute;
  top: 24px;
  right: 24px;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.12em;
}

.lab-intro__reticle {
  position: absolute;
  width: min(58vw, 540px);
  aspect-ratio: 1;
  border: 1px solid rgba(88, 244, 240, 0.12);
  border-radius: 50%;
  animation: intro-reticle 1.7s cubic-bezier(.2,.8,.2,1) both;
}

.lab-intro__reticle::before,
.lab-intro__reticle::after {
  position: absolute;
  inset: 12%;
  border: 1px dashed rgba(88, 244, 240, 0.19);
  border-radius: 50%;
  content: "";
  animation: mark-spin 9s linear infinite;
}

.lab-intro__reticle::after {
  inset: 31%;
  border-style: solid;
  border-color: rgba(168, 117, 255, 0.28);
  animation-direction: reverse;
}

.lab-intro__reticle i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 112%;
  background: linear-gradient(transparent, rgba(88,244,240,.28), transparent);
  transform: translate(-50%, -50%);
}

.lab-intro__reticle i:nth-child(2) { transform: translate(-50%, -50%) rotate(60deg); }
.lab-intro__reticle i:nth-child(3) { transform: translate(-50%, -50%) rotate(120deg); }

.lab-intro__readout {
  position: relative;
  z-index: 2;
  text-align: center;
  animation: intro-readout 900ms 380ms both;
}

.lab-intro__readout small {
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.22em;
}

.lab-intro__readout strong {
  display: block;
  margin: 13px 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 7vw, 82px);
  letter-spacing: -0.035em;
  line-height: 0.9;
}

.lab-intro__readout strong span { color: var(--cyan); }

.lab-intro__readout p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: 0.12em;
}

.lab-intro__readout p i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 8px var(--purple);
}

.lab-intro__line {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  box-shadow: 0 0 15px var(--cyan);
  animation: intro-scan 1.5s ease-in-out both;
}

/* Home hero */
.home-hero {
  position: relative;
  display: grid;
  min-height: min(820px, calc(100vh - var(--header-height)));
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  align-items: center;
  gap: clamp(30px, 6vw, 92px);
  padding: clamp(80px, 10vw, 145px) clamp(34px, 5vw, 76px);
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(88,244,240,.025) 1px, transparent 1px),
    linear-gradient(rgba(88,244,240,.025) 1px, transparent 1px),
    radial-gradient(circle at 74% 50%, rgba(88, 244, 240, 0.09), transparent 30%),
    radial-gradient(circle at 75% 54%, rgba(168, 117, 255, 0.055), transparent 46%),
    rgba(3, 9, 14, 0.62);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
}

.home-hero::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(transparent, var(--line), transparent);
  content: "";
}

.home-hero__copy {
  position: relative;
  z-index: 2;
}

.home-hero h1,
.archive-hero h1,
.about-hero h1,
.simple-hero h1,
.project-hero h1,
.error-page h1 {
  margin: 21px 0 25px;
  font-family: var(--font-display);
  font-size: clamp(62px, 7.4vw, 118px);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 0.82;
  text-transform: uppercase;
}

.home-hero h1 em,
.archive-hero h1 em,
.about-hero h1 em {
  color: var(--purple-hi);
  font-style: normal;
  text-shadow: 0 0 32px rgba(168, 117, 255, 0.22);
}

.possibility-shift {
  display: inline-block;
  white-space: nowrap;
}

.possibility-shift s {
  position: relative;
  color: rgba(212, 186, 255, 0.52);
  text-decoration: none;
}

.possibility-shift s::after {
  position: absolute;
  top: 52%;
  right: -0.05em;
  left: -0.05em;
  height: 0.055em;
  min-height: 3px;
  background: var(--cyan);
  box-shadow: 0 0 11px rgba(88, 244, 240, 0.85);
  content: "";
  transform: rotate(-8deg) scaleX(0);
  transform-origin: left;
}

.home-hero__copy.is-visible .possibility-shift s::after {
  animation: possibility-strike 620ms 480ms cubic-bezier(.2,.85,.2,1) forwards;
}

.home-hero__lede {
  max-width: 690px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.65;
}

.home-hero__lede a {
  color: var(--cyan-hi);
  text-decoration-color: rgba(88, 244, 240, 0.34);
  text-underline-offset: 4px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 35px;
}

.hero-readings {
  display: grid;
  max-width: 620px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 54px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hero-readings > div {
  display: flex;
  min-width: 0;
  padding: 15px 17px 13px;
  flex-direction: column;
}

.hero-readings > div + div { border-left: 1px solid var(--line); }

.hero-readings small {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 6px;
  letter-spacing: 0.13em;
}

.hero-readings strong {
  margin-top: 5px;
  color: var(--cyan-hi);
  font-family: var(--font-display);
  font-size: 23px;
  letter-spacing: 0.04em;
}

.idea-core {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 1;
  justify-self: center;
}

.idea-core::before {
  position: absolute;
  inset: 13%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(88,244,240,.15), rgba(88,244,240,.025) 42%, transparent 70%);
  filter: blur(3px);
  content: "";
  animation: core-breathe 3.6s ease-in-out infinite;
}

.idea-core__image {
  position: absolute;
  z-index: 3;
  inset: 18%;
  display: grid;
  place-items: center;
}

.idea-core__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(1.4) hue-rotate(-8deg) drop-shadow(0 0 28px rgba(88,244,240,.33));
  animation: core-float 5.2s ease-in-out infinite;
}

.idea-core__orbit {
  position: absolute;
  border: 1px solid rgba(88, 244, 240, 0.22);
  border-radius: 50%;
}

.idea-core__orbit i {
  position: absolute;
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
}

.idea-core__orbit--a {
  inset: 9%;
  transform: rotate(-23deg) scaleY(0.72);
  animation: orbit-a 9s linear infinite;
}

.idea-core__orbit--b {
  inset: 3% 15%;
  border-color: rgba(168, 117, 255, 0.27);
  transform: rotate(55deg) scaleX(0.71);
  animation: orbit-b 12s linear infinite;
}

.idea-core__orbit--b i {
  right: -4px;
  left: auto;
  background: var(--purple);
  box-shadow: 0 0 12px var(--purple);
}

.idea-core__orbit--c {
  inset: 21%;
  border-style: dashed;
  opacity: 0.5;
  animation: mark-spin 14s linear infinite reverse;
}

.idea-core__label {
  position: absolute;
  z-index: 4;
  display: flex;
  padding: 9px 11px;
  flex-direction: column;
  border-left: 1px solid var(--cyan);
  background: rgba(3, 9, 14, 0.78);
  font-family: var(--font-mono);
}

.idea-core__label small {
  color: var(--muted);
  font-size: 6px;
  letter-spacing: 0.13em;
}

.idea-core__label b {
  margin-top: 3px;
  color: var(--cyan);
  font-size: 8px;
  letter-spacing: 0.1em;
}

.idea-core__label--one { top: 23%; left: 0; }
.idea-core__label--two { right: 0; bottom: 24%; border-left-color: var(--purple); }
.idea-core__label--two b { color: var(--purple-hi); }

.idea-core__axis {
  position: absolute;
  right: 10%;
  bottom: 8%;
  left: 10%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(88,244,240,.17);
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 6px;
}

.hero-corners i {
  position: absolute;
  width: 34px;
  height: 34px;
  border-color: var(--cyan);
  opacity: 0.7;
}

.hero-corners i:nth-child(1) { top: 18px; left: 18px; border-top: 1px solid; border-left: 1px solid; }
.hero-corners i:nth-child(2) { top: 18px; right: 18px; border-top: 1px solid; border-right: 1px solid; }
.hero-corners i:nth-child(3) { right: 18px; bottom: 18px; border-right: 1px solid; border-bottom: 1px solid; }
.hero-corners i:nth-child(4) { bottom: 18px; left: 18px; border-bottom: 1px solid; border-left: 1px solid; }

.signal-marquee {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid var(--line-hi);
  border-bottom: 1px solid var(--line-hi);
  background: var(--cyan);
  color: #031012;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.15em;
  white-space: nowrap;
}

.signal-marquee > div {
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  gap: 29px;
  padding: 9px 0;
  animation: marquee-shift 26s linear infinite;
}

.signal-marquee i { color: #53339c; font-style: normal; }

/* Sections and cards */
.work-section,
.tool-cloud,
.taxonomy-page,
.term-page,
.simple-page,
.about-page {
  padding-top: clamp(72px, 9vw, 135px);
  padding-bottom: clamp(78px, 10vw, 150px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: 40px;
  margin-bottom: clamp(36px, 5vw, 66px);
}

.section-heading h2,
.tool-cloud h2 {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: clamp(48px, 6vw, 82px);
  letter-spacing: -0.045em;
  line-height: 0.9;
  text-transform: uppercase;
}

.section-heading > p {
  max-width: 560px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.7;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.project-card {
  position: relative;
  z-index: 1;
  grid-column: span 6;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(5, 13, 19, 0.84);
  transform-style: preserve-3d;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 180ms ease;
}

.project-card:nth-child(3n + 1):not(:first-child) { grid-column: span 7; }
.project-card:nth-child(3n + 2):not(:nth-child(2)) { grid-column: span 5; }

.project-card:hover,
.project-card:focus-within {
  z-index: 2;
  border-color: var(--cyan);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.38), 0 0 35px rgba(88, 244, 240, 0.07);
}

.project-card__link {
  position: absolute;
  z-index: 8;
  inset: 0;
}

.project-card__link:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: -4px;
}

.project-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #07131b;
}

.project-card__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(2, 8, 12, 0.78));
  content: "";
  pointer-events: none;
}

.project-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04);
  transform: scale(1.01);
  transition: filter 360ms ease, transform 600ms cubic-bezier(.2,.8,.2,1);
}

.project-card:hover .project-card__media img,
.project-card:focus-within .project-card__media img {
  filter: saturate(1.12) contrast(1.04);
  transform: scale(1.055);
}

.project-card__scan {
  position: absolute;
  z-index: 3;
  top: -30%;
  right: 0;
  left: 0;
  height: 18%;
  background: linear-gradient(transparent, rgba(88, 244, 240, 0.12), transparent);
  opacity: 0;
  pointer-events: none;
}

.project-card:hover .project-card__scan { opacity: 1; animation: card-scan 1.8s ease-in-out infinite; }

.project-card__index,
.project-card__open {
  position: absolute;
  z-index: 5;
  top: 13px;
  padding: 7px 9px;
  border: 1px solid rgba(88,244,240,.22);
  background: rgba(3, 9, 14, 0.78);
  color: var(--cyan-hi);
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: 0.1em;
  backdrop-filter: blur(8px);
}

.project-card__index { left: 13px; }
.project-card__open { right: 13px; color: var(--ink-soft); }
.project-card__open i { color: var(--purple); font-style: normal; }

.project-card__fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  background: radial-gradient(circle, var(--cyan-low), transparent 44%), repeating-linear-gradient(45deg, transparent 0 18px, rgba(88,244,240,.035) 18px 19px);
}

.project-card__fallback span {
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 52px;
}

.project-card__body {
  position: relative;
  padding: 24px 25px 28px;
}

.project-card__body::before {
  position: absolute;
  top: -1px;
  left: 25px;
  width: 56px;
  height: 2px;
  background: var(--purple);
  box-shadow: 0 0 9px var(--purple);
  content: "";
}

.project-card__meta {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 6px;
  letter-spacing: 0.12em;
}

.project-card__meta time { color: var(--cyan); }

.project-card h2 {
  margin: 10px 0 9px;
  font-family: var(--font-display);
  font-size: clamp(31px, 3vw, 45px);
  letter-spacing: -0.03em;
  line-height: 0.96;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.project-card:hover h2,
.project-card:focus-within h2 { color: var(--cyan-hi); }

.project-card__body > p {
  display: -webkit-box;
  max-width: 690px;
  margin: 0;
  overflow: hidden;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.project-tags {
  position: relative;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 20px;
}

.project-tags span,
.project-tags a {
  padding: 5px 7px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 6px;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.project-tags a:hover,
.project-tags a:focus-visible {
  border-color: var(--purple);
  background: var(--purple-low);
  color: var(--purple-hi);
  outline: 0;
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}

.philosophy-band {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line-hi);
  border-bottom: 1px solid var(--line-hi);
  background:
    linear-gradient(90deg, rgba(88,244,240,.03) 1px, transparent 1px),
    linear-gradient(rgba(88,244,240,.03) 1px, transparent 1px),
    radial-gradient(circle at 85% 30%, rgba(168,117,255,.09), transparent 30%),
    var(--panel-solid);
  background-size: 35px 35px, 35px 35px, auto, auto;
}

.philosophy-band::after {
  position: absolute;
  top: -40%;
  right: 7%;
  width: 460px;
  aspect-ratio: 1;
  border: 1px solid rgba(168, 117, 255, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(168, 117, 255, 0.02), 0 0 0 140px rgba(88, 244, 240, 0.015);
  content: "";
}

.philosophy-band__inner {
  position: relative;
  z-index: 1;
  padding-top: clamp(70px, 9vw, 126px);
  padding-bottom: clamp(70px, 9vw, 126px);
}

.philosophy-band blockquote {
  max-width: 980px;
  margin: 38px 0 30px;
}

.philosophy-band blockquote small {
  color: var(--purple-hi);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.16em;
}

.philosophy-band blockquote p {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: clamp(40px, 5.6vw, 79px);
  letter-spacing: -0.04em;
  line-height: 0.98;
  text-transform: uppercase;
}

.philosophy-band__inner > a {
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration-color: rgba(88,244,240,.3);
  text-underline-offset: 6px;
}

.philosophy-band__inner > a i { color: var(--purple); font-style: normal; }

.tool-cloud {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(35px, 7vw, 110px);
}

.tool-cloud > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-content: start;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.tool-cloud > div a {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 13px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease;
}

.tool-cloud > div a:hover,
.tool-cloud > div a:focus-visible {
  background: var(--cyan-low);
  color: var(--cyan-hi);
  outline: 0;
}

.tool-cloud > div small { color: var(--purple); }

/* Archive */
.archive-hero {
  position: relative;
  min-height: 500px;
  padding: clamp(82px, 10vw, 140px) clamp(28px, 5vw, 74px) 75px;
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line-hi);
  border-left: 1px solid var(--line);
  background: linear-gradient(120deg, rgba(88,244,240,.05), transparent 42%), rgba(4, 11, 17, 0.72);
}

.archive-hero__title {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: 60px;
  margin-top: 35px;
}

.archive-hero h1 { margin: 0; }

.archive-hero__copy {
  position: relative;
  z-index: 2;
  padding: 20px 0 0 22px;
  border-left: 1px solid var(--purple);
}

.archive-hero__copy > *:first-child { margin-top: 0; }
.archive-hero__copy > *:last-child { margin-bottom: 0; }

.archive-wave {
  position: absolute;
  right: 5%;
  bottom: 16px;
  left: 5%;
  display: flex;
  height: 36px;
  align-items: end;
  gap: 6px;
  opacity: 0.3;
}

.archive-wave i {
  flex: 1;
  height: 22%;
  background: var(--cyan);
  transform-origin: bottom;
  animation: wave-pulse 1.9s ease-in-out infinite alternate;
}

.archive-wave i:nth-child(2n) { animation-delay: -0.4s; }
.archive-wave i:nth-child(3n) { background: var(--purple); animation-delay: -0.9s; }
.archive-wave i:nth-child(4n) { animation-delay: -1.25s; }

.archive {
  padding-top: 31px;
  padding-bottom: clamp(90px, 10vw, 150px);
}

.filter-console {
  position: sticky;
  z-index: 20;
  top: calc(var(--header-height) + 11px);
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
  padding: 7px;
  border: 1px solid var(--line-hi);
  background: rgba(4, 11, 17, 0.91);
  box-shadow: 0 12px 30px rgba(0,0,0,.26);
  backdrop-filter: blur(18px);
}

.filter-search {
  display: flex;
  width: 40px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  transition: width 260ms ease, border-color 180ms ease;
}

.filter-search.is-open {
  width: min(280px, 32vw);
  border-color: var(--cyan);
}

.filter-search > button {
  position: relative;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.filter-search > button i {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 12px;
  height: 12px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
}

.filter-search > button i::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 6px;
  height: 1px;
  background: var(--cyan);
  content: "";
  transform: rotate(48deg);
}

.filter-search label { min-width: 0; flex: 1; }

.filter-search input {
  width: 100%;
  height: 38px;
  padding: 0 10px 0 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 9px;
}

.filter-search input::placeholder { color: var(--muted); }

.filter-tags {
  display: flex;
  min-width: 0;
  flex: 1;
  gap: 5px;
  overflow-x: auto;
  scrollbar-width: none;
}

.filter-tags::-webkit-scrollbar { display: none; }

.filter-tags button {
  min-height: 38px;
  padding: 0 12px;
  flex: 0 0 auto;
  border: 1px solid transparent;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.07em;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.filter-tags button:hover,
.filter-tags button:focus-visible,
.filter-tags button.is-active {
  border-color: var(--cyan);
  background: var(--cyan-low);
  color: var(--cyan-hi);
  outline: 0;
}

.filter-console > p {
  margin: 0;
  padding: 0 10px;
  flex: 0 0 auto;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 6px;
  letter-spacing: 0.08em;
}

.filter-console > p span { color: var(--purple-hi); }

.project-card.is-filtered { display: none; }

.filter-empty {
  padding: 90px 20px;
  border: 1px dashed var(--line-hi);
  text-align: center;
}

.filter-empty span { color: var(--purple); font-family: var(--font-display); font-size: 70px; }
.filter-empty h2 { margin: 8px 0; font-family: var(--font-display); font-size: 38px; text-transform: uppercase; }
.filter-empty p { margin: 0; color: var(--muted); }

/* Project page */
.project-hero {
  position: relative;
  min-height: min(760px, calc(100vh - var(--header-height)));
  overflow: hidden;
  border-bottom: 1px solid var(--line-hi);
  background: var(--panel-solid);
}

.project-hero__image,
.project-hero__veil {
  position: absolute;
  inset: 0;
}

.project-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.06);
  animation: hero-image-arrive 1.2s ease-out both;
}

.project-hero__veil {
  background:
    linear-gradient(90deg, rgba(2, 7, 11, .95) 0%, rgba(2, 7, 11, .73) 46%, rgba(2, 7, 11, .2) 100%),
    linear-gradient(0deg, rgba(2,7,11,.92), transparent 55%);
}

.project-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: min(760px, calc(100vh - var(--header-height)));
  align-items: flex-start;
  justify-content: center;
  padding: clamp(84px, 11vw, 154px) clamp(28px, 5vw, 74px) 70px;
  flex-direction: column;
}

.back-link {
  display: inline-block;
  margin-bottom: 35px;
  color: var(--ink-soft);
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.back-link:hover,
.back-link:focus-visible { color: var(--cyan); outline: 0; }

.project-hero h1 {
  max-width: 950px;
  margin-bottom: 22px;
  font-size: clamp(70px, 10vw, 142px);
}

.project-hero__summary {
  max-width: 700px;
  margin: 0;
  color: #c1d2d7;
  font-size: clamp(17px, 2.1vw, 23px);
  line-height: 1.6;
}

.project-tags--hero { margin-top: 30px; }
.project-tags--hero a { border-color: rgba(88,244,240,.27); background: rgba(3,9,14,.55); color: var(--cyan-hi); backdrop-filter: blur(8px); }

.project-body {
  display: grid;
  grid-template-columns: minmax(210px, 0.56fr) minmax(0, 1.44fr);
  gap: clamp(45px, 8vw, 125px);
  padding-top: clamp(70px, 9vw, 125px);
  padding-bottom: clamp(80px, 10vw, 150px);
}

.project-telemetry {
  align-self: start;
  padding: 18px;
  border: 1px solid var(--line-hi);
  background: var(--panel);
}

.project-telemetry > p {
  margin: 0 0 15px;
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.project-telemetry dl { margin: 0; }

.project-telemetry dl > div {
  display: flex;
  padding: 13px 0;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid var(--line);
}

.project-telemetry dt,
.project-telemetry dd,
.project-telemetry__tags small {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 6px;
  letter-spacing: 0.08em;
}

.project-telemetry dt { color: var(--muted); }
.project-telemetry dd { color: var(--ink-soft); text-align: right; }
.project-telemetry dd i { display: inline-block; width: 5px; height: 5px; margin-right: 4px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 7px var(--cyan); }

.project-telemetry__tags {
  display: flex;
  gap: 6px;
  padding: 16px 0 20px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
}

.project-telemetry__tags small { width: 100%; margin-bottom: 5px; color: var(--muted); }

.project-telemetry__tags a {
  padding: 4px 6px;
  border: 1px solid var(--line);
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 6px;
  text-decoration: none;
}

.project-telemetry .lab-button { width: 100%; }

.project-pagination {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 70px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.project-pagination > a {
  display: flex;
  min-height: 100px;
  justify-content: center;
  padding: 22px 25px;
  flex-direction: column;
  text-decoration: none;
  transition: background 180ms ease;
}

.project-pagination > a:last-child { border-left: 1px solid var(--line); text-align: right; }
.project-pagination > a:hover,
.project-pagination > a:focus-visible { background: var(--cyan-low); outline: 0; }
.project-pagination small { color: var(--muted); font-family: var(--font-mono); font-size: 6px; letter-spacing: .12em; }
.project-pagination b { margin-top: 8px; color: var(--cyan-hi); font-family: var(--font-display); font-size: 21px; letter-spacing: .02em; text-transform: uppercase; }

/* Rich content */
.lab-prose {
  min-width: 0;
  color: #bdced3;
  font-size: 17px;
  line-height: 1.82;
}

.lab-prose > *:first-child { margin-top: 0; }
.lab-prose > *:last-child { margin-bottom: 0; }

.lab-prose h2,
.lab-prose h3,
.lab-prose h4 {
  color: var(--ink);
  font-family: var(--font-display);
  line-height: 1;
  text-transform: uppercase;
}

.lab-prose h2 {
  margin: 2.1em 0 .65em;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  font-size: clamp(35px, 4vw, 52px);
  letter-spacing: -0.03em;
}

.lab-prose h2::before {
  margin-right: 9px;
  color: var(--purple);
  content: "//";
  font-family: var(--font-mono);
  font-size: .32em;
  letter-spacing: -.1em;
  vertical-align: middle;
}

.lab-prose h3 { margin: 1.8em 0 .6em; font-size: 28px; }
.lab-prose p { margin: 1.25em 0; }
.lab-prose strong { color: var(--ink); }
.lab-prose em { color: var(--purple-hi); }

.lab-prose a {
  color: var(--cyan-hi);
  text-decoration-color: rgba(88,244,240,.32);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.lab-prose a:hover,
.lab-prose a:focus-visible { color: var(--cyan); text-decoration-color: var(--cyan); outline: 0; }

.lab-prose blockquote {
  margin: 2em 0;
  padding: 18px 22px;
  border-left: 2px solid var(--purple);
  background: linear-gradient(90deg, var(--purple-low), transparent);
  color: var(--ink-soft);
}

.lab-prose blockquote > *:first-child { margin-top: 0; }
.lab-prose blockquote > *:last-child { margin-bottom: 0; }

.lab-prose ul,
.lab-prose ol { padding-left: 1.4em; }
.lab-prose li { margin: .45em 0; padding-left: .25em; }
.lab-prose li::marker { color: var(--cyan); }

.lab-prose hr {
  height: 1px;
  margin: 3em 0;
  border: 0;
  background: linear-gradient(90deg, var(--cyan), var(--line), transparent);
}

.lab-prose code {
  padding: 2px 5px;
  border: 1px solid var(--line);
  background: var(--cyan-low);
  color: var(--cyan-hi);
  font-family: var(--font-mono);
  font-size: .82em;
}

.lab-prose pre {
  padding: 19px;
  overflow-x: auto;
  border: 1px solid var(--line-hi);
  background: #030a0f;
}

.lab-prose pre code { padding: 0; border: 0; background: transparent; }
.lab-prose iframe { display: block; max-width: 100%; border: 1px solid var(--line-hi) !important; }

.lab-lead {
  margin: 0 0 35px;
  padding: 25px 28px;
  border-top: 1px solid var(--line-hi);
  border-bottom: 1px solid var(--line-hi);
  background: linear-gradient(90deg, var(--cyan-low), transparent);
  color: var(--cyan-hi);
  font-size: clamp(19px, 2.4vw, 25px);
  line-height: 1.55;
}

.lab-lead > * { margin: 0; }

.lab-figure { margin: 2.2em 0; }
.lab-figure img { width: 100%; border: 1px solid var(--line-hi); }
.lab-figure figcaption { margin-top: 8px; color: var(--muted); font-family: var(--font-mono); font-size: 7px; letter-spacing: .07em; }

/* Carousel */
.lab-carousel {
  position: relative;
  margin: 2.3em 0;
  border: 1px solid var(--line-hi);
  background: #02070b;
}

.lab-carousel__viewport {
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.lab-carousel__slide {
  position: relative;
  min-width: 100%;
  margin: 0;
  scroll-snap-align: start;
}

.lab-carousel__slide img {
  width: 100%;
  max-height: 680px;
  object-fit: contain;
  background: #02070b;
}

.lab-carousel__slide figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 5px 7px;
  background: rgba(3, 9, 14, .78);
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 7px;
}

.lab-carousel__controls {
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  border-top: 1px solid var(--line);
}

.lab-carousel__controls > button {
  height: 45px;
  border: 0;
  background: transparent;
  color: var(--cyan);
  cursor: pointer;
  font-size: 17px;
}

.lab-carousel__controls > button:hover,
.lab-carousel__controls > button:focus-visible { background: var(--cyan-low); outline: 0; }
.lab-carousel__controls > button:last-child { border-left: 1px solid var(--line); }
.lab-carousel__controls > button:first-child { border-right: 1px solid var(--line); }

.lab-carousel__controls > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.lab-carousel__controls > div button {
  width: 18px;
  height: 2px;
  padding: 0;
  border: 0;
  background: var(--line-hi);
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.lab-carousel__controls > div button.is-active { width: 34px; background: var(--purple); box-shadow: 0 0 8px var(--purple); }

/* About and simple pages */
.about-hero,
.simple-hero {
  position: relative;
  padding: clamp(58px, 7vw, 100px) clamp(28px, 5vw, 72px);
  border: 1px solid var(--line);
  background: linear-gradient(120deg, var(--cyan-low), transparent 38%), var(--panel);
}

.about-hero h1,
.simple-hero h1 { max-width: 1100px; font-size: clamp(58px, 8vw, 112px); }
.about-hero > p:last-child,
.simple-hero > p:last-child { max-width: 680px; margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.6; }

.about-layout {
  display: grid;
  grid-template-columns: minmax(240px, .58fr) minmax(0, 1.42fr);
  gap: clamp(45px, 8vw, 125px);
  padding: clamp(62px, 8vw, 110px) clamp(28px, 5vw, 72px) 0;
}

.creator-card {
  align-self: start;
  border: 1px solid var(--line-hi);
  background: var(--panel);
}

.creator-card__image {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle, var(--cyan-low), transparent 58%);
}

.creator-card__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.06); }
.creator-card__image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,11,17,.65), transparent 48%); content: ""; }
.creator-card__image i { position: absolute; z-index: 2; right: 13px; bottom: 13px; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }

.creator-card > p { display: flex; margin: 0; padding: 19px; flex-direction: column; }
.creator-card > p small { color: var(--purple); font-family: var(--font-mono); font-size: 6px; letter-spacing: .12em; }
.creator-card > p strong { margin-top: 5px; font-family: var(--font-display); font-size: 20px; line-height: 1; }
.creator-card > p span { margin-top: 8px; color: var(--muted); font-family: var(--font-mono); font-size: 6px; letter-spacing: .07em; }
.creator-card nav { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.creator-card nav a { display: flex; justify-content: space-between; padding: 12px 18px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-family: var(--font-mono); font-size: 7px; letter-spacing: .08em; text-decoration: none; }
.creator-card nav a:hover,
.creator-card nav a:focus-visible { background: var(--cyan-low); color: var(--cyan-hi); outline: 0; }
.creator-card nav i { color: var(--purple); font-style: normal; }

.about-action { display: flex; justify-content: flex-end; padding: 45px clamp(28px, 5vw, 72px) 0; }
.simple-content { max-width: 820px; margin: clamp(55px, 7vw, 90px) auto 0; }
.simple-page > .project-grid,
.term-page > .project-grid { margin-top: 50px; }

.taxonomy-cloud {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 35px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.taxonomy-cloud a {
  display: grid;
  min-height: 94px;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 7px 14px;
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: background 180ms ease;
}

.taxonomy-cloud a:hover,
.taxonomy-cloud a:focus-visible { background: var(--cyan-low); outline: 0; }
.taxonomy-cloud span { font-family: var(--font-display); font-size: 25px; text-transform: uppercase; }
.taxonomy-cloud small { color: var(--purple); font-family: var(--font-mono); font-size: 8px; }
.taxonomy-cloud i { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--cyan); font-style: normal; }

.error-page {
  display: flex;
  min-height: calc(100vh - var(--header-height));
  align-items: center;
  justify-content: center;
  padding: 85px 30px;
  flex-direction: column;
  text-align: center;
}

.error-orbit { position: relative; display: grid; width: 240px; aspect-ratio: 1; margin-bottom: 30px; place-items: center; border: 1px solid var(--line-hi); border-radius: 50%; }
.error-orbit::before { position: absolute; inset: 18%; border: 1px dashed var(--purple); border-radius: 50%; content: ""; animation: mark-spin 9s linear infinite; }
.error-orbit i { position: absolute; inset: 2% 18%; border: 1px solid rgba(88,244,240,.22); border-radius: 50%; transform: rotate(55deg); }
.error-orbit i:nth-child(2) { transform: rotate(-55deg); }
.error-orbit span { color: var(--cyan); font-family: var(--font-display); font-size: 68px; text-shadow: 0 0 25px rgba(88,244,240,.35); }
.error-page h1 { max-width: 850px; font-size: clamp(54px, 8vw, 100px); }
.error-page > p:not(.lab-eyebrow) { max-width: 600px; margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.6; }

/* Footer */
.lab-footer {
  display: grid;
  min-height: 170px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 35px max(32px, calc((100vw - 1400px) / 2));
  border-top: 1px solid var(--line-hi);
  background: #02070b;
}

.lab-footer__identity { display: flex; align-items: center; gap: 14px; }
.footer-bloch { position: relative; width: 48px; height: 48px; flex: 0 0 48px; border-radius: 50%; filter: drop-shadow(0 0 8px rgba(88,244,240,.3)); animation: footer-bloch-drift 4.8s ease-in-out infinite; }
.footer-bloch__shell { position: absolute; inset: 5px; border: 1px solid rgba(197,255,255,.78); border-radius: 50%; background: radial-gradient(circle at 35% 28%, rgba(255,255,255,.2), transparent 16%), radial-gradient(circle, rgba(88,244,240,.12), rgba(3,9,14,.3) 68%); box-shadow: inset 0 0 13px rgba(88,244,240,.16); animation: footer-bloch-pulse 3.8s ease-in-out infinite; }
.footer-bloch__ring { position: absolute; inset: 8px; border: 1px solid rgba(88,244,240,.72); border-radius: 50%; opacity: .86; animation-duration: 6.4s; animation-iteration-count: infinite; animation-timing-function: linear; }
.footer-bloch__ring--a { animation-name: footer-bloch-ring-a; }
.footer-bloch__ring--b { border-color: rgba(168,117,255,.72); animation-name: footer-bloch-ring-b; animation-duration: 8.1s; animation-direction: reverse; }
.footer-bloch__ring--c { border-style: dashed; opacity: .52; animation-name: footer-bloch-ring-c; animation-duration: 10.3s; }
.footer-bloch__axis { position: absolute; top: 50%; right: 3px; left: 3px; height: 1px; background: linear-gradient(90deg, transparent, rgba(88,244,240,.6), transparent); transform: rotate(-31deg); }
.footer-bloch__axis::after { position: absolute; top: -22px; left: 50%; width: 1px; height: 44px; background: linear-gradient(transparent, rgba(88,244,240,.45), transparent); content: ""; }
.footer-bloch__vector { position: absolute; z-index: 2; top: 50%; left: 50%; width: 18px; height: 1px; transform-origin: left center; background: var(--purple-hi); box-shadow: 0 0 6px rgba(168,117,255,.8); animation: footer-bloch-vector 5.7s ease-in-out infinite; }
.footer-bloch__vector::after { position: absolute; top: -2px; right: -2px; width: 5px; height: 5px; border-radius: 50%; background: var(--purple-hi); box-shadow: 0 0 9px 2px rgba(168,117,255,.5); content: ""; }
.lab-footer__identity p { display: flex; margin: 0; flex-direction: column; }
.lab-footer__identity strong { font-family: var(--font-display); font-size: 17px; letter-spacing: .04em; }
.lab-footer__identity small { margin-top: 4px; color: var(--muted); font-family: var(--font-mono); font-size: 6px; letter-spacing: .07em; }
.lab-footer nav { display: flex; gap: 18px; }
.lab-footer nav a { color: var(--ink-soft); font-family: var(--font-mono); font-size: 7px; letter-spacing: .08em; text-decoration: none; }
.lab-footer nav a:hover,
.lab-footer nav a:focus-visible { color: var(--cyan); outline: 0; }
.lab-footer__legal { grid-column: 1 / -1; margin: 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-family: var(--font-mono); font-size: 6px; letter-spacing: .09em; }
.lab-footer__legal span { margin: 0 8px; color: var(--purple); }

/* Motion */
.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.8,.2,1);
}

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

@keyframes mark-spin { to { transform: rotate(360deg); } }
@keyframes status-pulse { 0%,100% { opacity: .35; transform: scale(.7); } 50% { opacity: 1; transform: scale(1); } }
@keyframes intro-reticle { from { opacity: 0; transform: scale(.25) rotate(-24deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes intro-readout { from { opacity: 0; filter: blur(8px); transform: scale(.92); } to { opacity: 1; filter: blur(0); transform: scale(1); } }
@keyframes intro-scan { 0% { top: 4%; opacity: 0; } 15% { opacity: 1; } 85% { opacity: 1; } 100% { top: 96%; opacity: 0; } }
@keyframes core-breathe { 0%,100% { opacity: .6; transform: scale(.92); } 50% { opacity: 1; transform: scale(1.08); } }
@keyframes core-float { 0%,100% { transform: translateY(-5px) rotate(-1deg); } 50% { transform: translateY(8px) rotate(1deg); } }
@keyframes orbit-a { to { transform: rotate(337deg) scaleY(.72); } }
@keyframes orbit-b { to { transform: rotate(-305deg) scaleX(.71); } }
@keyframes marquee-shift { to { transform: translateX(-50%); } }
@keyframes card-scan { 0% { top: -25%; } 100% { top: 110%; } }
@keyframes wave-pulse { from { height: 12%; } to { height: 100%; } }
@keyframes hero-image-arrive { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1); } }
@keyframes possibility-strike { to { transform: rotate(-8deg) scaleX(1); } }
@keyframes footer-bloch-drift { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-2px) rotate(2deg); } }
@keyframes footer-bloch-pulse { 0%,100% { opacity: .72; box-shadow: inset 0 0 10px rgba(88,244,240,.12); } 50% { opacity: 1; box-shadow: inset 0 0 15px rgba(88,244,240,.24), 0 0 8px rgba(88,244,240,.22); } }
@keyframes footer-bloch-ring-a { from { transform: rotate(12deg) scaleY(.32); } to { transform: rotate(372deg) scaleY(.32); } }
@keyframes footer-bloch-ring-b { from { transform: rotate(-58deg) scaleX(.34); } to { transform: rotate(302deg) scaleX(.34); } }
@keyframes footer-bloch-ring-c { from { transform: rotate(76deg) scaleY(.62); } to { transform: rotate(436deg) scaleY(.62); } }
@keyframes footer-bloch-vector { 0%,100% { transform: rotate(-38deg) scaleX(.78); } 35% { transform: rotate(56deg) scaleX(1); } 70% { transform: rotate(178deg) scaleX(.86); } }
@keyframes side-core-float { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-4px) rotate(2deg); } }
@keyframes side-core-ring-a { from { transform: rotate(12deg) scaleY(.34); } to { transform: rotate(372deg) scaleY(.34); } }
@keyframes side-core-ring-b { from { transform: rotate(-58deg) scaleX(.36); } to { transform: rotate(302deg) scaleX(.36); } }
@keyframes side-core-vector { 0%,100% { transform: rotate(-38deg) scaleX(.76); } 35% { transform: rotate(61deg) scaleX(1); } 70% { transform: rotate(181deg) scaleX(.84); } }
@keyframes side-wave { from { height: 15%; } to { height: 92%; } }

@media (max-width: 1240px) {
  .creative-frame { display: block; }
  .creative-side { display: none; }
  .creative-channel { border: 0; background: transparent; }
  .creative-channel .lab-shell { width: var(--shell); }
}

@media (max-width: 1120px) {
  :root { --shell: min(calc(100% - 36px), 1040px); }
  .lab-header { grid-template-columns: 1fr auto; }
  .desktop-nav,
  .header-status { display: none; }
  .lab-brand { border-right: 0; }
  .nav-trigger { display: flex; width: 122px; height: 100%; align-items: center; justify-content: center; gap: 12px; border: 0; border-left: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; font-family: var(--font-mono); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
  .nav-trigger > i { position: relative; width: 18px; height: 9px; border-top: 1px solid var(--cyan); border-bottom: 1px solid var(--cyan); }
  .nav-trigger > i::after { position: absolute; top: 3px; right: 0; width: 12px; height: 1px; background: var(--purple); content: ""; transition: width 180ms ease; }
  .nav-trigger[aria-expanded="true"] > i::after { width: 18px; }
  .nav-scrim { position: fixed; z-index: 89; inset: var(--header-height) 0 0; visibility: hidden; display: block; border: 0; background: rgba(0,0,0,.66); opacity: 0; backdrop-filter: blur(3px); transition: opacity 220ms ease, visibility 220ms; }
  .mobile-nav { position: fixed; z-index: 90; top: var(--header-height); right: 0; bottom: 0; display: flex; width: min(430px, 92vw); padding: 0 18px 18px; overflow-y: auto; visibility: hidden; flex-direction: column; border-top: 2px solid var(--cyan); border-left: 1px solid var(--line-hi); background: linear-gradient(145deg, var(--cyan-low), transparent 30%), #040b11; box-shadow: -25px 0 60px rgba(0,0,0,.65); opacity: 0; transform: translateX(100%); transition: transform 280ms cubic-bezier(.2,.8,.2,1), opacity 220ms ease, visibility 280ms; }
  body.nav-open .mobile-nav { visibility: visible; opacity: 1; transform: translateX(0); }
  body.nav-open .nav-scrim { visibility: visible; opacity: 1; }
  .mobile-nav__head { display: flex; min-height: 84px; align-items: center; justify-content: space-between; margin: 0 -18px 15px; padding: 0 20px; border-bottom: 1px solid var(--line-hi); }
  .mobile-nav__head > span { display: flex; flex-direction: column; }
  .mobile-nav__head small { color: var(--purple); font-family: var(--font-mono); font-size: 6px; letter-spacing: .12em; }
  .mobile-nav__head b { margin-top: 4px; font-family: var(--font-display); font-size: 20px; letter-spacing: .04em; }
  .mobile-nav__head button { border: 0; background: transparent; color: var(--cyan); cursor: pointer; font-size: 27px; }
  .mobile-nav nav { display: flex; flex-direction: column; }
  .mobile-nav nav a { display: grid; min-height: 82px; grid-template-columns: 30px 1fr auto; align-items: center; gap: 13px; padding: 13px 4px; border-bottom: 1px solid var(--line); text-decoration: none; }
  .mobile-nav nav a:hover,
  .mobile-nav nav a:focus-visible { background: var(--cyan-low); outline: 0; }
  .mobile-nav nav a > small { color: var(--cyan); font-family: var(--font-mono); font-size: 7px; }
  .mobile-nav nav a > span { display: flex; font-family: var(--font-display); font-size: 24px; text-transform: uppercase; flex-direction: column; }
  .mobile-nav nav a b { margin-top: 4px; color: var(--muted); font-family: var(--font-mono); font-size: 6px; font-weight: 400; letter-spacing: .06em; text-transform: none; }
  .mobile-nav nav a > i { color: var(--purple); font-style: normal; }
  .mobile-nav__foot { display: flex; align-items: center; gap: 8px; margin-top: auto; padding: 25px 4px 8px; color: var(--muted); font-family: var(--font-mono); font-size: 6px; letter-spacing: .08em; }
  .home-hero { grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr); }
  .project-body { grid-template-columns: 220px minmax(0, 1fr); gap: 55px; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100vw - 24px); }
  .home-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 84px; padding-bottom: 70px; }
  .home-hero::before { display: none; }
  .idea-core { width: min(100%, 500px); grid-row: 1; margin-bottom: -20px; }
  .home-hero__copy { grid-row: 2; }
  .project-card,
  .project-card:nth-child(3n + 1):not(:first-child),
  .project-card:nth-child(3n + 2):not(:nth-child(2)) { grid-column: span 12; }
  .section-heading,
  .archive-hero__title,
  .tool-cloud,
  .about-layout,
  .project-body { grid-template-columns: 1fr; }
  .section-heading { align-items: start; }
  .tool-cloud { gap: 35px; }
  .project-telemetry { display: none; }
  .taxonomy-cloud { grid-template-columns: 1fr 1fr; }
  .project-hero__veil { background: linear-gradient(0deg, rgba(2,7,11,.96) 0%, rgba(2,7,11,.64) 60%, rgba(2,7,11,.25) 100%); }
  .project-hero__content { justify-content: flex-end; }
  .lab-footer { grid-template-columns: 1fr; }
  .lab-footer nav { flex-wrap: wrap; }
  .project-pagination { width: 100%; }
}

@media (max-width: 600px) {
  :root { --header-height: 62px; --shell: 100%; }
  .lab-brand { gap: 8px; padding: 0 11px; }
  .lab-brand__mark { width: 39px; height: 39px; flex-basis: 39px; }
  .lab-brand__mark img { width: 35px; height: 35px; }
  .lab-brand__copy strong { font-size: 12px; }
  .lab-brand__copy small { font-size: 5.5px; }
  .nav-trigger { width: 86px; gap: 8px; font-size: 7px; }
  .home-hero { padding: 65px 16px 58px; border-right: 0; border-left: 0; }
  .idea-core { width: min(100%, 390px); }
  .idea-core__label { padding: 7px 8px; }
  .idea-core__label--one { left: -3px; }
  .idea-core__label--two { right: -3px; }
  .home-hero h1,
  .archive-hero h1,
  .about-hero h1,
  .simple-hero h1,
  .error-page h1 { font-size: clamp(48px, 15vw, 70px); line-height: .88; }
  .home-hero__lede { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .lab-button { width: 100%; }
  .hero-readings { margin-top: 38px; }
  .hero-readings > div { padding: 13px 9px 11px; }
  .hero-readings strong { font-size: 19px; }
  .work-section,
  .tool-cloud,
  .taxonomy-page,
  .term-page,
  .simple-page,
  .about-page { padding-top: 65px; padding-right: 16px; padding-bottom: 76px; padding-left: 16px; }
  .section-heading h2,
  .tool-cloud h2 { font-size: 45px; }
  .section-heading { gap: 18px; margin-bottom: 30px; }
  .project-grid { gap: 11px; }
  .project-card__body { padding: 20px 18px 23px; }
  .project-card__body::before { left: 18px; }
  .project-card h2 { font-size: 34px; }
  .project-card__body > p { font-size: 13px; }
  .philosophy-band__inner { padding: 68px 16px; }
  .philosophy-band blockquote p { font-size: 40px; }
  .tool-cloud > div { grid-template-columns: 1fr 1fr; }
  .archive-hero { min-height: 0; padding: 70px 16px 64px; border-right: 0; border-left: 0; }
  .archive-hero__title { gap: 35px; margin-top: 26px; }
  .archive-hero__copy { padding-left: 16px; font-size: 14px; }
  .archive { padding: 12px 0 80px; }
  .archive > .project-grid { padding: 0 10px; }
  .filter-console { top: calc(var(--header-height) + 4px); margin: 0 0 18px; border-right: 0; border-left: 0; flex-wrap: wrap; }
  .filter-search.is-open { width: calc(100% - 64px); flex: 1 0 calc(100% - 64px); }
  .filter-tags { flex: 1 0 calc(100% - 70px); order: 2; }
  .filter-console > p { order: 3; }
  .project-hero { min-height: 640px; }
  .project-hero__content { min-height: 640px; padding: 70px 16px 45px; }
  .project-hero h1 { font-size: clamp(58px, 18vw, 84px); }
  .project-hero__summary { font-size: 16px; }
  .project-body { padding: 55px 16px 75px; }
  .lab-prose { font-size: 15px; line-height: 1.78; }
  .lab-prose h2 { font-size: 33px; }
  .lab-prose pre { margin-right: -16px; margin-left: -16px; border-right: 0; border-left: 0; }
  .lab-carousel { margin-right: -16px; margin-left: -16px; border-right: 0; border-left: 0; }
  .project-pagination { grid-template-columns: 1fr; margin-bottom: 35px; }
  .project-pagination > a:last-child { border-top: 1px solid var(--line); border-left: 0; text-align: left; }
  .project-pagination > a { min-height: 86px; padding: 18px 16px; }
  .about-hero,
  .simple-hero { padding: 54px 16px; border-right: 0; border-left: 0; }
  .about-layout { gap: 45px; padding: 45px 0 0; }
  .creator-card { width: min(100%, 360px); justify-self: center; }
  .about-action { padding: 40px 0 0; }
  .taxonomy-cloud { grid-template-columns: 1fr; }
  .taxonomy-cloud a { min-height: 78px; }
  .simple-page > .project-grid,
  .term-page > .project-grid { margin-top: 32px; }
  .lab-footer { min-height: 0; padding: 35px 16px; }
  .lab-footer nav { align-items: flex-start; flex-direction: column; gap: 12px; }
  .lab-footer__identity small { max-width: 250px; line-height: 1.5; }
  .lab-intro__reticle { width: 92vw; }
  .lab-intro__readout strong { font-size: 42px; }
}

@media (max-width: 390px) {
  .lab-brand__copy small { display: none; }
  .nav-trigger { width: 75px; }
  .idea-core__label small { display: none; }
  .hero-readings small { font-size: 5px; }
  .tool-cloud > div { grid-template-columns: 1fr; }
}

@media (hover: none) {
  .project-card:hover { transform: none !important; }
  .project-card__scan { display: none; }
}

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