@font-face {
  font-family: Gelasio;
  src: url("../fonts/Gelasio.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Gelasio;
  src: url("../fonts/Gelasio-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #fffcf0;
  --inset: #f2f0e5;
  --raised: #e6e4d9;
  --ink: #100f0f;
  --muted: #575653;
  --rule: #dad8ce;
  --blue: #205ea6;
  --button: #205ea6;
  --button-ink: #fffcf0;
  --serif: Georgia, Gelasio, "Times New Roman", serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --gutter: clamp(24px, 4vw, 64px);
  --content: 1200px;
  --wide: 1344px;
  --header: 84px;
  --shadow: 0 8px 24px #100f0f06, 0 28px 72px #100f0f09;
}
html[data-theme="dark"] {
  color-scheme: dark;
  --paper: #100f0f;
  --inset: #1c1b1a;
  --raised: #282726;
  --ink: #e6e4d9;
  --muted: #b7b5ac;
  --rule: #403e3c;
  --blue: #83b5d4;
  --button: #66a0c8;
  --button-ink: #100f0f;
  --shadow: 0 12px 42px #0005;
}
@media (prefers-color-scheme: dark) {
  html:not([data-theme="light"]):not([data-theme="dark"]) {
    color-scheme: dark;
    --paper: #100f0f;
    --inset: #1c1b1a;
    --raised: #282726;
    --ink: #e6e4d9;
    --muted: #b7b5ac;
    --rule: #403e3c;
    --blue: #83b5d4;
    --button: #66a0c8;
    --button-ink: #100f0f;
    --shadow: 0 12px 42px #0005;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  background: var(--paper);
  scroll-padding-top: calc(var(--header) + 28px);
  font-size: 16px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body,
button,
input,
select {
  font-synthesis: none;
}
body.quarto-light,
body.quarto-dark {
  background: var(--paper);
  color: var(--ink);
}
#quarto-content,
#quarto-document-content,
main.content {
  display: block !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
#title-block-header,
.quarto-title-block,
#quarto-margin-sidebar,
#quarto-sidebar {
  display: none !important;
}
.page-columns {
  display: block !important;
}
.page-layout-custom #quarto-content {
  min-height: 0;
}
.icon-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
select {
  font: inherit;
}
button,
a,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  display: block;
}
figure,
p,
h1,
h2,
h3,
ul,
ol {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
  font-family: var(--serif);
  color: inherit;
  text-wrap: balance;
}
h1 {
  font-size: clamp(48px, 6.4vw, 88px);
  line-height: 1.075;
  letter-spacing: -0.055em;
}
h2 {
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.14;
  letter-spacing: -0.04em;
}
h3 {
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.025em;
}
em {
  font-weight: 400;
}
p {
  color: var(--muted);
}
button {
  cursor: pointer;
}
a,
button,
select {
  touch-action: manipulation;
}
:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
::selection {
  background: #4385be35;
  color: var(--ink);
}
.icon {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.external-icon {
  width: 15px;
  height: 15px;
}
.content-width {
  width: calc(100% - var(--gutter) * 2);
  max-width: var(--content);
  margin-inline: auto;
}
.wide-width {
  width: calc(100% - var(--gutter) * 2);
  max-width: var(--wide);
  margin-inline: auto;
}
.section-space {
  padding-block: clamp(80px, 8.5vw, 128px);
}
.eyebrow,
.module-label {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 550;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.eyebrow {
  margin-bottom: 24px;
}
.module-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}
.module-label .icon {
  width: 21px;
  height: 21px;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 100;
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 12px 20px;
  transform: translateY(-150%);
  font-family: var(--sans);
  font-size: 14px;
}
.skip-link:focus {
  transform: translateY(0);
}

/* A compact, quiet frame. The work below remains the focus. */
.site-header {
  height: var(--header);
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
  width: calc(100% - var(--gutter) * 2);
  max-width: var(--wide);
  margin: auto;
}
.wordmark {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-family: var(--serif);
  font-size: 33px;
  line-height: 1;
  letter-spacing: -0.05em;
  flex-shrink: 0;
}
.wordmark img {
  width: 40px;
  height: 40px;
}
.main-navigation {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-inline: auto;
}
.main-navigation > a,
.footer-top nav > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font: 13px/1.4 var(--sans);
  min-height: 44px;
}
.main-navigation > a:hover,
.footer-top nav > a:hover {
  color: var(--blue);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  font: 13px/1.4 var(--sans);
}
.theme-select {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
.theme-select::after {
  content: "";
  position: absolute;
  right: 3px;
  top: calc(50% - 4px);
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--muted);
  border-bottom: 1px solid var(--muted);
  transform: rotate(45deg);
  pointer-events: none;
}
.theme-select > .icon {
  width: 17px;
  height: 17px;
}
.theme-select select {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--muted);
  -webkit-text-fill-color: var(--muted);
  padding: 12px 16px 12px 2px;
  max-width: 82px;
  font: 12px var(--sans);
  cursor: pointer;
}
.header-start {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 44px;
}
.header-start .icon {
  width: 18px;
  height: 18px;
}
.header-start:hover {
  color: var(--blue);
}
.menu-toggle {
  display: none;
}
.button {
  min-height: 50px;
  padding: 13px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 1px solid transparent;
  border-radius: 5px;
  font: 13px/1.5 var(--sans);
  font-weight: 550;
  transition:
    background 0.15s,
    border-color 0.15s,
    color 0.15s;
}
.button .icon {
  width: 19px;
  height: 19px;
}
.button-primary {
  background: var(--button);
  color: var(--button-ink);
  border-color: var(--button);
}
.button-primary:hover {
  filter: brightness(1.1);
}
.button-secondary {
  border-color: var(--rule);
  background: transparent;
  color: var(--ink);
}
.button-secondary:hover {
  border-color: var(--muted);
  background: var(--inset);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-height: 44px;
  font: 13px/1.5 var(--sans);
  color: var(--blue);
  text-decoration-color: transparent;
  text-underline-offset: 5px;
}
.text-link:hover {
  text-decoration: underline;
}
.text-link > .icon {
  width: 19px;
  height: 19px;
}
.text-link > span[aria-hidden] {
  font-size: 20px;
  line-height: 1;
}
.hero {
  padding-top: 30px;
}
.hero-copy {
  text-align: center;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 22px;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.eyebrow-line {
  width: 25px;
  height: 1px;
  background: var(--blue);
}
.hero h1 em {
  color: var(--blue);
}
.hero-description {
  max-width: 640px;
  margin: 22px auto 0;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.012em;
  text-wrap: pretty;
}
.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 31px;
  margin-top: 29px;
}
.hero-figure {
  margin-top: 42px;
}
.figure-overline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 4px 14px;
  font: 11px/1.5 var(--sans);
  color: var(--muted);
}
.figure-overline > span:first-child {
  display: flex;
  align-items: center;
  gap: 9px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #66800b;
  flex-shrink: 0;
}
.hero-image {
  box-shadow: var(--shadow);
}
.media-enlarge {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--rule);
  border-radius: 10px;
  background: var(--inset);
}
.media-enlarge img {
  width: 100%;
  height: auto;
}
.zoom-hint {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  font: 11px/1.4 var(--sans);
  padding: 9px 12px;
  border-radius: 4px;
  border: 1px solid #dad8ce80;
  background: #fffcf0ed;
  color: #100f0f;
  box-shadow: 0 2px 10px #100f0f10;
  opacity: 0;
  transition: opacity 0.15s;
}
.zoom-hint > .icon {
  width: 17px;
  height: 17px;
}
.media-enlarge:hover .zoom-hint,
.media-enlarge:focus-visible .zoom-hint {
  opacity: 1;
}
.hero-figure figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 3px 0;
  font: 11px/1.5 var(--sans);
  color: var(--muted);
}
.module-navigation {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 52px;
  border-block: 1px solid var(--rule);
}
.module-navigation > a {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 23px 21px;
  font: 14px var(--sans);
  border-right: 1px solid var(--rule);
  transition:
    background 0.15s,
    color 0.15s;
}
.module-navigation > a:first-child {
  padding-left: 0;
}
.module-navigation > a:last-child {
  border-right: none;
  padding-right: 0;
}
.module-navigation > a:hover {
  color: var(--blue);
}
.module-navigation > a > .icon {
  width: 20px;
  height: 20px;
  color: var(--muted);
}
.module-navigation > a > span {
  font-size: 10px;
  color: var(--muted);
  margin-left: auto;
  align-self: flex-start;
  padding-top: 2px;
}

/* Prose and artifacts alternate scale, rather than repeating a card grid. */
.principles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  border-bottom: 1px solid var(--rule);
}
.principles-heading h2 {
  font-size: 43px;
}
.principles-heading > p:last-child {
  max-width: 365px;
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.7;
}
.principles-list {
  display: flex;
  flex-direction: column;
  gap: 29px;
}
.principles-list > div {
  position: relative;
  padding-left: 37px;
}
.principle-number {
  position: absolute;
  top: 7px;
  left: 0;
  font: 10px var(--sans);
  color: var(--blue);
}
.principles-list h3 {
  font-size: 23px;
}
.principles-list p {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 7px;
  max-width: 415px;
}
.module-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 12%;
  row-gap: 48px;
}
.module-copy {
  padding-top: 47px;
}
.module-copy > p {
  font-size: 18px;
  line-height: 1.7;
}
.module-copy > p + p {
  margin-top: 15px;
}
.module-copy .text-link {
  margin-top: 16px;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  font: 13px/1.6 var(--sans);
  color: var(--muted);
}
.feature-list li {
  position: relative;
  padding-left: 18px;
}
.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background: var(--blue);
}
.module-visual {
  grid-column: 1/-1;
}
.module-visual figcaption {
  display: flex;
  align-items: baseline;
  gap: 14px;
  font: 12px/1.5 var(--sans);
  color: var(--muted);
  padding-top: 18px;
}
.caption-index {
  font-size: 10px;
  color: var(--blue);
}
.caption-note {
  margin-left: auto;
  font-size: 11px;
}
.paper-section {
  padding-bottom: 115px;
}
.dark-studio {
  background: #100f0f;
  color: #e6e4d9;
  --paper: #100f0f;
  --inset: #1c1b1a;
  --raised: #282726;
  --ink: #e6e4d9;
  --muted: #b7b5ac;
  --rule: #403e3c;
  --blue: #83b5d4;
  --button: #66a0c8;
  --button-ink: #100f0f;
  --shadow: 0 12px 42px #0005;
}
.dark-studio .module-label {
  color: #b7b5ac;
}
.dark-studio .media-enlarge {
  border-color: #575653;
}
.dark-studio #figure {
  padding-bottom: 95px;
}
.slides-section {
  padding-top: 96px;
  border-top: 1px solid var(--rule);
}
.slides-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
}
.slides-intro .module-copy {
  padding-top: 46px;
}
.slide-demo-wrap {
  margin-top: 55px;
}
.demo-topline {
  font: 11px/1.5 var(--sans);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 13px;
  color: var(--muted);
}
.demo-label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.demo-label .status-dot {
  background: #a0af54;
}
.slide-demo {
  background: #fffcf0;
  aspect-ratio: 16/9;
  padding-bottom: 60px;
  box-sizing: content-box;
  border: 1px solid #575653;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.demo-launch {
  position: absolute;
  inset: 0;
  border: 0;
  background: #fffcf0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.demo-launch > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}
.demo-launch::after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, #100f0f14);
}
.demo-launch-prompt {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 13px;
  background: #fffcf0f5;
  border: 1px solid #dad8ce;
  border-radius: 7px;
  padding: 14px 22px 14px 15px;
  color: #100f0f;
  box-shadow: 0 6px 24px #100f0f16;
  white-space: nowrap;
  text-align: left;
  font: 13px/1.4 var(--sans);
}
.demo-launch-prompt small {
  display: block;
  font-size: 11px;
  margin-top: 3px;
  color: #575653;
}
.play-disc {
  width: 35px;
  height: 35px;
  background: #205ea6;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fffcf0;
  flex-shrink: 0;
}
.play-disc svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.demo-launch:hover .play-disc {
  background: #174f8f;
}
.slide-demo iframe {
  position: absolute;
  inset: 0;
  display: block;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fffcf0;
}
.demo-caption {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-top: 17px;
}
.demo-caption p {
  max-width: 680px;
  font: 12px/1.7 var(--sans);
}
.demo-caption p strong {
  color: var(--ink);
  font-weight: 500;
}
.demo-caption .text-link {
  white-space: nowrap;
  font-size: 11px;
  min-height: 32px;
}
.demo-description {
  margin-top: 17px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  font: 12px/1.7 var(--sans);
  color: var(--muted);
}
.demo-description summary {
  cursor: pointer;
  padding: 14px 0;
  min-height: 44px;
}
.demo-description summary:hover {
  color: var(--ink);
}
.demo-description p {
  max-width: 770px;
  padding: 0 0 19px;
}
.slide-authoring {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 64px;
  align-items: center;
  margin-top: 80px;
}
.slide-authoring h3 {
  font-size: 30px;
}
.slide-authoring figcaption > .eyebrow {
  font-size: 10px;
  margin-bottom: 16px;
}
.slide-authoring figcaption > p {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 18px;
  max-width: 365px;
}
.slide-authoring .text-link {
  margin-top: 12px;
  font-size: 12px;
}
.reader-section {
  border-top: 1px solid var(--rule);
  padding-top: 100px;
}
.connected-section {
  background: var(--inset);
  border-block: 1px solid var(--rule);
}
.connected-heading {
  text-align: center;
  max-width: 730px;
  margin: auto;
}
.connected-heading h2 em {
  color: var(--blue);
}
.connected-heading > p:last-child {
  font-size: 19px;
  line-height: 1.7;
  max-width: 530px;
  margin: 25px auto 0;
}
.connection-paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-top: 65px;
}
.connection-paths > div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  border-top: 1px solid var(--rule);
  padding-top: 25px;
}
.connection-source,
.connection-destination {
  font: 14px var(--sans);
}
.connection-source {
  display: flex;
  align-items: center;
  gap: 8px;
}
.connection-source > .icon {
  width: 18px;
  height: 18px;
  color: var(--blue);
}
.connection-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  position: relative;
  padding-top: 20px;
}
.connection-arrow > span {
  position: absolute;
  top: 0;
  white-space: nowrap;
  font: 9px var(--sans);
}
.connection-arrow > .icon {
  width: 100%;
  max-width: 52px;
  height: 18px;
}
.connection-paths p {
  font: 12px/1.7 var(--sans);
  grid-column: 1/-1;
  margin-top: 6px;
  max-width: 330px;
}
.project-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  margin-top: 100px;
  align-items: center;
}
.project-copy h3 {
  font-size: 42px;
  line-height: 1.16;
  letter-spacing: -0.035em;
}
.project-copy > p:not(.eyebrow) {
  max-width: 400px;
  font-size: 17px;
  line-height: 1.7;
  margin-top: 25px;
}
.project-copy .text-link {
  margin-top: 17px;
}
.project-tree {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 8px;
  padding: 24px 28px 19px;
  font: 12px/1.5 var(--sans);
  box-shadow: 0 8px 24px #100f0f04;
}
.tree-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 18px;
}
.tree-heading > .icon {
  color: var(--blue);
  width: 21px;
  height: 21px;
}
.tree-heading > span:not(.tree-label) {
  font-family: var(--mono);
  font-size: 12px;
}
.tree-label {
  margin-left: auto;
  font-size: 10px;
  color: var(--muted);
}
.project-tree ul {
  list-style: none;
  margin: 19px 0 0 8px;
  padding: 0 0 0 20px;
  border-left: 1px solid var(--rule);
}
.project-tree li {
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  padding: 8px 0;
}
.project-tree li::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  left: -20px;
  top: 17px;
  background: var(--rule);
}
.project-tree code {
  font: 11px/1.6 var(--mono);
  background: none;
  color: var(--ink);
  padding: 0;
}
.project-tree li > span {
  font-size: 11px;
  color: var(--muted);
}
.project-tree .tree-derived {
  margin-top: 6px;
  border-top: 1px dashed var(--rule);
  padding-top: 14px;
}
.project-tree .tree-derived::before {
  top: 23px;
}
.project-tree > p {
  font-size: 10px;
  margin-top: 20px;
  text-align: right;
}

/* Two scopes, clearly expressed: a personal environment and independent projects. */
.config-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  align-items: center;
}
.config-copy > p:not(.eyebrow) {
  margin-top: 28px;
  max-width: 425px;
  font-size: 18px;
  line-height: 1.7;
}
.config-copy .text-link {
  font-size: 12px;
  margin-top: 22px;
}
.config-diagram {
  padding: 28px 0 0;
}
.config-hub {
  display: flex;
  justify-content: center;
  gap: 14px;
  align-items: center;
  padding-bottom: 28px;
}
.config-hub .eyebrow {
  display: block;
  font-size: 9px;
  margin-bottom: 4px;
}
.config-hub strong {
  font: 28px/1.2 var(--serif);
}
.config-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--rule);
  padding-block: 19px;
  gap: 13px;
}
.config-contents > div {
  position: relative;
  padding-left: 13px;
  border-left: 1px solid var(--rule);
}
.config-contents > div:first-child {
  padding-left: 0;
  border: 0;
}
.config-contents > div > span {
  display: block;
  font: 9px var(--mono);
  color: var(--blue);
  margin-bottom: 11px;
}
.config-contents strong {
  display: block;
  font: 15px/1.4 var(--serif);
}
.config-contents small {
  display: block;
  font: 10px/1.6 var(--sans);
  color: var(--muted);
  margin-top: 6px;
}
.config-connector {
  height: 40px;
  width: 1px;
  background: var(--rule);
  margin: auto;
  position: relative;
}
.config-projects {
  --project-gap: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--project-gap);
  padding-top: 20px;
  position: relative;
}
.config-projects::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(25% - var(--project-gap) / 4);
  right: calc(25% - var(--project-gap) / 4);
  height: 1px;
  background: var(--rule);
}
.config-projects > div {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--rule);
  padding: 17px 13px;
  background: var(--inset);
  border-radius: 5px;
  font: 12px var(--sans);
  position: relative;
}
.config-projects > div::before {
  content: "";
  height: 20px;
  width: 1px;
  background: var(--rule);
  position: absolute;
  top: -21px;
  left: 50%;
}
.config-projects .icon {
  color: var(--blue);
  width: 21px;
  height: 21px;
}
.config-projects small {
  font-size: 9px;
  display: block;
  margin-top: 7px;
  color: var(--muted);
}
.diagram-caption {
  text-align: center;
  font: 10px/1.5 var(--sans);
  margin-top: 21px;
}
.agent-section {
  background: var(--inset);
  border-block: 1px solid var(--rule);
}
.agent-heading {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 10%;
}
.agent-heading .module-copy {
  padding-top: 37px;
}
.agent-heading h2 {
  font-size: 49px;
}
.agent-loop {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  margin-top: 66px;
  counter-reset: steps;
}
.agent-loop > li {
  border-top: 1px solid var(--rule);
  padding-top: 20px;
  position: relative;
}
.agent-step {
  font: 10px var(--mono);
  color: var(--blue);
}
.agent-loop h3 {
  font-size: 24px;
  margin-top: 18px;
}
.agent-loop p {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 13px;
}
.agent-loop .text-link {
  font-size: 11px;
  margin-top: 18px;
}
.context-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.context-tags > span {
  font: 10px/1.4 var(--sans);
  padding: 7px 9px;
  border: 1px solid var(--rule);
  border-radius: 3px;
  color: var(--muted);
}
.terminal-command {
  display: flex;
  gap: 12px;
  align-items: center;
  font: 12px/1.4 var(--mono);
  margin-top: 25px;
  padding: 11px 15px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 4px;
  width: max-content;
}
.terminal-command > span {
  color: var(--blue);
}
.terminal-command code {
  font: inherit;
  background: none;
  color: var(--ink);
  padding: 0;
}
.closing-section {
  text-align: center;
  padding-block: 100px 110px;
}
.closing-mark {
  margin: 0 auto 31px;
  width: 78px;
  height: 78px;
}
.closing-section .eyebrow {
  font-size: 10px;
  margin-bottom: 25px;
}
.closing-section h2 {
  font-size: clamp(58px, 6.3vw, 82px);
  line-height: 1.06;
  letter-spacing: -0.05em;
}
.closing-section h2 em {
  color: var(--blue);
}
.closing-section > p:not(.eyebrow) {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.7;
}
.closing-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 29px;
}
.site-footer {
  border-top: 1px solid var(--rule);
  padding-block: 33px 25px;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 31px;
}
.footer-top .wordmark {
  font-size: 29px;
}
.footer-top .wordmark img {
  width: 35px;
  height: 35px;
}
.footer-top > p {
  font-size: 14px;
}
.footer-top nav {
  display: flex;
  gap: 25px;
  margin-left: auto;
}
.footer-top nav > a {
  font-size: 12px;
}
.footer-bottom {
  border-top: 1px solid var(--rule);
  margin-top: 29px;
  padding-top: 21px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font: 10px/1.6 var(--sans);
  color: var(--muted);
}
.footer-bottom > a {
  white-space: nowrap;
}
.footer-bottom > a:hover {
  color: var(--blue);
}

/* Full-size images remain an enhancement; each image is also a normal link. */
.media-dialog {
  border: 1px solid var(--rule);
  border-radius: 9px;
  max-width: calc(100vw - 40px);
  max-height: calc(100dvh - 40px);
  width: 1450px;
  padding: 0;
  background: var(--paper);
  color: var(--ink);
  overflow: auto;
  box-shadow: 0 30px 100px #0006;
}
.media-dialog::backdrop {
  background: #100f0fdb;
}
.media-dialog-inner {
  position: relative;
  padding: 56px 14px 16px;
}
.dialog-close {
  position: absolute;
  top: 8px;
  right: 11px;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  border: 0;
  background: transparent;
  color: var(--ink);
  padding: 8px;
  font: 12px var(--sans);
}
.dialog-close > .icon {
  width: 19px;
  height: 19px;
}
.media-dialog img {
  max-width: 100%;
  height: auto;
  margin: auto;
  border-radius: 3px;
}
.media-dialog p {
  padding: 14px 7px 0;
  font: 12px/1.6 var(--sans);
}
html.dialog-open {
  overflow: hidden;
}
.demo-loading-note {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font: 14px var(--sans);
  color: #575653;
  background: #fffcf0;
}

/* Intimate writing/reading compositions balance the larger Figure/Library canvases. */
@media (min-width: 801px) {
  .paper-section,
  .reader-section {
    grid-template-columns: 0.85fr 1.25fr;
    column-gap: 7%;
    row-gap: 26px;
    align-content: center;
  }
  .paper-section .module-heading,
  .reader-section .module-heading {
    grid-column: 1;
    grid-row: 1;
  }
  .paper-section .module-heading h2,
  .reader-section .module-heading h2 {
    font-size: 46px;
  }
  .paper-section .module-copy,
  .reader-section .module-copy {
    grid-column: 1;
    grid-row: 2;
    padding-top: 0;
  }
  .paper-section .module-copy > p,
  .reader-section .module-copy > p {
    font-size: 17px;
  }
  .paper-section .feature-list,
  .reader-section .feature-list {
    font-size: 12px;
  }
  .paper-section .module-visual,
  .reader-section .module-visual {
    grid-column: 2;
    grid-row: 1/3;
    align-self: center;
  }
  .paper-section .module-visual figcaption,
  .reader-section .module-visual figcaption {
    font-size: 11px;
    gap: 10px;
    flex-wrap: wrap;
  }
  .paper-section .caption-note,
  .reader-section .caption-note {
    flex-basis: 100%;
    margin: -4px 0 0 24px;
    font-size: 10px;
  }
}
@media (min-width: 1600px) {
  .hero {
    padding-top: 85px;
  }
  .hero-figure {
    margin-top: 78px;
  }
}
@media (max-width: 1100px) {
  :root {
    --gutter: 32px;
    --header: 76px;
  }
  .header-inner {
    gap: 24px;
  }
  .main-navigation {
    gap: 20px;
  }
  .header-actions {
    gap: 17px;
  }
  .main-navigation > a {
    font-size: 12px;
  }
  .module-navigation > a {
    padding: 22px 14px;
    gap: 9px;
  }
  .principles {
    gap: 8%;
  }
  .module-section,
  .slides-intro {
    column-gap: 8%;
  }
  .slide-authoring {
    gap: 40px;
  }
  .agent-heading h2 {
    font-size: 43px;
  }
  .agent-loop {
    gap: 32px;
  }
  .connection-paths {
    gap: 26px;
  }
  .connection-source,
  .connection-destination {
    font-size: 12px;
  }
  .connection-source {
    gap: 6px;
  }
  .connection-arrow > span {
    font-size: 8px;
  }
  .connection-paths > div {
    gap: 8px;
  }
  .project-story {
    gap: 8%;
  }
  .project-tree {
    padding-inline: 20px;
  }
  .config-section {
    gap: 6%;
  }
  .config-projects > div {
    gap: 8px;
    padding-inline: 10px;
  }
  .config-projects > div > span {
    font-size: 10px;
  }
  .config-projects small {
    font-size: 8px;
  }
  .footer-top {
    gap: 20px;
  }
  .footer-top > p {
    font-size: 12px;
  }
  .footer-top nav {
    gap: 17px;
  }
}
@media (max-width: 800px) {
  :root {
    --gutter: 24px;
    --header: 72px;
  }
  h1 {
    font-size: clamp(47px, 8vw, 66px);
  }
  h2 {
    font-size: 40px;
  }
  .header-inner {
    gap: 20px;
    flex-wrap: wrap;
  }
  .wordmark {
    font-size: 31px;
  }
  .wordmark img {
    width: 37px;
    height: 37px;
  }
  .header-actions {
    margin-left: auto;
    gap: 18px;
  }
  .header-start {
    font-size: 12px;
  }
  .header-start .icon {
    width: 17px;
  }
  .js .menu-toggle {
    display: flex;
    align-items: center;
    gap: 7px;
    order: 2;
    border: 0;
    background: none;
    padding: 8px 0 8px 8px;
    font: 12px var(--sans);
    min-height: 44px;
  }
  .menu-toggle > .icon {
    width: 21px;
    height: 21px;
  }
  .main-navigation {
    order: 3;
    flex-basis: 100%;
    margin: 0;
    gap: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--rule);
    padding: 5px 0 12px;
  }
  .main-navigation > a {
    padding: 9px 0;
    min-height: 44px;
    font-size: 14px;
  }
  .js .main-navigation {
    display: none;
  }
  .js .main-navigation.is-open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: calc(var(--header) - 1px);
    left: 0;
    right: 0;
    padding: 16px var(--gutter) 24px;
    box-shadow: 0 16px 25px #100f0f08;
  }
  .site-header:has(.main-navigation.is-open) {
    border-color: transparent;
  }
  html:not(.js) .site-header {
    height: auto;
    min-height: var(--header);
    position: relative;
  }
  html:not(.js) .header-inner {
    padding-top: 15px;
  }
  html:not(.js) .main-navigation {
    justify-content: space-between;
  }
  .hero {
    padding-top: 55px;
  }
  .hero-description {
    font-size: 18px;
    max-width: 505px;
  }
  .hero .eyebrow {
    font-size: 10px;
  }
  .hero-figure {
    margin-top: 54px;
  }
  .hero-actions {
    gap: 24px;
  }
  .hero-figure figcaption {
    font-size: 10px;
  }
  .hero-figure figcaption > span:last-child {
    max-width: 180px;
    text-align: right;
  }
  .module-navigation {
    margin-top: 37px;
  }
  .module-navigation > a {
    padding: 20px 13px;
    gap: 8px;
    flex-direction: column;
    font-size: 12px;
    position: relative;
    align-items: center;
  }
  .module-navigation > a:first-child {
    padding-left: 13px;
  }
  .module-navigation > a:last-child {
    padding-right: 13px;
  }
  .module-navigation > a > span {
    position: absolute;
    top: 14px;
    right: 12px;
    font-size: 8px;
  }
  .principles {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .principles-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
  }
  .principles-heading .eyebrow {
    grid-column: 1/-1;
  }
  .principles-heading h2 {
    font-size: 35px;
  }
  .principles-heading > p:last-child {
    margin-top: 2px;
    font-size: 17px;
  }
  .principles-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
  .principles-list > div {
    padding: 27px 0 0;
    border-top: 1px solid var(--rule);
  }
  .principle-number {
    top: 10px;
    font-size: 9px;
  }
  .principles-list h3 {
    font-size: 21px;
  }
  .principles-list p {
    font-size: 14px;
  }
  .module-section {
    column-gap: 45px;
    row-gap: 35px;
    grid-template-columns: 0.9fr 1fr;
  }
  .module-copy {
    padding-top: 43px;
  }
  .module-copy > p {
    font-size: 16px;
  }
  .feature-list {
    font-size: 12px;
    gap: 8px;
  }
  .module-label {
    font-size: 10px;
    letter-spacing: 0.06em;
    margin-bottom: 22px;
  }
  .module-heading h2 {
    font-size: 35px;
  }
  .module-visual figcaption {
    font-size: 11px;
  }
  .caption-note {
    font-size: 10px;
    max-width: 190px;
    text-align: right;
  }
  .slides-intro {
    gap: 45px;
    grid-template-columns: 0.9fr 1fr;
  }
  .slides-intro h2 {
    font-size: 36px;
  }
  .slides-intro .module-copy {
    padding-top: 37px;
  }
  .slide-demo-wrap {
    margin-top: 43px;
  }
  .demo-caption {
    gap: 28px;
  }
  .demo-caption .text-link {
    font-size: 10px;
  }
  .slide-authoring {
    grid-template-columns: 1.2fr 1fr;
    gap: 30px;
    margin-top: 55px;
  }
  .slide-authoring h3 {
    font-size: 25px;
  }
  .slide-authoring figcaption > p {
    font-size: 14px;
  }
  .slide-authoring .text-link {
    font-size: 11px;
    gap: 8px;
  }
  .connected-heading h2 {
    font-size: 42px;
  }
  .connection-paths {
    gap: 26px;
  }
  .connection-paths > div {
    grid-template-columns: 1fr auto;
    gap: 7px;
  }
  .connection-arrow {
    grid-column: 1/-1;
    grid-row: 2;
    justify-content: flex-start;
    gap: 10px;
    padding-top: 0;
  }
  .connection-arrow > span {
    position: static;
    font-size: 10px;
  }
  .connection-arrow > .icon {
    max-width: 25px;
  }
  .connection-destination {
    justify-self: end;
  }
  .connection-source,
  .connection-destination {
    font-size: 13px;
  }
  .connection-paths p {
    font-size: 11px;
  }
  .project-story {
    gap: 40px;
  }
  .project-copy h3 {
    font-size: 35px;
  }
  .project-copy > p:not(.eyebrow) {
    font-size: 16px;
  }
  .project-tree {
    padding: 20px 18px;
  }
  .project-tree li {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 7px 0;
  }
  .project-tree code {
    font-size: 10px;
  }
  .project-tree li > span {
    font-size: 9px;
  }
  .tree-heading {
    gap: 7px;
    flex-wrap: wrap;
  }
  .tree-label {
    display: none;
  }
  .project-tree > p {
    font-size: 9px;
  }
  .config-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .config-copy {
    max-width: 650px;
  }
  .config-copy > p:not(.eyebrow) {
    font-size: 17px;
    max-width: 620px;
  }
  .config-diagram {
    max-width: 600px;
    width: 100%;
    margin: auto;
  }
  .config-contents {
    gap: 20px;
    padding: 23px 15px;
  }
  .config-contents strong {
    font-size: 18px;
  }
  .config-contents small {
    font-size: 11px;
  }
  .config-projects > div {
    padding: 20px;
    gap: 15px;
  }
  .config-projects > div > span {
    font-size: 13px;
  }
  .config-projects small {
    font-size: 10px;
  }
  .agent-heading {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
  .agent-heading h2 {
    font-size: 37px;
  }
  .agent-heading .module-copy {
    padding-top: 36px;
  }
  .agent-loop {
    gap: 26px;
    margin-top: 42px;
  }
  .agent-loop h3 {
    font-size: 22px;
  }
  .agent-loop p {
    font-size: 14px;
  }
  .context-tags {
    gap: 5px;
  }
  .context-tags > span {
    font-size: 9px;
    padding: 5px 6px;
  }
  .terminal-command {
    font-size: 10px;
    padding: 10px;
    gap: 8px;
  }
  .agent-loop .text-link {
    font-size: 10px;
    gap: 8px;
  }
  .closing-section {
    padding-block: 86px;
  }
  .closing-section h2 {
    font-size: 70px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 12px 25px;
  }
  .footer-top > p {
    font-size: 13px;
  }
  .footer-top nav {
    margin-left: 0;
    justify-content: flex-end;
    flex: 1;
    gap: 22px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 8px 22px;
  }
  .footer-bottom > span:nth-child(2) {
    order: 3;
    flex-basis: 100%;
  }
}
@media (max-width: 560px) {
  :root {
    --gutter: 22px;
    --header: 68px;
  }
  .section-space {
    padding-block: 66px;
  }
  .header-inner {
    gap: 8px;
  }
  .wordmark {
    font-size: 29px;
    gap: 7px;
  }
  .wordmark img {
    width: 35px;
    height: 35px;
  }
  .header-actions {
    gap: 0;
  }
  .header-start {
    display: none;
  }
  .theme-select > .icon {
    width: 15px;
    height: 15px;
  }
  .theme-select select {
    font-size: 11px;
    max-width: 75px;
  }
  .js .menu-toggle {
    margin-left: 13px;
    font-size: 11px;
    gap: 5px;
  }
  .hero {
    padding-top: 44px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 0.09em;
    gap: 7px;
    margin-bottom: 22px;
  }
  .eyebrow-line {
    width: 18px;
  }
  h1 {
    font-size: clamp(40px, 9.75vw, 54px);
    letter-spacing: -0.052em;
    line-height: 1.08;
  }
  .hero-description {
    font-size: 17px;
    line-height: 1.6;
    margin-top: 22px;
    max-width: 340px;
  }
  .hero-actions {
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
  }
  .button {
    min-height: 48px;
    font-size: 12px;
    gap: 22px;
    padding: 12px 18px;
  }
  .hero .text-link {
    font-size: 12px;
    min-height: 39px;
  }
  .hero-figure {
    margin-top: 36px;
  }
  .figure-overline {
    padding-bottom: 10px;
    font-size: 9px;
    gap: 10px;
  }
  .figure-overline > span:last-child {
    display: none;
  }
  .media-enlarge {
    border-radius: 6px;
  }
  .hero-figure figcaption {
    font-size: 9px;
    gap: 14px;
    padding-top: 11px;
  }
  .hero-figure figcaption > span:first-child {
    max-width: 130px;
  }
  .hero-figure figcaption > span:last-child {
    max-width: 165px;
  }
  .module-navigation {
    margin-top: 30px;
  }
  .module-navigation > a {
    padding: 15px 2px !important;
    font-size: 10px;
    gap: 8px;
  }
  .module-navigation > a > .icon {
    width: 18px;
    height: 18px;
  }
  .module-navigation > a > span {
    display: none;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .principles {
    gap: 35px;
  }
  .principles-heading {
    display: block;
  }
  .principles-heading h2 {
    font-size: 36px;
  }
  .principles-heading > p:last-child {
    font-size: 17px;
    margin-top: 22px;
    max-width: 360px;
  }
  .principles-list {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .principles-list > div {
    padding: 0 0 0 32px;
    border: 0;
  }
  .principle-number {
    top: 6px;
    font-size: 9px;
  }
  .principles-list h3 {
    font-size: 22px;
  }
  .principles-list p {
    font-size: 15px;
    line-height: 1.65;
    margin-top: 7px;
  }
  .module-section,
  .slides-intro {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .module-label {
    font-size: 10px;
    margin-bottom: 21px;
  }
  .module-heading h2,
  .slides-intro h2 {
    font-size: 39px;
  }
  .module-copy,
  .slides-intro .module-copy {
    padding-top: 0;
  }
  .module-copy > p {
    font-size: 17px;
    line-height: 1.7;
  }
  .feature-list {
    font-size: 12px;
    margin-top: 19px;
  }
  .module-copy .text-link {
    font-size: 12px;
    margin-top: 15px;
  }
  .module-visual {
    margin-top: 10px;
  }
  .module-visual figcaption {
    gap: 9px;
    align-items: flex-start;
    font-size: 10px;
    flex-wrap: wrap;
    padding-top: 12px;
  }
  .caption-index {
    font-size: 9px;
    padding-top: 1px;
  }
  .caption-note {
    flex-basis: 100%;
    max-width: none;
    margin: 0 0 0 23px;
    text-align: left;
    font-size: 9px;
  }
  .paper-section {
    padding-bottom: 67px;
  }
  .dark-studio #figure {
    padding-block: 68px;
  }
  .slides-section {
    padding-block: 64px;
  }
  .slide-demo-wrap {
    margin-top: 34px;
  }
  .demo-topline {
    font-size: 9px;
    gap: 12px;
  }
  .demo-topline > span:last-child {
    text-align: right;
  }
  .slide-demo {
    border-radius: 6px;
  }
  .demo-launch-prompt {
    bottom: 14px;
    padding: 9px 12px 9px 9px;
    gap: 9px;
    font-size: 10px;
    border-radius: 5px;
  }
  .demo-launch-prompt small {
    font-size: 9px;
    margin-top: 2px;
  }
  .play-disc {
    width: 29px;
    height: 29px;
  }
  .play-disc svg {
    width: 16px;
    height: 16px;
  }
  .demo-caption {
    flex-direction: column;
    gap: 7px;
    margin-top: 15px;
  }
  .demo-caption p {
    font-size: 11px;
    line-height: 1.7;
  }
  .demo-caption .text-link {
    min-height: 36px;
    font-size: 11px;
  }
  .demo-description {
    font-size: 11px;
    margin-top: 11px;
  }
  .demo-description summary {
    padding-block: 13px;
  }
  .slide-authoring {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
    margin-top: 40px;
  }
  .slide-authoring figcaption {
    order: -1;
  }
  .slide-authoring h3 {
    font-size: 28px;
  }
  .slide-authoring figcaption > p {
    max-width: none;
    font-size: 15px;
    margin-top: 14px;
  }
  .slide-authoring figcaption > .eyebrow {
    margin-bottom: 14px;
  }
  .slide-authoring .text-link {
    font-size: 11px;
    margin-top: 7px;
  }
  .reader-section {
    padding-top: 62px;
  }
  .connected-heading {
    text-align: left;
  }
  .connected-heading h2 {
    font-size: 38px;
  }
  .connected-heading > p:last-child {
    font-size: 17px;
    margin-top: 23px;
  }
  .connection-paths {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 36px;
  }
  .connection-paths > div {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    padding-top: 22px;
  }
  .connection-arrow {
    grid-column: auto;
    grid-row: auto;
    justify-content: center;
    gap: 10px;
    align-items: center;
  }
  .connection-arrow > span {
    font-size: 10px;
    white-space: normal;
    text-align: center;
    max-width: 85px;
  }
  .connection-arrow > .icon {
    width: 28px;
    max-width: none;
  }
  .connection-source,
  .connection-destination {
    font-size: 13px;
  }
  .connection-paths p {
    font-size: 12px;
    max-width: none;
    margin-top: 4px;
  }
  .project-story {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 65px;
  }
  .project-copy h3 {
    font-size: 37px;
  }
  .project-copy > p:not(.eyebrow) {
    font-size: 17px;
    margin-top: 21px;
  }
  .project-copy .text-link {
    font-size: 12px;
  }
  .project-tree {
    padding: 21px 19px 17px;
  }
  .tree-heading > span:not(.tree-label) {
    font-size: 11px;
  }
  .tree-label {
    display: block;
    font-size: 9px;
  }
  .project-tree li {
    grid-template-columns: 94px 1fr;
    gap: 5px;
    padding: 9px 0;
  }
  .project-tree code {
    font-size: 10px;
  }
  .project-tree li > span {
    font-size: 10px;
  }
  .project-tree ul {
    padding-left: 16px;
    margin-left: 5px;
  }
  .project-tree li::before {
    left: -16px;
    width: 8px;
    top: 17px;
  }
  .project-tree .tree-derived::before {
    top: 23px;
  }
  .project-tree > p {
    font-size: 9px;
  }
  .config-section {
    gap: 21px;
  }
  .config-copy h2 {
    font-size: 38px;
  }
  .config-copy > p:not(.eyebrow) {
    font-size: 17px;
    margin-top: 22px;
  }
  .config-copy .text-link {
    font-size: 11px;
    gap: 10px;
    margin-top: 17px;
  }
  .config-diagram {
    padding-top: 22px;
  }
  .config-hub strong {
    font-size: 29px;
  }
  .config-hub .eyebrow {
    font-size: 8px;
  }
  .config-contents {
    padding: 20px 0;
    gap: 13px;
  }
  .config-contents strong {
    font-size: 15px;
  }
  .config-contents small {
    font-size: 9px;
  }
  .config-contents > div {
    padding-left: 10px;
  }
  .config-contents > div > span {
    font-size: 8px;
  }
  .config-connector {
    height: 30px;
  }
  .config-projects {
    --project-gap: 14px;
  }
  .config-projects > div {
    padding: 14px 8px;
    gap: 8px;
  }
  .config-projects > div > span {
    font-size: 10px;
  }
  .config-projects small {
    font-size: 8px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .config-projects .icon {
    width: 17px;
    height: 17px;
  }
  .diagram-caption {
    font-size: 9px;
    margin-top: 18px;
  }
  .agent-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .agent-heading h2 {
    font-size: 38px;
  }
  .agent-heading .module-copy {
    padding-top: 0;
  }
  .agent-loop {
    grid-template-columns: 1fr;
    gap: 29px;
    margin-top: 35px;
  }
  .agent-loop > li {
    padding-top: 19px;
    padding-left: 33px;
  }
  .agent-step {
    position: absolute;
    left: 0;
    top: 24px;
    font-size: 9px;
  }
  .agent-loop h3 {
    margin-top: 0;
    font-size: 26px;
  }
  .agent-loop p {
    font-size: 16px;
    line-height: 1.65;
    margin-top: 12px;
  }
  .context-tags {
    margin-top: 19px;
    gap: 8px;
  }
  .context-tags > span {
    font-size: 10px;
    padding: 6px 9px;
  }
  .terminal-command {
    font-size: 12px;
    padding: 11px 14px;
    margin-top: 18px;
  }
  .agent-loop .text-link {
    font-size: 11px;
    margin-top: 13px;
  }
  .closing-section {
    padding-block: 72px;
  }
  .closing-mark {
    width: 68px;
    height: 68px;
    margin-bottom: 28px;
  }
  .closing-section h2 {
    font-size: 62px;
  }
  .closing-section .eyebrow {
    font-size: 9px;
    margin-bottom: 22px;
  }
  .closing-section > p:not(.eyebrow) {
    font-size: 17px;
    margin-top: 24px;
  }
  .desktop-break {
    display: none;
  }
  .closing-actions {
    flex-direction: column;
    align-items: center;
    gap: 11px;
    margin-top: 27px;
  }
  .closing-actions > .button {
    min-width: 210px;
  }
  .site-footer {
    padding-block: 26px 22px;
  }
  .footer-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .footer-top .wordmark {
    font-size: 29px;
  }
  .footer-top > p {
    font-size: 14px;
  }
  .footer-top nav {
    justify-content: flex-start;
    gap: 29px;
    margin-top: 0;
  }
  .footer-top nav > a {
    font-size: 11px;
  }
  .footer-bottom {
    margin-top: 18px;
    padding-top: 19px;
    font-size: 9px;
    gap: 13px;
  }
  .footer-bottom > span:first-child {
    max-width: 210px;
  }
  .footer-bottom > span:nth-child(2) {
    max-width: 285px;
  }
  .media-dialog {
    max-width: calc(100vw - 16px);
    max-height: calc(100dvh - 16px);
    border-radius: 6px;
  }
  .media-dialog-inner {
    padding: 53px 7px 13px;
  }
  .media-dialog p {
    font-size: 11px;
    padding-inline: 6px;
  }
  .zoom-hint {
    right: 8px;
    bottom: 8px;
    padding: 5px 7px;
    font-size: 9px;
    gap: 4px;
  }
  .zoom-hint > .icon {
    width: 13px;
    height: 13px;
  }
}
@media (hover: none) {
  .zoom-hint {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
/* WebKit's native picker can resolve variable text colors to black on reload.
   These literal fallbacks mirror the light/dark muted tokens above. */
.theme-select select {
  color: #575653;
  -webkit-text-fill-color: #575653;
}
html[data-theme="dark"] .theme-select select {
  color: #b7b5ac;
  -webkit-text-fill-color: #b7b5ac;
}
@media (prefers-color-scheme: dark) {
  html:not([data-theme="light"]) .theme-select select {
    color: #b7b5ac;
    -webkit-text-fill-color: #b7b5ac;
  }
}

.science-plate { margin-top: 20px; }
.science-plate .media-enlarge { background: #fff; }
.science-plate img { width: 100%; height: auto; }
.science-plate .caption-index { white-space: nowrap; }
.example-download {
  display: flex; align-items: center; justify-content: space-between;
  gap: 44px; margin-top: 64px; padding-top: 42px; border-top: 1px solid var(--rule);
}
.example-download > div { max-width: 670px; }
.example-download h3 { font-size: clamp(28px, 3vw, 38px); line-height: 1.2; letter-spacing: -.025em; }
.example-download p:not(.eyebrow) { font-size: 16px; line-height: 1.75; margin-top: 18px; }
.example-download .button { flex-shrink: 0; }
.example-download code { font-size: .85em; overflow-wrap: anywhere; }
.data-credit { max-width: 980px; margin-top: 26px; font: 11px/1.8 var(--sans); color: #575653; -webkit-text-fill-color: #575653; }
.data-credit a { text-decoration: underline; text-underline-offset: 3px; color: inherit; }
html[data-theme="dark"] .data-credit { color: #b7b5ac; -webkit-text-fill-color: #b7b5ac; }
@media (prefers-color-scheme: dark) {
  html:not([data-theme="light"]):not([data-theme="dark"]) .data-credit { color: #b7b5ac; -webkit-text-fill-color: #b7b5ac; }
}
@media (max-width: 900px) {
  .example-download { align-items: flex-start; flex-direction: column; gap: 25px; }
  .science-plate .caption-note { display: none; }
}
@media print {
  .site-header,
  .site-footer,
  .hero-actions,
  .closing-actions,
  .zoom-hint,
  .demo-launch-prompt,
  .menu-toggle,
  .media-dialog {
    display: none !important;
  }
  .section-space {
    padding-block: 28px;
  }
  .dark-studio {
    background: #fff;
    color: #100f0f;
    --ink: #100f0f;
    --muted: #575653;
    --rule: #dad8ce;
    --blue: #205ea6;
  }
  .hero {
    padding-top: 0;
  }
  .hero-figure {
    margin-top: 30px;
  }
  .media-enlarge {
    break-inside: avoid;
  }
  .module-visual {
    break-inside: avoid;
  }
  .hero h1 {
    font-size: 44px;
  }
  .content-width,
  .wide-width {
    width: 100%;
  }
  .slide-demo {
    break-inside: avoid;
  }
  .text-link {
    color: inherit;
  }
}

/* ------------------------------------------------------------------ */
/* Entrance: the mark blooms, the studio unfolds from it (one-shot).    */
/* Base styles are the resting state; html.intro adds the choreography, */
/* so no-JS visitors and reduced-motion visitors see the page at once.  */
/* ------------------------------------------------------------------ */
.hero-mark {
  display: block;
  width: clamp(76px, 8.4vw, 118px);
  height: auto;
  margin: 0 auto 30px;
  overflow: visible;
}
.hero-mark circle {
  transform-box: fill-box;
  transform-origin: center;
}
.workspace-choices:not([hidden]) {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--rule);
  border-radius: 9px 9px 0 0;
  overflow: hidden;
  background: var(--paper);
}
.workspace-choices button {
  position: relative;
  display: grid;
  grid-template-columns: 20px auto;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  row-gap: 4px;
  padding: 16px 8px;
  min-height: 76px;
  border: 0;
  border-right: 1px solid var(--rule);
  color: var(--muted);
  background: transparent;
  font: 14px/1.3 var(--sans);
  cursor: pointer;
  transition: background .2s, color .2s;
}
.workspace-choices button:last-child { border-right: 0; }
.workspace-choices button span {
  grid-column: 2;
  font-size: 10px;
  text-align: left;
  font-weight: 400;
}
.workspace-choices button::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  inset-inline: 0;
  background: var(--workspace-color);
  transform: scaleX(0);
  transition: transform .3s;
}
.workspace-choices button:hover,
.workspace-choices button[aria-pressed="true"] {
  background: var(--inset);
  color: var(--ink);
}
.workspace-choices button[aria-pressed="true"]::after { transform: scaleX(1); }
.workspace-choices button:focus-visible { outline-offset: -5px; }
.has-workspace-choices .hero-image {
  border-top: 0;
  border-radius: 0 0 9px 9px;
}
.hero-image { aspect-ratio: 1500 / 950; }
.hero-image img { height: 100%; object-fit: contain; }
.hero-figure figcaption > [data-workspace-caption] { max-width: none; }
.workspace-guide { white-space: nowrap; font-size: 11px; }
@media (min-width: 801px) {
  .hero h1 { font-size: clamp(66px, 5.8vw, 88px); line-height: 1.02; }
}
@media (max-width: 800px) {
  .hero { padding-top: 28px; }
  .workspace-choices button { column-gap: 6px; padding: 13px 4px; min-height: 60px; font-size: 12px; }
  .workspace-choices button span { display: none; }
  .hero-figure figcaption { align-items: baseline; }
}
@media (max-width: 560px) {
  .hero { padding-top: 22px; }
  .hero h1 { font-size: clamp(36px, 9.4vw, 52px); }
  .hero-description { font-size: 16px; line-height: 1.55; margin-top: 20px; }
  .hero-actions { margin-top: 22px; }
  .hero-figure { margin-top: 24px; }
  .workspace-choices button { display: flex; flex-direction: column; gap: 5px; min-height: 65px; font-size: 11px; }
  .workspace-choices button .icon { width: 18px; height: 18px; }
  .workspace-guide { font-size: 10px; }
  .hero-figure figcaption { font-size: 10px; gap: 18px; }
}
@media print {
  .workspace-choices { display: none !important; }
}
html.intro .hero-mark {
  animation: mark-settle 950ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
html.intro .hero-mark circle {
  animation: mark-bloom 420ms cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--i) * 8ms);
}
html.intro .intro-rise {
  animation: intro-rise 680ms cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: var(--intro-delay, 0ms);
}
html.intro .site-header {
  animation: intro-fade 520ms ease-out both;
  animation-delay: 120ms;
}
@keyframes mark-settle {
  from { transform: rotate(-26deg) scale(0.82); }
  to { transform: none; }
}
@keyframes mark-bloom {
  from { opacity: 0; transform: scale(0); }
  to { opacity: 1; transform: none; }
}
@keyframes intro-rise {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}
@keyframes intro-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Sections settle into place as they are scrolled to (JS-only, motion-only). */
@media (prefers-reduced-motion: no-preference) {
  html.js [data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition:
      opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
      transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--reveal-delay, 0ms);
  }
  html.js [data-reveal].is-in {
    opacity: 1;
    transform: none;
  }
}

/* ------------------------------------------------------------------ */
/* Interactive plot detail within the Figure workspace section.       */
/* ------------------------------------------------------------------ */
.xray {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 1fr);
  gap: 36px 44px;
  align-items: start;
}
.xray-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font: 11px/1.5 var(--sans);
  color: var(--muted);
  margin-bottom: 12px;
}
.xray-topline > span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}
.xray-topline code {
  font: 10px/1.5 var(--mono);
  background: none;
  color: var(--muted);
  padding: 0;
  overflow-wrap: anywhere;
}
.xray-stage {
  position: relative;
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: clamp(10px, 2.2vw, 26px);
  box-shadow: var(--shadow);
}
.xray-stage img,
.xray-stage svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 640px;
  margin: auto;
}
.xray-stage svg [data-role] {
  cursor: crosshair;
}
.xray-stage svg [data-role="figure"],
.xray-stage svg [data-role="plot-area"] {
  cursor: default;
}
.xray-stage svg .xray-dim {
  opacity: 0.28;
  transition: opacity 0.16s;
}
.xray-stage svg .xray-hot {
  filter: drop-shadow(0 0 1px #205ea6) drop-shadow(0 0 5px #205ea680);
}
.xray-stage svg .xray-hot path,
.xray-stage svg .xray-hot text {
  transition: stroke 0.15s, fill 0.15s;
}
.xray-states {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  font: 12px/1.5 var(--sans);
  color: var(--muted);
}
.xray-states-label {
  margin-right: 6px;
}
.xray-states button {
  min-height: 38px;
  padding: 6px 14px;
  border: 1px solid var(--rule);
  border-radius: 5px;
  background: transparent;
  font: 12px/1.4 var(--sans);
  color: var(--ink);
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.xray-states button:hover {
  border-color: var(--muted);
  background: var(--inset);
}
.xray-states button[aria-pressed="true"] {
  background: var(--button);
  border-color: var(--button);
  color: var(--button-ink);
}
.xray-states button:disabled {
  opacity: 0.5;
}
.xray-panel {
  border: 1px solid var(--rule);
  border-radius: 10px;
  background: var(--inset);
  padding: 22px 24px 20px;
  font: 12px/1.6 var(--sans);
  color: var(--muted);
}
.xray-panel-label {
  display: flex;
  align-items: center;
  gap: 9px;
  font: 11px var(--sans);
  font-weight: 550;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.xray-panel-label::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1.5px solid var(--blue);
  border-radius: 3px;
  background:
    linear-gradient(var(--blue), var(--blue)) center/6px 1.5px no-repeat,
    linear-gradient(var(--blue), var(--blue)) center/1.5px 6px no-repeat;
}
.xray-readout {
  min-height: 122px;
  margin-top: 18px;
  padding: 16px 18px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 7px;
  color: var(--ink);
}
.xray-hint {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
.xray-role {
  display: inline-block;
  font: 10px/1.2 var(--sans);
  font-weight: 550;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue);
  border: 1px solid color-mix(in srgb, var(--blue) 35%, transparent);
  border-radius: 3px;
  padding: 4px 7px;
  margin-bottom: 10px;
}
.xray-id {
  display: block;
  font: 12px/1.5 var(--mono);
  color: var(--ink);
  background: none;
  padding: 0;
  overflow-wrap: anywhere;
}
.xray-facts {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 3px 14px;
  margin: 12px 0 0;
  font: 11px/1.6 var(--sans);
}
.xray-facts dt {
  color: var(--muted);
}
.xray-facts dd {
  margin: 0;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 11px;
  overflow-wrap: anywhere;
}
.xray-parts {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 18px 0 0;
  padding: 0;
}
.xray-parts button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 4px 9px;
  border: 1px solid var(--rule);
  border-radius: 4px;
  background: var(--paper);
  font: 10px/1.4 var(--mono);
  color: var(--ink);
  transition: border-color 0.15s;
}
.xray-parts button:hover,
.xray-parts button:focus-visible {
  border-color: var(--blue);
}
.xray-parts i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--swatch, var(--muted));
  flex-shrink: 0;
}
.xray-command {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--rule);
}
.xray-command-label {
  display: block;
  font: 11px/1.5 var(--sans);
  color: var(--muted);
  margin-bottom: 8px;
}
.xray-command code {
  display: block;
  font: 11px/1.6 var(--mono);
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 5px;
  padding: 10px 12px;
  overflow-wrap: anywhere;
}
.xray-command code::before {
  content: "$ ";
  color: var(--blue);
}
.xray-caption {
  grid-column: 1 / -1;
  max-width: 900px;
  font: 13px/1.7 var(--sans);
  color: var(--muted);
}
.xray-caption code {
  font: 12px var(--mono);
  color: var(--ink);
  background: none;
  padding: 0;
}
@media (max-width: 1100px) {
  .xray {
    gap: 28px 32px;
  }
}
@media (max-width: 800px) {
  .xray {
    grid-template-columns: 1fr;
  }
  .xray-panel {
    padding: 18px 18px 16px;
  }
}
@media (max-width: 560px) {
  .hero-mark {
    margin-bottom: 22px;
  }
  .xray-stage {
    border-radius: 6px;
  }
  .xray-topline {
    flex-direction: column;
    gap: 4px;
  }
  .xray-states {
    gap: 6px;
  }
  .xray-states-label {
    flex-basis: 100%;
  }
}
@media print {
  .xray-states,
  .xray-parts,
  .xray-command {
    display: none;
  }
}
