:root { color-scheme: light; --paper: #f8f6f0; --ink: #2c3631; --muted: #62675f; --line: #dcded3; --green: #426754; --rust: #925638; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.page { max-width: 1200px; margin: auto; padding: 0 52px; }
.masthead, .colophon { display: flex; justify-content: space-between; gap: 20px; align-items: center; font-size: 11px; letter-spacing: .1em; }
.masthead { padding: 28px 0; border-bottom: 1px solid var(--line); }
.masthead > span { color: var(--muted); }
.labs-link { text-decoration: none; text-transform: uppercase; font-weight: 600; }
.labs-link span { color: var(--muted); font-weight: 400; margin-left: 10px; }
.intro { padding: 66px 0 54px; text-align: center; }
.eyebrow { font-size: 10px; line-height: 1.5; letter-spacing: .15em; text-transform: uppercase; font-weight: 600; }
.intro .eyebrow { color: var(--green); margin: 0 0 24px; }
h1, .node-name, .detail h2, .detail-mantra, .closing > p { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { margin: 0; font-size: clamp(48px, 5.9vw, 76px); line-height: 1.04; letter-spacing: -.055em; }
h1 em { color: var(--green); font-weight: 400; }
.lede { margin: 24px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.section-line { border-top: 1px solid var(--line); display: flex; gap: 16px; justify-content: space-between; align-items: baseline; padding-top: 19px; }
.section-line h2, .section-line p { margin: 0; font-size: 11px; font-weight: 400; }
.section-line h2 { letter-spacing: .09em; text-transform: uppercase; }
.section-line p { color: var(--muted); }
.section-line p span { margin-left: 7px; }
.polarity { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 38px 0 12px; }
.polarity > div:first-child { color: var(--rust); }
.polarity > div:last-child { color: var(--green); text-align: right; }
.polarity p { margin: 6px 0 0; color: var(--muted); font-size: 12px; }
.polarity-arrow { flex: 1; color: #8a9082; text-align: center; }
.concept-map { display: block; width: 100%; height: auto; overflow: visible; }
.connection { fill: none; stroke: #81866c; stroke-width: 1; }
.flow-arrows { stroke: #7b8275; fill: none; }
.turn-marker { fill: var(--muted); font-size: 10px; font-style: italic; }
.turn-marker path { stroke: #b9bcad; stroke-dasharray: 2 5; }
.node { --tone: var(--green); cursor: pointer; color: var(--tone); text-decoration: none; outline: none; }
.desire, .obsession { --tone: var(--rust); }
.devotion { --tone: #666747; }
.node .hit-area { fill: transparent; stroke: transparent; stroke-width: 2; }
.node-ground { fill: var(--paper); stroke: transparent; stroke-width: 1; transition: fill .18s, stroke .18s; }
.glyph { stroke: currentColor; stroke-width: 1.5; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.glyph .solid { fill: currentColor; stroke: none; }
.node text { text-anchor: middle; fill: var(--ink); }
.node-number { font-size: 10px; letter-spacing: .1em; fill: var(--muted) !important; }
.node-name { font-size: 23px; }
.node-caption { font-size: 10px; fill: var(--muted) !important; }
.selection-dot { fill: currentColor; opacity: 0; }
.node:hover .node-ground, .node:focus-visible .node-ground { fill: #eaece1; stroke: currentColor; }
.node[aria-pressed="true"] .node-ground { fill: #e7eadc; stroke: currentColor; }
.node[aria-pressed="true"] .selection-dot { opacity: 1; }
.node[aria-pressed="true"] .node-name { fill: currentColor; }
.node:focus-visible .hit-area { stroke: currentColor; }
.map-note { margin: 0 0 29px; text-align: center; font-size: 11px; color: var(--muted); }
.explanations { scroll-margin-top: 24px; }
.detail { --tone: var(--green); display: grid; grid-template-columns: 1fr 1.8fr; gap: 52px; padding: 35px 38px; margin-bottom: 16px; border: 1px solid var(--line); border-top: 2px solid var(--tone); background: #f0f1e9; scroll-margin-top: 24px; }
.detail[hidden] { display: none; }
.detail.desire, .detail.obsession { --tone: var(--rust); background: #f3ede4; }
.detail.devotion { --tone: #666747; }
.detail .eyebrow { color: var(--tone); margin: 0; }
.detail h2 { font-size: 40px; letter-spacing: -.04em; margin: 16px 0 13px; }
.detail h2 span { font-size: 24px; color: var(--tone); margin-left: 5px; }
.detail-mantra { font-size: 19px; font-style: italic; line-height: 1.5; margin: 0; color: var(--tone); }
.detail h3 { margin: 0 0 12px; font-size: 16px; line-height: 1.5; font-weight: 500; }
.detail-body > p { margin: 0 0 12px; color: #51594f; font-size: 14px; line-height: 1.8; }
.example { margin-top: 23px; border-top: 1px solid #d4d8c9; padding-top: 18px; }
.example p { font-size: 13px; line-height: 1.7; margin: 7px 0 0; }
.closing { text-align: center; padding: 40px 0 46px; }
.closing > p { font-size: clamp(21px, 2.3vw, 27px); line-height: 1.5; margin: 0 0 20px; color: var(--green); letter-spacing: -.02em; }
.closing > span { font-size: 11px; color: var(--muted); line-height: 1.7; display: block; }
.colophon { border-top: 1px solid var(--line); padding: 20px 0 26px; color: var(--muted); font-size: 10px; letter-spacing: .04em; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link:focus { display: block; padding: 14px; }
a:focus-visible { outline: 2px solid var(--green); outline-offset: 5px; }
@media (min-width: 701px) { .enhanced .explanations { min-height: 336px; } }
@media (max-width: 700px) {
  .page { padding: 0 24px; }
  .masthead { padding: 22px 0; font-size: 10px; letter-spacing: .05em; }
  .intro { padding: 48px 0 40px; }
  .lede { font-size: 14px; }
  .wide-only { display: none; }
  .section-line { flex-wrap: wrap; gap: 9px; }
  .polarity { margin: 28px 0 10px; gap: 8px; align-items: flex-start; }
  .polarity p { max-width: 125px; font-size: 11px; line-height: 1.7; }
  .polarity-arrow { padding-top: 15px; }
  .concept-map { max-width: 380px; margin: 0 auto 24px; }
  .node text { text-anchor: start; }
  .node-name { font-size: 25px; }
  .node-caption { font-size: 12px; }
  .node-number { font-size: 10px; }
  .map-note { line-height: 1.6; }
  .detail { grid-template-columns: 1fr; gap: 26px; padding: 27px 24px; }
  .detail h2 { margin-top: 10px; }
  .closing { padding-top: 30px; }
  .colophon { align-items: flex-start; line-height: 1.6; }
  .colophon > span:last-child { text-align: right; }
  html:not(.enhanced) .concept-map { display: none; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }
@media (forced-colors: active) {
  .node { color: LinkText; }
  .node text, .turn-marker { fill: CanvasText !important; }
  .node-ground { fill: Canvas !important; }
  .connection, .flow-arrows, .turn-marker path { stroke: CanvasText; }
  .node[aria-pressed="true"] .node-ground, .node:focus-visible .hit-area { stroke: Highlight; }
  .selection-dot { fill: Highlight; }
}
@media print {
  .page { padding: 0; }
  .detail[hidden] { display: grid; }
  .detail { break-inside: avoid; }
  .section-line p, .selection-dot, .skip-link { display: none; }
}
