@font-face {
  font-family: Manrope;
  src: url("/assets/Manrope.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Instrument;
  src: url("/assets/InstrumentSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Instrument;
  src: url("/assets/InstrumentSerif-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Plex;
  src: url("/assets/IBMPlexMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --night: #08090b;
  --paper: #f4f0e8;
  --red: #ff542e;
  --muted: #aaa8a3;
  --line: #ffffff24;
  --sans: Manrope, Arial, sans-serif;
  --serif: Instrument, Georgia, serif;
  --mono: Plex, monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--night);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 6px;
}
::selection {
  background: var(--red);
  color: var(--night);
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
h4,
p,
figure {
  margin: 0;
}
em {
  font-family: var(--serif);
  font-weight: 400;
}
h2 {
  font-weight: 450;
  letter-spacing: -0.055em;
  line-height: 1.05;
}
p {
  line-height: 1.65;
}
button {
  color: inherit;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  z-index: 100;
  background: var(--paper);
  color: var(--night);
  padding: 15px;
}
.skip-link:focus {
  top: 20px;
}
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 116px;
  padding: 0 5.5%;
  border-bottom: 1px solid #ffffff16;
}
.brand {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.1875rem;
  line-height: 1.05;
  font-weight: 650;
  letter-spacing: 0.15em;
}
.brand-labs {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.58em;
  margin-top: 7px;
}
.antares-mark {
  width: 42px;
  height: 46px;
  fill: var(--paper);
}
.antares-mark circle {
  fill: var(--red);
}
.site-header nav {
  display: flex;
  gap: 38px;
  font-size: 0.875rem;
}
.site-header nav a {
  position: relative;
  padding: 8px 0;
}
.site-header nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  background: var(--red);
  transition: right 0.3s;
}
.site-header nav a:hover:after {
  right: 0;
}
.nav-release {
  border: 1px solid #ffffff42;
  padding: 13px 20px;
  font-size: 0.875rem;
  border-radius: 2px;
  display: flex;
  gap: 28px;
  align-items: center;
  transition:
    background 0.3s,
    border-color 0.3s;
}
.nav-release:hover {
  background: var(--red);
  border-color: var(--red);
  color: var(--night);
}
.hero {
  position: relative;
  min-height: 860px;
  height: 100svh;
  max-height: 1350px;
  isolation: isolate;
  overflow: hidden;
}
.hero-art,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-art {
  background: #100b0c;
  opacity: 0.9;
}
.hero-image,
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 50%;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.4s;
}
.hero-video.ready {
  opacity: 1;
}
.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, #08090ba8 0%, #08090b22 55%, transparent 80%),
    linear-gradient(
      0deg,
      #08090b 0%,
      transparent 26%,
      transparent 78%,
      #08090b55
    );
}
.hero-content {
  position: relative;
  padding: clamp(205px, 23vh, 300px) 5.5% 160px;
  max-width: 1400px;
}
.eyebrow,
.mono-label,
.section-kicker,
.art-caption,
.hero-bottom,
.research-principles > div > span,
.hunch-art figcaption,
.demo-footnote,
.note-list > div > span,
.closing-line,
.site-footer,
.demo-tabs {
  font-family: var(--mono);
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.045em;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  text-transform: uppercase;
  color: #d1cdc6;
  margin-bottom: 43px;
}
.small-cross {
  font-size: 1.5rem;
  color: var(--red);
  line-height: 10px;
}
.hero h1 {
  font-size: clamp(4.0625rem, 7.7vw, 8.25rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
  font-weight: 450;
  max-width: 1100px;
}
.hero h1 em {
  display: inline-block;
  font-size: 1.19em;
  letter-spacing: -0.035em;
  margin-top: 2px;
}
.hero-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #d1cdc6;
  margin: 32px 0 32px;
  max-width: 380px;
}
.round-link {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  font-size: 0.875rem;
  font-weight: 550;
}
.round-arrow {
  border: 1px solid #ffffff55;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  font-weight: 400;
  border-radius: 50%;
  transition:
    transform 0.35s,
    background 0.35s,
    border-color 0.35s;
}
.round-link:hover .round-arrow {
  transform: rotate(45deg);
  background: var(--red);
  border-color: var(--red);
  color: var(--night);
}
.art-caption {
  position: absolute;
  right: 5.5%;
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.75rem;
  letter-spacing: 0.09em;
  text-align: right;
  color: #ded3c0aa;
}
.art-caption span:first-child {
  font-size: 0.875rem;
  color: #f4f0e8cc;
}
.hero-bottom {
  position: absolute;
  bottom: 37px;
  left: 5.5%;
  right: 5.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #cbc8c0;
  font-size: 0.75rem;
  letter-spacing: 0.07em;
}
.scroll-cue {
  display: flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
}
.scroll-line {
  height: 30px;
  width: 1px;
  background: var(--red);
  transform-origin: top;
  animation: scroll-line 2.8s ease-in-out infinite;
}
.motion-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  font-family: var(--mono);
  font-size: 0.75rem;
  padding: 10px 0 10px 12px;
  text-transform: uppercase;
}
.pause-icon {
  font-size: 1.125rem;
}
.section-pad {
  padding: 105px 7%;
}
.section-kicker {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 0.75rem;
  letter-spacing: 0.075em;
  margin-bottom: 75px;
}
.index {
  color: var(--red);
}
.kicker-rule {
  height: 1px;
  flex: 1;
  background: var(--line);
}
.research {
  padding-top: 100px;
  padding-bottom: 116px;
}
.research-layout {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 12%;
  align-items: center;
}
.research h2 {
  font-size: clamp(3rem, 5.6vw, 5.5rem);
}
.research h2 em {
  font-size: 1.2em;
  letter-spacing: -0.03em;
}
.research-copy p:first-child {
  font-size: 1.625rem;
  line-height: 1.4;
  color: var(--paper);
  margin-bottom: 26px;
  letter-spacing: -0.025em;
}
.research-copy p {
  color: var(--muted);
  font-size: 1rem;
  max-width: 440px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  padding-bottom: 10px;
  border-bottom: 1px solid currentColor;
  font-size: 0.875rem;
  margin-top: 34px;
}
.text-link span {
  font-size: 1.375rem;
  transition: transform 0.3s;
}
.text-link:hover span {
  transform: translate(3px, -3px);
}
.research-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 105px;
}
.research-principles > div {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.research-principles > div > span {
  font-size: 0.75rem;
  color: #aaa8a3;
}
.research-principles h3 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.035em;
  margin-top: 25px;
  margin-bottom: 12px;
}
.research-principles p {
  font-size: 0.9375rem;
  color: var(--muted);
  max-width: 300px;
}
.hunch-section {
  background: var(--paper);
  color: var(--night);
  --line: #08090b2a;
}
.hunch-intro {
  padding-top: 80px;
  padding-bottom: 70px;
}
.hunch-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.07fr;
  gap: 8%;
  align-items: center;
}
.hunch-wordmark {
  font-size: clamp(6rem, 11vw, 11rem);
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: -0.09em;
  margin-bottom: 45px;
}
.hunch-period {
  color: var(--red);
  letter-spacing: -0.08em;
  margin-left: 4px;
}
.hunch-intro h2 {
  font-size: clamp(2.75rem, 4.3vw, 4.375rem);
  letter-spacing: -0.045em;
}
.hunch-intro h2 em {
  font-size: 1.14em;
}
.hunch-intro p {
  font-size: 1rem;
  max-width: 365px;
  line-height: 1.7;
  margin-top: 26px;
  color: #54534f;
}
.hunch-art {
  position: relative;
  margin: 25px 0 0;
  overflow: hidden;
  background: var(--night);
  aspect-ratio: 0.87;
}
.hunch-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s;
}
.hunch-art:hover img {
  transform: scale(1.04);
}
.hunch-art figcaption {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
  display: flex;
  justify-content: space-between;
  color: #cac7be;
  font-size: 0.75rem;
}
.interface-section {
  padding-top: 75px;
  padding-bottom: 95px;
}
.interface-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 45px;
}
.interface-heading h3 {
  font-size: clamp(2.625rem, 4.4vw, 4.125rem);
  font-weight: 450;
  line-height: 1.06;
  letter-spacing: -0.05em;
}
.interface-heading h3 em {
  font-size: 1.2em;
}
.interface-heading > p {
  font-size: 0.9375rem;
  color: #54534f;
  line-height: 1.7;
  padding-bottom: 5px;
}
.interface-demo {
  border: 1px solid #08090b30;
}
.demo-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #08090b30;
}
.demo-tabs button {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 23px 26px;
  border: 0;
  border-right: 1px solid #08090b30;
  background: transparent;
  font-family: var(--mono);
  font-size: 0.75rem;
  transition:
    background 0.3s,
    color 0.3s;
}
.demo-tabs button:last-child {
  border: 0;
}
.demo-tabs button span:nth-child(2) {
  font-family: var(--sans);
  font-size: 1rem;
}
.demo-tabs button span:last-child {
  margin-left: auto;
  font-size: 1.375rem;
}
.demo-tabs button[aria-selected="true"] {
  background: var(--night);
  color: var(--paper);
}
.demo-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9%;
  padding: 46px;
}
.mono-label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: #686860;
}
.demo-input p {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: -0.02em;
  margin-top: 14px;
  margin-bottom: 30px;
  max-width: 370px;
}
.demo-input h4 {
  font-size: 1rem;
  font-weight: 550;
  margin-top: 12px;
}
.demo-output {
  padding-top: 0;
}
.probability-row {
  margin-top: 25px;
}
.probability-row > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.875rem;
}
.probability-row > div:first-child span:last-child {
  font-family: var(--mono);
  font-size: 0.8125rem;
}
.probability-track {
  height: 3px;
  margin-top: 12px;
  background: #08090b18;
}
.probability-track > span {
  display: block;
  width: var(--probability);
  height: 100%;
  background: #08090b;
  transition: width 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.probability-row:first-child .probability-track > span {
  background: #d44220;
}
.demo-footnote {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  border-top: 1px solid #08090b25;
  padding: 17px 25px;
  color: #5d5e56;
}
.demo-footnote > span {
  font-size: 0.75rem;
  white-space: nowrap;
}
.demo-footnote p {
  font-family: var(--sans);
  font-size: 0.75rem;
  letter-spacing: 0;
}
.hunch-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 56px;
  gap: 30px;
}
.hunch-facts > div {
  display: flex;
  gap: 20px;
  align-items: center;
  border-right: 1px solid #08090b30;
}
.hunch-facts > div:last-child {
  border: 0;
}
.fact-number {
  font-family: var(--serif);
  font-size: 4rem;
  line-height: 1;
}
.hunch-facts > div > span:last-child {
  font-size: 0.8125rem;
  max-width: 100px;
  line-height: 1.5;
  color: #52554c;
}
.notes-section {
  padding-top: 105px;
  padding-bottom: 120px;
}
.notes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15%;
}
.notes-grid h2 {
  font-size: clamp(3rem, 5vw, 4.75rem);
}
.notes-grid h2 em {
  font-size: 1.2em;
}
.notes-grid > div > p {
  margin: 25px 0;
  color: var(--muted);
  font-size: 1rem;
  max-width: 370px;
}
.notes-grid .round-link {
  margin-top: 10px;
}
.note-list > div {
  display: flex;
  gap: 23px;
  border-top: 1px solid var(--line);
  padding: 25px 0 30px;
}
.note-list > div > span {
  color: var(--red);
  font-size: 0.75rem;
  padding-top: 6px;
}
.note-list h3 {
  font-size: 1.1875rem;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.note-list p {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 12px;
}
.about-section {
  padding-bottom: 0;
  padding-top: 80px;
  background: #111214;
  overflow: hidden;
}
.about-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 11%;
  align-items: start;
}
.about-layout h2 {
  font-size: clamp(3.125rem, 5.3vw, 5.125rem);
}
.about-layout h2 em {
  font-size: 1.08em;
  display: block;
  margin-top: 8px;
  line-height: 1.05;
}
.about-layout > div p {
  font-size: 1rem;
  color: var(--muted);
  margin-bottom: 20px;
  max-width: 400px;
}
.about-layout > div p:first-child {
  color: var(--paper);
  font-size: 1.3125rem;
  line-height: 1.5;
}
.closing-line {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
  margin-bottom: 35px;
  color: #aaa8a3;
  font-size: 0.75rem;
}
.closing-line a {
  display: flex;
  gap: 25px;
}
.footer-wordmark {
  font-family: var(--serif);
  font-size: 25vw;
  line-height: 0.85;
  letter-spacing: -0.055em;
  margin-left: -0.016em;
  white-space: nowrap;
}
.footer-wordmark > span {
  font-family: var(--sans);
  font-size: 0.14em;
  vertical-align: top;
  display: inline-block;
  margin-top: 28px;
  letter-spacing: 0;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  background: #111214;
  border-top: 1px solid var(--line);
  padding: 30px 7%;
  font-size: 0.75rem;
  color: var(--muted);
}
.footer-brand {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--paper);
}
.site-footer a:hover {
  color: var(--paper);
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.9s ease,
    transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
body.motion-paused * {
  animation-play-state: paused !important;
}
.motion-paused .reveal {
  transition: none;
}
.motion-paused .hunch-art img {
  transition: none;
}
@keyframes scroll-line {
  0%,
  100% {
    transform: scaleY(0.7);
    opacity: 0.4;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}
@media (min-width: 1800px) {
  .section-pad {
    padding-left: max(7%, calc((100vw - 1580px) / 2));
    padding-right: max(7%, calc((100vw - 1580px) / 2));
  }
  .hero-content {
    padding-left: max(5.5%, calc((100vw - 1650px) / 2));
  }
  .hero h1 {
    font-size: 8.75rem;
  }
}
@media (max-width: 1100px) {
  .site-header {
    height: 95px;
  }
  .hero {
    min-height: 780px;
  }
  .hero-content {
    padding-top: 220px;
  }
  .hero h1 {
    font-size: 9vw;
  }
  .hero-description {
    font-size: 1rem;
  }
  .art-caption {
    display: none;
  }
  .research-layout {
    gap: 7%;
  }
  .research-principles {
    gap: 28px;
  }
  .hunch-intro-grid {
    gap: 5%;
  }
  .hunch-art {
    aspect-ratio: 0.78;
  }
  .section-pad {
    padding-left: 6%;
    padding-right: 6%;
  }
  .hunch-wordmark {
    font-size: 8.125rem;
  }
  .demo-panel {
    gap: 7%;
    padding: 35px;
  }
  .notes-grid {
    gap: 9%;
  }
  .hero-coordinate {
    display: none;
  }
  .about-layout {
    gap: 8%;
  }
  .footer-wordmark {
    font-size: 25.2vw;
  }
  .site-footer {
    flex-wrap: wrap;
  }
  .section-kicker {
    margin-bottom: 60px;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 30px;
  }
  .site-header {
    height: 86px;
    padding: 0 6%;
  }
  .brand {
    font-size: 0.9375rem;
    gap: 10px;
  }
  .brand-labs {
    font-size: 0.75rem;
  }
  .antares-mark {
    width: 32px;
    height: 38px;
  }
  .site-header nav {
    display: none;
  }
  .nav-release {
    padding: 10px 12px;
    font-size: 0.75rem;
    gap: 18px;
  }
  .hero {
    height: 94svh;
    min-height: 750px;
    max-height: 1000px;
  }
  .hero-content {
    padding: 180px 6% 100px;
  }
  .hero h1 {
    font-size: clamp(3rem, 10.4vw, 4.75rem);
    letter-spacing: -0.055em;
  }
  .hero h1 em {
    font-size: 1.22em;
  }
  .eyebrow {
    font-size: 0.75rem;
    margin-bottom: 33px;
    gap: 11px;
  }
  .hero-description {
    margin-top: 30px;
    max-width: 300px;
    font-size: 0.9375rem;
  }
  .hero-image,
  .hero-video {
    object-position: 63% 50%;
  }
  .hero-art {
    opacity: 0.68;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #08090b9c, transparent),
      linear-gradient(0deg, #08090b 0%, #08090b22 60%, #08090b55);
  }
  .hero-bottom {
    left: 6%;
    right: 6%;
    bottom: 23px;
    font-size: 0.75rem;
  }
  .motion-toggle {
    font-size: 0.75rem;
  }
  .section-pad {
    padding: 70px 6%;
  }
  .section-kicker {
    font-size: 0.75rem;
    gap: 15px;
    margin-bottom: 47px;
  }
  .section-kicker > span:last-child:not(.kicker-rule) {
    max-width: 90px;
    text-align: right;
    line-height: 1.6;
  }
  .research-layout,
  .hunch-intro-grid,
  .notes-grid,
  .about-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .research h2 {
    font-size: clamp(3.0625rem, 10.4vw, 4.5rem);
  }
  .research-copy p:first-child {
    font-size: 1.4375rem;
    max-width: 340px;
  }
  .research-copy p {
    font-size: 1rem;
  }
  .research-principles {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 60px;
  }
  .research-principles > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .research-principles h3 {
    margin: 6px 0 0;
  }
  .research-principles p {
    max-width: none;
  }
  .hunch-wordmark {
    font-size: 7.875rem;
    margin-bottom: 35px;
  }
  .hunch-intro h2 {
    font-size: 3.375rem;
  }
  .hunch-intro p {
    max-width: 100%;
  }
  .hunch-art {
    aspect-ratio: 1;
    margin-top: 0;
  }
  .hunch-art figcaption {
    left: 18px;
    right: 18px;
    bottom: 18px;
    font-size: 0.75rem;
  }
  .hunch-intro {
    padding-bottom: 25px;
  }
  .interface-section {
    padding-top: 35px;
  }
  .interface-heading {
    display: block;
    margin-bottom: 35px;
  }
  .interface-heading h3 {
    font-size: 2.875rem;
  }
  .interface-heading > p {
    margin-top: 25px;
    font-size: 0.875rem;
  }
  .demo-tabs button {
    padding: 17px 12px;
    gap: 8px;
    font-size: 0.75rem;
  }
  .demo-tabs button span:nth-child(2) {
    font-size: 0.875rem;
  }
  .demo-tabs button span:last-child {
    display: none;
  }
  .demo-panel {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 28px 22px;
    min-height: 450px;
  }
  .demo-input p {
    font-size: 1.125rem;
    margin-bottom: 24px;
  }
  .demo-input h4 {
    font-size: 0.9375rem;
  }
  .probability-row {
    margin-top: 22px;
  }
  .demo-footnote {
    display: block;
    padding: 18px 22px;
  }
  .demo-footnote p {
    margin-top: 9px;
  }
  .hunch-facts {
    gap: 12px;
    margin-top: 36px;
  }
  .hunch-facts > div {
    display: block;
    padding-right: 12px;
  }
  .fact-number {
    font-size: 3.1875rem;
    display: block;
    margin-bottom: 8px;
  }
  .hunch-facts > div > span:last-child {
    font-size: 0.75rem;
  }
  .notes-grid h2 {
    font-size: 3.375rem;
  }
  .notes-grid .note-list {
    margin-top: 12px;
  }
  .note-list h3 {
    font-size: 1.1875rem;
  }
  .about-layout h2 {
    font-size: 3.0625rem;
  }
  .about-layout > div p:first-child {
    font-size: 1.375rem;
  }
  .about-layout > div p {
    max-width: none;
  }
  .closing-line {
    margin-top: 60px;
    font-size: 0.75rem;
    gap: 20px;
  }
  .closing-line a {
    gap: 10px;
  }
  .footer-wordmark {
    font-size: 25vw;
  }
  .footer-wordmark > span {
    margin-top: 7px;
  }
  .about-section {
    padding-bottom: 0;
  }
  .site-footer {
    padding: 28px 6%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    font-size: 0.75rem;
  }
  .site-footer > span:nth-child(2) {
    text-align: right;
    line-height: 1.7;
  }
  .site-footer > span:last-child {
    text-align: right;
  }
  .round-link {
    font-size: 0.875rem;
  }
  .round-arrow {
    width: 42px;
    height: 42px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .hero-video {
    display: none;
  }
}

/* Readable metadata and fluid content remain usable with enlarged text. */
.hero h1 {
  font-weight: 420;
  letter-spacing: -0.055em;
}
.hero h1 em {
  letter-spacing: -0.026em;
}
.hero-description {
  line-height: 1.8;
  max-width: 390px;
}
.site-header nav a {
  color: #d4d0c8;
  transition: color 0.2s;
}
.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: var(--paper);
}
.nav-release {
  border-color: #ffffff30;
}
.hero-content .round-link {
  gap: 20px;
}
.round-link:hover .round-arrow {
  transform: translate(3px, -3px);
}
.section-kicker {
  letter-spacing: 0.085em;
}
.research-principles {
  gap: clamp(28px, 4.5vw, 80px);
}
.research-principles h3 {
  font-weight: 550;
}
.hunch-intro h2,
.notes-grid h2,
.about-layout h2 {
  text-wrap: balance;
}
.hunch-art img {
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.hunch-art:hover img {
  transform: scale(1.018);
}
.demo-panel {
  min-height: 310px;
}
.demo-tabs button[aria-selected="false"]:hover {
  background: #08090b08;
}
.demo-tabs button[aria-selected="true"] {
  box-shadow: inset 0 2px var(--red);
}
.demo-tabs button:focus-visible {
  outline-offset: -5px;
}
.probability-track {
  height: 4px;
}
.probability-row:first-child .probability-track > span {
  background: var(--night);
}
.probability-row.is-leading .probability-track > span {
  background: #c33b1c;
}
.probability-row.is-leading > div:first-child {
  font-weight: 650;
}
.demo-input p {
  min-height: 100px;
}
.demo-footnote p {
  font-size: 0.875rem;
  max-width: 420px;
}
.note-list > div {
  padding-top: 30px;
  padding-bottom: 35px;
}
.note-list h3 {
  max-width: 360px;
}
.note-list p {
  max-width: 390px;
}
.site-footer a {
  text-underline-offset: 5px;
}
.site-footer a:hover {
  text-decoration: underline;
}
.motion-toggle:disabled {
  cursor: default;
  color: var(--muted);
}
@media (max-width: 700px) {
  .demo-panel {
    min-height: 510px;
  }
  .demo-input p {
    min-height: 0;
  }
  .hero h1 {
    letter-spacing: -0.045em;
  }
  .research-principles {
    gap: 30px;
  }
}
.site-header {
  flex-wrap: wrap;
  min-height: 116px;
  height: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  row-gap: 20px;
  column-gap: 16px;
}
.site-header nav a,
.scroll-cue,
.motion-toggle,
.closing-line a,
.site-footer a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.hero-description,
.interface-heading > p {
  font-size: 1rem;
}
.hunch-art figcaption {
  gap: 24px;
  flex-wrap: wrap;
}
.hunch-section .index {
  color: #ae3217;
}
.research-layout > *,
.hunch-intro-grid > *,
.demo-panel > *,
.notes-grid > *,
.about-layout > * {
  min-width: 0;
}
.demo-tabs button {
  min-height: 56px;
}
@media (max-width: 700px) {
  .site-header {
    min-height: 86px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .demo-tabs button {
    font-size: 0.75rem;
  }
  .hunch-facts > div > span:last-child {
    font-size: 0.75rem;
  }
  .hero-description {
    font-size: 1rem;
  }
  .hunch-wordmark {
    overflow-wrap: anywhere;
  }
  .article-main h1 {
    overflow-wrap: break-word;
  }
}
.eyebrow,
.section-kicker,
.art-caption,
.art-caption span:first-child,
.hero-bottom,
.hero-coordinate,
.motion-toggle,
.research-principles > div > span,
.hunch-art figcaption,
.mono-label,
.demo-footnote > span,
.closing-line,
.site-footer,
.footer-brand,
.note-list > div > span {
  font-size: 0.75rem;
}
.research-principles p,
.note-list p,
.about-layout > div p,
.research-copy p {
  font-size: 1rem;
}
.hero {
  height: auto;
  min-height: max(860px, 100svh);
  max-height: none;
}
.hero h1,
.about-layout h2,
.hunch-intro h2 {
  overflow-wrap: break-word;
}
@media (max-width: 700px) {
  .hero {
    height: auto;
    min-height: 94svh;
  }
  .hero-content {
    padding-top: 185px;
    padding-bottom: 150px;
  }
  .hero-bottom {
    flex-wrap: wrap;
    gap: 15px;
  }
  .hunch-wordmark {
    font-size: clamp(5.875rem, 28vw, 7.875rem);
  }
  .hunch-art figcaption {
    font-size: 0.75rem;
  }
  .hero-bottom,
  .motion-toggle,
  .closing-line {
    font-size: 0.75rem;
  }
  .site-footer {
    font-size: 0.75rem;
  }
  .research-principles p,
  .note-list p {
    font-size: 1rem;
  }
  .section-kicker {
    font-size: 0.75rem;
  }
  .section-kicker > span:last-child:not(.kicker-rule) {
    max-width: 115px;
  }
  .closing-line > span {
    max-width: 135px;
    line-height: 1.6;
  }
}
