:root {
  color-scheme: dark;
  --ink: #080b09;
  --ink-raised: #111512;
  --paper: #f3f5f1;
  --paper-bright: #fafbf8;
  --text: #0b0e0c;
  --muted-dark: rgba(240, 246, 241, 0.64);
  --muted-light: #5c655f;
  --line-dark: rgba(255, 255, 255, 0.15);
  --line-light: rgba(11, 18, 13, 0.16);
  --signal: #d9ff42;
  --rise: #67e49b;
  --fall: #ff6e68;
  --flow: #6dd8ed;
  --warm: #f3c760;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  border: 1px solid #78e9b0;
  border-radius: 3px;
  background: #08110c;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

.public-brand small,
.section-heading > span,
.section-heading p,
.section-heading small,
.lens-index,
.research-lenses small,
.method-phase,
.principles-statement > p,
.principle-lines span,
.mission-mark,
.mission-attribution span,
.team-intro > p,
.team-member-copy > p,
.team-index,
.closing-brandline,
.closing-secondary,
.closing-column h3,
.closing-legal,
.dialog-brand,
.access-heading p,
.access-footnote {
  font-size: 10px;
}

button,
input {
  font: inherit;
  letter-spacing: 0;
}

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

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

button {
  cursor: pointer;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(270px, 1fr) auto minmax(270px, 1fr);
  align-items: center;
  min-height: 72px;
  padding: 10px 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(8, 11, 9, 0.48);
  color: #f7faf7;
  backdrop-filter: blur(24px) saturate(1.25);
  -webkit-backdrop-filter: blur(24px) saturate(1.25);
  transition: background-color 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(8, 11, 9, 0.9);
}

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

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

.public-brand,
.footer-brand,
.dialog-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
}

.public-brand img,
.footer-brand img,
.dialog-brand img {
  display: block;
  flex: 0 0 auto;
  border: 0;
  border-radius: 0;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.32)) drop-shadow(0 0 8px rgba(103, 228, 155, 0.16));
}

.glow-logo {
  transform: translateZ(0);
  transition: filter 240ms ease, transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.public-brand:hover .glow-logo,
.public-brand:focus-visible .glow-logo {
  filter: drop-shadow(0 10px 17px rgba(0, 0, 0, 0.38)) drop-shadow(0 0 13px rgba(103, 228, 155, 0.34));
  transform: translate3d(0, -1px, 0) scale(1.025);
}

.public-brand > span {
  display: grid;
  gap: 3px;
}

.public-brand strong {
  font-size: 12px;
  font-weight: 760;
  line-height: 1.05;
}

.public-brand small {
  color: #b7c2ba;
  font-size: 8px;
  font-weight: 720;
}

.public-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: rgba(244, 249, 245, 0.68);
  font-size: 11px;
  font-weight: 650;
}

.public-nav a {
  position: relative;
  padding: 10px 0;
  transition: color 160ms ease;
}

.public-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: var(--rise);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 200ms ease;
}

.public-nav a:hover,
.public-nav a:focus-visible {
  color: #ffffff;
}

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

.nav-access {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.055);
  color: #f8faf8;
  font-size: 10px;
  font-weight: 740;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.nav-access > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rise);
  box-shadow: 0 0 14px rgba(103, 228, 155, 0.7);
}

.nav-access:hover,
.nav-access:focus-visible {
  border-color: rgba(103, 228, 155, 0.7);
  background: rgba(103, 228, 155, 0.1);
}

.brand-hero {
  position: relative;
  isolation: isolate;
  display: block;
  min-height: 620px;
  height: calc(100svh - 56px);
  padding: 0;
  overflow: hidden;
  background: #080b09;
  color: #f7faf7;
}

.brand-scene,
.hero-scrim-radial,
.hero-scrim-vertical {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.brand-scene {
  z-index: -4;
  display: block;
}

.brand-scene-back {
  filter: blur(5px);
  transform: scale(1.07);
  transform-origin: center;
}

.brand-scene-front {
  z-index: -3;
}

.hero-scrim-radial,
.hero-scrim-vertical {
  pointer-events: none;
}

.hero-scrim-radial {
  z-index: -2;
  background:
    radial-gradient(ellipse 62% 56% at 50% 49%, rgba(4, 7, 5, 0.96) 0%, rgba(4, 7, 5, 0.76) 44%, rgba(4, 7, 5, 0.28) 68%, rgba(4, 7, 5, 0) 84%),
    linear-gradient(90deg, rgba(4, 7, 5, 0.34), transparent 28%, transparent 72%, rgba(4, 7, 5, 0.34));
}

.hero-scrim-vertical {
  z-index: -1;
  background: linear-gradient(to bottom, rgba(4, 7, 5, 0.78) 0%, rgba(4, 7, 5, 0) 18%, rgba(4, 7, 5, 0) 78%, rgba(4, 7, 5, 0.85) 100%);
}

.hero-topline {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #8fa096;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
}

.hero-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.hero-status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(94, 224, 164, 0.55);
}

.hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 140px;
  text-align: center;
}

.hero-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 920px;
}

.hero-kicker {
  margin: 0;
  color: #d9c08a;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: 24px;
  font-style: italic;
  line-height: 1.2;
}

.hero-content h1 {
  margin: 0;
  color: #eef4ef;
  font-size: 82px;
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 3px 26px rgba(0, 0, 0, 0.72);
}

.hero-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 0;
}

.hero-intro > p {
  max-width: 620px;
  margin: 0;
  color: #a2b0a6;
  font-size: 17px;
  line-height: 1.65;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.9);
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.secondary-entry,
.login-submit {
  border: 0;
  border-radius: 6px;
  background: #f7faf7;
  color: #0a0d0b;
  font-weight: 780;
  transition: transform 170ms ease, background-color 170ms ease, box-shadow 170ms ease;
}

.primary-entry {
  min-height: 48px;
  padding: 0 26px;
  border: 1px solid rgba(94, 224, 164, 0.45);
  border-radius: 3px;
  background: rgba(9, 18, 13, 0.55);
  color: #7fe0b0;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
  transition: transform 170ms ease, background-color 170ms ease, border-color 170ms ease;
}

.secondary-entry b {
  display: inline-block;
  margin-left: 11px;
  color: #288858;
  font-size: 15px;
  transition: transform 170ms ease;
}

.primary-entry:hover,
.primary-entry:focus-visible {
  border-color: rgba(94, 224, 164, 0.75);
  background: rgba(47, 191, 113, 0.16);
  color: #7fe0b0;
  transform: translateY(-2px);
}

.secondary-entry:hover,
.secondary-entry:focus-visible,
.login-submit:hover,
.login-submit:focus-visible {
  transform: translateY(-2px);
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(103, 228, 155, 0.34);
}

.secondary-entry:hover b,
.secondary-entry:focus-visible b {
  transform: translate(2px, -2px);
}

.text-entry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 26px;
  border: 1px solid rgba(159, 176, 165, 0.22);
  border-radius: 3px;
  color: #9fb0a5;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
  transition: transform 170ms ease, border-color 170ms ease, color 170ms ease;
}

.text-entry span {
  color: currentColor;
}

.text-entry:hover,
.text-entry:focus-visible {
  border-color: rgba(159, 176, 165, 0.45);
  color: #c6d2ca;
  transform: translateY(-2px);
}

.manifesto-section,
.method-section,
.principles-section,
.mission-section,
.team-section {
  padding-right: max(34px, calc((100vw - 1372px) / 2));
  padding-left: max(34px, calc((100vw - 1372px) / 2));
}

.manifesto-section {
  padding-top: 98px;
  padding-bottom: 112px;
  background: var(--paper-bright);
}

.section-heading {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  min-height: 42px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--line-light);
  color: #5c665f;
}

.section-heading > span {
  color: #1f7048;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 750;
}

.section-heading p,
.section-heading small {
  margin: 0;
  font-size: 9px;
  font-weight: 790;
}

.section-heading small {
  color: #58635c;
}

.manifesto-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 80px;
  align-items: end;
  padding: 70px 0 82px;
}

.manifesto-lead h2,
.method-intro h2,
.principles-statement h2 {
  margin: 0;
  font-size: 58px;
  font-weight: 720;
  line-height: 1.04;
}

.manifesto-lead h2 em {
  color: #287a53;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-weight: 500;
}

.manifesto-copy {
  display: grid;
  gap: 31px;
}

.manifesto-copy > p {
  margin: 0;
  color: var(--muted-light);
  font-size: 15px;
  line-height: 1.72;
}

.manifesto-copy blockquote {
  margin: 0;
  padding: 0 0 0 18px;
  border-left: 2px solid #288858;
  color: #242a26;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: 19px;
  font-style: italic;
  line-height: 1.45;
}

.research-lenses {
  border-bottom: 1px solid var(--line-light);
}

.research-lenses article {
  position: relative;
  display: grid;
  grid-template-columns: 54px 190px minmax(300px, 1fr) 260px;
  gap: 24px;
  align-items: center;
  min-height: 116px;
  border-top: 1px solid var(--line-light);
  perspective: 900px;
  transform-style: preserve-3d;
  transition: background-color 180ms ease, padding 180ms ease, box-shadow 240ms ease;
}

.research-lenses article::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #288858;
  content: "";
  transition: width 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.research-lenses article:hover {
  padding-right: 14px;
  padding-left: 14px;
  background: rgba(31, 96, 65, 0.035);
  box-shadow: inset 0 12px 30px rgba(40, 122, 83, 0.025);
}

.research-lenses article:hover::after {
  width: 100%;
}

.lens-index {
  color: #1f7048;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
}

.research-lenses h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 690;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.research-lenses p {
  max-width: 600px;
  margin: 0;
  color: var(--muted-light);
  font-size: 13px;
  line-height: 1.6;
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.research-lenses small {
  justify-self: end;
  color: #58635c;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  line-height: 1.5;
  text-align: right;
  transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
}

.research-lenses article:hover h3 {
  transform: translate3d(3px, 0, 18px);
}

.research-lenses article:hover p {
  transform: translate3d(1px, 0, 10px);
}

.research-lenses article:hover small {
  transform: translate3d(-2px, 0, 6px);
}

.method-section {
  min-height: 1040px;
  padding-top: 94px;
  padding-bottom: 110px;
  background: #111512;
  color: #f5f8f5;
}

.section-heading-dark {
  border-color: var(--line-dark);
  color: #b7c2ba;
}

.section-heading-dark > span {
  color: var(--flow);
}

.section-heading-dark small {
  color: #9ba79f;
}

.method-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(520px, 1.22fr);
  gap: 110px;
  padding-top: 82px;
}

.method-intro {
  position: sticky;
  top: 126px;
  align-self: start;
}

.method-eyebrow {
  margin: 0 0 24px;
  color: var(--flow);
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: 17px;
  font-style: italic;
}

.method-intro h2 {
  max-width: 510px;
  font-size: 52px;
}

.method-copy {
  max-width: 470px;
  margin: 28px 0 0;
  color: var(--muted-dark);
  font-size: 14px;
  line-height: 1.7;
}

.method-progress {
  width: min(360px, 100%);
  height: 1px;
  margin-top: 46px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
}

.method-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--flow);
  box-shadow: 0 0 12px rgba(109, 216, 237, 0.55);
  transform: scaleX(0.25);
  transform-origin: left;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.method-sequence {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--line-dark);
  list-style: none;
}

.method-sequence li {
  position: relative;
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) 42px;
  gap: 30px;
  align-items: start;
  min-height: 185px;
  padding: 36px 0 34px;
  border-top: 1px solid var(--line-dark);
  opacity: 1;
  transition: opacity 280ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.method-sequence li::before {
  position: absolute;
  top: -4px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  content: "";
  transition: background-color 220ms ease, box-shadow 220ms ease;
}

.method-sequence li.is-active {
  opacity: 1;
  transform: translateX(8px);
}

.method-sequence li.is-active::before {
  background: var(--flow);
  box-shadow: 0 0 0 6px rgba(109, 216, 237, 0.08), 0 0 22px rgba(109, 216, 237, 0.58);
}

.method-phase {
  color: #aeb9b1;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  line-height: 1.5;
}

.method-sequence h3 {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 680;
}

.method-sequence p {
  max-width: 520px;
  margin: 0;
  color: var(--muted-dark);
  font-size: 13px;
  line-height: 1.65;
}

.method-sequence strong {
  justify-self: end;
  color: #9ba79f;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: 25px;
  font-weight: 400;
}

.principles-section {
  padding-top: 96px;
  padding-bottom: 112px;
  background: var(--paper);
}

.principles-statement {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 60px;
  align-items: start;
  padding: 74px 0 88px;
}

.principles-statement > p {
  margin: 9px 0 0;
  color: #9a413d;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 750;
  line-height: 1.5;
}

.principles-statement h2 {
  max-width: 930px;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.08;
}

.principle-lines {
  border-bottom: 1px solid var(--line-light);
}

.principle-lines article {
  display: grid;
  grid-template-columns: 130px minmax(260px, 0.9fr) minmax(320px, 1.1fr);
  gap: 36px;
  align-items: center;
  min-height: 112px;
  border-top: 1px solid var(--line-light);
}

.principle-lines span {
  color: #59645d;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 740;
}

.principle-lines h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}

.principle-lines p {
  justify-self: end;
  max-width: 480px;
  margin: 0;
  color: var(--muted-light);
  font-size: 13px;
  line-height: 1.58;
}

.principle-lines article:nth-child(1) h3 {
  color: #287a53;
}

.principle-lines article:nth-child(2) h3 {
  color: #a34a45;
}

.principle-lines article:nth-child(3) h3 {
  color: #236b7b;
}

.mission-section {
  scroll-margin-top: 72px;
  padding-top: 90px;
  padding-bottom: 100px;
  border-top: 1px solid #cbd4cd;
  background: #e7ece8;
  color: #111713;
}

.mission-heading {
  border-bottom-color: #c4cec6;
}

.mission-heading > span {
  color: #155d3a;
}

.mission-heading p {
  color: #465149;
}

.mission-heading small {
  color: #34453a;
}

.mission-body {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 72px;
  align-items: start;
  padding-top: 70px;
}

.mission-mark {
  max-width: 150px;
  margin: 8px 0 0;
  padding-top: 15px;
  border-top: 2px solid #288858;
  color: #304a3a;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 760;
}

.mission-copy h2 {
  max-width: 1040px;
  margin: 0;
  color: #172019;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.14;
}

.mission-attribution {
  display: flex;
  align-items: baseline;
  gap: 14px;
  max-width: 360px;
  margin: 42px 0 0;
  padding-top: 17px;
  border-top: 1px solid #bdc9c0;
}

.mission-attribution span {
  color: #34483b;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 740;
}

.mission-attribution strong {
  color: #26332a;
  font-size: 12px;
  font-weight: 740;
}

.team-section {
  scroll-margin-top: 72px;
  padding-top: 94px;
  padding-bottom: 110px;
  border-top: 1px solid #ccd5ce;
  background: #f7f9f6;
  color: #111713;
}

.team-heading {
  border-bottom-color: #cbd4cd;
}

.team-heading > span {
  color: #155d3a;
}

.team-body {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.28fr);
  gap: 104px;
  align-items: start;
  padding-top: 68px;
}

.team-intro > p,
.team-member-copy > p,
.team-index {
  font-family: "SFMono-Regular", Consolas, monospace;
  font-weight: 760;
}

.team-intro > p {
  margin: 0 0 22px;
  color: #2d7650;
  font-size: 9px;
}

.team-intro h2 {
  max-width: 500px;
  margin: 0;
  color: #172019;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.12;
}

.team-roster {
  border-top: 1px solid #bac6bd;
}

.team-member {
  position: relative;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) 34px;
  gap: 26px;
  align-items: center;
  min-height: 164px;
  border-bottom: 1px solid #bac6bd;
  transition: background-color 180ms ease;
}

.team-member:hover {
  background: rgba(40, 136, 88, 0.045);
}

.team-monogram {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid #9db6a5;
  border-radius: 4px;
  background: #edf3ee;
  color: #286f4b;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.team-member:nth-child(2) .team-monogram {
  border-color: #a3bbc0;
  background: #edf3f4;
  color: #246879;
}

.team-member:hover .team-monogram {
  border-color: #4c966a;
  color: #195d3b;
  transform: translateY(-2px);
}

.team-member-copy > p {
  margin: 0 0 10px;
  color: #56635b;
  font-size: 9px;
}

.team-member-copy h3 {
  margin: 0;
  color: #172019;
  font-size: 34px;
  font-weight: 690;
  line-height: 1.08;
}

.team-index {
  justify-self: end;
  color: #536159;
  font-size: 9px;
}

.secondary-entry {
  min-height: 47px;
  margin-top: 38px;
  padding: 0 17px;
  font-size: 11px;
}

.public-footer {
  position: relative;
  isolation: isolate;
  display: block;
  min-height: 850px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #080b09;
  color: #eef4ef;
}

.footer-aurora-canvas,
.footer-aurora-veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.footer-aurora-canvas {
  z-index: -3;
  display: block;
  filter: blur(11px) saturate(1.12);
  transform: scale(1.07);
  transform-origin: center;
}

.footer-aurora-veil {
  z-index: -2;
  background:
    linear-gradient(to bottom, rgba(5, 8, 6, 0.58) 0%, rgba(5, 8, 6, 0.16) 32%, rgba(5, 8, 6, 0.28) 66%, rgba(5, 8, 6, 0.72) 100%),
    linear-gradient(90deg, rgba(5, 8, 6, 0.2) 0%, rgba(5, 8, 6, 0.08) 58%, rgba(5, 8, 6, 0.64) 100%);
}

.closing-inner {
  display: flex;
  flex-direction: column;
  width: min(1372px, calc(100% - 68px));
  min-height: 850px;
  margin: 0 auto;
  padding-top: 74px;
}

.closing-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.closing-brandline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #8fa096;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 720;
}

.closing-brandline img {
  width: 32px;
  height: 32px;
}

.closing-brandline i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(94, 224, 164, 0.55);
  box-shadow: none;
}

.closing-kicker {
  margin: 19px 0 0;
  color: #d9c08a;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.3;
}

.closing-cta h2 {
  margin: 22px 0 0;
  color: #eef4ef;
  font-size: 56px;
  font-weight: 690;
  line-height: 1.06;
  letter-spacing: 0;
}

.closing-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 31px;
}

.closing-primary,
.closing-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 0 22px;
  border: 1px solid rgba(94, 224, 164, 0.45);
  border-radius: 3px;
  background: rgba(9, 18, 13, 0.55);
  color: #7fe0b0;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 740;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.closing-primary b,
.closing-secondary span {
  margin-left: 12px;
  color: currentColor;
  font-size: 14px;
}

.closing-secondary {
  border-color: rgba(159, 176, 165, 0.22);
  background: transparent;
  color: #9fb0a5;
}

.closing-primary:hover,
.closing-primary:focus-visible {
  border-color: rgba(94, 224, 164, 0.75);
  background: rgba(47, 191, 113, 0.16);
  color: #7fe0b0;
  transform: translateY(-2px);
}

.closing-secondary:hover,
.closing-secondary:focus-visible {
  border-color: rgba(159, 176, 165, 0.45);
  color: #c6d2ca;
  transform: translateY(-2px);
}

.closing-directory {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px;
  margin-top: 62px;
  padding-top: 40px;
  border-top: 1px solid rgba(150, 170, 158, 0.16);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.82);
}

.closing-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.closing-column h3 {
  margin: 0 0 7px;
  color: #75837a;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 740;
}

.closing-column a,
.closing-column button,
.closing-column > span {
  width: max-content;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #c6d2ca;
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
  transition: color 160ms ease, transform 160ms ease;
}

.closing-column a:hover,
.closing-column a:focus-visible,
.closing-column button:hover,
.closing-column button:focus-visible {
  color: #7fe0b0;
  transform: translateX(3px);
}

.closing-standards > span {
  color: #9caaa1;
  cursor: default;
}

.closing-legal {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 26px;
  min-height: 92px;
  margin-top: auto;
  padding: 23px 0 28px;
  border-top: 1px solid rgba(150, 170, 158, 0.16);
  color: #75837a;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 650;
}

.closing-legal > p {
  margin: 0;
}

.footer-meta {
  justify-self: end;
  display: flex;
  align-items: baseline;
  gap: 22px;
  text-align: right;
}

.footer-meta > a {
  color: #75837a;
  transition: color 160ms ease;
}

.footer-meta > a:hover,
.footer-meta > a:focus-visible {
  color: #7fe0b0;
}

.footer-founder {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 9px;
}

.footer-founder span {
  color: #a8b4ac;
}

.footer-founder strong {
  color: rgba(247, 250, 247, 0.88);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 720;
}

.access-dialog {
  width: min(448px, calc(100vw - 30px));
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  background: rgba(14, 18, 15, 0.96);
  color: #f8fbf8;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(30px) saturate(1.18);
}

.access-dialog::backdrop {
  background: rgba(2, 5, 3, 0.78);
  backdrop-filter: blur(10px);
}

.dialog-accent {
  height: 2px;
  background: var(--rise);
  box-shadow: 0 0 20px rgba(103, 228, 155, 0.58);
}

.dialog-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dialog-brand {
  color: rgba(245, 249, 245, 0.72);
  font-size: 9px;
  font-weight: 790;
}

.dialog-close {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
}

.dialog-close:hover,
.dialog-close:focus-visible {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.11);
}

.access-heading {
  padding: 27px 27px 17px;
}

.access-heading p {
  margin: 0 0 12px;
  color: var(--rise);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 760;
}

.access-heading h2 {
  margin: 0;
  font-size: 29px;
  font-weight: 720;
  line-height: 1.1;
}

.access-heading span {
  display: block;
  margin-top: 12px;
  color: rgba(237, 244, 238, 0.58);
  font-size: 12px;
  line-height: 1.55;
}

.login-form {
  display: grid;
  gap: 15px;
  padding: 10px 27px 21px;
}

.login-form[hidden] {
  display: none;
}

.login-form label {
  display: grid;
  gap: 7px;
}

.login-form label span {
  color: rgba(239, 246, 240, 0.68);
  font-size: 10px;
  font-weight: 700;
}

.login-form input {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  outline: none;
  background: rgba(255, 255, 255, 0.055);
  color: #ffffff;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.login-form input:focus {
  border-color: var(--rise);
  background: rgba(255, 255, 255, 0.085);
  box-shadow: 0 0 0 3px rgba(103, 228, 155, 0.11);
}

.login-message {
  min-height: 17px;
  margin: -2px 0 0;
  color: #ffa19c;
  font-size: 10px;
  line-height: 1.5;
}

.login-message.is-success {
  color: var(--rise);
}

.login-submit {
  min-height: 46px;
  padding: 0 16px;
  font-size: 11px;
}

.login-submit:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.password-change-hint {
  margin: 0;
  padding: 10px 12px;
  border-left: 2px solid var(--rise);
  background: rgba(103, 228, 155, 0.065);
  color: rgba(239, 246, 240, 0.66);
  font-size: 10px;
  line-height: 1.5;
}

.password-change-hint strong {
  color: #ffffff;
  font-weight: 740;
}

.login-secondary {
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: transparent;
  color: rgba(239, 246, 240, 0.62);
  font-size: 10px;
}

.login-secondary:hover,
.login-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.access-footnote {
  margin: 0;
  padding: 15px 27px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(237, 244, 238, 0.36);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 7px;
  text-align: center;
}

.reveal-section {
  opacity: 1;
  transform: translateY(22px);
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

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

@media (max-width: 1200px) {
  .hero-content {
    padding: 0 48px;
  }

  .hero-content h1 {
    font-size: 56px;
    white-space: normal;
  }
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .public-nav {
    display: none;
  }

  .research-lenses article {
    grid-template-columns: 44px 150px minmax(240px, 1fr) 210px;
  }

  .method-layout {
    grid-template-columns: minmax(300px, 0.8fr) minmax(440px, 1.2fr);
    gap: 70px;
  }
}

@media (max-width: 860px) {
  .site-header {
    min-height: 66px;
    padding: 9px 20px;
  }

  .brand-hero {
    display: block;
    min-height: 650px;
    height: calc(100svh - 66px);
    padding: 0;
  }

  .hero-topline {
    position: static;
  }

  .hero-content {
    inset: 0;
    width: auto;
    padding: 0 48px;
    transform: none;
  }

  .hero-content h1 {
    font-size: 56px;
  }

  .hero-intro {
    gap: 22px;
    max-width: 550px;
  }

  .manifesto-section,
  .method-section,
  .principles-section,
  .mission-section,
  .team-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .manifesto-lead,
  .method-layout,
  .principles-statement {
    grid-template-columns: 1fr;
  }

  .manifesto-lead {
    gap: 42px;
  }

  .manifesto-lead h2,
  .method-intro h2 {
    font-size: 46px;
  }

  .research-lenses article {
    grid-template-columns: 44px 150px minmax(0, 1fr);
  }

  .research-lenses small {
    display: none;
  }

  .method-section {
    min-height: 0;
  }

  .method-intro {
    position: relative;
    top: auto;
  }

  .method-sequence li {
    grid-template-columns: 112px minmax(0, 1fr) 34px;
  }

  .principles-statement {
    gap: 34px;
  }

  .principles-statement h2 {
    font-size: 49px;
  }

  .mission-body {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .mission-copy h2 {
    font-size: 42px;
  }

  .team-body {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .team-intro h2 {
    max-width: 620px;
    font-size: 42px;
  }

  .principle-lines article {
    grid-template-columns: 90px minmax(220px, 0.8fr) minmax(260px, 1.2fr);
  }

  .closing-inner {
    width: calc(100% - 48px);
  }

  .closing-cta h2 {
    font-size: 46px;
  }

  .closing-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 40px;
  }

  .closing-legal {
    grid-template-columns: 1fr auto;
  }

  .closing-legal > p:nth-child(2) {
    display: none;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 9px 16px;
  }

  .public-brand {
    gap: 8px;
  }

  .public-brand img {
    width: 36px;
    height: 36px;
  }

  .public-brand strong {
    font-size: 10px;
  }

  .public-brand small {
    display: none;
  }

  .nav-access {
    min-height: 36px;
    padding: 0 10px;
    font-size: 9px;
  }

  .brand-hero {
    min-height: 590px;
  }

  .hero-topline {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 10px;
    font-size: 7px;
    letter-spacing: 0;
  }

  .hero-content {
    inset: 0;
    width: auto;
    padding: 0 18px;
  }

  .hero-stack {
    gap: 18px;
  }

  .hero-kicker {
    font-size: 19px;
  }

  .hero-content h1 {
    margin: 0;
    font-size: 38px;
    line-height: 1.02;
    letter-spacing: 0;
    white-space: normal;
  }

  .hero-intro {
    gap: 18px;
    margin: 0;
    padding: 0;
  }

  .hero-intro > p {
    max-width: 410px;
    font-size: 14px;
  }

  .hero-actions {
    align-items: center;
    justify-content: center;
    gap: 14px;
  }

  .primary-entry {
    min-height: 44px;
    padding: 0 15px;
    font-size: 9px;
    letter-spacing: 0;
  }

  .text-entry {
    min-height: 44px;
    padding: 0 15px;
    font-size: 9px;
    letter-spacing: 0;
  }

  .manifesto-section,
  .method-section,
  .principles-section,
  .mission-section,
  .team-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .manifesto-section,
  .method-section,
  .principles-section,
  .mission-section,
  .team-section {
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .section-heading {
    grid-template-columns: 34px 1fr;
  }

  .section-heading small {
    display: none;
  }

  .manifesto-lead {
    padding: 51px 0 58px;
  }

  .manifesto-lead h2,
  .method-intro h2 {
    font-size: 37px;
  }

  .manifesto-copy > p {
    font-size: 14px;
  }

  .research-lenses article {
    grid-template-columns: 35px 1fr;
    gap: 12px 16px;
    min-height: 0;
    padding: 24px 0;
  }

  .research-lenses article:hover {
    padding-right: 0;
    padding-left: 0;
  }

  .research-lenses p {
    grid-column: 2;
  }

  .research-lenses h3 {
    font-size: 23px;
  }

  .method-layout {
    gap: 60px;
    padding-top: 58px;
  }

  .method-sequence li {
    grid-template-columns: 1fr 30px;
    gap: 18px;
    min-height: 0;
    padding: 30px 0;
  }

  .method-phase {
    grid-column: 1 / 3;
  }

  .method-sequence li.is-active {
    transform: translateX(4px);
  }

  .method-sequence h3 {
    font-size: 22px;
  }

  .principles-statement {
    padding: 52px 0 60px;
  }

  .principles-statement h2 {
    font-size: 39px;
  }

  .principle-lines article {
    grid-template-columns: 72px 1fr;
    gap: 18px;
    min-height: 0;
    padding: 25px 0;
  }

  .principle-lines p {
    grid-column: 2;
    justify-self: start;
  }

  .principle-lines h3 {
    font-size: 24px;
  }

  .mission-body {
    gap: 32px;
    padding-top: 52px;
  }

  .mission-mark {
    margin-top: 0;
  }

  .mission-copy h2 {
    font-size: 33px;
    line-height: 1.17;
  }

  .mission-attribution {
    margin-top: 32px;
  }

  .team-body {
    gap: 36px;
    padding-top: 52px;
  }

  .team-intro h2 {
    font-size: 34px;
    line-height: 1.14;
  }

  .team-member {
    grid-template-columns: 56px minmax(0, 1fr) 24px;
    gap: 15px;
    min-height: 132px;
  }

  .team-monogram {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }

  .team-member-copy h3 {
    font-size: 27px;
  }

  .public-footer {
    min-height: 930px;
  }

  .closing-inner {
    width: calc(100% - 36px);
    min-height: 930px;
    padding-top: 64px;
  }

  .closing-brandline {
    gap: 8px;
    font-size: 7px;
  }

  .closing-brandline img {
    width: 28px;
    height: 28px;
  }

  .closing-kicker {
    max-width: 330px;
    font-size: 18px;
  }

  .closing-cta h2 {
    max-width: 350px;
    font-size: 40px;
    letter-spacing: 0;
  }

  .closing-actions {
    flex-direction: column;
    width: min(300px, 100%);
  }

  .closing-primary,
  .closing-secondary {
    width: 100%;
  }

  .closing-directory {
    gap: 36px 22px;
    margin-top: 52px;
    padding-top: 32px;
  }

  .closing-column a,
  .closing-column button,
  .closing-column > span {
    font-size: 12px;
  }

  .closing-legal {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-bottom: 24px;
  }

  .footer-meta {
    justify-self: start;
    flex-wrap: wrap;
    gap: 10px 20px;
    text-align: left;
  }

  .footer-founder {
    justify-content: flex-start;
  }
}

@media (max-width: 390px) {
  .hero-actions {
    flex-direction: column;
  }

  .text-entry {
    min-height: 44px;
  }
}

@media (max-width: 620px) {
  .public-brand,
  .nav-access,
  .text-entry {
    min-height: 44px;
  }

  .dialog-close {
    width: 44px;
    height: 44px;
  }
}

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

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

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

@media (prefers-reduced-transparency: reduce) {
  .site-header,
  .access-dialog {
    background: #0a0d0b;
    backdrop-filter: none;
  }
}

/* Readability floor for metadata that remains meaningful at phone scale. */
.public-brand small,
.section-heading > span,
.section-heading p,
.section-heading small,
.lens-index,
.research-lenses small,
.method-phase,
.principles-statement > p,
.principle-lines span,
.mission-mark,
.mission-attribution span,
.team-intro > p,
.team-member-copy > p,
.team-index,
.closing-brandline,
.closing-secondary,
.closing-column h3,
.closing-legal,
.dialog-brand,
.access-heading p,
.access-footnote,
.hero-topline,
.nav-access,
.primary-entry,
.text-entry {
  font-size: 10px;
}
