:root {
  --paper: #f5f5f3;
  --paper-bright: #ffffff;
  --ink: #090909;
  --ink-muted: #5d5d59;
  --clay: #090909;
  --spring: #d5d5d1;
  --mint: #e7e7e3;
  --river: #ddddda;
  --sun: #d5d5d1;
  --line: rgba(9, 9, 9, 0.22);
  --line-light: rgba(255, 255, 255, 0.3);
  --display: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html,
body {
  background: var(--paper);
}

body {
  line-height: 1.48;
}

.site-header {
  background: rgba(255, 255, 255, 0.94);
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  backdrop-filter: none;
}

.site-nav a,
.eyebrow {
  letter-spacing: 0.11em;
}

.company-position,
.project-name,
.hero-title,
.game-title,
.work-title,
.people-heading h2,
.section-heading h2,
.questions-heading h2,
.learn-heading h2,
.task-title {
  letter-spacing: -0.048em;
}

.company-copy {
  background:
    radial-gradient(circle at 86% 18%, rgba(9, 9, 9, 0.04), transparent 26%),
    var(--paper);
}

.company-message {
  max-width: 960px;
  margin-top: auto;
}

.company-position {
  max-width: 900px;
  margin: 0;
  font-weight: 620;
  line-height: 0.94;
}

.company-summary {
  max-width: 650px;
  margin: clamp(24px, 3vw, 42px) 0 0;
  color: var(--ink-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.32rem);
  font-weight: 520;
  line-height: 1.48;
}

.current-project {
  background: var(--ink);
}

.project-type {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
  line-height: 1.4;
}

.project-link {
  color: var(--paper);
}

.project-proof,
.focus-bar {
  border-radius: 0;
}

.work-field {
  background:
    radial-gradient(circle at 74% 24%, var(--sun) 0 9%, transparent 9.5%),
    linear-gradient(155deg, var(--river), var(--mint) 58%, var(--spring));
}

.article-body,
.hero-lede,
.hero-detail {
  color: var(--ink-muted);
}

.task-panel,
.question,
.learn-link {
  background: var(--paper-bright);
}

:focus-visible {
  outline-color: var(--clay);
}

@media (max-width: 760px) {
  :root {
    --header-height: 62px;
    --page-gutter: 20px;
  }

  .site-mark-wordmark {
    width: 82px;
    height: 22px;
  }

  .site-nav {
    gap: 14px;
  }

  .site-nav a {
    font-size: 0.68rem;
    letter-spacing: 0.045em;
  }

  .company-copy {
    min-height: 455px;
    gap: 34px;
    padding-top: 28px;
    padding-bottom: 38px;
  }

  .company-position {
    max-width: 6.8em;
    font-size: clamp(3.15rem, 14.2vw, 4.5rem);
    line-height: 0.95;
  }

  .company-summary {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.48;
  }

  .project-copy {
    min-height: auto;
    gap: 40px;
    padding-block: 36px 40px;
  }

  .project-name {
    font-size: clamp(3.5rem, 16vw, 4.8rem);
    line-height: 0.88;
  }

  .project-type {
    max-width: 34ch;
    font-size: 1rem;
  }

  .project-art {
    min-height: 108vw;
    max-height: 560px;
  }

  .project-proof {
    min-height: auto;
    padding-block: 42px;
  }

  .about-hero,
  .page-hero,
  .game-hero {
    min-height: auto;
  }

  .about-hero .hero-copy,
  .page-hero .hero-copy {
    min-height: auto;
    gap: 38px;
    padding-top: 30px;
    padding-bottom: 42px;
  }

  .about-hero .hero-title,
  .page-hero .hero-title {
    font-size: clamp(3.4rem, 16vw, 5.2rem);
    line-height: 0.92;
  }

  .game-title {
    font-size: clamp(4rem, 18vw, 5.4rem);
    line-height: 0.86;
  }

  .work-copy,
  .company-people,
  .content-section,
  .questions-section,
  .learn-section,
  .task-section {
    padding-inline: var(--page-gutter);
  }
}


@media (max-width: 360px) {
  .site-nav {
    gap: 10px;
  }

  .site-nav a {
    font-size: 0.64rem;
  }

  .site-mark-wordmark {
    width: 74px;
  }
}

:root {
  --paper: #f5f5f3;
  --paper-bright: #ffffff;
  --ink: #090909;
  --ink-muted: #5d5d59;
  --clay: #090909;
  --spring: #d5d5d1;
  --mint: #e7e7e3;
  --river: #ddddda;
  --line: rgba(9, 9, 9, 0.22);
  --line-light: rgba(255, 255, 255, 0.3);
}

body {
  line-height: 1.56;
}

.site-header {
  background: var(--paper);
  backdrop-filter: none;
}

.site-nav a,
.eyebrow {
  letter-spacing: 0.08em;
}

.company-position,
.project-name,
.hero-title,
.game-title,
.work-title,
.people-heading h2,
.section-heading h2,
.questions-heading h2,
.learn-heading h2,
.task-title {
  letter-spacing: -0.026em;
}

.company-hero {
  min-height: min(760px, calc(100svh - var(--header-height)));
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
}

.company-copy {
  background: var(--paper);
}

.company-message {
  max-width: 840px;
}

.company-position {
  max-width: 780px;
  font-size: clamp(3.7rem, 6.1vw, 6.8rem);
  font-weight: 580;
  line-height: 0.98;
}

.company-summary {
  max-width: 620px;
  color: var(--ink-muted);
  font-weight: 440;
}

.current-project {
  grid-template-columns: minmax(290px, 30%) minmax(360px, 38%) minmax(360px, 32%);
  min-height: 620px;
}

.project-name {
  font-size: clamp(3.2rem, 4.3vw, 5rem);
  font-weight: 600;
  line-height: 0.92;
}

.project-type {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 440;
  line-height: 1.5;
}

.project-art {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  padding: 18px 18px 0;
  background: var(--paper);
}

.project-art img {
  min-height: 0;
  object-position: 50% 52%;
  transition: none;
}

.art-credit {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 2px 14px;
  color: var(--ink-muted);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.065em;
  line-height: 1.3;
  text-transform: uppercase;
}

.work-field {
  background: var(--paper-bright);
}

.task-head span {
  color: var(--clay);
}

.work-title,
.people-heading h2,
.person strong {
  font-weight: 590;
  letter-spacing: -0.026em;
  line-height: 0.98;
}

.work-field {
  display: flex;
  align-items: center;
  padding: clamp(34px, 5vw, 72px);
}

.work-field::before,
.work-field::after,
.work-disc {
  display: none;
}

.game-hero {
  height: min(820px, calc(100svh - var(--header-height)));
  min-height: 680px;
}

.game-title {
  margin-left: 0;
  font-size: clamp(4.6rem, 8vw, 8.8rem);
  font-weight: 600;
  line-height: 0.88;
}

.hero-lede {
  font-weight: 500;
  letter-spacing: -0.012em;
}

.game-hero .hero-lede {
  color: rgba(255, 255, 255, 0.9);
}

.game-hero .hero-detail {
  color: rgba(255, 255, 255, 0.72);
}

.game-hero .hero-art {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 0;
  padding: 18px 18px 0;
  background: var(--paper);
}

.game-hero .hero-art img {
  position: relative;
  inset: auto;
  min-height: 0;
  transition: none;
}

.page-hero {
  height: min(760px, calc(100svh - var(--header-height)));
  min-height: 620px;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
}

.page-hero .hero-title,
.about-hero .hero-title {
  font-size: clamp(3.5rem, 6.5vw, 7rem);
  font-weight: 590;
  line-height: 0.96;
}

.hero-field {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 0;
  padding: 16px 16px 0;
  background: var(--paper-bright);
}

.hero-field img {
  position: relative;
  inset: auto;
  min-height: 0;
  filter: none;
  transform: none;
  transition: none;
}

.field-label {
  position: static;
  margin: 0;
  padding: 12px 2px 14px;
  transform: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  color: var(--ink-muted);
  font-size: 0.68rem;
  letter-spacing: 0.065em;
  white-space: normal;
}

.content-section h2,
.task-title,
.learn-heading h2,
.questions-heading h2 {
  font-weight: 580;
  letter-spacing: -0.026em;
  line-height: 1;
}

@media (max-width: 1100px) {
  .current-project {
    grid-template-columns: minmax(290px, 40%) minmax(360px, 60%);
  }
}

@media (max-width: 760px) {
  .header-inner {
    gap: 14px;
  }

  .site-nav {
    gap: 12px;
  }

  .site-nav a,
  .site-nav a:first-child {
    display: flex;
    font-size: 0.64rem;
    letter-spacing: 0.035em;
  }

  .company-hero,
  .page-hero {
    grid-template-columns: 1fr;
  }

  .company-copy {
    min-height: auto;
    gap: 56px;
    padding-top: 32px;
    padding-bottom: 44px;
  }

  .company-position {
    max-width: 8em;
    font-size: clamp(3.1rem, 13.8vw, 4.35rem);
    line-height: 0.98;
  }

  .current-project {
    grid-template-columns: 1fr;
  }

  .project-copy {
    min-height: auto;
    gap: 44px;
    padding-block: 34px 40px;
  }

  .project-name {
    font-size: clamp(3.25rem, 14.8vw, 4.4rem);
    line-height: 0.94;
  }

  .project-art {
    min-height: auto;
    max-height: none;
    padding: 14px 14px 0;
  }

  .project-art img {
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }

  .art-credit {
    flex-direction: column;
    gap: 3px;
    padding-block: 11px 13px;
  }

  .work-field {
    min-height: auto;
    padding: 42px var(--page-gutter);
  }

  .game-hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
  }

  .game-hero .hero-copy {
    min-height: auto;
    gap: 44px;
    padding-block: 34px 42px;
  }

  .game-title {
    font-size: clamp(3.8rem, 17vw, 5rem);
    line-height: 0.92;
  }

  .game-hero .hero-art {
    min-height: auto;
    padding: 14px 14px 0;
    border-top: 1px solid var(--line-light);
    border-left: 0;
  }

  .game-hero .hero-art img,
  .hero-field img {
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }

  .page-hero .hero-copy,
  .about-hero .hero-copy {
    gap: 40px;
  }

  .page-hero .hero-title,
  .about-hero .hero-title {
    font-size: clamp(3.15rem, 14vw, 4.5rem);
    line-height: 0.98;
  }

  .hero-field {
    min-height: auto;
    max-height: none;
    padding: 14px 14px 0;
  }

  .page-hero {
    height: auto;
    min-height: auto;
  }
}

.company-hero {
  grid-template-columns: 1fr;
}

.research-note {
  max-width: 780px;
  margin: 0 0 clamp(64px, 9vw, 112px);
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.research-note .eyebrow {
  margin-bottom: 14px;
}

.research-note p {
  max-width: 720px;
  margin: 0;
  color: var(--ink-muted);
  font-size: 1rem;
  line-height: 1.62;
}

.research-note .research-sources {
  margin-top: 14px;
  font-size: 0.86rem;
}

.research-note a {
  color: var(--ink);
  font-weight: 620;
  text-underline-offset: 3px;
}

.book-note,
.research-note p.book-note {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--ink-muted);
  font-size: 0.88rem;
  font-style: italic;
  line-height: 1.62;
}

.book-note a {
  color: inherit;
  font-weight: 650;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  .site-nav a,
  .site-nav a:first-child {
    font-size: 0.72rem;
    letter-spacing: 0.025em;
  }

  .page-hero .hero-copy {
    min-height: auto;
    gap: 34px;
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .research-note {
    margin-bottom: 58px;
    padding-top: 22px;
  }

  .book-note,
  .research-note p.book-note {
    margin-top: 20px;
    font-size: 0.9rem;
  }

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

  .section-copy {
    max-width: 100%;
    margin-left: 0;
  }
}

:root {
  --paper: #f5f5f3;
  --paper-bright: #ffffff;
  --ink: #090909;
  --ink-muted: #5d5d59;
  --clay: #090909;
  --spring: #d5d5d1;
  --mint: #e7e7e3;
  --river: #ddddda;
  --line: rgba(9, 9, 9, 0.2);
  --line-light: rgba(255, 255, 255, 0.25);
  --display: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --capybara: "Arial Rounded MT Bold", "Avenir Next Condensed", "Arial Black", sans-serif;
}

html,
body {
  background: var(--paper);
  color: var(--ink);
}

body {
  font-family: var(--body);
  letter-spacing: -0.008em;
}

.site-header {
  background: rgba(245, 245, 243, 0.97);
}

.site-nav a:hover,
.site-nav a[aria-current="page"],
.footer-links a:hover,
.article-index a:hover,
.project-link:hover,
.work-link:hover,
.hero-follow:hover,
.next-links a:hover {
  color: var(--ink);
  opacity: 0.58;
}

.company-position,
.hero-title,
.task-title,
.people-heading h2,
.section-heading h2,
.questions-heading h2,
.learn-heading h2 {
  font-weight: 600;
  letter-spacing: -0.038em;
}

.current-project,
.current-work .work-copy {
  background: #090909;
}

.project-type,
.work-type,
.game-hero .hero-detail {
  color: #cfcfcb;
}

.game-hero .hero-lede {
  color: #ffffff;
}

.project-proof,
.task-panel,
.question,
.learn-link {
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.focus-bar,
.focus-meter,
.focus-meter::after {
  border-radius: 0;
}

.focus-bar {
  background: #090909;
  color: #ffffff;
  box-shadow: none;
}

.focus-meter {
  background: #444441;
}

.focus-meter::after {
  background: #ffffff;
}

.project-art img,
.game-hero .hero-art img,
.hero-field img {
  filter: none;
}

.capybara-name {
  font-family: var(--capybara);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.hero-follow .capybara-name,
.project-link .capybara-name,
.work-link .capybara-name {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.game-title {
  max-width: 8.5ch;
  margin: auto 0 0;
  font-family: var(--capybara);
  font-size: clamp(4.25rem, 6.7vw, 7.6rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.84;
  text-wrap: balance;
}

.game-title .capybara-name,
.current-project .project-name .capybara-name,
.current-work .work-title .capybara-name {
  display: block;
}

.game-title .capybara-name {
  color: #ffffff;
}

.game-title {
  opacity: 1;
}

.current-work .work-copy {
  color: #ffffff;
}

.current-work .work-copy .eyebrow,
.current-work .work-type {
  color: #cfcfcb;
}

.current-work .work-link {
  color: #ffffff;
}

.current-work .work-title {
  max-width: 7.5ch;
  font-size: clamp(3.5rem, 5.8vw, 6.5rem);
  line-height: 0.88;
}

.current-work .work-field {
  background: #e7e7e3;
}

@media (max-width: 760px) {
  .header-inner {
    gap: 10px;
  }

  .site-nav {
    gap: 10px;
  }

  .site-nav a,
  .site-nav a:first-child {
    font-size: 0.66rem;
  }

  .game-title {
    max-width: 7.5ch;
    font-size: clamp(3.45rem, 16vw, 4.8rem);
    line-height: 0.88;
  }

  .current-work .work-title {
    font-size: clamp(3.45rem, 15vw, 4.75rem);
  }
}

@media (max-width: 520px) {
  .site-nav a[aria-current="page"] {
    display: none;
  }
}

.company-hero {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.company-hero .company-copy,
.company-hero .project-copy {
  min-height: inherit;
}

.company-hero .project-copy {
  border-right: 0;
  border-left: 1px solid var(--line);
  background: #090909;
  color: #ffffff;
}

.company-hero .project-copy .eyebrow,
.company-hero .project-type {
  color: #cfcfcb;
}

.current-project {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 680px;
}

.current-project .project-art {
  border-right: 1px solid var(--line);
}

.current-project .project-proof {
  min-height: 100%;
}

@media (max-width: 760px) {
  .company-hero,
  .current-project {
    grid-template-columns: 1fr;
  }

  .company-hero .project-copy {
    min-height: 460px;
    border-top: 1px solid var(--line-light);
    border-left: 0;
  }

  .current-project .project-art {
    min-height: 118vw;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .current-project .project-proof {
    min-height: 480px;
  }
}
