:root {
  --black: #11110f;
  --paper: #eeeade;
  --white: #fbfaf4;
  --orange: #ff4b1f;
  --cyan: #50d6dd;
  --acid: #d4ee35;
  --gray: #b9b6ad;
  --line: 1px solid var(--black);
  --thick: 4px solid var(--black);
  --sans: Arial, Helvetica, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --serif: "Iowan Old Style", Baskerville, Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--black);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
}

body::before {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--orange) 0 32%, var(--cyan) 32% 68%, var(--acid) 68%);
  content: "";
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.skip {
  position: fixed;
  z-index: 2000;
  top: 12px;
  left: 12px;
  padding: 10px 15px;
  background: var(--acid);
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 700;
  transform: translateY(-180%);
}

.skip:focus {
  transform: none;
}

.site-head {
  position: relative;
  z-index: 50;
  display: grid;
  grid-template-columns: 250px 1fr 130px;
  align-items: stretch;
  min-height: 108px;
  border-bottom: var(--thick);
  background: rgba(238, 234, 222, 0.97);
}

.wordmark {
  display: grid;
  grid-template-columns: auto 36px auto;
  align-content: center;
  align-items: center;
  padding: 20px 24px;
  border-right: var(--line);
  font-family: var(--mono);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
  text-decoration: none;
}

.wordmark i {
  position: relative;
  width: 28px;
  height: 28px;
  margin: 0 6px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.wordmark i::before,
.wordmark i::after {
  position: absolute;
  background: currentColor;
  content: "";
}

.wordmark i::before {
  top: 3px;
  bottom: 3px;
  left: 50%;
  width: 1px;
}

.wordmark i::after {
  top: 50%;
  right: 3px;
  left: 3px;
  height: 1px;
}

.wordmark small {
  grid-column: 1 / -1;
  margin-top: 10px;
  font-size: 0.55rem;
  letter-spacing: 0.13em;
}

.site-head nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.site-head nav a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 12px;
  border-right: var(--line);
  text-decoration: none;
}

.site-head nav a b {
  font-family: var(--mono);
  font-size: 0.72rem;
}

.site-head nav a span {
  margin-top: 7px;
  font-family: var(--mono);
  font-size: 0.52rem;
  letter-spacing: 0.07em;
}

.site-head nav a:hover,
.site-head nav a:focus-visible {
  background: var(--cyan);
}

.method-link {
  display: grid;
  place-items: center;
  background: var(--orange);
  color: var(--white);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 900;
  text-decoration: none;
}

.method-link:hover,
.method-link:focus-visible {
  background: var(--black);
}

.nav-toggle {
  display: none;
  border: 0;
  border-left: var(--line);
  background: var(--acid);
  font-family: var(--mono);
  font-weight: 900;
}

.micro {
  margin: 0 0 24px;
  font-family: var(--mono);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-hero {
  display: grid;
  grid-template-columns: 82px minmax(0, 1.15fr) minmax(370px, 0.85fr);
  min-height: 730px;
  border-bottom: var(--thick);
}

.hero-clock {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 42px 18px;
  border-right: var(--line);
  background: var(--black);
  color: var(--white);
}

.hero-clock span {
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
}

.hero-clock i {
  width: 1px;
  flex: 1;
  margin: 16px 0;
  background: rgba(255, 255, 255, 0.35);
}

.hero-clock b {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  font-size: 1.4rem;
}

.hero-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 8vw, 135px) clamp(30px, 7vw, 110px);
}

.home-hero h1,
.lab-hero h1,
.info-head h1,
.missing h1 {
  max-width: 1000px;
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(4rem, 7.6vw, 8.7rem);
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: -0.085em;
  text-transform: uppercase;
}

.home-hero h1 em {
  color: var(--orange);
  font-family: var(--serif);
  font-weight: 400;
  text-transform: none;
}

.lead {
  max-width: 800px;
  margin: 35px 0;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.3vw, 2.2rem);
  line-height: 1.3;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 50px;
  padding: 12px 18px;
  border: 2px solid var(--black);
  background: var(--acid);
  box-shadow: 6px 6px 0 var(--black);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 120ms linear, box-shadow 120ms linear;
}

.button:hover,
.button:focus-visible {
  box-shadow: 2px 2px 0 var(--black);
  transform: translate(4px, 4px);
}

.home-hero figure,
.lab-hero figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-left: var(--thick);
  background: var(--gray);
}

.home-hero figure::after,
.lab-hero figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(17, 17, 15, 0.7));
  content: "";
  pointer-events: none;
}

.home-hero figure img,
.lab-hero figure img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08);
}

.home-hero figcaption,
.lab-hero figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  gap: 8px;
  padding-top: 14px;
  border-top: 2px solid var(--white);
  color: var(--white);
  font-family: var(--mono);
  font-size: 0.63rem;
}

.ticker {
  display: flex;
  overflow: hidden;
  justify-content: space-around;
  gap: 42px;
  padding: 14px 20px;
  border-bottom: var(--thick);
  background: var(--orange);
  color: var(--white);
  white-space: nowrap;
}

.ticker span {
  font-family: var(--mono);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ticker span::before {
  margin-right: 42px;
  content: "[+]";
}

.manifesto {
  display: grid;
  grid-template-columns: 0.45fr 1.4fr 0.7fr;
  gap: 50px;
  padding: clamp(85px, 12vw, 190px) clamp(25px, 8vw, 130px);
  border-bottom: var(--thick);
}

.manifesto h2,
.lab-index > header h2,
.chronology > header h2,
.six-views > header h2,
.end-panel h2 {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(3rem, 6vw, 7rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.manifesto > div {
  padding-left: 28px;
  border-left: 8px solid var(--cyan);
}

.manifesto > div p:first-child {
  margin-top: 0;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.manifesto > div p:last-child {
  margin-bottom: 0;
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 800;
}

.lab-index {
  padding: clamp(80px, 10vw, 150px) clamp(24px, 6vw, 100px);
  border-bottom: var(--thick);
  background: var(--white);
}

.lab-index > header,
.chronology > header,
.six-views > header {
  display: grid;
  grid-template-columns: 0.45fr 1.5fr;
  gap: 40px;
  margin-bottom: 80px;
}

.lab-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 420px;
  border-top: var(--thick);
}

.lab-card:last-child {
  border-bottom: var(--thick);
}

.lab-card:nth-of-type(even) {
  grid-template-columns: 0.95fr 1.05fr;
}

.lab-card:nth-of-type(even) .lab-image {
  grid-column: 2;
}

.lab-card:nth-of-type(even) > div {
  grid-column: 1;
  grid-row: 1;
  border-right: var(--line);
  border-left: 0;
}

.lab-image {
  position: relative;
  overflow: hidden;
  background: var(--black);
}

.lab-image img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: filter 250ms ease, transform 500ms ease;
}

.lab-card:hover .lab-image img {
  filter: grayscale(0);
  transform: scale(1.025);
}

.lab-image > span {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 7px 9px;
  background: var(--acid);
  font-family: var(--mono);
  font-size: 0.67rem;
  font-weight: 900;
}

.lab-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(35px, 6vw, 90px);
  border-left: var(--line);
}

.lab-card h2 {
  margin: 0;
  font-size: clamp(2.5rem, 4vw, 4.9rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.lab-card h2 a {
  text-decoration: none;
}

.lab-card .period {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 0.69rem;
  font-weight: 900;
  text-transform: uppercase;
}

.lab-card > div > p:not(.micro, .period) {
  max-width: 590px;
}

.arrow {
  width: max-content;
  margin-top: 14px;
  padding-bottom: 4px;
  border-bottom: 2px solid;
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 900;
  text-decoration: none;
}

.chronology {
  display: grid;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 1fr);
  border-bottom: var(--thick);
  background: var(--black);
  color: var(--white);
}

.chronology > header {
  position: sticky;
  top: 0;
  display: block;
  align-self: start;
  min-height: 100vh;
  margin: 0;
  padding: 80px 45px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.chronology > header h2 {
  font-size: clamp(3rem, 4.5vw, 5.5rem);
}

.chronology > header > p:last-child {
  margin-top: 35px;
  color: var(--gray);
  font-family: var(--serif);
  font-size: 1.1rem;
}

.chrono-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.chrono-grid article {
  position: relative;
  min-height: 270px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.chrono-grid article:nth-child(6n + 2),
.chrono-grid article:nth-child(6n + 6) {
  background: var(--orange);
}

.chrono-grid article:nth-child(6n + 4) {
  background: var(--cyan);
  color: var(--black);
}

.chrono-grid article > span {
  font-family: var(--mono);
  font-size: 0.58rem;
}

.chrono-grid time {
  display: block;
  margin-top: 25px;
  color: var(--acid);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 900;
}

.chrono-grid article:nth-child(6n + 4) time {
  color: var(--black);
}

.chrono-grid h3 {
  margin: 10px 0;
  font-size: 1.35rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.chrono-grid p {
  margin-bottom: 40px;
  font-family: var(--serif);
  font-size: 0.88rem;
  line-height: 1.4;
}

.chrono-grid article > b {
  position: absolute;
  bottom: 18px;
  left: 24px;
  font-family: var(--mono);
  font-size: 0.52rem;
  letter-spacing: 0.08em;
}

.six-views {
  padding: clamp(80px, 11vw, 170px) clamp(24px, 7vw, 120px);
  border-bottom: var(--thick);
  background: var(--cyan);
}

.six-views > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: var(--thick);
  border-left: var(--line);
}

.six-views article {
  min-height: 280px;
  padding: 28px;
  border-right: var(--line);
  border-bottom: var(--line);
}

.six-views article:nth-child(2),
.six-views article:nth-child(6) {
  background: var(--acid);
}

.six-views article:nth-child(3),
.six-views article:nth-child(4) {
  background: var(--white);
}

.six-views article b {
  font-family: var(--mono);
  font-size: 2rem;
}

.six-views article h3 {
  margin: 55px 0 10px;
  font-size: 1.5rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.six-views article p {
  font-family: var(--serif);
  font-size: 0.95rem;
}

.contact-sheet {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: var(--thick);
  background: var(--black);
}

.uncertainty {
  padding: clamp(80px, 11vw, 170px) clamp(24px, 7vw, 120px);
  border-bottom: var(--thick);
  background: var(--acid);
}

.uncertainty > header {
  display: grid;
  grid-template-columns: 0.45fr 1.1fr 0.55fr;
  gap: 40px;
  margin-bottom: 70px;
}

.uncertainty > header h2 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 7rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.uncertainty > header > p:last-child {
  margin: 0;
  padding-left: 22px;
  border-left: var(--thick);
  font-family: var(--serif);
}

.uncertainty > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: var(--thick);
  border-left: var(--line);
}

.uncertainty article {
  position: relative;
  min-height: 240px;
  padding: 24px;
  border-right: var(--line);
  border-bottom: var(--line);
}

.uncertainty article:nth-child(6n + 2),
.uncertainty article:nth-child(6n + 5) {
  background: var(--white);
}

.uncertainty article:nth-child(6n + 3) {
  background: var(--orange);
  color: var(--white);
}

.uncertainty article span {
  font-family: var(--mono);
  font-size: 0.64rem;
  font-weight: 900;
}

.uncertainty article h3 {
  margin: 42px 0 10px;
  font-size: 1.35rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.uncertainty article p {
  font-family: var(--serif);
  font-size: 0.88rem;
}

.uncertainty article b {
  position: absolute;
  bottom: 18px;
  left: 24px;
  font-family: var(--mono);
  font-size: 0.5rem;
}

.contact-sheet figure {
  position: relative;
  height: 400px;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid var(--paper);
  border-bottom: 1px solid var(--paper);
}

.contact-sheet img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.15);
}

.contact-sheet figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  padding: 10px;
  background: var(--paper);
  font-family: var(--mono);
  font-size: 0.58rem;
}

.contact-sheet figcaption a {
  font-weight: 900;
}

.end-panel {
  padding: clamp(100px, 15vw, 240px) clamp(25px, 12vw, 200px);
  background: var(--orange);
  color: var(--white);
  text-align: center;
}

.end-panel h2 {
  max-width: 1100px;
  margin: 0 auto 60px;
}

.end-panel .button {
  color: var(--black);
}

.lab-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  min-height: 680px;
  border-bottom: var(--thick);
}

.lab-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(55px, 8vw, 125px);
}

.lab-heading h1 {
  font-size: clamp(4rem, 7vw, 8rem);
}

.lab-heading dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 780px;
  margin: 20px 0 0;
  border: 2px solid var(--black);
}

.lab-heading dl div {
  padding: 14px;
  border-right: var(--line);
}

.lab-heading dl div:last-child {
  border: 0;
}

.lab-heading dt {
  font-family: var(--mono);
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.lab-heading dd {
  margin: 7px 0 0;
  font-family: var(--serif);
  font-size: 1rem;
}

.lab-console {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  max-width: 1600px;
  margin: 0 auto;
}

.lab-console > aside {
  position: sticky;
  top: 0;
  align-self: start;
  min-height: 100vh;
  padding: 60px 24px;
  border-right: var(--thick);
  background: var(--black);
  color: var(--white);
}

.lab-console > aside > p {
  margin: 0 0 30px;
  color: var(--cyan);
  font-family: var(--mono);
  font-size: 0.64rem;
  font-weight: 900;
}

.lab-console > aside a {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 10px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-family: var(--mono);
  font-size: 0.61rem;
  text-decoration: none;
}

.lab-console > aside a b {
  color: var(--orange);
}

.lab-console > aside a:hover span {
  color: var(--acid);
}

.lab-copy {
  max-width: 1000px;
  padding: 80px clamp(30px, 8vw, 125px) 130px;
}

.standfirst {
  margin: 0 0 90px;
  padding-bottom: 50px;
  border-bottom: var(--thick);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.8vw, 2.5rem);
  line-height: 1.35;
}

.reading {
  padding: 85px 0;
  border-bottom: var(--thick);
  scroll-margin-top: 15px;
}

.reading header {
  display: grid;
  grid-template-columns: 0.36fr 1fr;
  gap: 25px;
  align-items: start;
}

.reading h2,
.scale-test h2,
.protocol h2,
.info-copy h2 {
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5.6rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.reading-lead {
  max-width: 730px;
  margin: 40px 0;
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.45;
}

.evidence-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: var(--thick);
  border-left: var(--line);
}

.evidence-row article {
  min-height: 220px;
  padding: 25px;
  border-right: var(--line);
  border-bottom: var(--line);
  background: var(--white);
}

.evidence-row article:last-child {
  background: var(--gray);
}

.evidence-row span {
  padding: 4px 7px;
  background: var(--orange);
  color: var(--white);
  font-family: var(--mono);
  font-size: 0.57rem;
  font-weight: 900;
}

.evidence-row h3 {
  margin: 45px 0 8px;
  font-size: 1.35rem;
  text-transform: uppercase;
}

.evidence-row p {
  font-family: var(--serif);
  font-size: 0.92rem;
}

.reading blockquote {
  margin: 35px 0;
  padding: 30px;
  border: 2px solid var(--black);
  background: var(--cyan);
  box-shadow: 7px 7px 0 var(--black);
}

.reading blockquote b {
  font-family: var(--mono);
  font-size: 0.61rem;
  letter-spacing: 0.08em;
}

.reading blockquote p {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: 1.25rem;
}

.claim-test {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: var(--line);
  border-left: var(--line);
}

.claim-test p {
  margin: 0;
  padding: 20px;
  border-right: var(--line);
  border-bottom: var(--line);
}

.claim-test b,
.claim-test span {
  display: block;
}

.claim-test b {
  margin-bottom: 12px;
  font-family: var(--mono);
  font-size: 0.57rem;
}

.claim-test span {
  font-family: var(--serif);
  font-size: 0.82rem;
}

.scale-test,
.protocol {
  padding: 90px 0;
  border-bottom: var(--thick);
  scroll-margin-top: 15px;
}

.scale-test > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 45px;
  border-top: var(--thick);
  border-left: var(--line);
}

.scale-test article {
  min-height: 230px;
  padding: 26px;
  border-right: var(--line);
  border-bottom: var(--line);
}

.scale-test article:nth-child(2),
.scale-test article:nth-child(3) {
  background: var(--acid);
}

.scale-test article b {
  font-family: var(--mono);
  font-size: 0.64rem;
}

.scale-test article h3 {
  margin: 45px 0 8px;
  font-size: 1.55rem;
  text-transform: uppercase;
}

.scale-test article p {
  font-family: var(--serif);
}

.protocol ol {
  padding: 0;
  margin: 45px 0 0;
  border-top: var(--thick);
  list-style: none;
  counter-reset: protocol;
}

.protocol li {
  display: grid;
  grid-template-columns: 65px 0.65fr 1fr;
  gap: 20px;
  align-items: center;
  min-height: 100px;
  border-bottom: var(--line);
  counter-increment: protocol;
}

.protocol li::before {
  display: grid;
  height: 100%;
  place-items: center;
  border-right: var(--line);
  background: var(--orange);
  color: var(--white);
  content: counter(protocol, decimal-leading-zero);
  font-family: var(--mono);
  font-weight: 900;
}

.protocol li b {
  text-transform: uppercase;
}

.protocol li span {
  font-family: var(--serif);
}

.next-labs {
  padding: 90px clamp(25px, 7vw, 120px);
  border-top: var(--thick);
  background: var(--cyan);
}

.next-labs > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: var(--thick);
  border-left: var(--line);
}

.next-labs a {
  position: relative;
  min-height: 300px;
  padding: 25px;
  border-right: var(--line);
  border-bottom: var(--line);
  background: var(--paper);
  text-decoration: none;
}

.next-labs a:nth-child(2) {
  background: var(--acid);
}

.next-labs a > span,
.next-labs a > p,
.next-labs a > b {
  font-family: var(--mono);
  font-size: 0.62rem;
}

.next-labs a h3 {
  margin: 55px 0 12px;
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
}

.next-labs a > b {
  position: absolute;
  bottom: 24px;
  left: 25px;
}

.info-head,
.missing {
  min-height: 590px;
  padding: clamp(80px, 12vw, 180px) clamp(25px, 11vw, 180px);
  border-bottom: var(--thick);
  background: var(--cyan);
}

.info-head h1,
.missing h1 {
  font-size: clamp(4rem, 8vw, 9rem);
}

.info-copy {
  max-width: 1050px;
  margin: 0 auto;
  padding: 90px 35px 150px;
}

.info-copy section {
  padding: 65px 0;
  border-bottom: var(--thick);
}

.info-copy h2 {
  margin-bottom: 30px;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
}

.info-copy section > p:last-child {
  max-width: 760px;
  font-family: var(--serif);
  font-size: 1.25rem;
}

.missing {
  background: var(--orange);
  color: var(--white);
}

.missing p:not(.micro) {
  font-family: var(--serif);
  font-size: 1.35rem;
}

.missing .button {
  margin-top: 30px;
  color: var(--black);
}

footer {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 45px;
  padding: 80px clamp(24px, 6vw, 100px) 35px;
  border-top: var(--thick);
  background: var(--black);
  color: var(--white);
}

footer .wordmark {
  padding: 0;
  border: 0;
}

footer > section > p {
  max-width: 280px;
  color: var(--gray);
  font-family: var(--serif);
  font-size: 0.85rem;
}

footer > section > b {
  display: block;
  margin-bottom: 18px;
  color: var(--cyan);
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
}

footer > section > a:not(.wordmark) {
  display: block;
  margin: 10px 0;
  font-family: var(--mono);
  font-size: 0.63rem;
  text-decoration: none;
}

footer > section > a:hover {
  color: var(--acid);
}

.footer-note {
  grid-column: 1 / -1;
  margin: 40px 0 0;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-family: var(--mono);
  font-size: 0.58rem;
}

@media (max-width: 1150px) {
  .site-head {
    grid-template-columns: 230px 1fr 100px;
  }

  .site-head nav a span {
    display: none;
  }

  .home-hero {
    grid-template-columns: 70px 1fr 0.8fr;
  }

  .chrono-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lab-console {
    grid-template-columns: 240px 1fr;
  }
}

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

  .site-head .wordmark {
    border: 0;
  }

  .site-head .method-link {
    display: none;
  }

  .nav-toggle {
    display: block;
    min-width: 90px;
  }

  .site-head nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    grid-template-columns: repeat(3, 1fr);
    border-top: var(--thick);
    border-bottom: var(--thick);
    background: var(--paper);
  }

  .site-head nav.open {
    display: grid;
  }

  .site-head nav a {
    min-height: 78px;
    border-bottom: var(--line);
  }

  .site-head nav a span {
    display: block;
  }

  .home-hero,
  .lab-hero {
    grid-template-columns: 70px 1fr;
  }

  .home-hero figure {
    grid-column: 1 / -1;
    min-height: 580px;
    border-top: var(--thick);
    border-left: 0;
  }

  .lab-hero figure {
    grid-column: 1 / -1;
    min-height: 580px;
    border-top: var(--thick);
    border-left: 0;
  }

  .lab-heading {
    grid-column: 1 / -1;
  }

  .manifesto,
  .lab-index > header,
  .six-views > header,
  .uncertainty > header {
    grid-template-columns: 1fr;
  }

  .uncertainty > div {
    grid-template-columns: repeat(2, 1fr);
  }

  .chronology {
    grid-template-columns: 1fr;
  }

  .chronology > header {
    position: static;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }

  .lab-console {
    grid-template-columns: 1fr;
  }

  .lab-console > aside {
    position: static;
    min-height: 0;
    border-right: 0;
    border-bottom: var(--thick);
  }

  .contact-sheet {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  .home-hero {
    grid-template-columns: 50px 1fr;
  }

  .hero-clock {
    padding: 30px 10px;
  }

  .hero-clock b {
    width: 32px;
    height: 32px;
  }

  .hero-title {
    padding: 70px 25px;
  }

  .home-hero h1,
  .lab-hero h1,
  .info-head h1,
  .missing h1 {
    font-size: clamp(3.4rem, 15vw, 5.2rem);
  }

  .manifesto {
    padding-right: 25px;
    padding-left: 25px;
  }

  .lab-card,
  .lab-card:nth-of-type(even) {
    grid-template-columns: 1fr;
  }

  .lab-card .lab-image,
  .lab-card:nth-of-type(even) .lab-image {
    grid-column: 1;
    min-height: 330px;
  }

  .lab-card > div,
  .lab-card:nth-of-type(even) > div {
    grid-column: 1;
    grid-row: auto;
    padding: 45px 25px;
    border-top: var(--line);
    border-right: 0;
    border-left: 0;
  }

  .chrono-grid,
  .six-views > div,
  .uncertainty > div,
  .contact-sheet,
  .evidence-row,
  .claim-test,
  .scale-test > div,
  .next-labs > div,
  footer {
    grid-template-columns: 1fr;
  }

  .chrono-grid article,
  .six-views article {
    min-height: 230px;
  }

  .contact-sheet figure {
    height: 330px;
  }

  .lab-heading dl {
    grid-template-columns: 1fr;
  }

  .lab-heading dl div {
    border-right: 0;
    border-bottom: var(--line);
  }

  .lab-copy {
    padding-right: 25px;
    padding-left: 25px;
  }

  .reading header {
    grid-template-columns: 1fr;
  }

  .protocol li {
    grid-template-columns: 48px 1fr;
    gap: 14px;
    padding-right: 10px;
  }

  .protocol li span {
    grid-column: 2;
    padding-bottom: 16px;
  }

  footer .footer-note {
    grid-column: 1;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
