@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600;9..144,700;9..144,800&display=swap");
:root {
  --ink: #10263b;
  --muted: #53687a;
  --blue: #1f5f99;
  --blue2: #e8f2fa;
  --yellow: #ffd54a;
  --paper: #fffdf7;
  --white: #fff;
  --line: #c9d7e3;
  --dark: #0b1c2d;
  --orange: #c86f3d;
  --green: #dfeee5;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.wrap {
  max-width: 1120px;
  margin: auto;
  padding: 0 24px;
}
.narrow {
  max-width: 780px;
}
.topbar {
  height: 5px;
  background: linear-gradient(90deg, var(--blue) 0 78%, var(--yellow) 78%);
}
header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 253, 247, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  font:
    800 22px Fraunces,
    serif;
}
.navlinks {
  display: flex;
  gap: 28px;
  align-items: center;
}
.navlinks a {
  font-size: 14px;
  color: var(--muted);
}
.navlinks a:hover {
  color: var(--ink);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 2px solid var(--ink);
  border-radius: 5px;
  font-weight: 700;
  line-height: 1.1;
}
.btn.primary {
  background: var(--yellow);
  box-shadow: 4px 4px 0 var(--ink);
  color: var(--ink);
}
.btn.primary:hover {
  transform: translate(-1px, -1px);
  box-shadow: 6px 6px 0 var(--ink);
}
.btn.ghost {
  background: transparent;
}
.hero {
  padding: 82px 0 72px;
  background: var(--dark);
  color: white;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: center;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
  color: #719fc4;
  margin-bottom: 17px;
}
.hero h1,
.pagehero h1,
h2,
h3 {
  font-family: Fraunces, serif;
  line-height: 1.08;
}
.hero h1 {
  font-size: clamp(44px, 7vw, 78px);
  margin: 0 0 25px;
  max-width: 800px;
}
.hero p {
  font-size: clamp(18px, 2vw, 22px);
  color: #c6d6e3;
  max-width: 680px;
}
.hero .offerline {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 800;
  color: var(--yellow);
  margin-top: 24px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.hero .ghost,
.pagehero .ghost {
  color: white;
  border-color: white;
}
.workflow-sketch {
  background: #fff;
  color: var(--ink);
  padding: 24px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  transform: rotate(1deg);
}
.workflow-sketch .row {
  padding: 11px 12px;
  border-bottom: 1px solid var(--line);
  margin: 5px 0;
}
.workflow-sketch .bad {
  border-left: 5px solid var(--orange);
}
.workflow-sketch .good {
  border: 2px solid var(--blue);
  background: var(--blue2);
  margin-top: 8px;
}
.workflow-sketch .arrow {
  text-align: center;
  color: var(--muted);
  font-weight: 800;
}
.section {
  padding: 78px 0;
}
.section.compact {
  padding: 62px 0;
}
.tint {
  background: var(--blue2);
}
.dark {
  background: var(--dark);
  color: white;
}
.section h2 {
  font-size: clamp(32px, 4.4vw, 52px);
  margin: 0 0 20px;
}
.section h3 {
  font-size: 25px;
  margin: 12px 0;
}
.section .lead {
  font-size: 19px;
  color: var(--muted);
  max-width: 780px;
}
.dark .lead {
  color: #bfd0df;
}
.quote {
  font:
    700 clamp(30px, 4vw, 48px) Fraunces,
    serif;
  line-height: 1.1;
}
.plain-list {
  border-left: 4px solid var(--yellow);
  padding-left: 22px;
  margin: 28px 0;
}
.plain-list p {
  margin: 10px 0;
  font-weight: 600;
}
.example {
  background: #f6f1e6;
}
.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  margin: 30px 0;
}
.before-after > div {
  padding: 32px;
}
.before-after > div:first-child {
  border-right: 2px solid var(--ink);
}
.markup {
  font-size: 13px;
  font-weight: 700;
  color: var(--orange);
  font-style: italic;
  transform: rotate(-1deg);
  display: inline-block;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}
.card {
  background: white;
  border: 1.5px solid var(--ink);
  overflow: hidden;
}
.card .body {
  padding: 22px;
}
.card h3 {
  font-size: 24px;
  margin: 3px 0 10px;
}
.label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--blue);
}
.card p {
  color: var(--muted);
}
.card img,
.work-card img {
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: top;
  border-bottom: 1px solid var(--line);
}
.textlink {
  font-weight: 800;
  color: var(--blue);
}
.deal {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 54px;
  align-items: start;
}
.price {
  font:
    800 56px Fraunces,
    serif;
  margin: 8px 0 24px;
}
.yellow {
  color: var(--yellow);
  margin-top: 24px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.step {
  padding: 22px;
  border-right: 1px solid var(--line);
  background: transparent;
}
.step:last-child {
  border-right: 0;
}
.step b {
  display: block;
  margin-bottom: 8px;
}
.bluehead {
  color: var(--blue);
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 38px;
}
.proof {
  min-width: 0;
}
.proof h3 {
  color: white;
}
.proof p {
  color: #bfd0df;
}
.artifact {
  min-height: 225px;
  padding: 25px;
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-family: Inter, sans-serif;
}
.artifact span {
  font-size: 10px;
  letter-spacing: 0.2em;
  font-weight: 800;
}
.artifact strong {
  font:
    700 27px/1.1 Fraunces,
    serif;
}
.artifact small {
  opacity: 0.8;
}
.read-art {
  background: #fffdf7;
  color: var(--ink);
  transform: rotate(-1deg);
}
.system-art {
  background: #dceaf4;
  color: var(--ink);
  transform: rotate(1deg);
}
.game-art {
  background: var(--yellow);
  color: var(--ink);
  transform: rotate(-0.5deg);
}
.work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  margin-top: 34px;
}
.work-card {
  background: white;
  border-top: 3px solid var(--ink);
  overflow: hidden;
}
.work-card .body {
  padding: 22px 4px 24px;
}
.work-card h3 {
  font-size: 27px;
  margin: 7px 0 10px;
}
.work-card.featured {
  border-top-width: 6px;
}
.badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--yellow);
  padding: 5px 8px;
}
.mt {
  margin-top: 14px;
}
.note {
  margin-top: 25px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.read-intro {
  max-width: 820px;
  margin: 28px 0 8px;
  padding: 18px 22px;
  border-left: 4px solid var(--blue);
  background: rgba(255, 255, 255, 0.62);
}
.read-intro p {
  margin: 0;
}
.read-grid .work-card {
  background: rgba(255, 255, 255, 0.78);
}
.pagehero {
  padding: 70px 0;
  background: var(--dark);
  color: white;
}
.pagehero h1 {
  font-size: clamp(42px, 6vw, 70px);
  margin: 0 0 18px;
}
.pagehero p {
  font-size: 19px;
  color: #c6d6e3;
  max-width: 760px;
}
.prose {
  max-width: 760px;
}
.prose h2 {
  margin-top: 48px;
}
.prose p {
  font-size: 18px;
}
.faq {
  border-top: 1px solid var(--line);
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
.faq summary {
  cursor: pointer;
  font-weight: 800;
}
.deliverables {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 30px 0;
  border-top: 1px solid var(--line);
}
.deliverables > div {
  padding: 22px 18px 22px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
}
.deliverables b {
  font-family: Fraunces, serif;
  font-size: 20px;
}
.deliverables span {
  color: var(--muted);
}
.game-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  margin-top: 40px;
}
.game-tile h3 {
  color: white;
}
.game-tile p {
  color: #bfd0df;
}
.game-screen {
  min-height: 250px;
  padding: 25px;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #fff;
}
.game-screen span,
.game-screen small {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.game-screen strong {
  font:
    800 clamp(36px, 5vw, 58px) / 0.9 Fraunces,
    serif;
}
.game-a .game-screen {
  background: #f1c94b;
  transform: rotate(-1deg);
}
.game-b .game-screen {
  background: #d6e8da;
  transform: rotate(0.6deg);
}
.game-c .game-screen {
  background: #e8d9ce;
  transform: rotate(-0.5deg);
}
.game-d .game-screen {
  background: #c9dff0;
  transform: rotate(1deg);
}
.game-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  margin-top: 40px;
}
.game-proof {
  border-top: 1px solid #496174;
  padding-top: 18px;
}
.game-proof img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: top;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: #fff;
}
.game-proof .body {
  padding-top: 18px;
}
.game-proof h3 {
  color: #fff;
  font-size: 29px;
  margin: 8px 0 10px;
}
.game-proof p {
  color: #bfd0df;
}
.light-label {
  color: var(--yellow);
}
.game-link {
  color: var(--yellow);
}
.games-more {
  margin-top: 52px;
  padding-top: 30px;
  border-top: 1px solid #496174;
}
.games-more p {
  max-width: 850px;
  color: #bfd0df;
  margin-bottom: 24px;
}
.about-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 65px;
  align-items: start;
}
.portrait-placeholder {
  position: sticky;
  top: 110px;
  aspect-ratio: 4/5;
  background: #e8e0d3;
  border: 2px solid var(--ink);
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: rotate(-1deg);
}
.portrait-placeholder strong {
  font:
    700 28px/1.05 Fraunces,
    serif;
}
.jacob-photo.reboot-photo {
  position: sticky;
  top: 110px;
  width: 100%;
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 8px 8px 0 var(--yellow);
  object-fit: cover;
}
.photo-note {
  margin-top: 18px;
}
.form {
  max-width: 720px;
  margin: auto;
}
.field {
  margin-bottom: 24px;
}
.field label {
  display: block;
  font-weight: 800;
  margin-bottom: 8px;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 15px;
  border: 1.5px solid var(--ink);
  border-radius: 4px;
  background: white;
  font: inherit;
}
.field textarea {
  min-height: 170px;
}
.field .shortarea {
  min-height: 90px;
}
.big-question {
  margin-top: 40px;
}
.big-question label {
  font:
    700 30px Fraunces,
    serif;
}
.big-submit {
  font-size: 17px;
  padding: 15px 25px;
}
.after-form {
  margin-top: 55px;
  border-top: 2px solid var(--ink);
  padding-top: 32px;
}
.small {
  font-size: 13px;
  color: var(--muted);
}
.cta {
  padding: 78px 0;
  text-align: center;
  background: var(--blue);
  color: white;
}
.cta h2 {
  font-size: clamp(38px, 5vw, 58px);
  margin: 0 auto 18px;
  max-width: 800px;
}
.cta p {
  max-width: 650px;
  margin: 0 auto 28px;
  color: #dce9f3;
}
.light {
  color: #d7e6f2 !important;
}
.white {
  color: white;
}
footer {
  background: #071522;
  color: #9fb2c3;
  padding: 50px 0 80px;
}
.foot {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.foot a {
  color: #c8d6e1;
}
.mobile-cta {
  display: none;
}
@media (max-width: 850px) {
  .hero-grid,
  .deal,
  .about-grid {
    grid-template-columns: 1fr;
  }
  .workflow-sketch {
    display: none;
  }
  .cards,
  .proof-grid {
    grid-template-columns: 1fr;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
  }
  .navlinks {
    display: none;
  }
  .work-grid,
  .game-grid,
  .game-proof-grid {
    grid-template-columns: 1fr;
  }
  .portrait-placeholder {
    position: static;
    max-width: 280px;
  }
  .jacob-photo.reboot-photo {
    position: static;
    max-width: 320px;
  }
  .mobile-cta {
    display: block;
    position: fixed;
    z-index: 30;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .mobile-cta .btn {
    width: 100%;
    background: var(--yellow);
    box-shadow: 4px 4px 0 var(--ink);
  }
  .hero {
    padding-top: 58px;
  }
  .hero .offerline {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .steps,
  .deliverables {
    grid-template-columns: 1fr;
  }
  .step {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .before-after {
    grid-template-columns: 1fr;
  }
  .before-after > div:first-child {
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }
  .deliverables > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .section {
    padding: 58px 0;
  }
  .hero h1 {
    font-size: 44px;
  }
  .pagehero h1 {
    font-size: 43px;
  }
  .nav > .btn {
    font-size: 12px;
    padding: 10px 11px;
  }
  .artifact,
  .game-screen {
    min-height: 200px;
  }
}

/* Business Read detail pages */
.read-hero {
  padding-bottom: 0;
}
.read-hero .wrap > p {
  max-width: 850px;
}
.read-disclosure {
  margin-top: 32px;
  padding: 18px 22px;
  max-width: 780px;
  background: var(--yellow);
  color: var(--ink);
  border: 2px solid var(--ink);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.24);
}
.read-disclosure strong {
  display: block;
  margin-bottom: 4px;
  font-family: Fraunces, serif;
  font-size: 21px;
}
.read-disclosure span {
  display: block;
  font-size: 14px;
}
.read-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 54px;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
  border-bottom: 0;
}
.read-stat {
  padding: 21px 24px;
  border-right: 1px solid var(--line);
}
.read-stat:last-child {
  border-right: 0;
}
.read-stat b {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.read-constraint {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: start;
}
.read-constraint h2 {
  font-size: clamp(34px, 4.5vw, 54px);
}
.read-constraint .body {
  color: var(--muted);
  font-size: 18px;
}
.function-grid {
  display: grid;
  gap: 0;
  background: white;
  border: 1.5px solid var(--ink);
}
.function-score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
}
.function-score:last-child {
  border-bottom: 0;
}
.function-score b {
  font:
    18px Fraunces,
    serif;
}
.status {
  padding: 4px 9px;
  border: 1px solid var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.status.functional {
  background: #dfeee5;
}
.status.degraded {
  background: #fff0ae;
}
.status.absent {
  background: #f1d5cd;
}
.evidence-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.evidence-card {
  padding: 27px;
  background: white;
  border-top: 4px solid var(--ink);
}
.evidence-card h3 {
  margin-top: 0;
}
.evidence-card p {
  color: var(--muted);
  font-size: 17px;
}
.moves-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 34px;
}
.move-card {
  padding: 26px;
  background: #10263b;
  border: 1px solid #496174;
}
.move-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 800;
}
.move-card h3 {
  color: white;
  font-size: 26px;
}
.move-card p {
  color: #bfd0df;
}
.read-bridge {
  max-width: 790px;
  margin: auto;
  text-align: center;
}
.read-bridge .offer {
  margin: 24px 0;
  color: var(--yellow);
  font-weight: 800;
  letter-spacing: 0.03em;
}
.backlink {
  display: inline-block;
  margin-bottom: 22px;
  color: #bfd0df;
  font-weight: 700;
}
.backlink:hover {
  color: white;
}

@media (max-width: 850px) {
  .read-constraint {
    grid-template-columns: 1fr;
  }
  .read-stats {
    grid-template-columns: 1fr 1fr;
  }
  .read-stat:nth-child(2) {
    border-right: 0;
  }
  .read-stat {
    border-bottom: 1px solid var(--line);
  }
  .moves-grid,
  .evidence-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .read-stats {
    grid-template-columns: 1fr;
  }
  .read-stat {
    border-right: 0;
  }
  .read-disclosure {
    margin-right: 6px;
  }
}
