@font-face {
  font-family: Manrope;
  src: url("/assets/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --paper: #f6f5ef;
  --ink: #243d32;
  --green: #173e32;
  --muted: #606b60;
  --rule: #d8dcd1;
  --lime: #d8edaa;
  --serif: Georgia, "Times New Roman", serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: var(--lime);
  color: var(--green);
}
a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 5px;
}
a:hover {
  text-decoration: underline;
}
a:focus-visible {
  outline: 3px solid #a14d26;
  outline-offset: 6px;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.12;
}
svg {
  display: block;
  max-width: 100%;
}
.wrap {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.mono,
.eyebrow {
  font-family: var(--mono);
  font-weight: 400;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.065em;
}
.eyebrow {
  text-transform: uppercase;
}
.serif {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.055em;
}
.skip-link {
  position: absolute;
  left: 20px;
  top: -100px;
  z-index: 10;
  background: var(--green);
  color: white;
  padding: 12px 20px;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--rule);
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 37px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1;
}
.wordmark:hover {
  text-decoration: none;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 13px;
  font-weight: 600;
}
.site-header nav a {
  padding-block: 13px;
}
.site-header .nav-github {
  border-left: 1px solid var(--rule);
  padding-left: 32px;
}
.nav-github span {
  margin-left: 12px;
}
.hero {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  align-items: center;
  gap: 56px;
  padding-top: 62px;
  padding-bottom: 58px;
}
.hero-copy {
  padding-block: 17px;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px #e5e9dc;
}
h1 {
  font-size: clamp(52px, 5.05vw, 76px);
  letter-spacing: -0.055em;
  word-spacing: 0.025em;
  line-height: 1.06;
  font-weight: 550;
}
h1 .serif {
  display: inline-block;
  letter-spacing: -0.055em;
}
.hero-description {
  max-width: 450px;
  margin-top: 28px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  gap: 26px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 50px;
  padding: 13px 21px;
  background: var(--green);
  color: var(--paper);
  font-size: 12px;
  font-weight: 650;
  border: 1px solid var(--green);
  transition:
    background 0.15s ease,
    color 0.15s ease;
}
.button:hover {
  background: #2b5544;
  text-decoration: none;
}
.button span {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  font-size: 12px;
  font-weight: 650;
  min-height: 44px;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 38px;
  font-family: var(--mono);
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 0.01em;
}
.tiny-cross {
  font-size: 20px;
  line-height: 1;
  color: var(--ink);
}
.research-plate {
  background: var(--green);
  color: var(--lime);
  padding: 23px 25px 26px;
  align-self: stretch;
  min-height: 490px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.plate-top {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #b9d0b6;
}
.plate-art {
  width: 100%;
  max-height: 408px;
  flex: 1;
  margin-top: 9px;
}
.research-plate figcaption {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #50735b;
  padding-top: 17px;
  font-size: 14px;
  line-height: 1.45;
}
.plate-stamp {
  text-align: right;
  font-size: 9px;
  line-height: 1.5;
}
.plate-stamp span {
  font-size: 17px;
  margin-left: 5px;
}
.manifesto-strip {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 26px;
}
.manifesto-strip .mono {
  font-size: 9px;
  color: var(--muted);
}
.manifesto-strip p {
  font-size: 13px;
  letter-spacing: -0.015em;
}
.manifesto-strip p span {
  color: var(--muted);
  margin-inline: 12px;
}
.strip-symbol {
  font-size: 31px;
  line-height: 1;
}
.section-space {
  padding-block: 100px;
}
.work-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
}
.section-heading h2,
.about-section h2 {
  margin-top: 22px;
}
h2 {
  font-size: clamp(37px, 3.2vw, 49px);
  letter-spacing: -0.04em;
  word-spacing: 0.025em;
  font-weight: 550;
  line-height: 1.13;
}
.section-heading > p:last-child {
  color: var(--muted);
  font-size: 14px;
  max-width: 330px;
  margin-top: 25px;
  line-height: 1.85;
}
.work-list {
  border-top: 1px solid var(--rule);
}
.work-item {
  display: grid;
  grid-template-columns: 24px 1fr 42px;
  gap: 20px;
  padding-block: 30px;
  border-bottom: 1px solid var(--rule);
}
.work-item:first-child {
  padding-top: 28px;
}
.work-number {
  font-size: 10px;
  padding-top: 4px;
  color: var(--muted);
}
h3 {
  font-size: 19px;
  font-weight: 650;
  letter-spacing: -0.035em;
}
.work-item p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 11px;
  line-height: 1.85;
  max-width: 420px;
}
.tag {
  display: inline-block;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.01em;
  margin-top: 17px;
  padding: 3px 7px;
  background: #e9ecdf;
  color: #4b604e;
}
.work-icon {
  width: 35px;
  stroke: var(--green);
  stroke-width: 1.4;
  margin-top: 1px;
}
.approach-section {
  background: #e9ecdf;
  border-block: 1px solid #dce1d4;
}
.approach-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  padding-block: 76px;
}
.approach-intro h2 {
  margin-top: 24px;
}
.approach-intro > p:last-child {
  font-size: 14px;
  line-height: 1.85;
  color: #53634f;
  max-width: 330px;
  margin-top: 25px;
}
.principles {
  padding: 0;
  margin: 0;
  list-style: none;
}
.principles li {
  display: flex;
  gap: 24px;
  padding-block: 24px;
  border-bottom: 1px solid #cbd3c1;
}
.principles li:first-child {
  padding-top: 0;
}
.principles li:last-child {
  border: 0;
  padding-bottom: 0;
}
.principles .mono {
  font-size: 10px;
  white-space: nowrap;
  padding-top: 3px;
  color: #5d6f57;
}
.principles h3 {
  font-size: 17px;
  line-height: 1.35;
}
.principles p {
  font-size: 13px;
  color: #53634f;
  line-height: 1.85;
  margin-top: 8px;
}
.about-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
}
.about-copy {
  padding-top: 3px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.85;
}
.about-copy p + p {
  margin-top: 18px;
}
.about-copy .about-lead {
  font-size: 20px;
  line-height: 1.6;
  color: var(--ink);
  letter-spacing: -0.025em;
}
.about-copy .about-note {
  border-left: 2px solid #869b6a;
  padding-left: 15px;
  font-size: 11px;
  font-family: var(--mono);
  color: var(--ink);
  margin-top: 26px;
}
.join-section {
  background: var(--green);
  color: var(--paper);
  padding: 52px 56px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
}
.join-section .eyebrow {
  color: #bccfab;
  font-size: 10px;
}
.join-section h2 {
  margin-top: 21px;
  font-size: 43px;
}
.join-copy {
  padding-top: 6px;
  max-width: 350px;
}
.join-copy p {
  font-size: 13px;
  line-height: 1.85;
  color: #d2dccb;
  margin-bottom: 24px;
}
.button-light {
  background: var(--lime);
  color: var(--green);
  border-color: var(--lime);
}
.button-light:hover {
  background: #e8f4cd;
}
.button-light:focus-visible {
  outline-color: var(--lime);
}
.join-note {
  display: block;
  font-size: 8px;
  margin-top: 19px;
  color: #bccfab;
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-block: 43px;
}
.footer-wordmark {
  font-size: 26px;
  letter-spacing: -1.4px;
  gap: 7px;
}
.site-footer p {
  font-size: 10px;
  color: var(--muted);
}
.site-footer .text-link {
  font-size: 10px;
  font-weight: 500;
}
.error-page {
  padding-block: 120px;
  min-height: 65vh;
  max-width: 800px;
}
.error-page h1 {
  margin-block: 25px;
}
.error-page p {
  margin-bottom: 30px;
  color: var(--muted);
}
@media (min-width: 1500px) {
  .hero {
    gap: 82px;
  }
  .research-plate {
    min-height: 540px;
  }
  .hero-description {
    font-size: 17px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 72px);
  }
  .hero {
    gap: 32px;
  }
  .hero-actions {
    gap: 17px;
  }
  .research-plate {
    min-height: 450px;
    padding: 20px;
  }
  .work-section,
  .approach-inner,
  .about-section {
    gap: 48px;
  }
  .join-section {
    gap: 45px;
    padding: 40px;
  }
  .manifesto-strip {
    gap: 16px;
  }
  .manifesto-strip p {
    font-size: 11px;
  }
  .manifesto-strip p span {
    margin-inline: 7px;
  }
}
@media (max-width: 820px) {
  .site-header {
    height: 90px;
  }
  .site-header nav {
    gap: 22px;
  }
  .site-header .nav-github {
    padding-left: 22px;
  }
  .hero {
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
    gap: 28px;
  }
  .hero .eyebrow {
    font-size: 8px;
    margin-bottom: 23px;
  }
  h1 {
    font-size: 48px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-actions {
    gap: 8px;
    margin-top: 23px;
  }
  .hero-note {
    font-size: 8px;
    margin-top: 22px;
  }
  .research-plate {
    min-height: 400px;
    padding: 16px;
  }
  .plate-top {
    font-size: 7px;
  }
  .research-plate figcaption {
    font-size: 11px;
  }
  .plate-stamp {
    font-size: 7px;
  }
  .manifesto-strip .mono {
    max-width: 110px;
    font-size: 8px;
  }
  .manifesto-strip p {
    max-width: 290px;
    line-height: 1.85;
  }
  .manifesto-strip p span {
    margin: 0 5px;
  }
  .section-space {
    padding-block: 70px;
  }
  .work-section,
  .approach-inner,
  .about-section {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 35px;
  }
  .work-item {
    gap: 13px;
    grid-template-columns: 20px 1fr;
  }
  .work-icon {
    display: none;
  }
  .principles li {
    gap: 15px;
  }
  .join-section {
    gap: 30px;
    padding: 34px;
  }
  .join-section h2 {
    font-size: 34px;
  }
  .site-footer p {
    max-width: 210px;
  }
}
@media (max-width: 640px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: auto;
    min-height: 84px;
    gap: 20px;
    flex-wrap: wrap;
    padding-block: 22px;
  }
  .wordmark {
    font-size: 31px;
    gap: 7px;
  }
  .wordmark svg {
    width: 30px;
  }
  .site-header nav {
    gap: 17px;
    font-size: 11px;
  }
  .site-header .nav-github {
    padding-left: 0;
    border: 0;
  }
  .nav-github span {
    margin-left: 4px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 36px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero .eyebrow {
    font-size: 9px;
    margin-bottom: 23px;
  }
  h1 {
    font-size: clamp(43px, 9.8vw, 63px);
    line-height: 1.08;
  }
  .hero-description {
    font-size: 14px;
    max-width: 460px;
    margin-top: 21px;
  }
  .hero-actions {
    gap: 23px;
    margin-top: 25px;
  }
  .button {
    font-size: 11px;
    padding: 12px 17px;
    gap: 20px;
  }
  .text-link {
    font-size: 11px;
  }
  .hero-note {
    font-size: 9px;
    margin-top: 26px;
  }
  .research-plate {
    min-height: 0;
    aspect-ratio: 1.07;
    padding: 20px;
  }
  .plate-art {
    min-height: 0;
    margin-top: 4px;
  }
  .plate-top {
    font-size: 8px;
  }
  .research-plate figcaption {
    font-size: 12px;
    padding-top: 13px;
  }
  .plate-stamp {
    font-size: 8px;
  }
  .manifesto-strip {
    align-items: start;
    flex-wrap: wrap;
    gap: 11px;
    padding-block: 21px;
    position: relative;
  }
  .manifesto-strip .mono {
    max-width: none;
    font-size: 8px;
    width: 100%;
  }
  .manifesto-strip p {
    max-width: calc(100% - 24px);
    font-size: 10px;
  }
  .manifesto-strip p span {
    margin-inline: 3px;
  }
  .strip-symbol {
    position: absolute;
    right: 0;
    top: 23px;
    font-size: 24px;
  }
  .section-space {
    padding-block: 59px;
  }
  .work-section,
  .approach-inner,
  .about-section {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  h2 {
    font-size: 38px;
  }
  .section-heading h2,
  .about-section h2 {
    margin-top: 17px;
  }
  .section-heading > p:last-child {
    max-width: 420px;
    margin-top: 18px;
  }
  .work-item {
    grid-template-columns: 20px 1fr 32px;
    gap: 14px;
    padding-block: 25px;
  }
  .work-icon {
    display: block;
    width: 30px;
  }
  .work-item p {
    font-size: 14px;
  }
  .work-item h3 {
    font-size: 18px;
  }
  .approach-inner {
    padding-block: 52px;
  }
  .approach-intro h2 {
    margin-top: 18px;
  }
  .approach-intro > p:last-child {
    max-width: 400px;
    margin-top: 18px;
  }
  .principles li:first-child {
    padding-top: 24px;
    border-top: 1px solid #cbd3c1;
  }
  .principles li {
    gap: 22px;
  }
  .principles h3 {
    font-size: 16px;
  }
  .principles p {
    font-size: 14px;
  }
  .about-copy .about-lead {
    font-size: 18px;
  }
  .about-copy {
    font-size: 13px;
  }
  .join-section {
    grid-template-columns: 1fr;
    padding: 29px 25px;
    gap: 26px;
  }
  .join-section h2 {
    font-size: 36px;
  }
  .join-copy {
    padding: 0;
    max-width: 400px;
  }
  .join-copy p {
    font-size: 14px;
  }
  .site-footer {
    padding-block: 30px;
    flex-wrap: wrap;
    gap: 16px;
  }
  .site-footer p {
    order: 3;
    max-width: none;
    width: 100%;
    font-size: 9px;
  }
  .footer-wordmark {
    font-size: 25px;
  }
  .footer-wordmark svg {
    width: 25px;
  }
  .site-footer .text-link {
    font-size: 9px;
  }
  .error-page {
    padding-block: 80px;
  }
}
@media (max-width: 370px) {
  .site-header {
    gap: 14px;
  }
  .site-header nav {
    width: 100%;
    justify-content: space-between;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero .eyebrow {
    font-size: 8px;
  }
  .work-item {
    grid-template-columns: 20px 1fr;
  }
  .work-icon {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
