@font-face {
  font-family: "PP Editorial New";
  src: url("../fonts/PPEditorialNew-Ultralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Editorial New";
  src: url("../fonts/PPEditorialNew-UltralightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "PP Editorial New";
  src: url("../fonts/PPEditorialNew-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Editorial New";
  src: url("../fonts/PPEditorialNew-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "PP Editorial New";
  src: url("../fonts/PPEditorialNew-Ultrabold.otf") format("opentype");
  font-weight: 800 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Editorial New";
  src: url("../fonts/PPEditorialNew-UltraboldItalic.otf") format("opentype");
  font-weight: 800 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --ink: #080b0f;
  --muted: #4d535b;
  --faint: #747b83;
  --paper: #fbfaf7;
  --paper-warm: #f5f0e8;
  --line: #c9c5bc;
  --terminal: #05090c;
  --green: #42f16d;
  --gold: #d8bb45;
  --max-width: 1130px;
  --article-width: 860px;
  --font-serif: "PP Editorial New", "Apple Garamond", "ITC Garamond", "Adobe Garamond Pro", Garamond, Georgia, "Times New Roman", serif;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 255, 255, 0.92), transparent 34rem),
    linear-gradient(180deg, #fffdfa 0%, var(--paper) 48%, var(--paper-warm) 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header,
.site-footer,
.section-shell {
  width: min(calc(100% - 48px), var(--max-width));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 45px 0 28px;
}

.brand {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.brand span,
.terminal-line span,
.terminal-list li::before {
  color: var(--green);
}

.site-nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 4vw, 48px);
  font-size: 14px;
  font-weight: 650;
}

.site-nav a {
  position: relative;
  padding: 4px 0 12px;
}

.site-nav a.active::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ink);
  content: "";
  transform: translateX(-50%);
}

.site-nav a.underline-active::after {
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  border-radius: 0;
  transform: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(38px, 5vw, 68px);
  align-items: center;
  min-height: 690px;
  padding: 34px 0 62px;
}

.hero-copy h1,
.section-copy h2,
.essay-intro h2,
.work h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 660px;
  font-family: var(--font-serif);
  font-size: clamp(54px, 5.6vw, 78px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}

.has-headline-cursor::after {
  display: inline-block;
  width: 0.42em;
  height: 0.08em;
  margin-left: 0.04em;
  background: var(--green);
  content: "";
  vertical-align: 0.02em;
  animation: headlineCursorBlink 1.85s steps(1) infinite;
}

.hero-copy p {
  max-width: 610px;
  margin: 28px 0 0;
  font-size: 18px;
  line-height: 1.55;
}

.hero-copy p + p {
  margin-top: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px 34px;
  margin-top: 36px;
}

.button,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 44px;
  font-weight: 800;
}

.button {
  border: 1px solid var(--ink);
  border-radius: 6px;
  padding: 0 20px;
}

.button-primary {
  color: white;
  background: var(--ink);
  box-shadow: 0 13px 28px rgba(5, 7, 10, 0.16);
}

.text-link {
  border-bottom: 2px solid var(--green);
  padding: 0 2px;
}

.hero-art {
  padding-top: 0;
}

.terminal {
  min-height: 525px;
  overflow: hidden;
  border-radius: 10px;
  padding: 23px 25px 20px;
  color: #f3f5f4;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.12), transparent 20rem),
    linear-gradient(135deg, #10171a, var(--terminal) 58%, #010304);
  box-shadow: 0 32px 70px rgba(8, 11, 15, 0.14);
  font-family: "Courier New", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
  line-height: 1.45;
}

.split-terminal {
  min-height: 455px;
  margin: 0;
  font-size: 13px;
}

.terminal-controls {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
}

.terminal-controls span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}

.terminal-controls-color span:nth-child(1) {
  background: #ff5b59;
}

.terminal-controls-color span:nth-child(2) {
  background: #f5cb45;
}

.terminal-controls-color span:nth-child(3) {
  background: #4dca62;
}

.terminal-line {
  font-weight: 800;
}

.terminal-line.command {
  color: var(--green);
}

.terminal-line em {
  color: #f3f5f4;
  font-style: normal;
  font-weight: 700;
}

.terminal-cursor {
  display: inline-block;
  width: 0.66ch;
  height: 1.05em;
  margin-left: 2px;
  background: var(--green);
  vertical-align: -0.16em;
  animation: terminalBlink 860ms steps(1) infinite;
}

.terminal-results {
  opacity: 1;
  transform: translateY(0);
}

.terminal.is-animating .terminal-results {
  opacity: 0;
  transform: translateY(7px);
}

.terminal.results-visible .terminal-results {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 320ms ease, transform 320ms ease;
}

@keyframes terminalBlink {
  0%,
  48% {
    opacity: 1;
  }

  49%,
  100% {
    opacity: 0;
  }
}

@keyframes headlineCursorBlink {
  0%,
  62% {
    opacity: 1;
  }

  63%,
  100% {
    opacity: 0.18;
  }
}

.terminal p {
  max-width: 48ch;
  margin: 22px 0;
}

.terminal-list {
  display: grid;
  gap: 1px;
  margin: 0 0 24px;
  padding: 0 0 0 10px;
  list-style: none;
}

.terminal-list li::before {
  margin-right: 14px;
  content: ">";
}

.ascii-map {
  margin: 18px auto 23px;
  text-align: center;
}

.map-row-top {
  display: grid;
  grid-template-columns: auto minmax(28px, 1fr) 8px minmax(28px, 1fr) auto;
  align-items: center;
  max-width: 390px;
  margin: 0 auto;
}

.map-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  padding: 0 13px;
  color: white;
  font-weight: 800;
}

.map-dash {
  border-top: 1px dashed rgba(255, 255, 255, 0.75);
}

.map-dot {
  width: 7px;
  height: 14px;
  border-radius: 999px;
  background: var(--gold);
}

.map-stem {
  width: 1px;
  height: 24px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.72);
}

.map-gap {
  min-width: 96px;
}

.map-branches {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
}

.prompt {
  margin-top: 18px;
}

blockquote {
  margin: 28px 0 0 6px;
  border-left: 1px solid var(--line);
  padding: 0 0 0 28px;
  color: #74706a;
  font-family: var(--font-serif);
  font-size: 19px;
  font-style: italic;
  line-height: 1.55;
}

.section-band {
  background:
    radial-gradient(circle at 83% 35%, rgba(255, 255, 255, 0.72), transparent 24rem),
    linear-gradient(180deg, rgba(245, 240, 232, 0.85), rgba(251, 250, 247, 0.94));
  border-top: 1px solid rgba(201, 197, 188, 0.35);
  border-bottom: 1px solid rgba(201, 197, 188, 0.35);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: center;
  min-height: 500px;
  padding: 44px 0 52px;
}

.split-media-left > :first-child {
  order: 2;
}

.split-media-left > :last-child {
  order: 1;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: #3f4348;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.eyebrow span {
  border-bottom: 1px solid var(--ink);
  padding-right: 18px;
}

.section-copy h2 {
  max-width: 13ch;
  font-size: clamp(39px, 5vw, 56px);
}

.section-copy p {
  max-width: 570px;
  margin: 18px 0 0;
  font-size: 18px;
}

.section-copy .text-link {
  margin-top: 25px;
}

.gap-diagram {
  min-height: 310px;
  font-family: "Comic Sans MS", "Bradley Hand", cursive;
  text-transform: uppercase;
}

.diagram-top {
  display: grid;
  grid-template-columns: 128px 1fr 150px;
  gap: 26px;
  align-items: center;
}

.circle {
  display: grid;
  width: 128px;
  height: 128px;
  place-items: center;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  font-size: 14px;
}

.diagram-top .circle:last-child {
  width: 150px;
  height: 150px;
}

.gap-mark {
  display: grid;
  gap: 12px;
  justify-items: center;
  font-size: 14px;
}

.gap-mark::before,
.diagram-arrow::before {
  content: "";
  width: 1px;
  height: 28px;
  background: var(--ink);
}

.gap-mark {
  position: relative;
}

.gap-mark span {
  font-weight: 800;
}

.gap-mark i {
  display: block;
  width: min(96px, 100%);
  height: 54px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: repeating-linear-gradient(120deg, transparent 0 10px, var(--ink) 11px 12px, transparent 13px 21px);
  transform: skewX(-12deg);
}

.diagram-arrow {
  display: grid;
  justify-items: center;
  margin: -8px 0 12px;
}

.diagram-arrow::before {
  height: 45px;
}

.diagram-box {
  display: grid;
  gap: 7px;
  width: min(260px, 70%);
  margin: 0 auto;
  border: 1.5px solid var(--ink);
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 15px;
}

.essays {
  display: grid;
  grid-template-columns: minmax(250px, 0.54fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 108px);
  align-items: start;
  padding: 35px 0 54px;
}

.essay-intro h2,
.work h2 {
  font-size: clamp(36px, 4.6vw, 52px);
}

.essay-intro p {
  margin: 18px 0 26px;
}

.essay-list {
  padding-top: 6px;
}

.essay-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px;
  gap: 26px;
  border-bottom: 1px solid var(--line);
  padding: 12px 0 13px;
}

.essay-row:first-child {
  border-top: 0;
}

.essay-row a {
  display: grid;
  gap: 2px;
}

.essay-row strong {
  font-size: 17px;
  line-height: 1.25;
}

.essay-row span,
.essay-row time {
  color: var(--muted);
}

.essay-row time {
  justify-self: end;
  white-space: nowrap;
  font-size: 13px;
}

.work {
  border-bottom: 0;
}

.work-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: clamp(42px, 8vw, 120px);
  padding: 34px 0 58px;
}

.work-copy p {
  max-width: 520px;
  margin: 0 0 22px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-top: 1px solid var(--line);
  padding: 22px 0 28px;
  font-size: 13px;
}

.site-footer p {
  margin: 0;
}

.rss {
  font-weight: 900;
}

.post-shell {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(280px, 320px);
  gap: clamp(52px, 7vw, 78px);
  width: min(calc(100% - 96px), var(--max-width));
  margin: 0 auto;
  padding: 70px 0 76px;
}

.back-link {
  display: inline-flex;
  margin-bottom: 38px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.post-article {
  max-width: none;
}

.post-hero {
  padding-top: 0;
}

.post-hero h1 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(56px, 5.9vw, 78px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.post-hero p {
  max-width: 640px;
  margin: 34px 0 28px;
  color: #25292f;
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.35;
}

.post-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0 0 42px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-meta-line span:not(:first-child)::before {
  margin-right: 18px;
  color: var(--line);
  content: "/";
}

.post-featured-image {
  margin: 0 0 44px;
}

.post-featured-image img {
  display: block;
  width: 100%;
  height: auto;
}

.post-terminal {
  margin: 0 0 26px;
}

.terminal-wide {
  min-height: 0;
  padding: 21px 28px 26px;
  font-size: 15px;
}

.terminal-wide p {
  margin: 14px 0 18px;
}

.flow-row {
  display: grid;
  grid-template-columns: repeat(7, auto) minmax(110px, 1fr);
  gap: 14px;
  align-items: center;
  margin: 20px 0 30px 58px;
}

.flow-box {
  display: inline-grid;
  min-width: 92px;
  min-height: 45px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.78);
  padding: 0 14px;
  color: white;
  font-weight: 800;
  text-transform: uppercase;
}

.muted-box {
  border-style: dashed;
  color: rgba(255, 255, 255, 0.88);
}

.flow-arrow {
  color: #f6f6f6;
  font-size: 24px;
}

.flow-note {
  font-weight: 800;
  line-height: 1.25;
}

.bad-note {
  color: #ff5a51;
}

.good-note {
  color: #80ed76;
}

.post-content {
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.65;
}

.post-content > p {
  margin: 0 0 24px;
}

.post-content > blockquote {
  max-width: 620px;
  margin: 24px 0;
  border-left: 2px solid var(--ink);
  padding-left: 24px;
  color: var(--ink);
  font-family: inherit;
  font-size: 18px;
  font-style: italic;
}

.post-content > h2,
.post-content > h3 {
  border-top: 1px solid var(--line);
  margin: 48px 0 22px;
  padding-top: 34px;
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.05;
}

.post-content > h2 {
  font-size: clamp(34px, 3.5vw, 42px);
}

.post-content > h3 {
  font-size: clamp(28px, 3vw, 34px);
}

.post-content > ul,
.post-content > ol {
  margin: 0 0 24px;
  padding-left: 22px;
}

.post-pagination-nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  border-top: 1px solid var(--line);
  margin-top: 54px;
  padding-top: 24px;
}

.post-pagination-nav div:last-child {
  text-align: right;
}

.post-pagination-nav a {
  display: grid;
  gap: 12px;
}

.post-pagination-thumb {
  width: 100%;
  margin: 0 0 4px;
}

.post-pagination-nav div:last-child .post-pagination-thumb {
  justify-self: end;
}

.post-pagination-thumb img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
}

.post-pagination-nav span {
  color: #20242a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-pagination-nav strong {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.post-nav-mark {
  display: grid;
  grid-template-columns: repeat(3, 4px);
  gap: 4px;
  justify-content: center;
  padding-top: 34px;
}

.post-nav-mark::before {
  width: 4px;
  height: 4px;
  background: var(--ink);
  box-shadow:
    8px 0 0 var(--ink),
    16px 0 0 var(--ink),
    0 8px 0 var(--ink),
    8px 8px 0 var(--ink),
    16px 8px 0 var(--ink),
    0 16px 0 var(--ink),
    8px 16px 0 var(--ink),
    16px 16px 0 var(--ink);
  content: "";
}

.recent-posts-rail {
  border-left: 1px solid var(--line);
  padding-left: clamp(36px, 5vw, 52px);
}

.recent-posts-rail h2 {
  display: inline-flex;
  border-bottom: 1px solid #c2ab8f;
  margin: 22px 0 24px;
  padding-bottom: 12px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.recent-post-list {
  display: grid;
}

.recent-post-card {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 28px;
  border-bottom: 1px solid var(--line);
  padding: 0 0 28px;
  margin-bottom: 28px;
}

.recent-post-thumb {
  display: block;
  width: 118px;
  aspect-ratio: 1;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.7), transparent 5rem),
    linear-gradient(135deg, #d8d2c7, #f1ede6);
}

.recent-post-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.55);
}

.recent-post-card h3 {
  margin: 7px 0 16px;
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.18;
}

.recent-post-card time {
  color: #3f4348;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.recent-posts-link {
  margin-top: 28px;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.post-section {
  border-top: 1px solid var(--line);
  margin-top: 24px;
  padding: 36px 0 30px;
}

.post-section-split {
  display: grid;
  grid-template-columns: minmax(250px, 0.74fr) minmax(360px, 1fr);
  gap: clamp(34px, 7vw, 70px);
  align-items: center;
}

.post-section h2 {
  margin: 0 0 24px;
  font-family: var(--font-serif);
  font-size: clamp(42px, 4.4vw, 52px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0;
}

.post-section p {
  margin: 0 0 9px;
}

.cycle-diagram,
.outcome-diagram {
  font-family: "Comic Sans MS", "Bradley Hand", cursive;
}

.cycle-diagram {
  position: relative;
  min-height: 260px;
}

.cycle-diagram::before {
  position: absolute;
  inset: 22px 62px 22px 62px;
  border: 1.5px solid var(--ink);
  border-left-color: transparent;
  border-radius: 50%;
  content: "";
}

.cycle-note {
  position: absolute;
  max-width: 145px;
  font-size: 14px;
  line-height: 1.15;
}

.top-right {
  top: 18px;
  right: 0;
}

.bottom-right {
  right: 0;
  bottom: 50px;
}

.bottom-left {
  left: 0;
  bottom: 58px;
}

.cycle-stack {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: 126px;
  margin: 0 auto;
  padding-top: 8px;
}

.cycle-stack span {
  display: grid;
  width: 112px;
  min-height: 58px;
  place-items: center;
  border: 1.5px solid var(--ink);
  background: rgba(251, 250, 247, 0.92);
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.2;
}

.cycle-stack i {
  width: 1px;
  height: 32px;
  background: var(--ink);
}

.better-section {
  padding-bottom: 5px;
}

.outcome-diagram {
  align-self: start;
  padding-top: 8px;
}

.outcome-flow {
  display: grid;
  grid-template-columns: repeat(7, auto);
  gap: 10px;
  align-items: center;
}

.outcome-flow span {
  display: grid;
  min-width: 98px;
  min-height: 50px;
  place-items: center;
  border: 1.5px solid var(--ink);
  text-transform: uppercase;
  font-size: 13px;
}

.outcome-flow i {
  font-style: normal;
}

.outcome-prompts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 19px;
  margin-top: 14px;
  color: #126415;
}

.outcome-prompts p {
  margin: 0;
  font-size: 13px;
  line-height: 1.25;
}

.blog-index {
  padding: 38px 0 52px;
}

.blog-index-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
  gap: clamp(48px, 10vw, 140px);
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 0 0 35px;
}

.single-eyebrow {
  display: inline-flex;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 8px;
}

.blog-index-hero h1 {
  max-width: 8.5ch;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(66px, 8vw, 98px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.blog-index-hero > p {
  max-width: 390px;
  margin: 34px 0 0;
  font-size: 19px;
  line-height: 1.55;
}

.blog-controls {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  padding: 45px 0 18px;
}

.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 35px;
  color: var(--muted);
  font-size: 14px;
}

.category-tabs a {
  border-bottom: 1px solid transparent;
  padding-bottom: 10px;
}

.category-tabs a.active {
  color: var(--ink);
  border-color: var(--ink);
  font-weight: 800;
}

.essay-search {
  display: flex;
  align-items: center;
  width: min(260px, 100%);
  border-bottom: 1px solid var(--ink);
}

.essay-search label {
  flex: 1;
}

.essay-search label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.essay-search input {
  width: 100%;
  border: 0;
  padding: 0 0 12px;
  color: var(--ink);
  background: transparent;
  font: inherit;
  outline: 0;
}

.essay-search button {
  border: 0;
  padding: 0 0 12px 12px;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.blog-list {
  display: grid;
}

.blog-card {
  display: grid;
  grid-template-columns: 98px minmax(300px, 0.98fr) minmax(300px, 0.9fr);
  gap: clamp(36px, 6vw, 64px);
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 34px 0 29px;
}

.blog-date {
  align-self: start;
  color: var(--muted);
  font-size: 14px;
}

.blog-date time {
  display: grid;
  gap: 1px;
  margin-bottom: 14px;
}

.blog-date time span {
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.blog-card-copy h2 {
  max-width: 600px;
  margin: 0 0 18px;
  font-family: var(--font-serif);
  font-size: clamp(36px, 4.2vw, 48px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0;
}

.blog-card-copy p {
  max-width: 610px;
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.55;
}

.blog-card-copy .text-link {
  min-height: 28px;
  gap: 20px;
  font-size: 15px;
}

.index-diagram {
  justify-self: end;
  width: min(340px, 100%);
  min-height: 164px;
  font-family: "Comic Sans MS", "Bradley Hand", cursive;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}

.outcome-stack {
  display: grid;
  justify-items: center;
  border: 1px solid var(--line);
  padding: 16px 18px;
}

.outcome-stack span {
  display: grid;
  min-width: 140px;
  min-height: 36px;
  place-items: center;
  border: 1.5px solid var(--ink);
  background: rgba(255, 255, 255, 0.2);
}

.outcome-stack span:first-child {
  border-color: transparent;
}

.outcome-stack .dashed {
  border-style: dashed;
}

.outcome-stack i {
  width: 1px;
  height: 22px;
  background: var(--ink);
}

.venn-diagram {
  position: relative;
  min-height: 210px;
}

.venn-diagram span {
  position: absolute;
  top: 20px;
  display: grid;
  width: 142px;
  height: 142px;
  place-items: center;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
}

.venn-diagram span:first-child {
  left: 28px;
}

.venn-diagram span:nth-child(2) {
  right: 28px;
}

.venn-diagram i {
  position: absolute;
  left: 50%;
  top: 130px;
  width: 1px;
  height: 48px;
  background: var(--ink);
}

.venn-diagram b {
  position: absolute;
  left: 50%;
  bottom: 0;
  font-weight: 400;
  transform: translateX(-50%);
  white-space: nowrap;
}

.cluster-diagram {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  align-items: center;
}

.scatter {
  position: relative;
  height: 128px;
}

.scatter span {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1.5px solid var(--ink);
  border-radius: 2px;
}

.scatter span:nth-child(1) { left: 7%; top: 20%; }
.scatter span:nth-child(2) { left: 18%; top: 52%; }
.scatter span:nth-child(3) { left: 28%; top: 30%; }
.scatter span:nth-child(4) { left: 38%; top: 68%; }
.scatter span:nth-child(5) { left: 48%; top: 42%; }
.scatter span:nth-child(6) { left: 60%; top: 18%; }
.scatter span:nth-child(7) { left: 70%; top: 56%; }
.scatter span:nth-child(8) { left: 82%; top: 32%; }
.scatter span:nth-child(9) { left: 9%; top: 76%; }
.scatter span:nth-child(10) { left: 31%; top: 8%; }
.scatter span:nth-child(11) { left: 55%; top: 80%; }
.scatter span:nth-child(12) { left: 74%; top: 72%; }

.cluster-diagram i {
  font-style: normal;
  font-size: 34px;
}

.clusters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.clusters span {
  width: 70px;
  height: 70px;
  border: 1.5px dashed var(--ink);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, transparent 0 4px, var(--ink) 4px 5px, transparent 5px),
    radial-gradient(circle at 63% 35%, transparent 0 4px, var(--ink) 4px 5px, transparent 5px),
    radial-gradient(circle at 50% 64%, transparent 0 4px, var(--ink) 4px 5px, transparent 5px);
}

.trust-diagram {
  position: relative;
  min-height: 170px;
}

.trust-diagram span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 82px;
  height: 44px;
  place-items: center;
  border: 1.5px solid var(--ink);
  transform: translate(-50%, -50%);
}

.trust-diagram i {
  position: absolute;
  width: 48px;
  height: 34px;
  border: 1.5px solid var(--ink);
}

.trust-diagram i:nth-of-type(1) { left: 34px; top: 18px; }
.trust-diagram i:nth-of-type(2) { right: 34px; top: 18px; }
.trust-diagram i:nth-of-type(3) { left: 34px; bottom: 18px; }
.trust-diagram i:nth-of-type(4) { right: 34px; bottom: 18px; }
.trust-diagram i:nth-of-type(5) { left: 50%; top: 0; transform: translateX(-50%); }
.trust-diagram i:nth-of-type(6) { left: 50%; bottom: 0; transform: translateX(-50%); }

.memory-diagram {
  display: grid;
  grid-template-columns: 84px auto minmax(120px, 1fr) auto 112px;
  gap: 14px;
  align-items: center;
}

.memory-diagram span {
  display: grid;
  min-height: 54px;
  place-items: center;
  border: 1.5px solid var(--ink);
  padding: 0 14px;
  text-align: center;
}

.memory-diagram span:first-child {
  height: 78px;
  border-radius: 50% / 14%;
}

.memory-diagram span:nth-of-type(2) {
  border-style: dashed;
}

.memory-diagram i {
  font-style: normal;
  font-size: 20px;
}

.archive-diagram-image {
  margin: 0;
}

.archive-diagram-image img {
  display: block;
  width: 100%;
  height: auto;
}

.archive-featured-image img {
  aspect-ratio: 1.45;
  border: 1px solid var(--line);
  object-fit: cover;
}

.pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  padding: 35px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.pagination div {
  display: flex;
  gap: 22px;
  color: var(--muted);
}

.pagination a.active {
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 6px;
}

.pagination > a:last-child {
  justify-self: end;
}

.page-template {
  padding-top: 38px;
}

.entry-content > :is(p, ul, ol, blockquote, pre, table, h1, h2, h3, h4, h5, h6, .wp-block-paragraph, .wp-block-heading, .wp-block-list, .wp-block-quote, .wp-block-pullquote, .wp-block-image, .wp-block-gallery, .wp-block-buttons, .wp-block-columns, .wp-block-group, .wp-block-cover, .wp-block-embed, .wp-block-table, .wp-block-separator):not(.alignfull):not(.alignwide) {
  width: min(calc(100% - 48px), var(--article-width));
  max-width: var(--article-width);
  margin-left: auto;
  margin-right: auto;
}

.entry-content > .alignwide {
  width: min(calc(100% - 48px), var(--max-width));
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}

.entry-content > .alignfull {
  width: 100%;
  max-width: none;
}

.entry-content > :where(.wp-block-image, .wp-block-buttons, .wp-block-group, .wp-block-columns, .wp-block-list, p, h1, h2, h3, h4, h5, h6) {
  margin-top: 0;
}

.entry-content > :where(p, ul, ol, .wp-block-image, .wp-block-buttons, .wp-block-group, .wp-block-columns) {
  margin-bottom: 24px;
}

.entry-content > :where(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 18px;
}

.editor-styles-wrapper .is-root-container > :is(p, ul, ol, blockquote, pre, table, h1, h2, h3, h4, h5, h6, .wp-block-paragraph, .wp-block-heading, .wp-block-list, .wp-block-quote, .wp-block-pullquote, .wp-block-image, .wp-block-gallery, .wp-block-buttons, .wp-block-columns, .wp-block-group, .wp-block-cover, .wp-block-embed, .wp-block-table, .wp-block-separator):not(.alignfull):not(.alignwide):not([data-align="full"]):not([data-align="wide"]) {
  width: min(calc(100% - 48px), var(--article-width));
  max-width: var(--article-width);
  margin-left: auto;
  margin-right: auto;
}

.editor-styles-wrapper .is-root-container > .alignwide,
.editor-styles-wrapper .is-root-container > [data-align="wide"] {
  width: min(calc(100% - 48px), var(--max-width));
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}

.editor-styles-wrapper .is-root-container > .alignfull,
.editor-styles-wrapper .is-root-container > [data-align="full"] {
  width: 100%;
  max-width: none;
}

.content-block {
  width: min(calc(100% - 48px), var(--max-width));
  margin: 0 auto;
}

.page-hero-block {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(320px, 0.66fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 0 0 52px;
}

.page-hero-block h1 {
  max-width: 680px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(56px, 6.7vw, 78px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}

.page-hero-block > p {
  max-width: 460px;
  margin: 48px 0 0;
  font-size: 19px;
  line-height: 1.7;
}

.split-content-block {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(50px, 9vw, 130px);
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 50px 0 60px;
}

.split-inline-feature {
  display: block;
}

.split-inline-feature::after {
  display: block;
  clear: both;
  content: "";
}

.split-inline-feature .block-copy h2 {
  max-width: 940px;
}

.split-inline-feature .block-copy p:not(.eyebrow) {
  max-width: none;
}

.inline-feature-media {
  float: right;
  width: min(56%, 680px);
  margin: 4px 0 30px clamp(30px, 5vw, 70px);
}

.inline-feature-media-left {
  float: left;
  margin: 4px clamp(30px, 5vw, 70px) 30px 0;
}

.inline-feature-media.split-terminal {
  min-height: 430px;
}

.block-copy h2 {
  margin: 0 0 28px;
  font-family: var(--font-serif);
  font-size: clamp(42px, 4.7vw, 54px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0;
}

.block-copy p:not(.eyebrow) {
  max-width: 360px;
  margin: 0 0 19px;
  font-size: 17px;
  line-height: 1.65;
}

.system-diagram {
  position: relative;
  min-height: 440px;
  font-family: "Comic Sans MS", "Bradley Hand", cursive;
  text-transform: uppercase;
}

.system-center,
.system-node {
  position: absolute;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.system-center {
  left: 50%;
  top: 50%;
  width: 150px;
  height: 88px;
  border: 1.5px solid var(--ink);
  transform: translate(-50%, -50%);
}

.system-node {
  width: 104px;
  height: 104px;
  border: 1.5px dashed var(--ink);
  border-radius: 50%;
}

.node-markets {
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
}

.node-people {
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}

.node-incentives {
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
}

.node-products {
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
}

.system-arrow {
  position: absolute;
  width: 126px;
  height: 126px;
  border: 1.5px solid var(--ink);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
}

.arrow-top-left {
  left: 96px;
  top: 70px;
  transform: rotate(-34deg);
}

.arrow-top-right {
  right: 96px;
  top: 70px;
  transform: rotate(56deg);
}

.arrow-bottom-right {
  right: 96px;
  bottom: 70px;
  transform: rotate(146deg);
}

.arrow-bottom-left {
  left: 96px;
  bottom: 70px;
  transform: rotate(236deg);
}

.experience-block {
  align-items: start;
  padding-bottom: 68px;
}

.experience-timeline {
  position: relative;
  display: grid;
  gap: 30px;
  margin: 0;
  padding: 2px 0 0 48px;
  list-style: none;
}

.experience-timeline::before {
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 4px;
  width: 1px;
  background: var(--ink);
  content: "";
}

.experience-timeline li {
  position: relative;
}

.experience-timeline li::before {
  position: absolute;
  left: -46px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ink);
  content: "";
}

.experience-timeline h3 {
  margin: 0 0 5px;
  font-size: 17px;
  line-height: 1.3;
}

.experience-timeline p {
  max-width: 560px;
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

.newsletter-band {
  background:
    radial-gradient(circle at 84% 8%, rgba(255, 255, 255, 0.72), transparent 24rem),
    linear-gradient(180deg, rgba(245, 240, 232, 0.78), rgba(251, 250, 247, 0.96));
}

.newsletter-block {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(50px, 9vw, 130px);
  align-items: center;
  padding: 54px 0 64px;
}

.newsletter-copy p {
  max-width: 420px;
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.65;
}

.newsletter-form {
  display: flex;
  gap: 12px;
  align-items: center;
}

.newsletter-form label {
  flex: 1;
}

.newsletter-form label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.newsletter-form input {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.44);
  font: inherit;
}

.newsletter-form .button {
  min-height: 54px;
  white-space: nowrap;
}

.terminal-feature-block {
  display: grid;
  gap: 24px;
}

.terminal-feature-block .terminal {
  width: 100%;
}

.terminal-media {
  margin: 22px 0 0;
}

.terminal-media img {
  display: block;
  width: 100%;
  height: auto;
}

.split-media {
  margin: 0;
}

.split-media img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 981px) and (hover: hover) and (pointer: fine) {
  .split-lightbox-enabled {
    position: relative;
    z-index: 1;
    cursor: zoom-in;
    outline: 0;
  }

  .split-lightbox-enabled::before {
    position: fixed;
    inset: 0;
    z-index: 20;
    background: rgba(8, 11, 15, 0.36);
    opacity: 0;
    pointer-events: none;
    content: "";
    transition: opacity 180ms ease;
  }

  .split-lightbox-enabled img {
    position: relative;
    z-index: 21;
    border-radius: 4px;
    transition: transform 180ms ease, box-shadow 180ms ease;
    transform-origin: center;
  }

  .split-lightbox-enabled:hover,
  .split-lightbox-enabled:focus-visible {
    z-index: 40;
  }

  .split-lightbox-enabled:hover::before,
  .split-lightbox-enabled:focus-visible::before {
    opacity: 1;
  }

  .split-lightbox-enabled:hover img,
  .split-lightbox-enabled:focus-visible img {
    cursor: zoom-out;
    box-shadow: 0 34px 80px rgba(5, 7, 10, 0.28);
    transform: scale(1.42);
  }
}

.split-embed {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #05090c;
  aspect-ratio: 16 / 9;
}

.split-embed iframe,
.split-embed video,
.split-embed embed {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.centered-title-block {
  display: grid;
  justify-items: center;
  padding: 34px 0 25px;
  text-align: center;
}

.centered-eyebrow {
  justify-content: center;
  margin-bottom: 12px;
  color: #846d5e;
  font-size: 14px;
  letter-spacing: 0.26em;
}

.centered-eyebrow span {
  padding: 0 0 12px;
}

.centered-title-block h1 {
  max-width: 900px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(56px, 6.6vw, 86px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.centered-title-block > p {
  max-width: 790px;
  margin: 26px 0 0;
  font-size: 20px;
  line-height: 1.45;
}

.engagement-cards-block {
  padding: 24px 0 28px;
}

.engagement-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.engagement-card {
  display: flex;
  min-height: 540px;
  flex-direction: column;
  border: 1px solid rgba(132, 109, 94, 0.22);
  border-radius: 2px;
  padding: 32px 38px 30px;
  background: rgba(255, 255, 255, 0.16);
}

.engagement-card header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.engagement-number {
  display: inline-flex;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 12px;
  color: #846d5e;
  font-size: 22px;
  line-height: 1;
}

.engagement-icon {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #846d5e;
  border-radius: 50%;
  color: #846d5e;
}

.engagement-icon-chat span {
  position: relative;
  width: 26px;
  height: 19px;
  border: 1px solid currentColor;
  border-radius: 12px;
}

.engagement-icon-chat span::before,
.engagement-icon-chat span::after {
  position: absolute;
  top: 8px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 7px 0 0 currentColor, 14px 0 0 currentColor;
  content: "";
}

.engagement-icon-chat span::before {
  left: 4px;
}

.engagement-icon-chat span::after {
  left: 6px;
  top: 17px;
  width: 7px;
  height: 1px;
  border-radius: 0;
  box-shadow: none;
  transform: rotate(-35deg);
}

.engagement-icon-team span {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.engagement-icon-team span:nth-child(1) {
  top: 17px;
  left: 15px;
}

.engagement-icon-team span:nth-child(2) {
  top: 13px;
  left: 22px;
}

.engagement-icon-team span:nth-child(3) {
  top: 17px;
  right: 15px;
}

.engagement-icon-team::after {
  position: absolute;
  bottom: 15px;
  width: 34px;
  height: 14px;
  border: 1px solid currentColor;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom: 0;
  content: "";
}

.engagement-icon-compass span {
  width: 28px;
  height: 28px;
  border: 1px solid currentColor;
  transform: rotate(45deg);
}

.engagement-icon-compass span::before {
  position: absolute;
  inset: 7px;
  border-left: 1px solid currentColor;
  border-top: 1px solid currentColor;
  content: "";
}

.engagement-card h2 {
  margin: 0 0 22px;
  font-family: var(--font-serif);
  font-size: clamp(34px, 3.5vw, 46px);
  font-weight: 400;
  line-height: 1.04;
}

.engagement-card p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.55;
}

.engagement-card h3 {
  margin: 4px 0 10px;
  color: #846d5e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.engagement-card ul {
  display: grid;
  gap: 6px;
  margin: 0 0 22px;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.45;
}

.engagement-card-footer {
  border-top: 1px solid rgba(132, 109, 94, 0.22);
  margin-top: auto;
  padding-top: 22px;
}

.engagement-card-footer p:last-child {
  margin-bottom: 0;
}

.closing-note-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 6px 0 34px;
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.45;
  text-align: center;
}

.closing-note-block div {
  border-left: 1px solid var(--line);
  padding-left: 22px;
}

.closing-note-block p {
  margin: 0;
}

.closing-note-block em {
  font-style: italic;
}

.closing-note-icon {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid #846d5e;
  border-radius: 50%;
}

.closing-note-icon::before,
.closing-note-icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 1px;
  background: #846d5e;
  content: "";
  transform: translate(-50%, -50%);
}

.closing-note-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.closing-note-icon {
  background:
    linear-gradient(45deg, transparent 47%, #846d5e 48% 52%, transparent 53%),
    linear-gradient(-45deg, transparent 47%, #846d5e 48% 52%, transparent 53%);
}

.dimension-cards-block {
  border-top: 1px solid var(--line);
  padding: 44px 0 34px;
}

.dimension-cards-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(42px, 8vw, 90px);
  align-items: end;
  margin-bottom: 42px;
}

.dimension-cards-header h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(40px, 4.8vw, 58px);
  font-weight: 400;
  line-height: 1.04;
}

.dimension-cards-header > p {
  max-width: 390px;
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.55;
}

.dimension-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dimension-card {
  display: flex;
  min-height: 560px;
  flex-direction: column;
  border-left: 1px solid rgba(201, 197, 188, 0.75);
  padding: 0 clamp(24px, 3vw, 34px);
}

.dimension-card:first-child {
  border-left: 0;
  padding-left: 0;
}

.dimension-card:last-child {
  padding-right: 0;
}

.dimension-number {
  display: inline-flex;
  width: max-content;
  border-bottom: 1px solid var(--green);
  margin-bottom: 28px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.dimension-icon {
  position: relative;
  display: grid;
  width: 82px;
  height: 66px;
  margin-bottom: 24px;
  place-items: center;
  color: var(--ink);
}

.dimension-icon-image {
  margin: 0 0 24px;
}

.dimension-icon-image img {
  display: block;
  width: 82px;
  height: 66px;
  object-fit: contain;
}

.dimension-icon-target span {
  width: 34px;
  height: 34px;
  border: 1.4px solid currentColor;
  border-radius: 50%;
  box-shadow: inset 0 0 0 8px var(--paper), inset 0 0 0 10px currentColor;
}

.dimension-icon-target::before,
.dimension-icon-target::after {
  position: absolute;
  background: currentColor;
  content: "";
}

.dimension-icon-target::before {
  width: 1px;
  height: 64px;
}

.dimension-icon-target::after {
  width: 64px;
  height: 1px;
}

.dimension-icon-diamond span {
  width: 60px;
  height: 34px;
  border: 1.4px solid currentColor;
  clip-path: polygon(12% 0, 88% 0, 100% 34%, 50% 100%, 0 34%);
}

.dimension-icon-diamond::before,
.dimension-icon-diamond::after {
  position: absolute;
  top: 18px;
  width: 1px;
  height: 32px;
  background: currentColor;
  content: "";
  transform: rotate(28deg);
}

.dimension-icon-diamond::before {
  left: 32px;
}

.dimension-icon-diamond::after {
  right: 32px;
  transform: rotate(-28deg);
}

.dimension-icon-head span {
  position: relative;
  width: 42px;
  height: 52px;
  border: 1.4px solid currentColor;
  border-right: 0;
  border-radius: 50% 0 0 48%;
}

.dimension-icon-head span::before {
  position: absolute;
  right: -15px;
  top: 20px;
  width: 16px;
  height: 18px;
  border-top: 1.4px solid currentColor;
  border-right: 1.4px solid currentColor;
  content: "";
}

.dimension-icon-head::before {
  position: absolute;
  inset: -2px 4px auto auto;
  width: 38px;
  height: 18px;
  border-top: 1px solid currentColor;
  content: "";
  transform: rotate(-18deg);
}

.dimension-icon-sun span {
  align-self: end;
  width: 58px;
  height: 29px;
  border: 1.4px solid currentColor;
  border-bottom: 0;
  border-radius: 60px 60px 0 0;
}

.dimension-icon-sun::before {
  position: absolute;
  bottom: 16px;
  width: 82px;
  height: 1px;
  background: currentColor;
  content: "";
}

.dimension-icon-sun::after {
  position: absolute;
  top: 4px;
  width: 70px;
  height: 26px;
  background: repeating-linear-gradient(90deg, currentColor 0 1px, transparent 1px 12px);
  content: "";
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.dimension-card h3 {
  margin: 0 0 16px;
  font-family: var(--font-serif);
  font-size: clamp(30px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.02;
}

.dimension-card p {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.55;
}

.dimension-card ul {
  display: grid;
  gap: 9px;
  margin: 0 0 24px;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.4;
}

.dimension-link {
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  min-height: 32px;
  gap: 14px;
  font-size: 14px;
}

.resonance-callout-block {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(300px, 1fr) minmax(220px, 0.58fr);
  gap: clamp(34px, 6vw, 68px);
  align-items: center;
  border-radius: 3px;
  margin-top: 12px;
  margin-bottom: 34px;
  padding: 28px 34px;
  background: rgba(245, 240, 232, 0.78);
}

.resonance-callout-block h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 400;
  line-height: 1.04;
}

.resonance-callout-block p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.resonance-mini-diagram {
  position: relative;
  justify-self: end;
  width: 210px;
  height: 120px;
  color: var(--ink);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.resonance-mini-diagram span {
  position: absolute;
  width: 62px;
  height: 62px;
  border: 1.2px solid currentColor;
  border-radius: 50%;
}

.resonance-mini-diagram span:nth-child(1) {
  left: 46px;
  top: 2px;
}

.resonance-mini-diagram span:nth-child(2) {
  left: 8px;
  top: 36px;
}

.resonance-mini-diagram span:nth-child(3) {
  left: 84px;
  top: 36px;
}

.resonance-mini-diagram span:nth-child(4) {
  left: 46px;
  top: 64px;
}

.resonance-mini-diagram i {
  position: absolute;
  left: 73px;
  top: 58px;
  width: 18px;
  height: 10px;
  border: 1px solid var(--green);
  border-radius: 50%;
  background: rgba(66, 241, 109, 0.12);
  transform: rotate(-12deg);
}

.resonance-mini-diagram i::after {
  position: absolute;
  left: 16px;
  top: 8px;
  width: 86px;
  height: 1px;
  background: currentColor;
  content: "";
  transform: rotate(18deg);
  transform-origin: left center;
}

.resonance-mini-diagram em {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 70px;
  font-style: normal;
  line-height: 1.1;
}

.lead-magnet-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.86fr);
  gap: clamp(56px, 8vw, 108px);
  align-items: center;
  min-height: 690px;
  padding: 34px 0 78px;
}

.lead-magnet-media-left .lead-magnet-copy {
  order: 2;
}

.lead-magnet-media-left .lead-magnet-art {
  order: 1;
}

.lead-magnet-copy h1 {
  max-width: 760px;
  margin: 0 0 26px;
  font-family: var(--font-serif);
  font-size: clamp(64px, 7.3vw, 104px);
  font-weight: 400;
  line-height: 0.98;
}

.lead-magnet-copy > p:not(.eyebrow):not(.lead-magnet-note) {
  max-width: 620px;
  margin: 0 0 28px;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.45;
}

.lead-magnet-form {
  max-width: 620px;
}

.lead-magnet-form iframe {
  display: block;
  width: 100%;
  min-height: 330px;
  border: 0;
}

.lead-magnet-form form,
.lead-magnet-form .formkit-form,
.lead-magnet-form [data-element="fields"] {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.lead-magnet-form input,
.lead-magnet-form .formkit-input {
  width: 100%;
  min-height: 58px;
  border: 1px solid var(--ink);
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.36);
  color: var(--ink);
  font: inherit;
}

.lead-magnet-form button,
.lead-magnet-form .formkit-submit {
  display: inline-flex;
  min-height: 58px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  border-radius: 7px;
  padding: 0 24px;
  background: var(--ink);
  color: white;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.lead-magnet-form .formkit-submit span {
  color: inherit;
}

.lead-magnet-note {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.lead-magnet-art {
  position: relative;
  display: grid;
  min-height: 560px;
  place-items: center;
}

.lead-magnet-art:not(.has-terminal-background) {
  min-height: 0;
}

.book-cover {
  position: relative;
  z-index: 2;
  width: min(430px, 88%);
  margin: 0;
  filter: drop-shadow(0 24px 28px rgba(8, 11, 15, 0.16));
}

.book-cover img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(8, 11, 15, 0.18);
}

.book-cover div {
  display: flex;
  aspect-ratio: 0.72;
  flex-direction: column;
  border: 1px solid rgba(8, 11, 15, 0.22);
  padding: 34px 31px;
  background:
    linear-gradient(90deg, rgba(8, 11, 15, 0.12), transparent 14%),
    linear-gradient(145deg, #fbfaf7, #eee9df);
}

.book-cover span {
  width: max-content;
  border-bottom: 1px solid var(--green);
  margin-bottom: 42px;
  padding-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.book-cover strong {
  margin-bottom: 18px;
  font-family: var(--font-serif);
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 400;
  line-height: 0.96;
}

.book-cover p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

.book-cover small {
  margin-top: auto;
  font-weight: 900;
}

.book-cover small::after {
  color: var(--green);
  content: "_";
}

.book-terminal-card {
  position: absolute;
  right: 0;
  bottom: 56px;
  z-index: 1;
  width: min(390px, 78%);
  min-height: 245px;
  border-radius: 8px;
  padding: 28px;
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 255, 255, 0.1), transparent 38%),
    linear-gradient(145deg, #11161a, #030607);
  box-shadow: 0 30px 50px rgba(8, 11, 15, 0.18);
  color: white;
  font-family: "Courier New", monospace;
}

.book-terminal-card span {
  color: var(--green);
  font-weight: 800;
}

.book-terminal-card i {
  display: block;
  width: 100%;
  height: 1px;
  margin: 38px 0;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.75) 0 7px, transparent 7px 12px);
}

.book-terminal-card b,
.book-terminal-card em {
  display: inline-grid;
  min-width: 118px;
  min-height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  font-style: normal;
  text-transform: uppercase;
}

.book-terminal-card em {
  position: absolute;
  right: 28px;
  bottom: 28px;
}

.learning-cards-block {
  border-top: 1px solid var(--line);
  padding: 50px 0 42px;
}

.learning-cards-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(40px, 7vw, 86px);
  align-items: end;
  margin-bottom: 38px;
}

.learning-cards-header h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(44px, 5.4vw, 68px);
  font-weight: 400;
  line-height: 1.02;
}

.learning-cards-header > p {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.55;
}

.learning-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.learning-card {
  min-height: 360px;
  border-left: 1px solid var(--line);
  padding: 0 clamp(22px, 3vw, 32px);
}

.learning-card:first-child {
  border-left: 0;
  padding-left: 0;
}

.learning-card:last-child {
  padding-right: 0;
}

.learning-card > span {
  display: inline-flex;
  border-bottom: 1px solid var(--green);
  margin-bottom: 26px;
  padding-bottom: 9px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.learning-card h3 {
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.02;
}

.learning-card p,
.learning-card li {
  font-size: 15px;
  line-height: 1.5;
}

.learning-card p {
  margin: 0 0 20px;
}

.learning-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 18px;
}

.lead-magnet-cta-band {
  background: var(--paper-soft);
}

.lead-magnet-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.75fr);
  gap: clamp(42px, 8vw, 96px);
  align-items: center;
  padding: 66px 0;
}

.lead-magnet-cta h2 {
  max-width: 620px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(54px, 6.8vw, 84px);
  font-weight: 400;
  line-height: 0.98;
}

.lead-magnet-cta p:not(.eyebrow):not(.lead-magnet-note) {
  max-width: 520px;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 6px;
  }

  .hero,
  .two-column,
  .essays,
  .work-grid,
  .post-shell,
  .post-section-split,
  .blog-index-hero,
  .blog-card,
  .page-hero-block,
  .split-content-block,
  .newsletter-block,
  .lead-magnet-hero,
  .learning-cards-header,
  .lead-magnet-cta {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    padding-top: 38px;
  }

  .hero-copy h1 {
    max-width: 11ch;
  }

  .terminal {
    min-height: 470px;
  }

  .gap-diagram {
    width: min(520px, 100%);
    margin: 0 auto;
  }

  .post-shell {
    width: min(calc(100% - 48px), 760px);
    gap: 44px;
    padding-top: 0;
  }

  .back-link {
    margin-bottom: 26px;
  }

  .recent-posts-rail {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 36px 0 0;
  }

  .post-hero {
    padding-top: 44px;
  }

  .flow-row {
    grid-template-columns: 1fr;
    justify-items: start;
    margin-left: 0;
  }

  .flow-arrow {
    transform: rotate(90deg);
  }

  .post-section-split {
    gap: 24px;
  }

  .outcome-flow {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .outcome-flow i {
    transform: rotate(90deg);
    margin-left: 42px;
  }

  .outcome-prompts {
    grid-template-columns: 1fr 1fr;
  }

  .blog-index-hero {
    gap: 20px;
  }

  .blog-index-hero > p {
    margin-top: 0;
  }

  .blog-controls {
    align-items: start;
    flex-direction: column;
  }

  .essay-search {
    width: min(360px, 100%);
  }

  .blog-card {
    gap: 22px;
  }

  .blog-date {
    display: flex;
    gap: 18px;
  }

  .blog-date time {
    margin-bottom: 0;
  }

  .index-diagram {
    justify-self: start;
  }

  .page-template {
    padding-top: 18px;
  }

  .page-hero-block {
    gap: 18px;
  }

  .page-hero-block > p {
    margin-top: 0;
  }

  .split-content-block,
  .newsletter-block {
    gap: 30px;
  }

  .inline-feature-media,
  .inline-feature-media-left {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }

  .engagement-cards-grid {
    grid-template-columns: 1fr;
  }

  .dimension-cards-header,
  .resonance-callout-block {
    grid-template-columns: 1fr;
  }

  .lead-magnet-media-left .lead-magnet-copy,
  .lead-magnet-media-left .lead-magnet-art {
    order: initial;
  }

  .lead-magnet-hero {
    min-height: 0;
    padding-top: 18px;
  }

  .lead-magnet-art {
    min-height: 470px;
  }

  .dimension-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 0;
  }

  .dimension-card:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
  }

  .dimension-card:nth-child(even) {
    padding-right: 0;
  }

  .resonance-mini-diagram {
    justify-self: start;
  }

  .learning-card-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 0;
  }

  .learning-card:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
  }

  .learning-card:nth-child(even) {
    padding-right: 0;
  }

  .engagement-card {
    min-height: 0;
  }

  .system-diagram {
    width: min(560px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  .site-header,
  .site-footer,
  .section-shell {
    width: min(calc(100% - 32px), var(--max-width));
  }

  .site-header,
  .site-footer {
    display: grid;
    justify-items: start;
  }

  .site-nav,
  .site-footer nav {
    justify-content: flex-start;
    gap: 16px 22px;
    flex-wrap: wrap;
  }

  .hero-copy h1 {
    font-size: clamp(46px, 16vw, 64px);
  }

  .hero-copy p,
  .section-copy p {
    font-size: 16px;
  }

  .terminal {
    min-height: 0;
    padding: 20px 16px;
    font-size: 12px;
  }

  .map-row-top {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .map-dash,
  .map-dot,
  .map-stem {
    display: none;
  }

  .map-branches {
    grid-template-columns: 1fr 1fr;
    font-size: 10px;
  }

  blockquote {
    margin-left: 0;
    padding-left: 18px;
    font-size: 17px;
  }

  .diagram-top {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
  }

  .diagram-top .circle:last-child,
  .circle {
    width: 128px;
    height: 128px;
  }

  .diagram-box {
    width: min(280px, 100%);
  }

  .essay-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .essay-row time {
    justify-self: start;
  }

  .post-shell {
    width: min(calc(100% - 32px), var(--article-width));
    padding-bottom: 42px;
  }

  .post-hero h1 {
    font-size: clamp(44px, 14vw, 58px);
  }

  .post-hero p {
    font-size: 20px;
  }

  .terminal-wide {
    padding: 20px 16px;
    font-size: 12px;
  }

  .flow-box {
    min-width: 124px;
  }

  .post-content,
  .post-content > blockquote {
    font-size: 16px;
  }

  .post-pagination-nav {
    grid-template-columns: 1fr;
  }

  .post-pagination-nav div:last-child {
    text-align: left;
  }

  .post-pagination-nav div:last-child .post-pagination-thumb {
    justify-self: start;
  }

  .post-nav-mark {
    display: none;
  }

  .recent-post-card {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 20px;
  }

  .recent-post-thumb {
    width: 96px;
  }

  .post-section h2 {
    font-size: 38px;
  }

  .cycle-diagram {
    min-height: 320px;
  }

  .cycle-diagram::before {
    inset: 58px 26px 34px;
  }

  .cycle-note {
    font-size: 13px;
  }

  .top-right {
    top: 4px;
  }

  .bottom-right {
    bottom: 6px;
  }

  .bottom-left {
    bottom: 20px;
  }

  .outcome-prompts {
    grid-template-columns: 1fr;
  }

  .blog-index {
    padding-top: 18px;
  }

  .blog-index-hero h1 {
    font-size: clamp(54px, 17vw, 72px);
  }

  .blog-controls {
    padding-top: 30px;
  }

  .category-tabs {
    gap: 12px 22px;
  }

  .blog-card-copy h2 {
    font-size: 34px;
  }

  .cluster-diagram,
  .memory-diagram {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .cluster-diagram i,
  .memory-diagram i {
    transform: rotate(90deg);
  }

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

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

  .pagination div,
  .pagination > a:last-child {
    justify-self: start;
  }

  .content-block {
    width: min(calc(100% - 32px), var(--max-width));
  }

  .entry-content > :is(p, ul, ol, blockquote, pre, table, h1, h2, h3, h4, h5, h6, .wp-block-paragraph, .wp-block-heading, .wp-block-list, .wp-block-quote, .wp-block-pullquote, .wp-block-image, .wp-block-gallery, .wp-block-buttons, .wp-block-columns, .wp-block-group, .wp-block-cover, .wp-block-embed, .wp-block-table, .wp-block-separator):not(.alignfull):not(.alignwide),
  .entry-content > .alignwide,
  .editor-styles-wrapper .is-root-container > :is(p, ul, ol, blockquote, pre, table, h1, h2, h3, h4, h5, h6, .wp-block-paragraph, .wp-block-heading, .wp-block-list, .wp-block-quote, .wp-block-pullquote, .wp-block-image, .wp-block-gallery, .wp-block-buttons, .wp-block-columns, .wp-block-group, .wp-block-cover, .wp-block-embed, .wp-block-table, .wp-block-separator):not(.alignfull):not(.alignwide):not([data-align="full"]):not([data-align="wide"]),
  .editor-styles-wrapper .is-root-container > .alignwide,
  .editor-styles-wrapper .is-root-container > [data-align="wide"] {
    width: min(calc(100% - 32px), var(--article-width));
  }

  .page-hero-block h1 {
    font-size: clamp(46px, 14vw, 62px);
  }

  .page-hero-block > p,
  .block-copy p:not(.eyebrow),
  .newsletter-copy p,
  .lead-magnet-copy > p:not(.eyebrow):not(.lead-magnet-note) {
    font-size: 16px;
  }

  .lead-magnet-copy h1,
  .lead-magnet-cta h2 {
    font-size: clamp(48px, 15vw, 66px);
  }

  .lead-magnet-form form,
  .lead-magnet-form .formkit-form,
  .lead-magnet-form [data-element="fields"] {
    display: grid;
  }

  .lead-magnet-form button,
  .lead-magnet-form .formkit-submit {
    width: 100%;
  }

  .lead-magnet-art {
    min-height: 400px;
  }

  .book-cover {
    width: min(340px, 86%);
  }

  .book-terminal-card {
    width: min(310px, 82%);
    min-height: 220px;
    padding: 22px;
  }

  .book-terminal-card em {
    right: 22px;
    bottom: 22px;
  }

  .learning-card-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .learning-card,
  .learning-card:nth-child(even),
  .learning-card:nth-child(odd) {
    min-height: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 28px 0 0;
  }

  .learning-card:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .block-copy h2 {
    font-size: 38px;
  }

  .system-diagram {
    min-height: 390px;
    transform: scale(0.86);
    transform-origin: center;
  }

  .node-products {
    left: 0;
  }

  .node-people {
    right: 0;
  }

  .arrow-top-left,
  .arrow-bottom-left {
    left: 54px;
  }

  .arrow-top-right,
  .arrow-bottom-right {
    right: 54px;
  }

  .newsletter-form {
    align-items: stretch;
    flex-direction: column;
  }

  .newsletter-form label,
  .newsletter-form .button {
    width: 100%;
  }

  .centered-title-block h1 {
    font-size: clamp(46px, 14vw, 62px);
  }

  .centered-title-block > p {
    font-size: 17px;
  }

  .engagement-card {
    padding: 28px 26px;
  }

  .closing-note-block {
    align-items: center;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 28px;
  }

  .closing-note-block div {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 14px 0 0;
  }

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

  .dimension-card,
  .dimension-card:first-child,
  .dimension-card:last-child,
  .dimension-card:nth-child(even),
  .dimension-card:nth-child(odd) {
    min-height: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 28px 0 0;
  }

  .dimension-card:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .resonance-callout-block {
    padding: 26px 22px;
  }
}
