:root {
  color-scheme: light;
  --bg: #F7F6F4;
  --surface: #FFFFFF;
  --fg: #1E2023;
  --muted: #65777C;
  --border: #D9D6D0;
  --accent: #A7C7DF;
  --blush: #E9D2DC;
  --sage: #C7D2B8;
  --blue-grey: #9BABAF;
  --font-display: "Cormorant", Georgia, "Times New Roman", serif;
  --font-body: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1400px;
  --gutter: clamp(20px, 4vw, 56px);
  --rule: 1px solid var(--border);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  color: var(--fg);
  background: var(--bg);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4 {
  margin: 0;
}

p {
  text-wrap: pretty;
}

h1,
h2,
.brand-mark,
.display {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  max-width: 12ch;
  font-size: clamp(3.4rem, 7vw, 6.9rem);
  line-height: 0.92;
}

h2 {
  max-width: 13ch;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 0.95;
}

h3 {
  font-size: 1.08rem;
  line-height: 1.28;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(210px, 0.75fr) minmax(0, 1.5fr) auto;
  align-items: center;
  gap: 20px;
  padding: 14px var(--gutter);
  border-bottom: var(--rule);
  background: color-mix(in oklch, var(--bg) 94%, transparent);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 14px;
  min-height: 44px;
  min-width: 0;
}

.brand-mark {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.brand-name {
  max-width: 245px;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.2;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.2vw, 30px);
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
}

.site-nav a,
.footer a,
.nav-cta,
.text-link {
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.site-nav a:hover,
.site-nav a.active,
.footer a:hover,
.text-link:hover {
  color: var(--fg);
}

.text-link {
  display: inline-flex;
  width: fit-content;
  border-bottom: 1px solid currentColor;
  color: var(--fg);
  font-weight: 900;
}

.nav-cta {
  justify-self: end;
  padding: 9px 14px;
  border: 1px solid var(--fg);
  border-radius: 4px;
  font-size: 0.84rem;
  font-weight: 900;
}

.nav-cta:hover {
  background: var(--fg);
  color: var(--bg);
}

.section {
  width: min(100%, var(--container));
  margin: 0 auto;
  padding: clamp(46px, 6vw, 86px) var(--gutter);
}

.section-rule {
  border-top: var(--rule);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: start;
}

.section-grid > * {
  min-width: 0;
}

[data-od-id="home-hero"] {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: clamp(30px, 4.8vw, 68px);
}

[data-od-id="home-hero"] h1 {
  max-width: 13.5ch;
  font-size: clamp(3.3rem, 6.1vw, 6.25rem);
}

[data-od-id="problem-system"],
[data-od-id="roadmap-near-term"] {
  grid-template-columns: minmax(330px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(24px, 4vw, 64px);
}

[data-od-id="problem-system"] h2,
[data-od-id="roadmap-near-term"] h2 {
  max-width: 11ch;
  font-size: clamp(2.45rem, 3.8vw, 4rem);
}

.hero {
  padding-top: clamp(54px, 7vw, 92px);
  padding-bottom: clamp(44px, 6vw, 72px);
}

.hero-copy,
.page-copy,
.stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  min-width: 0;
}

.eyebrow {
  max-width: 100%;
  color: var(--fg);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.lead {
  width: 100%;
  max-width: 58ch;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.5vw, 1.32rem);
  line-height: 1.58;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 6px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 4px;
  border: 1px solid var(--fg);
  font-size: 0.92rem;
  font-weight: 900;
  transition: transform 120ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--fg);
  color: var(--bg);
}

.button-primary:hover {
  background: color-mix(in oklch, var(--fg) 86%, var(--blue-grey));
}

.button-secondary {
  background: transparent;
  color: var(--fg);
}

.button-secondary:hover {
  background: color-mix(in oklch, var(--surface) 72%, transparent);
}

.hero-visual,
.image-panel {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.hero-visual img,
.image-panel img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: var(--rule);
  transition: transform 700ms ease, filter 700ms ease;
}

.hero-visual img {
  min-height: 345px;
  aspect-ratio: 16 / 10;
}

.image-panel img {
  aspect-ratio: 16 / 9;
}

.visual-caption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 0.82rem;
}

.hero-visual:hover img,
.image-panel:hover img {
  transform: translateY(-2px);
  filter: saturate(1.02);
}

.statement {
  border-top: var(--rule);
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 4rem);
  line-height: 1.05;
}

.statement p {
  max-width: 25ch;
}

.section-heading {
  position: sticky;
  top: 92px;
  align-self: start;
  display: grid;
  gap: 20px;
}

.body-copy {
  display: grid;
  gap: 20px;
  color: var(--muted);
  font-size: 1.02rem;
}

.rule-list,
.work-list,
.timeline,
.profile-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--fg);
}

.rule-row,
.work-row,
.timeline-row,
.profile-row {
  display: grid;
  gap: 24px;
  padding: 26px 0;
  border-bottom: var(--rule);
}

.rule-row {
  grid-template-columns: 150px 1fr;
}

.work-row {
  grid-template-columns: 96px minmax(150px, 0.8fr) minmax(0, 1.2fr);
}

.timeline-row {
  grid-template-columns: 150px 1fr 150px;
}

.profile-row {
  grid-template-columns: 220px 170px 1fr;
}

.profile-identity {
  display: grid;
  align-content: start;
  gap: 14px;
}

.profile-photo {
  width: min(180px, 100%);
  height: 214px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 38%;
  border: var(--rule);
  background: var(--surface);
}

.profile-photo-leith {
  object-position: 50% 34%;
}

.profile-photo-eric {
  object-position: 52% 40%;
}

.profile-details {
  display: grid;
  align-content: start;
  gap: 18px;
}

.people-sections {
  display: grid;
  gap: clamp(26px, 4vw, 46px);
}

.people-group {
  display: grid;
  gap: 18px;
}

.people-group-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--fg);
}

.people-group-heading h3 {
  max-width: 28ch;
  color: var(--muted);
  font-size: 0.94rem;
}

.board-group {
  padding: clamp(18px, 3vw, 28px);
  border: var(--rule);
  background: color-mix(in oklch, var(--sage) 32%, var(--surface));
}

.board-group .profile-list {
  border-top: 0;
}

.board-group .profile-row {
  grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
  align-items: start;
}

.board-group .profile-details {
  grid-column: 2;
}

.board-group .profile-row:last-child {
  border-bottom: 0;
}

.advisor-group .profile-row {
  padding-block: 22px;
}

.taxonomy-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: var(--rule);
}

.label,
.index,
.role {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rule-row p,
.work-row p,
.timeline-row p,
.profile-row p,
.taxonomy-row p {
  color: var(--muted);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.metric-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(26px, 3vw, 42px);
  padding: clamp(22px, 3vw, 34px);
  border: var(--rule);
  background: var(--surface);
}

.metric-card.sky {
  background: var(--accent);
}

.metric-card.sage {
  background: var(--sage);
}

.metric-card.blush {
  background: var(--blush);
}

.metric-value {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(3.15rem, 5.6vw, 5.8rem);
  line-height: 0.9;
}

.metric-card p {
  max-width: 28ch;
}

.status-card {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
  border: var(--rule);
  background: var(--surface);
}

.status-card p {
  color: var(--muted);
}

.dot-matrix {
  display: grid;
  grid-template-columns: repeat(20, minmax(6px, 1fr));
  gap: clamp(4px, 0.55vw, 7px);
}

.dot-matrix span {
  aspect-ratio: 1;
  background: color-mix(in oklch, var(--border) 65%, var(--surface));
}

.dot-matrix span:nth-last-child(-n + 8) {
  background: var(--fg);
}

.scope-grid,
.funding-grid,
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.compact-section {
  padding-top: clamp(28px, 4vw, 52px);
  padding-bottom: clamp(28px, 4vw, 52px);
}

.artifact-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--fg);
  border-bottom: var(--rule);
}

.artifact-strip article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 150px;
  padding: clamp(18px, 2.5vw, 28px);
  border-right: var(--rule);
}

.artifact-strip article:last-child {
  border-right: 0;
}

.artifact-strip p {
  color: var(--muted);
}

.systems-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr) 42px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}

.systems-stage {
  display: grid;
  align-content: start;
  gap: 18px;
  min-width: 0;
  min-height: 330px;
  padding: clamp(20px, 3vw, 30px);
  border: var(--rule);
  background: color-mix(in oklch, var(--surface) 82%, transparent);
}

.systems-stage-primary {
  background: color-mix(in oklch, var(--accent) 55%, var(--surface));
}

.systems-stage h3 {
  max-width: 24ch;
}

.system-items {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.system-items li {
  padding: 9px 10px;
  border-top: var(--rule);
  color: var(--muted);
  font-size: 0.9rem;
}

.systems-arrow {
  position: relative;
  min-height: 1px;
}

.systems-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  right: 8px;
  height: 1px;
  background: var(--fg);
  transform: scaleX(0);
  transform-origin: left;
  animation: rule-draw 900ms ease 250ms forwards;
}

.systems-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 8px;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--fg);
  border-right: 1px solid var(--fg);
  transform: rotate(45deg);
}

.roadmap-visual {
  counter-reset: roadmap;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--fg);
  border-bottom: var(--rule);
}

.phase-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 330px;
  padding: clamp(18px, 2.5vw, 28px);
  border-right: var(--rule);
  background: color-mix(in oklch, var(--surface) 80%, transparent);
}

.phase-card:nth-child(2) {
  background: color-mix(in oklch, var(--sage) 52%, var(--surface));
}

.phase-card:nth-child(3) {
  background: color-mix(in oklch, var(--accent) 52%, var(--surface));
}

.phase-card:last-child {
  border-right: 0;
}

.phase-card::after {
  content: "";
  position: absolute;
  top: 44px;
  right: -8px;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1px solid var(--fg);
  background: var(--bg);
}

.phase-card:last-child::after {
  display: none;
}

.phase-number {
  width: fit-content;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  line-height: 0.9;
}

.phase-card p {
  color: var(--muted);
}

.team-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.material-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.panel {
  min-width: 0;
  padding: clamp(22px, 3vw, 32px);
  border: var(--rule);
  background: color-mix(in oklch, var(--surface) 72%, transparent);
}

.material-card {
  display: grid;
  align-content: space-between;
  gap: 28px;
  min-height: 280px;
}

.material-card .button {
  justify-self: start;
}

.material-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.material-meta span {
  padding: 4px 8px;
  border: var(--rule);
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.request-panel {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 4vw, 42px);
  border: var(--rule);
  background: color-mix(in oklch, var(--surface) 84%, transparent);
}

.request-panel h3 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 4.2rem);
  font-weight: 500;
  line-height: 0.98;
}

.hubspot-form {
  min-height: 280px;
}

.hubspot-form a {
  border-bottom: 1px solid currentColor;
}

.hubspot-form-target,
.hubspot-form iframe {
  width: 100%;
}

.panel h3 {
  margin-bottom: 12px;
}

.panel p,
.panel li {
  color: var(--muted);
}

.panel ul {
  margin: 0;
  padding-left: 18px;
}

.panel li + li {
  margin-top: 8px;
}

.tint-sky {
  background: var(--accent);
}

.tint-sage {
  background: var(--sage);
}

.tint-blush {
  background: var(--blush);
}

.tint-sky p,
.tint-sky li,
.tint-sage p,
.tint-sage li,
.tint-blush p,
.tint-blush li {
  color: var(--fg);
}

.quote-band {
  display: grid;
  gap: 18px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.quote {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 4.8rem);
  line-height: 1;
}

.mini-table {
  width: 100%;
  border-collapse: collapse;
}

.mini-table th,
.mini-table td {
  padding: 15px 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: var(--rule);
}

.mini-table th {
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cta-band {
  display: grid;
  justify-items: center;
  gap: 24px;
  padding-top: clamp(68px, 9vw, 130px);
  padding-bottom: clamp(68px, 9vw, 130px);
  border-top: var(--rule);
  text-align: center;
}

.cta-band h2 {
  max-width: 15ch;
}

.cta-band .button-row {
  justify-content: center;
}

.publication-feature,
.publication-card {
  display: grid;
  min-width: 0;
  padding: clamp(24px, 4vw, 42px);
  border: var(--rule);
  background: color-mix(in oklch, var(--surface) 80%, transparent);
}

.publication-feature {
  gap: 18px;
}

.publication-feature h3 {
  max-width: 22ch;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 4.3rem);
  font-weight: 500;
  line-height: 0.98;
}

.publication-feature p {
  max-width: 68ch;
  color: var(--muted);
}

.publication-kicker,
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.publication-taxonomy {
  display: grid;
  border-top: 1px solid var(--fg);
}

.publication-list {
  display: grid;
  gap: 20px;
}

.featured-publication {
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 62px);
  align-items: stretch;
}

.publication-card-media {
  min-height: 100%;
}

.publication-card-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border: var(--rule);
}

.publication-card-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 22px;
}

.publication-card-copy h2 {
  max-width: 14ch;
}

.publication-card-copy p {
  max-width: 66ch;
  color: var(--muted);
}

.article-hero h1 {
  max-width: 13ch;
  font-size: clamp(3rem, 5.8vw, 5.7rem);
}

[data-od-id="publications-hero"] h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 5.1vw, 5.1rem);
}

.article-summary {
  display: grid;
  gap: 28px;
}

.article-summary h2 {
  max-width: 17ch;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 760px);
  gap: clamp(34px, 6vw, 90px);
  align-items: start;
  justify-content: center;
}

.article-toc {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 16px;
  padding-top: 4px;
}

.article-toc nav,
.mobile-toc nav {
  display: grid;
  gap: 0;
}

.article-toc a,
.mobile-toc a {
  padding: 12px 0;
  border-bottom: var(--rule);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.3;
}

.article-toc a:hover,
.mobile-toc a:hover {
  color: var(--fg);
}

.mobile-toc {
  display: none;
  border-top: 1px solid var(--fg);
  border-bottom: var(--rule);
}

.mobile-toc summary {
  min-height: 48px;
  padding: 12px 0;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-prose {
  display: grid;
  gap: clamp(44px, 6vw, 74px);
  min-width: 0;
}

.article-prose section {
  display: grid;
  gap: 18px;
}

.article-prose h2 {
  max-width: 100%;
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  line-height: 1;
}

.article-prose p,
.article-prose li {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.72;
}

.article-prose a {
  border-bottom: 1px solid currentColor;
  color: var(--fg);
}

.article-callout {
  display: grid;
  gap: 12px;
  margin-top: 8px;
  padding: clamp(20px, 3vw, 30px);
  border-top: 1px solid var(--fg);
  border-bottom: var(--rule);
  background: color-mix(in oklch, var(--accent) 32%, var(--surface));
}

.takeaway-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--fg);
}

.takeaway-list article {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: var(--rule);
}

.source-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px var(--gutter);
  border-top: var(--rule);
  color: var(--muted);
  font-size: 0.86rem;
}

.footer-identity {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 760px;
}

.footer-legal {
  line-height: 1.5;
}

.footer-links {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

@keyframes section-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rule-draw {
  to {
    transform: scaleX(1);
  }
}

.section {
  animation: section-rise 520ms ease both;
}

.launch-body {
  min-height: 100vh;
  background: var(--bg);
}

.launch-shell {
  display: grid;
  align-content: center;
  gap: clamp(28px, 5vw, 56px);
  width: min(100%, var(--container));
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(30px, 6vw, 76px) var(--gutter);
}

.launch-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: end;
}

.launch-copy {
  display: grid;
  gap: 24px;
}

.launch-copy h1 {
  max-width: 11ch;
  font-size: clamp(3.4rem, 7vw, 7rem);
}

.launch-panel {
  display: grid;
  border-top: 1px solid var(--fg);
}

.launch-panel article {
  display: grid;
  grid-template-columns: 64px minmax(150px, 0.5fr) minmax(0, 1fr);
  gap: 20px;
  padding: 24px 0;
  border-bottom: var(--rule);
}

.launch-panel h2 {
  max-width: 100%;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3;
}

.launch-panel p {
  color: var(--muted);
}

.launch-notice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 22px;
  border-top: var(--rule);
  color: var(--muted);
}

.launch-notice p {
  color: var(--fg);
  font-weight: 900;
}

.launch-notice a {
  border-bottom: 1px solid currentColor;
}

@media (max-width: 1240px) {
  .topbar {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .brand {
    min-width: auto;
  }

  .brand-name {
    display: none;
  }

  .site-nav {
    gap: clamp(12px, 1.7vw, 22px);
  }
}

@media (max-width: 1180px) {
  [data-od-id="problem-system"],
  [data-od-id="roadmap-near-term"] {
    grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1.58fr);
    gap: 24px;
  }

  [data-od-id="team-board"] {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  [data-od-id="team-board"] .section-heading {
    position: static;
  }

  [data-od-id="team-board"] .section-heading h2 {
    max-width: 11ch;
    font-size: clamp(2.6rem, 7vw, 4.7rem);
  }

  [data-od-id="team-board"] .people-sections {
    width: min(100%, 820px);
    justify-self: end;
  }

  [data-od-id="problem-system"] h2,
  [data-od-id="roadmap-near-term"] h2 {
    max-width: 9ch;
    font-size: clamp(2.1rem, 3.8vw, 3.4rem);
  }

  .systems-map {
    grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr);
  }

  .systems-stage,
  .phase-card {
    padding: clamp(16px, 2vw, 22px);
  }
}

@media (max-width: 1080px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding-top: 4px;
  }

  .section-grid,
  .status-card {
    grid-template-columns: 1fr;
  }

  [data-od-id="home-hero"] {
    grid-template-columns: 1fr;
  }

  .section-heading {
    position: static;
  }

  .metric-grid,
  .team-grid,
  .material-grid,
  .summary-grid,
  .featured-publication {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-layout {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .article-toc {
    display: none;
  }

  .mobile-toc {
    display: block;
  }

  .launch-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .artifact-strip,
  .roadmap-visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .artifact-strip article:nth-child(2n),
  .phase-card:nth-child(2n) {
    border-right: 0;
  }

  .systems-map {
    grid-template-columns: 1fr;
  }

  .systems-arrow {
    min-height: 42px;
  }

  .systems-arrow::before {
    top: 8px;
    bottom: 8px;
    left: 50%;
    right: auto;
    width: 1px;
    height: auto;
    animation: none;
    transform: none;
    transform-origin: top;
  }

  .systems-arrow::after {
    top: auto;
    right: calc(50% - 4px);
    bottom: 9px;
    transform: rotate(135deg);
  }
}

@media (max-width: 760px) {
  h1 {
    max-width: 100%;
    font-size: clamp(3rem, 13vw, 4rem);
    line-height: 0.96;
  }

  h2 {
    max-width: 100%;
  }

  .brand-name,
  .nav-cta {
    display: none;
  }

  .image-panel img {
    aspect-ratio: 16 / 10;
  }

  .topbar {
    padding-block: 12px;
  }

  .brand-mark {
    font-size: 1.9rem;
  }

  .site-nav {
    flex-wrap: nowrap;
    gap: 14px;
    font-size: 0.72rem;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .site-nav a {
    min-height: 44px;
  }

  .section {
    padding-block: 28px;
  }

  .launch-shell {
    align-content: start;
    min-height: 0;
  }

  .launch-panel article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero {
    padding-top: 26px;
  }

  .hero-copy {
    gap: 18px;
  }

  .hero-visual img {
    height: 148px;
    min-height: 0;
  }

  .metric-grid,
  .scope-grid,
  .funding-grid,
  .team-grid,
  .material-grid,
  .summary-grid,
  .featured-publication,
  .artifact-strip,
  .roadmap-visual,
  .rule-row,
  .work-row,
  .timeline-row,
  .profile-row,
  .taxonomy-row,
  .takeaway-list article {
    grid-template-columns: 1fr;
  }

  .publication-feature h3 {
    max-width: 100%;
  }

  .publication-card-media img {
    min-height: 180px;
  }

  .board-group .profile-row {
    grid-template-columns: 1fr;
  }

  .board-group .profile-identity,
  .board-group .profile-details,
  .board-group .role,
  .board-group .profile-row p {
    grid-column: auto;
    grid-row: auto;
  }

  .profile-photo {
    width: min(190px, 100%);
    height: 226px;
  }

  .metric-card {
    min-height: 190px;
  }

  .artifact-strip article,
  .phase-card {
    min-height: 0;
    border-right: 0;
    border-bottom: var(--rule);
  }

  .artifact-strip article:last-child,
  .phase-card:last-child {
    border-bottom: 0;
  }

  .phase-card::after {
    display: none;
  }

  .systems-stage {
    min-height: 0;
  }

  .dot-matrix {
    grid-template-columns: repeat(10, 1fr);
  }

  .mini-table {
    display: block;
    overflow-x: auto;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .people-group-heading {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .hero-visual:hover img,
  .image-panel:hover img {
    transform: none;
  }
}
