@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/space-grotesk-latin.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-latin-400.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-latin-600.woff2") format("woff2");
}
html { scroll-behavior: smooth; scroll-padding-top: 6rem; background: #050606; }
body { margin: 0; }
body.admin-bar .site-header { top: 32px; }
img, video { display: block; max-width: 100%; }
figure { margin: 0; }
button, input, textarea, select { font: inherit; }
::selection { color: #050606; background: #73d5cb; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  z-index: 10000; top: 0.8rem; left: 0.8rem; width: auto; height: auto;
  padding: 0.8rem 1rem; clip: auto; color: #050606; background: #73d5cb;
  font: 0.72rem/1.2 "IBM Plex Mono", monospace;
}

:root {
  --lab-black: #050606;
  --lab-ivory: #f3f0e8;
  --lab-blue: #23356d;
  --lab-gray: #8d918e;
  --lab-aqua: #73d5cb;
  --lab-muted: #c5c6c0;
  --lab-line-dark: rgb(243 240 232 / 0.16);
  --lab-line-light: rgb(5 6 6 / 0.16);
  --lab-gutter: clamp(1.25rem, 4.6vw, 5rem);
  --lab-display: "Space Grotesk", Arial, sans-serif;
  --lab-mono: "IBM Plex Mono", monospace;
}
.site-html { scroll-behavior: smooth; background: var(--lab-black); }
.site-shell {
  min-width: 320px;
  min-height: 100dvh;
  margin: 0;
  overflow-x: hidden;
  background: var(--lab-black);
  color: var(--lab-ivory);
  font-family: var(--lab-display);
  -webkit-font-smoothing: antialiased;
}
.site-shell *, .site-shell *::before, .site-shell *::after { box-sizing: border-box; }
.site-shell a { color: inherit; text-decoration: none; }
.site-shell img { max-width: 100%; }
.site-shell :focus-visible { outline: 2px solid var(--lab-aqua); outline-offset: 5px; }

.lab-header {
  position: fixed;
  z-index: 80;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.75rem;
  padding: 0 var(--lab-gutter);
  border-bottom: 1px solid rgb(243 240 232 / 0.12);
  background: rgb(5 6 6 / 0.74);
  backdrop-filter: blur(18px);
}
.lab-brand { display: inline-flex; align-items: center; gap: 0.8rem; }
.lab-brand img { width: 2.15rem; height: 2.15rem; object-fit: contain; }
.lab-brand > span { display: grid; gap: 0.12rem; }
.lab-brand strong, .lab-brand small {
  font-family: var(--lab-mono);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 1.2;
}
.lab-brand small { color: var(--lab-aqua); font-size: 0.57rem; }
.lab-header nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2.4rem); }
.lab-header nav a {
  position: relative;
  padding: 0.6rem 0;
  color: rgb(243 240 232 / 0.68);
  font-family: var(--lab-mono);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lab-header nav a:not(.nav-contact)::after {
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 1px;
  background: var(--lab-aqua);
  content: "";
  transform: scaleX(0.16);
  transform-origin: right;
  transition: transform 240ms ease;
}
.lab-header nav a:hover { color: var(--lab-ivory); }
.lab-header nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.lab-header .nav-contact {
  padding: 0.72rem 1rem;
  border: 1px solid rgb(115 213 203 / 0.7);
  color: var(--lab-ivory);
  transition: background 200ms ease, color 200ms ease;
}
.lab-header .nav-contact:hover { background: var(--lab-aqua); color: var(--lab-black); }

.journey-wrap { position: relative; }
.journey-wrap .scroll-scrub__route { display: none; }
.journey-wrap .scroll-scrub__stage::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(5 6 6 / 0.78), transparent 62%),
    linear-gradient(0deg, rgb(5 6 6 / 0.58), transparent 40%);
  content: "";
  pointer-events: none;
}
.journey-wrap .scroll-scrub__chapter-pin {
  padding-top: clamp(7rem, 12vw, 11rem);
  padding-bottom: clamp(8rem, 12vw, 11rem);
}
.journey-wrap .scroll-scrub__copy { width: min(48rem, 57vw); }
.journey-wrap .scroll-scrub__copy::before { opacity: 0.55; }
.journey-wrap .scroll-scrub__kicker {
  margin-bottom: 1.2rem;
  font-family: var(--lab-mono);
  font-size: clamp(0.65rem, 0.8vw, 0.76rem);
  font-weight: 500;
}
.journey-wrap .scroll-scrub__title {
  max-width: 11ch;
  font-family: var(--lab-display);
  font-size: clamp(3.4rem, 7.3vw, 8rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.88;
}
.journey-wrap .scroll-scrub__body {
  max-width: 43ch;
  color: rgb(243 240 232 / 0.82);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.5;
}
.journey-wrap .scroll-scrub__tags { gap: 0; margin-top: 1.7rem; }
.journey-wrap .scroll-scrub__tags li {
  padding: 0.55rem 0.75rem;
  border-color: rgb(243 240 232 / 0.2);
  font-family: var(--lab-mono);
  font-size: 0.6rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.hero-enter {
  position: absolute;
  z-index: 15;
  top: calc(100dvh - 6.5rem);
  left: var(--lab-gutter);
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  min-height: 2.9rem;
  font-family: var(--lab-mono);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-enter i {
  position: relative;
  width: 3.4rem;
  height: 1px;
  background: var(--lab-aqua);
  transition: width 220ms ease;
}
.hero-enter i::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--lab-aqua);
  border-right: 1px solid var(--lab-aqua);
  content: "";
  transform: rotate(45deg);
}
.hero-enter:hover i { width: 5rem; }

.section-register {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--lab-line-dark);
  color: rgb(243 240 232 / 0.48);
  font-family: var(--lab-mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}
.section-kicker {
  margin: 0 0 1.1rem;
  color: var(--lab-aqua);
  font-family: var(--lab-mono);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.system-section {
  position: relative;
  padding: clamp(5rem, 10vw, 10rem) var(--lab-gutter) clamp(6rem, 12vw, 12rem);
  overflow: hidden;
  background:
    linear-gradient(rgb(243 240 232 / 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgb(243 240 232 / 0.04) 1px, transparent 1px),
    var(--lab-black);
  background-size: 6rem 6rem;
}
.process-break {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: clamp(3rem, 8vw, 9rem);
  padding: clamp(4rem, 8vw, 8rem) 0;
}
.process-break h2, .system-intro h2, .community-copy h2,
.proof-heading h2, .invitation-copy h2 {
  margin: 0;
  font-family: var(--lab-display);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.95;
  text-wrap: balance;
}
.process-break h2 { max-width: 12ch; font-size: clamp(3.2rem, 6.8vw, 7.5rem); }
.process-copy { align-self: end; padding-bottom: 0.4rem; }
.process-copy p {
  margin: 0;
  color: rgb(243 240 232 / 0.7);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.65;
}
.process-copy p + p { margin-top: 1.5rem; color: var(--lab-ivory); }

.legacy-line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--lab-line-dark);
  border-bottom: 1px solid var(--lab-line-dark);
  list-style: none;
}
.legacy-line li {
  position: relative;
  display: grid;
  min-height: 8.5rem;
  align-content: space-between;
  padding: 1.1rem;
  border-right: 1px solid var(--lab-line-dark);
  color: rgb(243 240 232 / 0.46);
  font-family: var(--lab-mono);
  font-size: clamp(0.72rem, 1vw, 0.9rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.legacy-line li:last-child { border-right: 0; }
.legacy-line li::after {
  position: absolute;
  top: 50%;
  right: -0.35rem;
  z-index: 2;
  width: 0.65rem;
  height: 0.65rem;
  border-top: 1px solid var(--lab-gray);
  border-right: 1px solid var(--lab-gray);
  content: "";
  transform: rotate(45deg);
}
.legacy-line li:last-child::after { display: none; }
.legacy-line span { font-size: 0.58rem; }

.system-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.65fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  padding: clamp(7rem, 12vw, 12rem) 0 clamp(4rem, 7vw, 7rem);
}
.system-intro .section-kicker { grid-column: 1 / -1; margin-bottom: -1.2rem; }
.system-intro h2 { max-width: 10ch; font-size: clamp(3.5rem, 7.4vw, 8.2rem); }
.system-intro > p:last-child {
  margin: 0;
  color: rgb(243 240 232 / 0.72);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.65;
}

.system-field {
  position: relative;
  min-height: clamp(42rem, 72vw, 60rem);
  overflow: hidden;
  border: 1px solid var(--lab-line-dark);
  background: rgb(35 53 109 / 0.2);
  isolation: isolate;
}
.system-field::before, .system-field::after {
  position: absolute;
  z-index: 1;
  content: "";
  pointer-events: none;
}
.system-field::before {
  inset: 0;
  background:
    linear-gradient(90deg, transparent 49.92%, rgb(115 213 203 / 0.2) 50%, transparent 50.08%),
    linear-gradient(transparent 49.92%, rgb(115 213 203 / 0.2) 50%, transparent 50.08%);
}
.system-field::after {
  top: 50%;
  left: 50%;
  width: min(68vw, 56rem);
  aspect-ratio: 1;
  border: 1px solid rgb(115 213 203 / 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.system-field-image {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.16;
  filter: grayscale(1) contrast(1.25);
  object-fit: cover;
}
.orbit-ring {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border: 1px solid rgb(243 240 232 / 0.16);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.orbit-ring::after {
  position: absolute;
  top: 7%;
  left: 50%;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--lab-aqua);
  box-shadow: 0 0 1.5rem var(--lab-aqua);
  content: "";
}
.orbit-ring-one { width: min(52vw, 43rem); aspect-ratio: 1; animation: orbit-rotate 26s linear infinite; }
.orbit-ring-two {
  width: min(30vw, 25rem);
  aspect-ratio: 1;
  border-style: dashed;
  animation: orbit-rotate-reverse 18s linear infinite;
}
.story-core {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(11rem, 20vw, 17rem);
  aspect-ratio: 1;
  place-content: center;
  border: 1px solid var(--lab-aqua);
  border-radius: 50%;
  background: rgb(5 6 6 / 0.84);
  text-align: center;
  transform: translate(-50%, -50%);
}
.story-core::before {
  position: absolute;
  inset: 1rem;
  border: 1px solid rgb(115 213 203 / 0.24);
  border-radius: inherit;
  content: "";
}
.story-core span {
  position: relative;
  color: var(--lab-aqua);
  font-family: var(--lab-mono);
  font-size: 0.56rem;
  letter-spacing: 0.08em;
}
.story-core strong {
  position: relative;
  margin-top: 0.75rem;
  font-size: clamp(1.5rem, 3.1vw, 2.8rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.87;
}
.story-core i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lab-ivory);
  box-shadow: 0 0 1rem var(--lab-ivory);
  transform: translate(-50%, -50%);
  animation: core-pulse 2.8s ease-in-out infinite;
}

.system-output-list {
  position: absolute;
  z-index: 4;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.system-output-list li {
  position: absolute;
  display: grid;
  width: clamp(9rem, 15vw, 14rem);
  gap: 0.26rem;
  padding: 0.85rem 1rem;
  border-left: 1px solid var(--lab-aqua);
  background: rgb(5 6 6 / 0.7);
  backdrop-filter: blur(8px);
}
.system-output-list li:nth-child(1) { top: 6%; left: 50%; transform: translateX(-50%); }
.system-output-list li:nth-child(2) { top: 24%; right: 6%; }
.system-output-list li:nth-child(3) { right: 9%; bottom: 14%; }
.system-output-list li:nth-child(4) { bottom: 6%; left: 50%; transform: translateX(-50%); }
.system-output-list li:nth-child(5) { bottom: 14%; left: 9%; }
.system-output-list li:nth-child(6) { top: 24%; left: 6%; }
.system-output-list span, .system-output-list small {
  color: rgb(243 240 232 / 0.48);
  font-family: var(--lab-mono);
  font-size: 0.54rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.system-output-list strong {
  font-size: clamp(1rem, 1.5vw, 1.28rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.system-output-list small { color: var(--lab-aqua); }
.client-line {
  max-width: 66ch;
  margin: 2rem 0 0 auto;
  color: rgb(243 240 232 / 0.58);
  font-family: var(--lab-mono);
  font-size: 0.66rem;
  letter-spacing: 0.055em;
  line-height: 1.7;
  text-align: right;
  text-transform: uppercase;
}

.community-section {
  position: relative;
  display: grid;
  min-height: 100dvh;
  grid-template-columns: minmax(0, 1.25fr) minmax(19rem, 0.75fr);
  grid-template-rows: auto auto;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-content: end;
  padding: clamp(7rem, 12vw, 12rem) var(--lab-gutter);
  overflow: hidden;
  background: var(--lab-blue);
  isolation: isolate;
}
.community-image, .community-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}
.community-image { opacity: 0.7; object-fit: cover; }
.community-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgb(5 6 6 / 0.93) 0%, rgb(5 6 6 / 0.66) 55%, rgb(35 53 109 / 0.6) 100%),
    linear-gradient(0deg, rgb(5 6 6 / 0.85) 0%, transparent 75%);
}
.community-copy { max-width: 58rem; }
.community-copy h2 { max-width: 10ch; font-size: clamp(3.5rem, 7vw, 7.8rem); }
.community-copy > p:not(.section-kicker) {
  max-width: 48ch;
  margin: 2rem 0 0;
  color: rgb(243 240 232 / 0.72);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.65;
}
.community-copy > p + p:not(.section-kicker) { margin-top: 1rem; color: var(--lab-ivory); }
.value-loop {
  display: grid;
  align-self: end;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--lab-line-dark);
  list-style: none;
}
.value-loop li {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: 0.8rem;
  align-items: center;
  min-height: 4.4rem;
  border-bottom: 1px solid var(--lab-line-dark);
}
.value-loop span { color: var(--lab-aqua); font-family: var(--lab-mono); font-size: 0.58rem; }
.value-loop strong {
  font-size: clamp(0.82rem, 1vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.campus-node {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.45fr 0.75fr 1.2fr auto;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
  padding: 1.4rem 0 0;
  border-top: 1px solid var(--lab-aqua);
}
.campus-node > span, .campus-node > div {
  color: var(--lab-aqua);
  font-family: var(--lab-mono);
  font-size: 0.58rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
.campus-node h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2.4vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}
.campus-node p {
  max-width: 50ch;
  margin: 0;
  color: rgb(243 240 232 / 0.68);
  font-size: 0.92rem;
  line-height: 1.55;
}
.campus-node > div { color: rgb(243 240 232 / 0.62); text-align: right; }

.proof-section {
  padding: clamp(7rem, 12vw, 12rem) var(--lab-gutter);
  background: var(--lab-ivory);
  color: var(--lab-black);
}
.proof-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.45fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: end;
}
.proof-heading .section-kicker { grid-column: 1 / -1; margin-bottom: -1rem; color: var(--lab-blue); }
.proof-heading h2 { max-width: 11ch; font-size: clamp(3.4rem, 7vw, 7.8rem); }
.proof-heading > p { margin: 0; color: rgb(5 6 6 / 0.62); font-size: 1rem; line-height: 1.6; }
.facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(4rem, 8vw, 8rem);
  border-top: 1px solid var(--lab-line-light);
  border-bottom: 1px solid var(--lab-line-light);
}
.facts > div {
  display: grid;
  min-height: clamp(11rem, 16vw, 16rem);
  align-content: space-between;
  padding: 1.2rem;
  border-right: 1px solid var(--lab-line-light);
}
.facts > div:last-child { border-right: 0; }
.facts strong {
  font-size: clamp(3rem, 6vw, 6.5rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.9;
}
.facts span {
  max-width: 20ch;
  color: rgb(5 6 6 / 0.58);
  font-family: var(--lab-mono);
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-transform: uppercase;
}
.work-index { margin-top: clamp(4rem, 7vw, 7rem); border-top: 1px solid var(--lab-black); }
.work-index-head, .work-index a {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr) minmax(7rem, 0.25fr) 2rem;
  align-items: center;
  min-height: 5.5rem;
  padding: 0 1rem;
  border-bottom: 1px solid var(--lab-line-light);
}
.work-index-head {
  min-height: 3.2rem;
  padding: 0;
  color: rgb(5 6 6 / 0.48);
  font-family: var(--lab-mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.work-index-head span:first-child { grid-column: 1 / 2; }
.work-index-head span:last-child { grid-column: 2 / -1; }
.work-index a { transition: background 180ms ease, color 180ms ease, padding 180ms ease; }
.work-index a:hover {
  padding-right: 1.4rem;
  padding-left: 1.4rem;
  background: var(--lab-black);
  color: var(--lab-ivory);
}
.work-index a > span, .work-index a > em {
  font-family: var(--lab-mono);
  font-size: 0.58rem;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.work-index a > span { color: var(--lab-blue); }
.work-index a:hover > span { color: var(--lab-aqua); }
.work-index a > strong { font-size: clamp(1rem, 1.6vw, 1.35rem); font-weight: 500; letter-spacing: -0.025em; }
.work-index a > em { color: rgb(5 6 6 / 0.52); }
.work-index a:hover > em { color: rgb(243 240 232 / 0.58); }
.work-index a > i { font-size: 1.1rem; font-style: normal; text-align: right; }

.invitation-section {
  position: relative;
  display: grid;
  min-height: min(58rem, 100dvh);
  place-items: center;
  padding: clamp(7rem, 12vw, 12rem) var(--lab-gutter);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgb(35 53 109 / 0.4), transparent 42%),
    var(--lab-black);
  text-align: center;
}
.invitation-mark {
  position: absolute;
  width: min(68vw, 50rem);
  opacity: 0.08;
  filter: saturate(0);
  pointer-events: none;
}
.invitation-copy { position: relative; z-index: 2; display: grid; justify-items: center; }
.invitation-copy > span {
  color: var(--lab-aqua);
  font-family: var(--lab-mono);
  font-size: 0.64rem;
  letter-spacing: 0.1em;
}
.invitation-copy h2 { max-width: 11ch; margin-top: 1.8rem; font-size: clamp(3.4rem, 7.6vw, 8.5rem); }
.invitation-copy p {
  max-width: 48ch;
  margin: 2rem 0 0;
  color: rgb(243 240 232 / 0.68);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.6;
}
.project-cta {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  min-height: 4rem;
  margin-top: 2.8rem;
  padding: 0 1.4rem 0 1.6rem;
  border: 1px solid var(--lab-aqua);
  font-family: var(--lab-mono);
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 200ms ease, color 200ms ease;
}
.project-cta i { font-size: 1rem; font-style: normal; }
.project-cta:hover { background: var(--lab-aqua); color: var(--lab-black); }

.lab-footer {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 2rem;
  align-items: center;
  min-height: 8rem;
  padding: 1.5rem var(--lab-gutter);
  border-top: 1px solid var(--lab-line-dark);
  background: var(--lab-black);
  color: rgb(243 240 232 / 0.58);
  font-family: var(--lab-mono);
  font-size: 0.58rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.lab-footer > div { display: grid; gap: 0.25rem; }
.lab-footer strong { color: var(--lab-ivory); font-size: 0.66rem; font-weight: 500; }
.lab-footer > div span { color: var(--lab-aqua); }
.lab-footer p { margin: 0; }
.lab-footer nav { display: flex; gap: 1.3rem; }
.lab-footer nav a:hover { color: var(--lab-aqua); }

.system-page {
  display: grid;
  min-height: 100dvh;
  place-content: center;
  gap: 1.5rem;
  padding: var(--lab-gutter);
  background: var(--lab-black);
  color: var(--lab-ivory);
  text-align: center;
}
.system-page > span {
  color: var(--lab-aqua);
  font-family: var(--lab-mono);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
}
.system-page h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.94;
}
.system-page p { margin: 0; color: var(--lab-muted); }
.system-link, .system-actions a, .system-actions button {
  justify-self: center;
  padding: 0.9rem 1.2rem;
  border: 1px solid var(--lab-aqua);
  background: transparent;
  color: var(--lab-ivory);
  font: 0.7rem var(--lab-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.system-actions { display: flex; justify-content: center; gap: 0.75rem; }

@keyframes orbit-rotate {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes orbit-rotate-reverse {
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}
@keyframes core-pulse {
  0%, 100% { opacity: 0.2; transform: translate(-50%, -50%) scale(0.8); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.5); }
}

@media (max-width: 960px) {
  .lab-header nav a:not(.nav-contact) { display: none; }
  .process-break, .system-intro, .proof-heading { grid-template-columns: 1fr; }
  .process-copy, .proof-heading > p { max-width: 48rem; }
  .system-intro .section-kicker, .proof-heading .section-kicker {
    grid-column: auto;
    margin-bottom: 0;
  }
  .legacy-line {
    grid-template-columns: repeat(5, minmax(8.5rem, 1fr));
    overflow-x: auto;
  }
  .system-field { min-height: 48rem; }
  .orbit-ring-one { width: min(78vw, 38rem); }
  .orbit-ring-two { width: min(45vw, 22rem); }
  .system-output-list li:nth-child(2) { right: 3%; }
  .system-output-list li:nth-child(3) { right: 5%; }
  .system-output-list li:nth-child(5) { left: 5%; }
  .system-output-list li:nth-child(6) { left: 3%; }
  .community-section { grid-template-columns: 1fr; }
  .value-loop { width: min(100%, 42rem); }
  .campus-node { grid-template-columns: 0.45fr 0.8fr 1.2fr; }
  .campus-node > div { grid-column: 2 / -1; text-align: left; }
  .facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .facts > div:nth-child(2) { border-right: 0; }
  .facts > div:nth-child(-n + 2) { border-bottom: 1px solid var(--lab-line-light); }
  .lab-footer { grid-template-columns: 1fr auto; }
  .lab-footer nav { justify-self: end; }
}

@media (max-width: 700px) {
  .lab-header { min-height: 4.25rem; }
  .lab-brand strong { font-size: 0.56rem; }
  .lab-brand small { font-size: 0.49rem; }
  .lab-header .nav-contact { padding: 0.65rem 0.75rem; font-size: 0.54rem; }
  .journey-wrap .scroll-scrub__chapter-pin {
    align-items: flex-end;
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
  .journey-wrap .scroll-scrub__copy { width: 100%; }
  .journey-wrap .scroll-scrub__copy::before { opacity: 1; }
  .journey-wrap .scroll-scrub__kicker { max-width: none; }
  .journey-wrap .scroll-scrub__title {
    max-width: 10ch;
    font-size: clamp(2.75rem, 13vw, 4.5rem);
  }
  .journey-wrap .scroll-scrub__body { max-width: 33ch; font-size: 0.94rem; }
  .journey-wrap .scroll-scrub__tags li {
    padding: 0.42rem 0.5rem;
    font-size: 0.49rem;
  }
  .hero-enter { top: calc(100dvh - 4.8rem); }
  .section-register span:last-child { display: none; }
  .process-break { padding-top: 4rem; }
  .process-break h2, .system-intro h2, .community-copy h2,
  .proof-heading h2, .invitation-copy h2 {
    font-size: clamp(2.8rem, 14vw, 4.8rem);
  }
  .system-field { min-height: auto; padding: 2rem 1rem; }
  .system-field::before, .system-field::after, .orbit-ring { display: none; }
  .system-field-image { opacity: 0.1; }
  .story-core {
    position: relative;
    top: auto;
    left: auto;
    width: min(13rem, 62vw);
    margin: 1.5rem auto 3rem;
    transform: none;
  }
  .system-output-list {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: var(--lab-line-dark);
  }
  .system-output-list li, .system-output-list li:nth-child(n) {
    position: static;
    width: auto;
    min-height: 7rem;
    align-content: space-between;
    padding: 0.9rem;
    border: 0;
    background: rgb(5 6 6 / 0.9);
    transform: none;
  }
  .client-line { text-align: left; }
  .community-section { min-height: auto; }
  .community-shade {
    background:
      linear-gradient(0deg, rgb(5 6 6 / 0.92) 0%, rgb(5 6 6 / 0.64) 78%, rgb(35 53 109 / 0.38) 100%);
  }
  .community-copy > p:not(.section-kicker) { font-size: 0.96rem; }
  .campus-node { grid-template-columns: 1fr; }
  .campus-node > div { grid-column: auto; }
  .facts { grid-template-columns: 1fr 1fr; }
  .facts > div { min-height: 10rem; padding: 1rem; }
  .facts strong { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .work-index-head { display: none; }
  .work-index a {
    grid-template-columns: 2.4rem 1fr auto;
    min-height: 5rem;
    padding: 0;
  }
  .work-index a > em { grid-column: 2; margin-top: -0.75rem; }
  .work-index a > i { grid-column: 3; grid-row: 1 / 3; }
  .invitation-section { min-height: 80dvh; }
  .invitation-copy > span { max-width: 30ch; line-height: 1.6; }
  .lab-footer {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lab-footer nav { justify-self: start; flex-wrap: wrap; }
}

@media (max-width: 380px) {
  .lab-brand img { width: 1.7rem; height: 1.7rem; }
  .lab-header .nav-contact {
    max-width: 7.2rem;
    line-height: 1.3;
    text-align: center;
  }
  .system-output-list, .facts { grid-template-columns: 1fr; }
  .facts > div {
    border-right: 0;
    border-bottom: 1px solid var(--lab-line-light);
  }
  .facts > div:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .site-html { scroll-behavior: auto; }
  .orbit-ring, .story-core i { animation: none; }
  .hero-enter i, .lab-header nav a::after,
  .work-index a, .project-cta { transition: none; }
}

.system-output-list img {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  width: 2rem;
  height: 2rem;
  opacity: 0.48;
  object-fit: contain;
}
.proof-plate {
  position: relative;
  height: clamp(18rem, 38vw, 34rem);
  margin: clamp(4rem, 7vw, 7rem) 0 0;
  overflow: hidden;
  background: var(--lab-black);
}
.proof-plate img {
  display: block;
  width: 100%;
  height: 100%;
  filter: saturate(0.72) contrast(1.04);
  object-fit: cover;
}
.proof-plate figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.55rem 0.7rem;
  background: rgb(5 6 6 / 0.78);
  color: var(--lab-aqua);
  font: 0.56rem/1.4 var(--lab-mono);
  letter-spacing: 0.08em;
}


/* WordPress shell */
.lab-header .lab-brand { min-width: 0; }
.lab-header .custom-logo-link,
.site-brand-mark { flex: 0 0 auto; display: block; }
.lab-header .custom-logo { width: 2.15rem; height: 2.15rem; object-fit: contain; }
.site-brand-copy { display: grid; gap: 0.12rem; color: inherit; white-space: nowrap; }
.lab-header nav { gap: 0; }
.lab-header nav .menu { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2.4rem); margin: 0; padding: 0; list-style: none; }
.lab-header .menu-contact a,
.lab-header nav li:last-child a {
  padding: 0.72rem 1rem;
  border: 1px solid rgb(115 213 203 / 0.7);
  color: var(--lab-ivory);
  transition: background 200ms ease, color 200ms ease;
}
.lab-header .menu-contact a:hover,
.lab-header nav li:last-child a:hover { background: var(--lab-aqua); color: var(--lab-black); }
.lab-header .menu-contact a::after,
.lab-header nav li:last-child a::after { display: none; }
.site-footer { grid-template-columns: 1fr auto auto auto auto; }
.site-footer .menu { display: flex; gap: 1.3rem; margin: 0; padding: 0; list-style: none; }
.footer-email { color: inherit; }
.footer-email:hover { color: var(--lab-aqua); }

/* Scroll-driven origin */
.origin-section {
  position: relative;
  height: 210vh;
  min-height: 70rem;
  background: var(--lab-black);
}
.origin-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
}
.origin-film, .origin-poster, .origin-shade {
  position: absolute;
  inset: 0;
}
.origin-film { z-index: -3; }
.origin-film video,
.origin-poster img { width: 100%; height: 100%; object-fit: cover; }
.origin-poster { z-index: -2; margin: 0; opacity: 1; transition: opacity 500ms ease; }
.origin-section.is-video-ready .origin-poster { opacity: 0; }
.origin-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgb(5 6 6 / 0.9) 0%, rgb(5 6 6 / 0.44) 47%, rgb(5 6 6 / 0.12) 72%),
    linear-gradient(0deg, rgb(5 6 6 / 0.82) 0%, transparent 45%),
    radial-gradient(circle at 58% 45%, transparent 0 18%, rgb(5 6 6 / 0.24) 75%);
  pointer-events: none;
}
.origin-sticky::before,
.origin-sticky::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}
.origin-sticky::before { top: 0; bottom: 0; left: 50%; border-left: 1px solid rgb(243 240 232 / 0.1); }
.origin-sticky::after { top: 50%; right: 0; left: 0; border-top: 1px solid rgb(243 240 232 / 0.08); }
.origin-register {
  position: absolute;
  z-index: 2;
  top: 7rem;
  right: var(--lab-gutter);
  left: var(--lab-gutter);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgb(243 240 232 / 0.66);
  font: 0.62rem/1.4 var(--lab-mono);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.origin-copy {
  position: absolute;
  z-index: 2;
  bottom: clamp(6.5rem, 14vh, 9rem);
  left: var(--lab-gutter);
  width: min(72rem, calc(100% - var(--lab-gutter) * 2));
}
.origin-kicker {
  margin: 0 0 1.2rem;
  color: var(--lab-aqua);
  font: 0.68rem/1.4 var(--lab-mono);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.origin-copy h1 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(3.4rem, 7.3vw, 8rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.88;
  text-wrap: balance;
}
.origin-copy > p:not(.origin-kicker) {
  max-width: 39rem;
  margin: 1.6rem 0 0;
  color: rgb(243 240 232 / 0.82);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.5;
}
.origin-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 1.7rem 0 0;
  padding: 0;
  list-style: none;
}
.origin-tags li {
  padding: 0.55rem 0.75rem;
  border: 1px solid rgb(243 240 232 / 0.2);
  color: rgb(243 240 232 / 0.76);
  font: 0.6rem/1.3 var(--lab-mono);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.origin-enter {
  position: absolute;
  z-index: 3;
  right: var(--lab-gutter);
  bottom: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  min-height: 2.9rem;
  font: 0.66rem/1.3 var(--lab-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.origin-enter i {
  position: relative;
  width: 3.4rem;
  height: 1px;
  background: var(--lab-aqua);
  transition: width 220ms ease;
}
.origin-enter i::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--lab-aqua);
  border-right: 1px solid var(--lab-aqua);
  content: "";
  transform: rotate(45deg);
}
.origin-enter:hover i { width: 5rem; }
.origin-progress {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: rgb(243 240 232 / 0.12);
}
.origin-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--lab-aqua);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}
.system-field-shade { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at center, transparent, rgb(5 6 6 / 0.34)); }
.js [data-reveal] { opacity: 1; transform: translateY(0.75rem); transition: transform 700ms ease; }
.js [data-reveal].is-revealed { transform: none; }


/* Native WordPress content templates */
.content-shell {
  width: min(100%, 82rem);
  min-height: 70vh;
  margin-inline: auto;
  padding: clamp(10rem, 15vw, 14rem) var(--lab-gutter) clamp(6rem, 12vw, 12rem);
}
.content-hero { padding-bottom: clamp(3rem, 7vw, 7rem); }
.content-hero h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(3rem, 6.5vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.92;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
.content-hero .archive-description {
  max-width: 44rem;
  margin-top: 1.5rem;
  color: rgb(243 240 232 / 0.68);
}
.content-list { border-top: 1px solid var(--lab-line-dark); }
.content-card {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr) 2rem;
  gap: 1.5rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--lab-line-dark);
}
.content-card-index, .content-card-arrow, .entry-meta {
  color: var(--lab-gray);
  font: 0.61rem/1.5 var(--lab-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.content-card h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}
.content-card h2 a:hover { color: var(--lab-aqua); }
.entry-summary { max-width: 47rem; color: rgb(243 240 232 / 0.68); }
.content-card-arrow { color: var(--lab-aqua); }
.single-entry-image { margin: 0 0 clamp(3rem, 7vw, 7rem); }
.single-entry-image img { width: 100%; height: auto; }
.entry-content {
  max-width: 48rem;
  margin-inline: auto;
  color: rgb(243 240 232 / 0.86);
}
.entry-content > * + * { margin-top: 1.4em; }
.entry-content h2, .entry-content h3, .entry-content h4 {
  margin-top: 1.7em;
  margin-bottom: 0.6em;
  color: var(--lab-ivory);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.02;
}
.entry-content h2 { font-size: clamp(2.2rem, 4vw, 4.6rem); }
.entry-content h3 { font-size: clamp(1.7rem, 2.8vw, 3rem); }
.entry-content a { color: var(--lab-aqua); text-decoration: underline; }
.entry-content img { height: auto; }
.entry-content blockquote {
  margin: 2.5rem 0;
  padding-left: 1.5rem;
  border-left: 2px solid var(--lab-aqua);
  color: var(--lab-ivory);
  font-size: 1.25em;
}
.entry-content pre, .entry-content code { font-family: var(--lab-mono); }
.entry-content pre {
  max-width: 100%;
  padding: 1.25rem;
  overflow-x: auto;
  border: 1px solid var(--lab-line-dark);
  background: #0d1010;
}
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 0.7rem; border: 1px solid var(--lab-line-dark); text-align: left; }
.single-entry-footer, .post-navigation, .comments-area {
  max-width: 48rem;
  margin: 4rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--lab-line-dark);
}
.entry-tags { color: var(--lab-gray); font: 0.68rem/1.5 var(--lab-mono); }
.post-navigation .nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.post-navigation a { display: grid; gap: 0.5rem; }
.post-navigation .nav-next { text-align: right; }
.post-navigation span {
  color: var(--lab-aqua);
  font: 0.6rem/1.4 var(--lab-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.comments-title { font-size: 2rem; }
.comment-list { padding-left: 1.5rem; }
.comment-list li { margin-top: 1.5rem; }
.comment-meta { font: 0.7rem/1.5 var(--lab-mono); }
.comment-content { margin-top: 0.75rem; color: rgb(243 240 232 / 0.74); }
.comment-respond { margin-top: 3rem; }
.comment-form label {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--lab-gray);
  font: 0.65rem/1.4 var(--lab-mono);
  text-transform: uppercase;
}
input[type="text"], input[type="email"], input[type="url"], input[type="search"], textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid var(--lab-line-dark);
  border-radius: 0;
  color: var(--lab-ivory);
  background: rgb(243 240 232 / 0.04);
}
button, input[type="submit"] {
  min-height: 2.8rem;
  padding: 0.6rem 1rem;
  border: 1px solid var(--lab-aqua);
  border-radius: 0;
  color: var(--lab-black);
  background: var(--lab-aqua);
  cursor: pointer;
  font: 0.68rem/1.4 var(--lab-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.navigation.pagination { margin-top: 3rem; }
.navigation.pagination .nav-links { display: flex; gap: 1rem; justify-content: center; }
.page-numbers {
  min-width: 2.2rem;
  min-height: 2.2rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--lab-line-dark);
}
.page-numbers.current { border-color: var(--lab-aqua); color: var(--lab-aqua); }
.no-results { padding-block: 4rem; }
.not-found-shell {
  min-height: 90vh;
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 4rem;
  align-items: center;
  padding: 10rem var(--lab-gutter) 5rem;
  background: radial-gradient(circle at 20% 50%, rgb(35 53 109 / 0.5), transparent 35rem);
}
.not-found-code {
  color: rgb(115 213 203 / 0.18);
  font-size: clamp(8rem, 22vw, 24rem);
  font-weight: 600;
  letter-spacing: -0.1em;
  line-height: 0.75;
}
.not-found-copy h1, .no-results h2 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 6rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.92;
}
.not-found-copy form, .no-results form { margin-top: 2rem; }

@media (max-width: 960px) {
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer .footer-navigation { justify-self: end; }
  .footer-email { grid-column: 1; }
  .origin-register { top: 6.4rem; }
}
@media (max-width: 700px) {
  body.admin-bar .site-header { top: 46px; }
  .lab-header nav .menu li:not(:last-child) { display: none; }
  .lab-header .menu-contact a, .lab-header nav li:last-child a { padding: 0.65rem 0.75rem; font-size: 0.54rem; }
  .origin-register { top: 5.8rem; }
  .origin-register span:last-child { display: none; }
  .origin-copy { bottom: 7rem; }
  .origin-copy h1 { max-width: 10ch; font-size: clamp(2.75rem, 13vw, 4.5rem); }
  .origin-copy > p:not(.origin-kicker) { max-width: 33ch; font-size: 0.94rem; }
  .origin-tags li { padding: 0.42rem 0.5rem; font-size: 0.49rem; }
  .origin-enter { right: auto; bottom: 1.2rem; left: var(--lab-gutter); }
  .site-footer .footer-navigation { justify-self: start; }
  .site-footer .menu { flex-wrap: wrap; }
  .footer-email { grid-column: auto; }
  .not-found-shell { grid-template-columns: 1fr; gap: 2rem; }
  .content-card { grid-template-columns: 2rem minmax(0, 1fr); }
  .content-card-arrow { display: none; }
  .post-navigation .nav-links { grid-template-columns: 1fr; }
  .post-navigation .nav-next { text-align: left; }
}
@media (max-width: 380px) {
  .lab-header .custom-logo { width: 1.7rem; height: 1.7rem; }
  .site-brand-copy strong { font-size: 0.54rem; }
  .site-brand-copy small { font-size: 0.47rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .origin-section { height: auto; min-height: 100vh; min-height: 100svh; }
  .origin-sticky { position: relative; min-height: 100vh; min-height: 100svh; }
  .origin-film, .origin-progress { display: none; }
  .origin-poster { opacity: 1 !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}
@media print {
  .lab-header, .origin-film, .origin-enter, .origin-progress, .lab-footer { display: none !important; }
  body, .system-section, .proof-section, .invitation-section { color: #111; background: #fff; }
  .origin-section { height: auto; min-height: 0; }
  .origin-sticky { position: relative; height: auto; min-height: 50rem; }
}

@media (max-width: 700px) and (max-height: 650px) {
  .origin-register,
  .origin-tags { display: none; }
  .origin-copy { bottom: 5.5rem; }
  .origin-kicker { margin-bottom: 0.7rem; }
  .origin-copy > p:not(.origin-kicker) { margin-top: 0.85rem; }
}

/* Core WordPress alignment and media classes */
.alignleft { float: left; margin: 0.4rem 1.5rem 1rem 0; }
.alignright { float: right; margin: 0.4rem 0 1rem 1.5rem; }
.aligncenter { display: block; margin-right: auto; margin-left: auto; }
.entry-content .alignwide { width: min(1240px, calc(100vw - var(--lab-gutter) * 2)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.entry-content .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.wp-caption { max-width: 100%; }
.wp-caption-text, .gallery-caption {
  margin-top: 0.55rem;
  color: var(--lab-gray);
  font: 0.6rem/1.5 var(--lab-mono);
  letter-spacing: 0.04em;
}
.gallery { display: grid; gap: 1rem; }
.sticky { border-left: 2px solid var(--lab-aqua); padding-left: 1rem; }
.bypostauthor > .comment-body { border-left: 1px solid var(--lab-aqua); padding-left: 1rem; }
@media (max-width: 540px) {
  .alignleft, .alignright { float: none; display: block; margin: 1rem auto; }
}


/* Exact combined identity */
.lab-header .site-brand-identity {
  display: grid;
  width: clamp(10.25rem, 15vw, 12.5rem);
  min-width: 0;
  gap: 0.16rem;
}
.lab-header .site-brand-logo,
.lab-header .custom-logo-link { display: block; width: 100%; }
.lab-header .site-brand-logo img,
.lab-header .custom-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}
.lab-header .site-brand-logo img,
.site-footer-brand img { mix-blend-mode: screen; }
.site-brand-descriptor {
  display: flex;
  gap: 0.6rem;
  align-items: baseline;
  padding-inline: 0.1rem;
  font-family: var(--lab-mono);
  letter-spacing: 0.09em;
  line-height: 1.2;
  white-space: nowrap;
}
.site-brand-descriptor strong {
  color: var(--lab-aqua);
  font-size: 0.48rem;
  font-weight: 600;
}
.site-brand-descriptor small {
  color: rgb(243 240 232 / 0.62);
  font-size: 0.47rem;
  letter-spacing: 0.04em;
  text-transform: none;
}
.site-footer-brand { width: clamp(9.5rem, 12vw, 11rem); }
.site-footer-brand a,
.site-footer-brand img { display: block; width: 100%; height: auto; }
.site-footer-brand span {
  padding-left: 0.1rem;
  font-size: 0.5rem;
  letter-spacing: 0.12em;
}

/* Plugin-compatible field notes */
.field-notes-section {
  padding: clamp(6.5rem, 10vw, 10rem) var(--lab-gutter);
  border-top: 1px solid var(--lab-line-dark);
  background:
    linear-gradient(135deg, rgb(35 53 109 / 0.18), transparent 42rem),
    var(--lab-black);
  color: var(--lab-ivory);
}
.field-notes-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.35fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: end;
}
.field-notes-heading h2 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(3.4rem, 7vw, 7.8rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-wrap: balance;
}
.field-notes-heading p {
  max-width: 34ch;
  margin: 0;
  color: rgb(243 240 232 / 0.62);
  font-size: 1rem;
  line-height: 1.6;
}
.field-notes-feed {
  width: 100%;
  margin-top: clamp(3rem, 6vw, 6rem);
  overflow: clip;
}
.field-notes-feed .india-feed-widget,
.field-notes-feed .spotlight-instagram-feed { width: 100%; margin: 0; }
.india-feed-widget-title { margin: 0 0 1.5rem; font-size: 1.25rem; font-weight: 500; }
.field-notes-feed img { max-width: 100%; height: auto; }
.field-notes-fallback {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  margin-top: clamp(3rem, 6vw, 6rem);
  padding: clamp(1.5rem, 3vw, 2.5rem) 0;
  border-top: 1px solid var(--lab-aqua);
  border-bottom: 1px solid var(--lab-line-dark);
}
.field-notes-fallback p { max-width: 48ch; margin: 0; color: rgb(243 240 232 / 0.62); line-height: 1.6; }
.field-notes-fallback a {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 1.5rem;
  align-items: center;
  min-height: 3.5rem;
  padding: 0 1.1rem 0 1.3rem;
  border: 1px solid var(--lab-aqua);
  font: 0.62rem var(--lab-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.field-notes-fallback i { font-size: 1rem; font-style: normal; }
.field-notes-fallback a:hover { background: var(--lab-aqua); color: var(--lab-black); }

@media (max-width: 960px) {
  .field-notes-heading { grid-template-columns: 1fr; }
  .field-notes-heading p { max-width: 46ch; }
}
@media (max-width: 700px) {
  .lab-header .site-brand-identity { width: 8.75rem; }
  .site-brand-descriptor { gap: 0.38rem; }
  .site-brand-descriptor strong { font-size: 0.42rem; }
  .site-brand-descriptor small { font-size: 0.4rem; }
  .field-notes-heading h2 { font-size: clamp(2.8rem, 14vw, 4.8rem); }
  .field-notes-fallback { display: grid; }
  .field-notes-fallback a { justify-self: start; }
}
@media (max-width: 380px) {
  .lab-header .site-brand-identity { width: 7.8rem; }
  .site-brand-descriptor { gap: 0.28rem; }
  .site-brand-descriptor strong { font-size: 0.38rem; }
  .site-brand-descriptor small { font-size: 0.36rem; }
}
