@charset "UTF-8";

:root {
  color-scheme: dark;
  --night: #07111d;
  --ink-blue: #0a1827;
  --paper: #e8eeeb;
  --muted: #a8b9be;
  --gold: #d6bf8b;
  --mint: #a9ded1;
  --line: rgb(184 210 209 / 17%);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif CJK JP", serif;
  --sans: "Meiryo", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --reading-size: clamp(14px, 1.05vw, 15px);
  font-family: var(--sans);
  background: var(--night);
  color: var(--paper);
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 280px; }
body:has(.diagram-viewer[open]) { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; color: inherit; cursor: pointer; }
button:disabled { cursor: default; }
a { color: inherit; text-decoration: none; }
a, button { touch-action: manipulation; }
button, a, [tabindex] { outline-offset: 6px; }
:focus-visible { outline: 2px solid var(--mint); }
::selection { background: #32535e; color: #fff; }
img { display: block; max-width: 100%; }
p, h1, h2, h3, figure { margin: 0; }
[hidden] { display: none !important; }
.wrap { width: min(1240px, calc(100% - 128px)); margin-inline: auto; }
.section-space { padding-block: 130px; }
.gold { color: var(--gold); }
.mobile-break { display: none; }

.skip-link { position: fixed; z-index: 50; left: 20px; top: 12px; padding: 12px 20px; background: var(--paper); color: var(--night); transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.site-header { position: fixed; z-index: 20; top: 0; width: 100%; padding: 20px 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgb(212 229 226 / 8%); background: linear-gradient(#06111de8, #06111d8c); backdrop-filter: blur(18px); }
.site-signature { display: flex; gap: 12px; align-items: center; flex-shrink: 0; font-family: Georgia, serif; letter-spacing: .12em; font-size: 15px; }
.signature-mark { color: var(--gold); font: 34px/1 Georgia, serif; }
.site-signature small { display: block; font: 8px/1.5 var(--sans); letter-spacing: .28em; color: var(--muted); margin-top: 5px; }
.site-header nav { display: flex; gap: 36px; align-items: center; }
.site-header nav a { display: grid; align-items: center; min-height: 44px; font-size: 12px; letter-spacing: .18em; color: #d0dbd9; }
.site-header nav a:hover { color: var(--gold); }
.reading-progress { height: 1px; background: var(--gold); position: absolute; inset: auto 0 -1px; transform-origin: left; transform: scaleX(var(--reading-progress, 0)); }

.eyebrow { font-size: 10px; letter-spacing: .22em; color: var(--muted); line-height: 1.8; }
.text-link { display: inline-flex; gap: 32px; align-items: center; min-height: 48px; border-bottom: 1px solid #d6bf8b70; color: var(--gold); font-size: 12px; letter-spacing: .18em; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translateY(4px); }

.section-index { margin-bottom: 30px; color: #b4c5c6; font-size: 10px; line-height: 1.8; letter-spacing: .2em; }
.section-index span { display: inline-block; margin-right: 20px; color: var(--gold); font: italic 18px/1 Georgia, serif; letter-spacing: 0; }
h2 { font: 400 clamp(30px, 3.3vw, 48px)/1.65 var(--serif); letter-spacing: .06em; }
.question-section { display: grid; grid-template-columns: 1fr 1fr; gap: 60px 100px; }
.question-copy { padding-top: 54px; }
.question-copy p, .surface-copy p { font-size: 14px; line-height: 2.2; letter-spacing: .025em; color: var(--muted); }
.question-copy .lead { color: var(--paper); font-family: var(--serif); font-size: 20px; line-height: 2; margin-bottom: 24px; }
.question-copy p + p, .surface-copy p + p { margin-top: 22px; }
.questions { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 24px; }
.question-item { border-top: 1px solid var(--line); padding: 30px 28px 0 0; position: relative; }
.question-item + .question-item { padding-left: 35px; border-left: 1px solid var(--line); }
.question-number { color: var(--gold); font: italic 16px/1 Georgia, serif; }
.question-item h3 { font: 400 22px/1.9 var(--serif); letter-spacing: .05em; margin-top: 24px; }
.question-item p { margin-top: 20px; font-size: 11px; color: #94abb4; letter-spacing: .025em; line-height: 1.8; }

.mechanism-section { background: radial-gradient(ellipse at 50% 40%, #11314459, transparent 70%), linear-gradient(#091725, #0a1825 70%, #07111d); border-block: 1px solid rgb(159 197 212 / 8%); }
.mechanism-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 90px; }
.mechanism-lead { padding-bottom: 10px; color: var(--muted); font-size: 13px; line-height: 2.2; }
.mechanism-lead p + p { margin-top: 20px; }
.mechanism-lead strong { color: #e1ebe5; font-weight: 500; }
.machine-figure { margin-top: 65px; }
.machine-image-frame { position: relative; border: 1px solid #b9d0d530; padding: 8px; background: #091522; border-radius: 4px; box-shadow: 0 28px 90px #02091580; }
.machine-image-frame > img { width: 100%; height: auto; border-radius: 1px; }
.expand-diagram { position: absolute; bottom: 24px; right: 24px; padding: 13px 18px; min-height: 44px; display: flex; gap: 20px; align-items: center; background: #071420eb; border: 1px solid #c4dce05c; backdrop-filter: blur(8px); border-radius: 3px; color: #e2efeb; font-size: 11px; letter-spacing: .1em; }
.expand-diagram:hover { border-color: var(--gold); color: var(--gold); }
.machine-figure figcaption { display: flex; justify-content: space-between; gap: 14px; margin-top: 18px; font-size: 10px; letter-spacing: .1em; color: #a1b7bf; line-height: 1.8; }
.machine-figure figcaption > span:first-child { display: flex; align-items: center; gap: 9px; }
.machine-figure figcaption > span:last-child { font-size: 8px; letter-spacing: .17em; }
.figure-dot { display: inline-block; width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }
.process-reader { margin-top: 50px; }
.process-hint { font: 15px/1.8 var(--serif); letter-spacing: .12em; margin-bottom: 20px; }
.process-tabs { display: grid; grid-template-columns: repeat(6, 1fr); border-block: 1px solid var(--line); }
.process-tabs button { background: transparent; border: 0; border-bottom: 2px solid transparent; padding: 20px 12px; min-height: 60px; font-size: 13px; color: var(--muted); letter-spacing: .08em; transition: color .2s, background .2s; }
.process-tabs button span { margin-right: 14px; font: italic 11px/1 Georgia, serif; color: #8da7b2; letter-spacing: 0; }
.process-tabs button:hover { background: rgb(148 197 210 / 5%); }
.process-tabs button[aria-selected="true"] { color: var(--gold); border-bottom-color: var(--gold); background: #c8b3800c; }
.process-tabs button[aria-selected="true"] span { color: var(--gold); }
.process-panel { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 70px; padding: 36px 12px; border-bottom: 1px solid var(--line); }
.process-kicker { font-size: 9px; letter-spacing: .18em; color: var(--gold); }
.process-panel h3 { margin-top: 14px; font: 400 25px/1.8 var(--serif); letter-spacing: .065em; }
.process-panel p { font-size: 13px; line-height: 2.2; color: #bdcdce; }
.process-panel .process-note { margin-top: 16px; color: #93a9b5; font-size: 11px; line-height: 2; }
body[data-enhanced] .process-panels { min-height: 236px; }
.agency-note { text-align: center; padding-top: 90px; }
.agency-star { display: inline-block; color: var(--gold); font: 36px/1 Georgia, serif; margin-bottom: 25px; }
.agency-note p { color: #bfd0d0; font: 400 25px/1.95 var(--serif); letter-spacing: .15em; }
.agency-note strong { font-size: 38px; font-weight: 400; color: var(--paper); }
.agency-caption { display: block; color: #98abb4; font-size: 10px; letter-spacing: .12em; margin-top: 24px; }

.surface-section { display: grid; grid-template-columns: 1.1fr 1fr; gap: 55px 85px; }
.surface-definition { font: 15px/2.1 var(--serif); color: #bbcdcb; margin-top: 32px; letter-spacing: .06em; }
.surface-copy { padding-top: 52px; }
.concept-strata { grid-column: 1 / -1; padding: 0; margin: 15px 0 0; list-style: none; }
.concept-strata li { display: grid; grid-template-columns: 160px 1fr auto; align-items: center; gap: 30px; padding: 29px 20px; border-top: 1px solid var(--line); }
.concept-strata li:last-child { border-bottom: 1px solid var(--line); background: linear-gradient(90deg, #c9b78709, transparent); }
.stratum-name { font: 10px/1.8 Georgia, serif; letter-spacing: .13em; color: var(--gold); }
.concept-strata li > div { display: flex; align-items: center; gap: 36px; }
.concept-strata li > div > span { font-size: 10px; color: #9eafb4; min-width: 130px; }
.concept-strata strong { font: 400 23px/1.7 var(--serif); letter-spacing: .055em; }
.stratum-description { color: #9eafb4; font-size: 10px; letter-spacing: .08em; }

.earth-bridge { padding-block: 50px 65px; text-align: center; }
.earth-bridge .section-index { margin-bottom: 22px; }
.earth-bridge > p:last-child { margin-top: 28px; font-size: 13px; color: #b6c9cb; line-height: 2.2; letter-spacing: .04em; }
.series-visual { position: relative; isolation: isolate; min-height: 740px; display: flex; align-items: center; overflow: clip; }
.series-art { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.series-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, #061222e0 0%, #061222a8 32%, #06122218 66%), linear-gradient(0deg, #07111d 0%, transparent 35%, #07111d00 78%, #07111d 100%); }
.series-content { padding-block: 120px 100px; }
.series-label { display: flex; gap: 17px; align-items: center; color: var(--gold); font-size: 9px; letter-spacing: .2em; }
.series-label strong { font: italic 36px/1 Georgia, serif; letter-spacing: 0; font-weight: 400; }
.series-intro { margin-top: 33px; color: #c7d5d3; font-size: 10px; line-height: 2; letter-spacing: .13em; }
.series-content h3 { margin-top: 16px; font: 400 clamp(38px, 5vw, 68px)/1.5 var(--serif); letter-spacing: .15em; }
.series-subtitle { margin-top: 6px; color: #d3dedb; font: 14px/1.6 Georgia, serif; letter-spacing: .26em; }
.series-copy { max-width: 390px; margin-top: 35px; font: 13px/2.2 var(--serif); letter-spacing: .05em; color: #c4d4d3; }

.site-footer { padding-top: 48px; padding-bottom: 28px; }
.footer-note { max-width: 720px; }
.footer-note > p:last-child { margin-top: 19px; font-size: 10px; line-height: 2.2; letter-spacing: .02em; color: #8ea5af; }
.footer-note .eyebrow { font-size: 8px; color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 28px; border-top: 1px solid var(--line); margin-top: 50px; padding-top: 25px; font-size: 8px; color: #9ab0b8; line-height: 1.8; letter-spacing: .1em; }
.footer-divider { margin-inline: 9px; color: var(--gold); }
.footer-bottom a { min-height: 44px; display: inline-flex; align-items: center; gap: 22px; font-size: 10px; white-space: nowrap; color: var(--paper); }

.diagram-viewer { width: min(1520px, calc(100% - 48px)); height: min(94svh, 1180px); max-width: none; max-height: 94svh; padding: 20px; border: 1px solid #abc6cd55; border-radius: 6px; background: #081421; color: var(--paper); box-shadow: 0 30px 120px #000b; }
.diagram-viewer::backdrop { background: #020914e8; backdrop-filter: blur(8px); }
.diagram-viewer[open] { display: flex; flex-direction: column; }
.viewer-header { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex: 0 0 auto; }
.viewer-header h2 { font: 400 20px/1.7 var(--serif); letter-spacing: .05em; }
.viewer-header h2 span { font: 10px/1.7 var(--sans); color: var(--muted); padding-left: 12px; }
.viewer-header > div { display: flex; align-items: center; gap: 14px; }
.viewer-header button { border: 1px solid #abc6cd40; background: #132436; padding: 10px 14px; min-height: 44px; font-size: 11px; border-radius: 3px; }
.viewer-header button[aria-pressed="true"] { color: var(--gold); border-color: var(--gold); }
.viewer-header button[data-close-diagram] { background: transparent; border-color: transparent; }
.viewer-header button span { font-size: 23px; vertical-align: middle; margin-left: 12px; line-height: .8; }
.viewer-help { margin-block: 12px; font-size: 10px; line-height: 1.7; color: var(--muted); }
.viewer-stage { position: relative; flex: 1 1 auto; min-height: 0; overflow: auto; overscroll-behavior: contain; background: #050e19; }

@media (prefers-reduced-motion: no-preference) {
  [data-enhanced] .reveal { transition: opacity .85s ease, transform .85s cubic-bezier(.2,.65,.25,1); }
  [data-enhanced] .reveal:not(.is-visible) { opacity: 0; transform: translateY(20px); }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

@media (min-width: 1900px) {
  .wrap { width: min(1460px, calc(100% - 200px)); }
  .series-visual { min-height: 900px; }
}

@media (max-width: 1100px) {
  .wrap { width: calc(100% - 80px); }
  .site-header { padding-inline: 32px; }
  .question-section, .mechanism-heading, .surface-section { column-gap: 44px; }
  .concept-strata li { grid-template-columns: 125px 1fr; }
  .stratum-description { display: none; }
  .concept-strata li > div { gap: 25px; }
  .process-tabs button span { margin-right: 8px; }
}

@media (max-width: 900px) {
  :root { scroll-padding-top: 86px; }
  .wrap { width: calc(100% - 48px); }
  .section-space { padding-block: 80px; }
  .site-header { padding: 12px 20px; gap: 14px; }
  .site-signature { gap: 6px; font-size: 10px; letter-spacing: .08em; }
  .signature-mark { font-size: 25px; }
  .site-signature small { font-size: 6px; margin-top: 3px; letter-spacing: .14em; }
  .site-header nav { gap: 18px; }
  .site-header nav a { font-size: 10px; letter-spacing: .03em; }
  .question-section, .mechanism-heading, .surface-section { grid-template-columns: 1fr; gap: 32px; }
  .section-index { font-size: 8px; margin-bottom: 23px; letter-spacing: .17em; }
  .section-index span { font-size: 16px; margin-right: 15px; }
  h2 { font-size: clamp(28px, 6.8vw, 40px); line-height: 1.65; letter-spacing: .035em; }
  .question-copy, .surface-copy { padding-top: 0; }
  .question-copy .lead { font-size: 18px; }
  .question-copy p, .surface-copy p { font-size: 13px; line-height: 2.2; }
  .desktop-break { display: none; }
  .questions { display: block; margin-top: 13px; }
  .question-item, .question-item + .question-item { display: grid; grid-template-columns: 32px 1fr; align-items: start; gap: 0 12px; padding: 25px 0; border-left: 0; }
  .question-item:last-child { padding-bottom: 0; }
  .question-number { padding-top: 9px; font-size: 14px; }
  .question-item h3 { margin-top: 0; font-size: 20px; line-height: 1.8; }
  .question-item p { grid-column: 2; margin-top: 10px; font-size: 10px; }
  .mechanism-lead { font-size: 12px; padding: 0; }
  .machine-figure { margin-top: 35px; }
  .machine-image-frame { padding: 3px; }
  .expand-diagram { position: static; margin: 10px 10px 10px auto; padding: 10px 14px; font-size: 10px; }
  .machine-figure figcaption { display: block; margin-top: 13px; font-size: 9px; letter-spacing: .015em; }
  .machine-figure figcaption > span:last-child { display: block; margin-top: 6px; font-size: 7px; }
  .process-reader { margin-top: 35px; }
  .process-hint { font-size: 14px; }
  .process-tabs { grid-template-columns: repeat(3, 1fr); }
  .process-tabs button { font-size: 12px; min-height: 52px; padding: 15px 8px; }
  .process-tabs button span { font-size: 10px; margin-right: 10px; }
  .process-panel { grid-template-columns: 1fr; gap: 18px; padding: 27px 2px 30px; }
  .process-panel h3 { font-size: 22px; margin-top: 11px; line-height: 1.8; }
  .process-panel p { font-size: 12px; line-height: 2.1; }
  .process-kicker { font-size: 8px; letter-spacing: .12em; }
  .process-panel .process-note { font-size: 10px; }
  body[data-enhanced] .process-panels { min-height: 350px; }
  .agency-note { padding-top: 65px; }
  .agency-star { font-size: 30px; margin-bottom: 20px; }
  .agency-note p { font-size: 21px; letter-spacing: .09em; }
  .agency-note strong { font-size: 29px; }
  .agency-caption { font-size: 9px; letter-spacing: .035em; line-height: 1.8; }
  .surface-definition { font-size: 14px; margin-top: 23px; }
  .concept-strata { margin-top: 6px; }
  .concept-strata li { grid-template-columns: 87px 1fr; gap: 16px; padding: 24px 0; }
  .stratum-name { font-size: 8px; letter-spacing: .08em; }
  .concept-strata li > div { display: block; }
  .concept-strata li > div > span { display: block; font-size: 9px; min-width: 0; }
  .concept-strata strong { display: block; font-size: 21px; margin-top: 7px; }
  .earth-bridge { padding-block: 15px 45px; }
  .earth-bridge h2 { font-size: clamp(23px, 6vw, 35px); letter-spacing: .015em; }
  .earth-bridge > p:last-child { font-size: 11px; margin-top: 20px; line-height: 2.2; }
  .mobile-break { display: initial; }
  .series-visual { min-height: 810px; align-items: end; }
  .series-art { object-position: 70% 0; object-fit: cover; height: 66%; }
  .series-shade { background: linear-gradient(0deg, #07111d 0%, #07111ded 29%, #07111d75 49%, #07111d00 69%, #07111d 100%); }
  .series-content { padding-block: 310px 40px; }
  .series-label { font-size: 8px; gap: 14px; }
  .series-label strong { font-size: 29px; }
  .series-intro { margin-top: 26px; font-size: 8px; letter-spacing: .025em; }
  .series-content h3 { font-size: clamp(35px, 9vw, 54px); letter-spacing: .07em; margin-top: 14px; }
  .series-subtitle { font-size: 11px; letter-spacing: .2em; margin-top: 9px; }
  .series-copy { max-width: 330px; margin-top: 27px; font-size: 12px; }
  .site-footer { padding-top: 45px; padding-bottom: 20px; }
  .footer-note > p:last-child { font-size: 9px; line-height: 2.2; }
  .footer-note br { display: none; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 8px; font-size: 7px; padding-top: 22px; margin-top: 30px; }
  .footer-bottom a { align-self: flex-end; font-size: 10px; }
  .diagram-viewer { width: calc(100% - 16px); height: 94svh; padding: 12px; }
  .viewer-header { align-items: start; gap: 8px; }
  .viewer-header h2 { font-size: 16px; }
  .viewer-header h2 span { display: block; padding-left: 0; font-size: 9px; }
  .viewer-header > div { gap: 4px; }
  .viewer-header button { padding-inline: 9px; font-size: 10px; }
  .viewer-header button span { margin-left: 5px; }
  .viewer-help { font-size: 9px; margin-block: 14px; }
}

@media (max-width: 360px) {
  .wrap { width: calc(100% - 36px); }
  .site-header { padding-inline: 14px; gap: 10px; }
  .signature-mark { display: none; }
  .site-header nav { gap: 13px; }
  .site-header nav a { font-size: 9px; }
  .process-panel h3 { font-size: 21px; }
  .process-tabs button span { margin-right: 7px; }
  body[data-enhanced] .process-panels { min-height: 380px; }
  .viewer-header h2 { font-size: 14px; }
  .viewer-header button { padding-inline: 7px; font-size: 9px; }
}

/* The work lives in daylight; its underlying concept begins below the surface. */
.world-surface { color-scheme: light; --paper: #193f48; --muted: #3c565c; --gold: #267b7b; --line: #cbdedc; background-color: #f5fbf9; background-image: radial-gradient(#648d8012 .6px, transparent .6px); background-size: 5px 5px; color: var(--paper); }
.site-header[data-theme="light"] { color: #214f58; background: #f5fbf9e8; border-color: #c2dcd973; }
.site-header[data-theme="light"] .signature-mark, .site-header[data-theme="light"] nav a { color: #256976; }
.site-header[data-theme="light"] .site-signature small { color: #52787f; }
.site-header[data-theme="light"] .reading-progress { background: #35898c; }
.project-overview { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; gap: 30px 64px; padding-block: 118px 55px; }
.brochure-masthead { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding-bottom: 15px; border-bottom: 1px solid #acc8c0; font-size: 9px; letter-spacing: .16em; color: #668580; }
.brochure-masthead i { margin-inline: 15px; font-style: normal; color: #92b1a7; }
.brochure-masthead strong { margin-left: 12px; color: #548b87; font: italic 21px/1 Georgia, serif; }
.overview-copy { padding-top: 10px; }
.overview-label { display: flex; gap: 18px; align-items: center; font-size: 9px; letter-spacing: .17em; color: #39777c; }
.overview-label span { padding-left: 18px; border-left: 1px solid #b1ceca; font-size: 11px; letter-spacing: .08em; }
.overview-copy h1 { margin-top: 22px; color: #205562; font: 600 clamp(30px, 3.2vw, 44px)/1.5 var(--serif); letter-spacing: .035em; }
.overview-copy h1 span { display: inline-block; margin-left: 10px; font-size: .58em; font-weight: 400; letter-spacing: .04em; }
.overview-subtitle { margin-top: 8px; color: #58838a; font: 10px/1.8 Georgia, serif; letter-spacing: .2em; }
.overview-summary { margin-top: 26px; font-size: 19px; line-height: 1.9; font-weight: 500; letter-spacing: .01em; }
.overview-description { max-width: 640px; margin-top: 18px; color: #344e55; font-size: 13px; line-height: 2.15; }
.overview-topics { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.overview-topics span { padding: 5px 9px; background: #e1efea; color: #47786e; border-radius: 2px; font-size: 9px; line-height: 1.6; letter-spacing: .04em; }
.overview-topics span:nth-child(2) { background: #faecda; color: #8c6c49; }
.overview-topics span:nth-child(3) { background: #e9eaf5; color: #6d7397; }
.brochure-scene { position: relative; padding: 12px 12px 0; background: #fffefa; border: 1px solid #d3ded2; box-shadow: 0 12px 26px #5571690d; }
.brochure-scene::before { content: ""; position: absolute; z-index: 1; top: -8px; left: 30px; width: 74px; height: 17px; background: #e7d6adad; transform: rotate(-4deg); }
.brochure-picture { position: relative; }
.brochure-picture img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.scene-tab { position: absolute; right: 0; bottom: 0; padding: 8px 12px; background: #fffefae8; font-size: 7px; line-height: 1.5; letter-spacing: .15em; color: #6e867c; }
.brochure-scene figcaption { display: flex; align-items: center; gap: 16px; padding: 19px 6px 21px; }
.scene-number { font: italic 30px/1 Georgia, serif; color: #b1c3b8; }
.brochure-scene figcaption > div { flex: 1; }
.brochure-scene figcaption strong { display: block; color: #4c6f67; font: 500 15px/1.7 var(--serif); letter-spacing: .035em; }
.brochure-scene figcaption div > span { display: block; margin-top: 5px; font-size: 8px; color: #4c6258; line-height: 1.8; }
.scene-spark { font: 31px/1 Georgia, serif; color: #a8c2a2; }
.overview-facts { grid-column: 1 / -1; display: grid; grid-template-columns: 175px 1fr; gap: 30px; align-items: center; padding: 23px 28px; border-block: 1px solid #c7dad0; background: #e8f3ed; }
.facts-label { color: #477b7b; font-size: 8px; letter-spacing: .14em; }
.facts-label > span { display: block; margin-top: 10px; color: #4f8274; font: 500 17px/1.5 var(--serif); letter-spacing: .08em; }
.overview-facts dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; margin: 0; }
.overview-facts dl > div { padding-left: 25px; border-left: 1px solid #c5d9cd; }
.overview-facts dt { margin-bottom: 6px; color: #405f5c; font-size: 9px; line-height: 1.6; }
.overview-facts dd { margin: 0; font-size: 12px; line-height: 1.9; color: #3e656b; }
.world-surface .section-index { color: #53787d; }
.world-surface :focus-visible, .threshold-copy :focus-visible { outline-color: #236e76; }
.first-world { display: grid; grid-template-columns: 1fr; gap: 30px; padding-block: 25px 60px; }
.world-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.world-heading .section-index { margin-bottom: 14px; }
.world-heading h2 { font-size: 28px; font-weight: 500; }
.world-heading > p:last-child { padding-bottom: 5px; font-size: 13px; line-height: 2.2; color: #55787b; }
.world-heading > p:last-child span { color: #82938a; font-size: 11px; }
.world-experiences { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.world-experience { --panel-accent: #365e51; --panel-wash: #e7f1e8; background: #fffefa; border: 1px solid #d5e2d8; border-radius: 3px; overflow: hidden; }
.experience-feel { --panel-accent: #715536; --panel-wash: #f7ecdc; }
.experience-meet { --panel-accent: #61557f; --panel-wash: #edebf6; }
.experience-figure img { width: 100%; aspect-ratio: 16 / 9; height: auto; object-fit: cover; }
.experience-figure figcaption { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 5px 10px; padding: 10px 16px; background: var(--panel-wash); color: var(--panel-accent); font-size: 7px; letter-spacing: .1em; line-height: 1.6; }
.experience-figure figcaption span { font-size: 9px; letter-spacing: .015em; }
.experience-copy { padding: 25px 26px 28px; }
.experience-label { display: flex; align-items: center; gap: 12px; color: var(--panel-accent); font-size: 9px; letter-spacing: .17em; }
.experience-label span { font: italic 26px/1 Georgia, serif; letter-spacing: 0; }
.world-experience h3 { margin-top: 13px; color: #355952; font: 500 24px/1.8 var(--serif); }
.experience-copy > p:not(.experience-label) { margin-top: 15px; font-size: 13px; color: #2c454b; line-height: 2.1; }
.experience-copy > p.experience-detail { margin-top: 14px; color: #465a51; font-size: 11px; }
.experience-footnote { display: block; margin-top: 22px; padding-top: 13px; border-top: 1px solid #e2e8df; font-size: 9px; letter-spacing: .07em; color: var(--panel-accent); }
.illustration-note { margin-top: -14px; text-align: right; color: #4c6358; font-size: 9px; line-height: 1.8; }
.project-note { grid-column: 1 / -1; display: flex; align-items: center; gap: 50px; padding: 35px 38px; background: #edf0dd; border: 1px solid #dadfc8; }
.project-note > div { flex: 0 0 200px; }
.project-note > div > span { font-size: 8px; letter-spacing: .12em; color: #526236; }
.project-note strong { display: block; margin-top: 13px; color: #65734c; font: 500 23px/1.7 var(--serif); }
.project-note p { flex: 1; font-size: 12px; line-height: 2.2; color: #435335; }
.note-orbit { flex: 0 0 auto; color: #c3caaa; font: 72px/1 Georgia, serif; }
.brochure-folio { display: flex; justify-content: space-between; gap: 20px; padding-top: 5px; color: #7b9286; font-size: 8px; letter-spacing: .16em; }

.learning-section { display: grid; grid-template-columns: 1fr 1fr; gap: 38px 75px; border-top: 1px solid #c8d9cd; padding-block: 75px 65px; }
.learning-heading > p:last-child { margin-top: 22px; color: #455f4e; font-size: 12px; line-height: 2; }
.learning-copy { padding-top: 44px; }
.learning-copy p { color: #3e5646; font-size: 13px; line-height: 2.3; }
.learning-copy p + p { margin-top: 22px; }
.learning-copy .learning-lead { color: #3a5d4c; font-size: 16px; line-height: 2.15; }
.learning-lead strong { font-weight: 500; background: linear-gradient(transparent 68%, #deebce 68%); }
.learning-references { grid-column: 1 / -1; }
.learning-reference-label { display: flex; align-items: baseline; gap: 24px; color: #537763; font-size: 13px; letter-spacing: .08em; }
.learning-reference-label span { color: #4d634b; font-size: 10px; letter-spacing: .02em; }
.learning-courses { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 20px 0 0; padding: 0; list-style: none; }
.learning-courses li { padding: 23px 28px; background: #fffefa; border: 1px solid #d7dfcf; border-left: 3px solid #abc0a0; }
.learning-courses li > span { color: #4f6644; font-size: 8px; letter-spacing: .15em; }
.learning-courses h3 { margin-top: 12px; color: #466951; font: 500 21px/1.7 var(--serif); }
.learning-section .brochure-folio { grid-column: 1 / -1; }

.threshold { background: #f5fbf9; }
.threshold-copy { padding-block: 55px 10px; text-align: center; color: #264e5d; }
.threshold-copy .eyebrow { color: #53848a; }
.threshold-copy h2 { margin-top: 30px; font-size: clamp(26px, 3vw, 42px); }
.threshold-copy > p:not(.eyebrow) { margin-top: 26px; font-size: 13px; line-height: 2.3; color: #50707c; }
.threshold-copy .text-link { margin-top: 30px; color: #2a6b79; border-color: #69959f; }
.threshold-descent { height: 370px; display: flex; flex-direction: column; align-items: center; justify-content: end; gap: 27px; padding-bottom: 18px; background: linear-gradient(#f5fbf9 0%, #dbeae8 17%, #7597a3 42%, #264354 66%, #0c1b2b 85%, #07111d 100%); }
.descent-line { width: 1px; height: 160px; background: linear-gradient(transparent, #d6e4e9b3); }
.threshold-descent > span:last-child { font-size: 8px; letter-spacing: .38em; color: #aec2ce; }

.depth-portal { position: relative; isolation: isolate; overflow: clip; background: radial-gradient(ellipse at 50% 46%, #181e3470, transparent 58%), linear-gradient(#07111d, #040912 53%, #07111d); }
.depth-heading { position: relative; padding-block: 140px 125px; text-align: center; }
.depth-heading .section-index { margin-bottom: 55px; color: #a5b6c7; }
.depth-overline { color: #acb7c7; font: 14px/2 var(--serif); letter-spacing: .18em; }
.depth-heading h2 { margin-top: 20px; color: #edeae5; font-size: clamp(46px, 6.6vw, 96px); line-height: 1.45; letter-spacing: .1em; }
.depth-english { margin-top: 12px; font: 10px/2 Georgia, serif; letter-spacing: .42em; color: #c7b49c; }
.depth-question { margin-top: 55px; font: 25px/2 var(--serif); letter-spacing: .12em; }
.depth-description { margin-top: 27px; color: #a4b4c4; font-size: 12px; line-height: 2.3; }
.depth-heading .text-link { margin-top: 35px; color: #d1bea1; }
.depth-orbit { position: absolute; z-index: -1; left: 50%; top: 50%; width: 650px; height: 650px; border: 1px solid #aac0db12; border-radius: 50%; transform: translate(-50%, -50%) rotate(-25deg); box-shadow: 0 0 120px #8faaff04, inset 0 0 130px #9b9fe304; }
.depth-orbit::before, .depth-orbit::after { content: ""; position: absolute; border: 1px solid #aac0db13; border-radius: 50%; }
.depth-orbit::before { inset: 110px -170px; }
.depth-orbit::after { width: 5px; height: 5px; left: 113px; top: 79px; background: #c3c8e17d; box-shadow: 0 0 22px #ccdeff85; }
.memory-illustration { grid-column: 1 / -1; position: relative; overflow: hidden; border: 1px solid #a9c5d41f; border-radius: 4px; }
.memory-illustration img { width: 100%; height: auto; }
.memory-illustration figcaption { position: absolute; left: 6%; top: 50%; transform: translateY(-50%); }
.memory-illustration figcaption > span { font-size: 8px; letter-spacing: .2em; color: #bba98d; }
.memory-illustration figcaption p { margin-top: 23px; font: 26px/1.9 var(--serif); color: #d6e0df; letter-spacing: .08em; }
.return-to-world { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 10px; }
.return-to-world > span { color: #a4b7c3; font: 16px/2 var(--serif); }

@media (max-width: 1100px) {
  .project-overview { gap: 28px 35px; }
  .overview-copy h1 { font-size: 34px; }
  .overview-summary { font-size: 17px; }
  .overview-facts { grid-template-columns: 130px 1fr; gap: 15px; }
  .overview-facts dl { gap: 15px; }
  .overview-facts dl > div { padding-left: 20px; }
  .experience-copy { padding-inline: 21px; }
  .world-experience h3 { font-size: 21px; }
}
@media (max-width: 900px) {
  .site-header nav { gap: 14px; }
  .project-overview { grid-template-columns: 1fr; gap: 26px; padding-block: 100px 40px; }
  .brochure-masthead { padding-bottom: 13px; font-size: 8px; letter-spacing: .07em; }
  .brochure-masthead i { margin-inline: 7px; }
  .brochure-masthead strong { font-size: 18px; margin-left: 7px; }
  .overview-copy { padding-top: 0; }
  .overview-label { font-size: 8px; gap: 12px; letter-spacing: .12em; }
  .overview-label span { font-size: 10px; padding-left: 12px; }
  .overview-copy h1 { margin-top: 21px; font-size: clamp(28px, 6vw, 38px); letter-spacing: .015em; }
  .overview-copy h1 span { margin-left: 6px; }
  .overview-subtitle { font-size: 9px; }
  .overview-summary { margin-top: 22px; font-size: clamp(15px, 3.6vw, 19px); line-height: 1.9; }
  .overview-description { margin-top: 15px; font-size: 12px; }
  .overview-topics { margin-top: 18px; }
  .overview-topics span { font-size: 8px; }
  .brochure-scene { padding: 10px 10px 0; }
  .brochure-scene figcaption { padding: 16px 3px 18px; gap: 12px; }
  .brochure-scene figcaption strong { font-size: 14px; }
  .overview-facts { padding: 20px 22px; grid-template-columns: 1fr; gap: 16px; }
  .facts-label { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid #cbdcd0; }
  .facts-label > span { margin-top: 0; font-size: 15px; }
  .overview-facts dl { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .overview-facts dl > div { padding: 0; border-left: 0; }
  .overview-facts dt { font-size: 9px; }
  .overview-facts dd { margin-top: 6px; font-size: 11px; }
  .first-world { gap: 25px; padding-block: 10px 55px; }
  .world-heading { align-items: start; }
  .world-heading h2 { font-size: clamp(23px, 5.7vw, 28px); }
  .world-heading > p:last-child { font-size: 12px; }
  .world-experiences { gap: 16px; }
  .experience-copy { padding: 21px 18px 22px; }
  .world-experience h3 { font-size: 19px; }
  .experience-copy > p:not(.experience-label) { font-size: 12px; }
  .experience-copy > p.experience-detail { font-size: 11px; }
  .experience-footnote { font-size: 8px; }
  .project-note { gap: 26px; padding: 25px; }
  .project-note > div { flex-basis: 180px; }
  .project-note strong { font-size: 21px; }
  .project-note p { font-size: 11px; }
  .note-orbit { display: none; }
  .learning-section { grid-template-columns: 1fr; gap: 28px; padding-block: 55px; }
  .learning-copy { padding-top: 0; }
  .learning-copy .learning-lead { font-size: 15px; }
  .learning-copy p { font-size: 12px; }
  .learning-courses { gap: 12px; }
  .learning-courses li { padding: 21px; }
  .learning-courses h3 { font-size: 19px; }
  .threshold-copy { padding-top: 30px; }
  .threshold-copy .eyebrow { font-size: 8px; letter-spacing: .12em; }
  .threshold-copy h2 { font-size: clamp(22px, 5.2vw, 35px); line-height: 1.9; letter-spacing: .01em; }
  .threshold-copy > p:not(.eyebrow) { font-size: 11px; }
  .threshold-copy .text-link { font-size: 11px; }
  .threshold-descent { height: 290px; }
  .descent-line { height: 135px; }
  .depth-heading { padding-block: 90px; }
  .depth-heading .section-index { margin-bottom: 40px; }
  .depth-overline { font-size: 11px; }
  .depth-heading h2 { font-size: clamp(37px, 9vw, 68px); letter-spacing: .04em; }
  .depth-english { font-size: 7px; letter-spacing: .25em; }
  .depth-question { margin-top: 38px; font-size: clamp(18px, 4.5vw, 25px); letter-spacing: .06em; }
  .depth-description { font-size: 11px; line-height: 2.2; }
  .depth-orbit { width: 470px; height: 470px; }
  .depth-heading .text-link { font-size: 11px; }
  .memory-illustration figcaption { position: static; transform: none; padding: 24px; background: #081523; }
  .memory-illustration figcaption > span { font-size: 7px; }
  .memory-illustration figcaption p { font-size: 20px; margin-top: 13px; }
  .return-to-world { flex-direction: column; align-items: start; gap: 16px; }
  .return-to-world > span { font-size: 14px; }
}
@media (max-width: 600px) {
  .brochure-masthead { font-size: 7px; letter-spacing: .03em; }
  .overview-topics { gap: 6px; }
  .scene-tab { padding: 6px 8px; font-size: 6px; }
  .scene-number { font-size: 26px; }
  .brochure-scene figcaption strong { font-size: 13px; }
  .brochure-scene figcaption div > span { font-size: 7px; }
  .scene-spark { font-size: 24px; }
  .overview-facts dl { display: block; }
  .overview-facts dl > div { display: grid; grid-template-columns: 65px 1fr; align-items: baseline; padding: 10px 0; }
  .overview-facts dl > div + div { border-top: 1px solid #d3e0d6; }
  .overview-facts dd { margin: 0; }
  .world-heading { display: block; }
  .world-heading > p:last-child { margin-top: 12px; }
  .world-heading > p:last-child br { display: none; }
  .world-heading > p:last-child span { margin-left: 7px; font-size: 10px; }
  .world-experiences { grid-template-columns: 1fr; }
  .experience-copy { padding: 23px; }
  .world-experience h3 { font-size: 23px; }
  .experience-copy > p:not(.experience-label) { font-size: 13px; }
  .experience-copy > p.experience-detail { font-size: 11px; }
  .illustration-note { font-size: 8px; text-align: left; }
  .project-note { display: block; }
  .project-note strong { font-size: 22px; }
  .project-note strong br { display: none; }
  .project-note p { margin-top: 17px; }
  .brochure-folio { font-size: 6px; letter-spacing: .04em; }
  .learning-reference-label { display: block; font-size: 12px; }
  .learning-reference-label span { display: block; margin-top: 9px; font-size: 9px; }
  .learning-courses { grid-template-columns: 1fr; }
  .learning-courses li { padding: 18px 21px; }
  .learning-courses h3 { font-size: 20px; margin-top: 9px; }
}
@media (max-width: 360px) {
  .site-header nav { gap: 10px; }
  .overview-copy h1 { font-size: 27px; }
  .overview-copy h1 span { margin-left: 4px; }
  .overview-facts { padding-inline: 17px; }
  .brochure-masthead { font-size: 6px; gap: 10px; }
  .brochure-masthead i { margin-inline: 4px; }
  .brochure-masthead strong { font-size: 16px; margin-left: 5px; }
  .brochure-scene figcaption { gap: 9px; }
  .brochure-scene figcaption strong { font-size: 12px; }
  .scene-spark { display: none; }
  .experience-copy { padding-inline: 20px; }
  .world-heading > p:last-child span { display: block; margin-left: 0; }
}

/* Keep a readable type floor on every screen. Only display headings use Mincho;
   body copy uses the solid-stroke system sans, without a webfont dependency. */
.overview-description, .experience-copy > p:not(.experience-label),
.learning-copy p:not(.learning-lead), .project-note p,
.question-copy p:not(.lead), .surface-copy p, .mechanism-lead,
.process-panel p, .depth-description, .threshold-copy > p:not(.eyebrow) {
  font-size: var(--reading-size);
  font-weight: 400;
  line-height: 2;
}
.experience-copy > p.experience-detail { font-size: 14px; }
.overview-summary, .learning-copy .learning-lead { font-weight: 600; }
.brochure-scene figcaption strong { font-family: var(--sans); font-weight: 600; font-size: 14px; }
.brochure-scene figcaption div > span, .experience-figure figcaption,
.experience-figure figcaption span, .overview-facts dt,
.learning-reference-label span, .learning-courses li > span,
.experience-label, .experience-footnote, .overview-topics span,
.project-note > div > span { font-size: 11px; }
.illustration-note, .learning-heading > p:last-child,
.process-panel .process-note, .question-item p, .site-footer .footer-note > p:last-child {
  font-size: 12px;
  line-height: 1.9;
}
.overview-facts dd { font-size: 13px; }

/* ImageGen chapter plates, integrated as editorial matter rather than UI tiles.
   The screenshots stay unaltered; no reading copy is painted into an image. */
.world-surface { background-image: none; }
.editorial-art { pointer-events: none; user-select: none; }
.overview-label { gap: 14px; }
.overview-label .overview-emblem { flex: 0 0 auto; width: 80px; height: 80px; object-fit: contain; }
.overview-label > span { padding-left: 14px; }
.overview-copy h1 { margin-top: 12px; }
.brochure-scene { padding: 14px 14px 0; border: 0; box-shadow: 0 14px 32px #163c3c14; }
.brochure-scene::before, .scene-spark { display: none; }
.overview-facts { background: transparent; padding-inline: 0; }
.overview-topics span, .overview-topics span:nth-child(2), .overview-topics span:nth-child(3) { background: transparent; padding: 0 14px 0 0; color: #426057; border-radius: 0; }
.overview-topics span + span { padding-left: 14px; border-left: 1px solid #b4ccc1; }
.editorial-ribbon { padding-block: 0 50px; }
.editorial-ribbon img { width: 100%; height: auto; }
.first-world { gap: 48px; padding-bottom: 90px; }
.world-heading { align-items: center; }
.world-heading h2 { font-size: clamp(28px, 3vw, 40px); }
.world-experiences { display: flex; flex-direction: column; gap: 70px; }
.world-experience { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); align-items: center; gap: 70px; background: transparent; border: 0; border-radius: 0; overflow: visible; }
.experience-feel { grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); }
.experience-feel .experience-figure { grid-column: 2; grid-row: 1; }
.experience-feel .experience-copy { grid-column: 1; grid-row: 1; }
.experience-figure { padding: 12px 12px 0; background: #fffefa; box-shadow: 0 12px 26px #163c3c12; }
.experience-figure figcaption { background: #fffefa; padding: 15px 4px; }
.experience-copy { padding: 10px 0; }
.experience-label { letter-spacing: .12em; }
.experience-label span { margin-right: 8px; font-size: 48px; }
.world-experience h3 { margin-top: 12px; font-size: clamp(25px, 2.5vw, 34px); }
.experience-copy > p:not(.experience-label) { max-width: 440px; }
.experience-footnote { max-width: 440px; margin-top: 24px; }
.illustration-note { margin-top: 0; text-align: left; }
.learning-section { gap: 44px 70px; }
.learning-references { grid-column: 1; }
.learning-reference-label { display: block; }
.learning-reference-label span { display: block; margin-top: 7px; }
.learning-courses { grid-template-columns: 1fr; gap: 0; }
.learning-courses li { padding: 17px 0 20px; background: transparent; border: 0; border-bottom: 1px solid #b9cbb7; }
.learning-courses h3 { margin-top: 8px; }
.learning-plate { align-self: center; }
.learning-plate img { width: 100%; height: auto; }
.learning-plate figcaption { padding-top: 20px; font-size: 14px; line-height: 1.9; color: #3e5646; }
.learning-plate figcaption > span { display: block; margin-top: 5px; font-size: 11px; color: #4d634b; }
.project-note { background: transparent; border: 0; border-top: 1px solid #b9cbb7; padding: 40px 0 15px; }
.project-note .note-orbit { display: none; }
.depth-portal { background: #07111d; }
.depth-heading { padding-block: 110px 55px; }
.archive-frontispiece { padding-bottom: 45px; }
.archive-frontispiece img { width: 100%; height: auto; }

@media (max-width: 1100px) {
  .world-experience { gap: 45px; }
  .learning-section { column-gap: 40px; }
}
@media (max-width: 900px) {
  .overview-label .overview-emblem { width: 65px; height: 65px; }
  .overview-label, .overview-label > span { font-size: 10px; letter-spacing: .03em; }
  .editorial-ribbon { padding-bottom: 40px; }
  .world-experience, .experience-feel { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 30px; }
  .experience-feel { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); }
  .experience-figure { padding: 8px 8px 0; }
  .experience-figure figcaption { padding: 12px 3px; letter-spacing: .02em; }
  .world-experience h3 { font-size: 25px; }
  .experience-label span { font-size: 38px; }
  .world-experiences { gap: 55px; }
  .first-world { gap: 35px; padding-bottom: 60px; }
  .learning-section { row-gap: 30px; }
  .learning-references, .learning-plate { grid-column: 1; }
  .learning-plate { width: min(600px, 100%); margin-inline: auto; }
  .project-note { padding-top: 30px; }
  .depth-heading { padding-block: 90px 40px; }
}
@media (max-width: 600px) {
  .overview-label { gap: 10px; }
  .overview-label > span { padding-left: 10px; }
  .overview-facts { padding-inline: 0; }
  .editorial-ribbon { width: 100%; padding-bottom: 28px; }
  .world-experience, .experience-feel { grid-template-columns: 1fr; gap: 22px; }
  .experience-feel .experience-figure, .experience-feel .experience-copy { grid-column: auto; grid-row: auto; }
  .experience-copy { padding: 0 4px; }
  .experience-label span { font-size: 40px; }
  .world-experience h3 { font-size: 27px; }
  .world-experiences { gap: 60px; }
  .experience-copy > p:not(.experience-label) { max-width: none; }
  .world-heading h2 { font-size: 26px; }
  .project-note { padding-inline: 0; }
  .archive-frontispiece { width: 100%; }
}

/* The second half describes a playable world, not a personal diagnosis.
   Keep diagram labels as accessible, responsive text rather than raster art. */
.depth-description { max-width: 760px; margin-inline: auto; }
.depth-manifesto { margin-top: 26px; color: var(--gold); font: 16px/2 var(--serif); letter-spacing: .05em; }
.myth-seed-example { grid-column: 1 / -1; display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; padding-block: 30px; border-block: 1px solid var(--line); }
.myth-seed-example img { width: 100%; height: auto; border: 1px solid var(--line); }
.myth-seed-example h3 { margin: 16px 0 20px; font: 400 26px/1.8 var(--serif); letter-spacing: .04em; }
.myth-seed-example p, .myth-reference > p:not(.process-kicker) { color: var(--muted); font-size: var(--reading-size); line-height: 2; }
.seed-source { display: block; margin-top: 18px; color: var(--muted); font-size: 11px; line-height: 1.9; }
.myth-reference { grid-column: 1 / -1; padding: 30px 0 0; border-top: 1px solid var(--line); max-width: 900px; }
.myth-reference > p + p { margin-top: 15px; }
.myth-reference > p.reference-note { font-size: 12px; }
.myth-reference .text-link { margin-top: 15px; font-size: 11px; letter-spacing: .03em; }

.machine-image-frame { padding: 0; background: #0b1925; box-shadow: none; }
.myth-diagram { padding: clamp(20px, 3.2vw, 48px); color: var(--paper); background: #0b1925; }
.machine-console { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px 25px; padding-bottom: 24px; font: 11px/1.8 monospace; letter-spacing: .07em; color: #a6c3c9; }
.machine-console > span:last-child { color: var(--gold); }
.myth-node { min-width: 0; padding: 25px; border: 1px solid #bad3d42b; background: #0f202d; }
.node-label { display: block; color: var(--mint); font: 11px/1.7 monospace; letter-spacing: .1em; overflow-wrap: anywhere; }
.myth-node h3 { margin-top: 9px; font: 400 21px/1.8 var(--serif); letter-spacing: .025em; }
.myth-node p { margin-top: 12px; font-size: 14px; line-height: 2; color: #b9c9ce; }
.node-archive { text-align: center; }
.node-archive p { margin-inline: auto; max-width: 660px; }
.interpretation-lanes, .play-lanes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.diagram-connector { display: flex; justify-content: center; align-items: center; gap: 15px; padding: 17px 0; font-size: 11px; line-height: 1.8; color: #b2c5c9; text-align: center; }
.diagram-connector > span { flex-shrink: 0; font-size: 19px; color: var(--gold); }
.node-engine { text-align: center; padding-block: 30px; border-color: #d6bf8b80; background: #292820; }
.node-engine .node-label, .node-engine h3 { color: #ead5a8; }
.node-engine h3 { font-size: 32px; }
.node-engine p { color: #ded8c7; max-width: 750px; margin-inline: auto; }
.engine-note { display: block; margin-top: 12px; color: #c6bfae; font-size: 12px; line-height: 1.9; }
.node-play { border-color: #a9ded163; background: #142c30; }
.diagram-return { margin-top: 24px; padding-top: 23px; border-top: 1px solid var(--line); color: var(--gold); font: 11px/1.9 monospace; letter-spacing: .04em; }
.diagram-return > span:first-child { margin-right: 12px; }
.diagram-return > span:last-child { display: block; color: #b6c9ce; margin-top: 6px; font: 12px/1.9 var(--sans); letter-spacing: 0; }
.machine-image-frame .expand-diagram { position: static; margin: 0 24px 24px auto; }
.viewer-stage .myth-diagram { width: 100%; }
.diagram-viewer.is-zoomed .myth-diagram { width: max(1250px, 140%); max-width: none; }
.diagram-viewer.is-zoomed .myth-node p { font-size: 16px; }
.diagram-viewer.is-zoomed .interpretation-lanes, .diagram-viewer.is-zoomed .play-lanes { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.myth-cycle { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); margin: 0 0 25px; padding: 0; list-style: none; gap: 12px; }
.myth-cycle li { position: relative; color: var(--gold); font: 11px/1.8 monospace; letter-spacing: .05em; padding-block: 9px; }
.myth-cycle li:not(:last-child)::after { content: "→"; position: absolute; right: 0; color: #8faaad; }
.world-session { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 55px; padding: 48px; border-block: 1px solid #cbb38947; background: linear-gradient(110deg, #d4a7790c, transparent 70%); }
.world-session-code { color: var(--gold); font: 11px/1.9 monospace; letter-spacing: .04em; }
.world-session-code > span { display: block; margin-top: 4px; color: #b6c8c9; }
.world-session h3 { margin-top: 30px; font: 400 30px/1.85 var(--serif); letter-spacing: .06em; }
.session-genre { margin-top: 25px; color: #c9c6b6; font-size: 11px; line-height: 2; }
.session-scene p { color: #c0cbca; font: 14px/2.3 var(--serif); }
.session-scene p + p { margin-top: 24px; }
.session-prompt { display: block; margin-top: 28px; color: var(--gold); font: 12px/1.8 monospace; letter-spacing: .12em; }
.world-manifesto { grid-column: 1 / -1; padding-block: 35px 10px; text-align: center; }
.world-manifesto p { color: #bfcfcf; font: 17px/2.2 var(--serif); }
.world-manifesto p + p { margin-top: 24px; }
.world-manifesto p:first-child { color: var(--paper); font-size: 25px; }
.world-manifesto strong { color: var(--gold); font-size: 31px; font-weight: 400; }

@media (max-width: 900px) {
  .myth-seed-example { grid-template-columns: 1fr; gap: 25px; }
  .myth-seed-example h3 { font-size: 24px; }
  .myth-reference { margin-top: 12px; }
  .myth-node { padding: 19px; }
  .myth-node h3 { font-size: 19px; }
  .myth-node p { font-size: 14px; }
  .interpretation-lanes, .play-lanes { gap: 10px; }
  .myth-cycle { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px 16px; }
  .myth-cycle li:nth-child(3)::after { content: "↓"; }
  .world-session { grid-template-columns: 1fr; gap: 32px; padding: 30px 22px; }
  .world-session h3 { font-size: 26px; }
  .world-manifesto p { font-size: 16px; }
  .world-manifesto p:first-child { font-size: 22px; }
  .world-manifesto strong { font-size: 28px; }
}
@media (max-width: 600px) {
  .myth-diagram { padding: 20px 14px; }
  .interpretation-lanes, .play-lanes { grid-template-columns: 1fr; }
  .machine-console { font-size: 10px; gap: 5px; padding-bottom: 18px; }
  .diagram-connector { font-size: 10px; gap: 8px; }
  .myth-node p { font-size: 14px; }
  .node-engine h3 { font-size: 28px; }
  .node-archive, .node-engine { text-align: left; }
  .machine-image-frame .expand-diagram { margin: 0 14px 18px auto; }
  .depth-manifesto { font-size: 14px; }
  .agency-note p { font-size: 18px; letter-spacing: .02em; }
  .agency-note strong { font-size: 25px; }
  .world-session { padding-inline: 4px; }
  .session-scene p { font-size: 14px; }
  .world-manifesto p { font-size: 14px; }
  .world-manifesto p:first-child { font-size: 19px; }
  .world-manifesto strong { font-size: 25px; }
}

@media print {
  :root { color-scheme: light; scroll-behavior: auto; }
  .site-header, .skip-link, .expand-diagram, .diagram-viewer, .footer-bottom a, .process-tabs { display: none !important; }
  .wrap { width: 92%; }
  .project-overview { padding-top: 40px; }
  .section-space { padding-block: 50px; }
  [data-enhanced] .reveal { opacity: 1 !important; transform: none !important; }
  .process-panel[hidden] { display: grid !important; }
  .process-panel, .question-item, .machine-figure, .brochure-scene, .world-experience, .learning-courses li { break-inside: avoid; }
  .machine-figure { break-inside: auto; }
  .myth-node, .world-session, .myth-reference { break-inside: avoid; }
}
