@charset "UTF-8";
:root{--paper:#f4f4ef;--ink:#202b28;--line:#cdd1c9;--green:#d9ed76;--muted:#58615b}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-y:scroll;scrollbar-gutter:stable}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 Arial,sans-serif}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid #45651d;outline-offset:5px}header,main,footer{max-width:1320px;margin:auto}header{padding:30px 42px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:700;letter-spacing:-1px}.logo{background:var(--ink);color:var(--green);padding:0 10px;font-size:26px}nav{display:flex;gap:38px;font-size:14px}main{padding:0 42px}.intro{padding:64px 0 43px}.eyebrow{font-size:12px;letter-spacing:1.4px;font-weight:700;text-transform:uppercase}h1{font-size:clamp(48px,6.6vw,88px);line-height:1.02;letter-spacing:-4px;font-weight:500;margin:25px 0 28px}h1 em{font-family:Georgia,serif;font-weight:400}.intro-bottom{display:flex;justify-content:space-between;align-items:end;gap:25px}.intro-bottom p{margin:0;color:var(--muted);font-size:18px}.issue{font-size:12px;text-align:right;color:var(--muted)}.featured{display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:var(--paper);min-height:385px}.feature-copy{padding:40px}.feature-copy .eyebrow{color:var(--green)}.feature-copy h2{font:44px/1.08 Georgia,serif;max-width:440px;margin:24px 0 20px}.feature-copy>p:not(.eyebrow){color:#c7cec6;max-width:430px}.button{display:flex;justify-content:space-between;align-items:center;width:210px;background:var(--green);color:var(--ink);padding:12px 20px;margin:26px 0 15px;font-weight:700}.small{font-size:12px;color:#c7cec6}.feature-art{position:relative;overflow:hidden;background:var(--green);min-height:380px}.orbit{position:absolute;width:245px;height:245px;border:1px solid #253b25;border-radius:50%;top:55px;left:calc(50% - 165px)}.orbit.two{left:calc(50% - 115px);background:repeating-linear-gradient(90deg,transparent 0,transparent 7px,#30462c 8px,transparent 9px)}.orbit.three{left:calc(50% - 65px)}.art-label{position:absolute;left:25px;top:25px;color:var(--ink);font-size:12px;letter-spacing:2px}.art-number{position:absolute;bottom:25px;right:25px;font-size:12px;letter-spacing:2px;color:var(--ink)}.journal{padding:58px 0}.section-title{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);margin-bottom:26px;padding-bottom:16px;gap:20px}.section-title h2{font:32px Georgia,serif;margin:0}.section-title span{font-size:13px;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.card{display:block;min-width:0}.card:hover h3{text-decoration:underline;text-underline-offset:5px}.card-top{font-size:12px;display:flex;justify-content:space-between;margin-bottom:15px}.diagram{height:150px;background:#dce2d9;display:flex;justify-content:center;align-items:center;overflow:hidden}.diagram i{display:block;width:70px;height:70px;border:1px solid #44594a;border-radius:50%;margin-left:-24px}.d1{background:#e9ddc9}.d1 i{border-radius:0;transform:rotate(25deg)}.d2{background:#d8dce6}.d2 i:nth-child(2){background:#596476}.card h3{font:28px/1.15 Georgia,serif;margin:12px 0}.card p:not(.eyebrow){font-size:15px;color:var(--muted)}.card .eyebrow{font-size:11px;letter-spacing:.8px;margin-top:20px}.tag{display:inline-block;font-size:12px;border:1px solid var(--line);padding:4px 8px;margin-top:5px}.note{border-top:1px solid var(--line);padding:32px 0 55px;display:flex;align-items:center;gap:25px}.note>span{font-size:45px}.note p{flex:1;margin:0;color:var(--muted)}.note strong{color:var(--ink);font-weight:400}.note a{font-size:14px}footer{padding:25px 42px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:20px}footer .brand{font-size:18px}footer>span{font-size:12px;color:var(--muted)}.reading{max-width:900px;padding-top:45px;padding-bottom:80px}.reading h1{font-size:clamp(42px,6vw,72px);letter-spacing:-2px;margin-top:32px}.back{display:block;font-size:14px;margin-bottom:45px;color:var(--muted)}.lead{font:24px/1.5 Georgia,serif;color:var(--muted)}.article-meta{border-block:1px solid var(--line);padding:18px 0;margin:30px 0;font-size:13px;display:flex;justify-content:space-between;gap:20px}article{max-width:690px}article h2{font:30px/1.2 Georgia,serif;margin-top:38px}article p{font-size:18px;line-height:1.8}article a{color:#466020;text-decoration:underline;overflow-wrap:anywhere}
.admin{max-width:1300px;padding-top:35px;padding-bottom:60px}.admin h1{font-size:42px;letter-spacing:-1px}.toolbar{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:24px}button,.control{font:inherit;background:var(--ink);color:white;border:0;padding:10px 17px;cursor:pointer}button.secondary{background:#e2e6dd;color:var(--ink)}button:disabled{opacity:.5;cursor:wait}.admin-grid{display:grid;grid-template-columns:300px 1fr;gap:35px}.entry{display:block;width:100%;text-align:left;background:transparent;color:var(--ink);border-bottom:1px solid var(--line);padding:17px 10px}.entry.active{background:#e3ebd1}.entry small{display:block;color:var(--muted);margin-top:5px}.editor{border:1px solid var(--line);padding:25px;background:#fff}.editor label{display:block;font-size:14px;margin-bottom:16px}.editor input,.editor textarea,.editor select{display:block;width:100%;padding:10px;border:1px solid #aeb7ac;font:16px/1.5 Arial,sans-serif;margin-top:5px;background:#fff;color:var(--ink)}.editor textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.status{white-space:pre-wrap;padding:12px 0;font-size:14px}.help{color:var(--muted);font-size:14px}.editor-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.editor-actions a{text-decoration:underline}.danger{color:#942e22!important;background:#f9e6df!important}
@media(max-width:760px){header{padding:22px}main{padding:0 22px}nav{gap:18px}.brand{font-size:20px}.intro{padding-top:40px}h1{letter-spacing:-2px}.intro-bottom p{font-size:16px}.issue{display:none}.featured{grid-template-columns:1fr}.feature-copy{padding:28px}.feature-copy h2{font-size:37px}.feature-art{min-height:300px}.orbit{top:30px;width:210px;height:210px}.cards{grid-template-columns:1fr}.diagram{height:180px}.section-title{align-items:start;flex-direction:column;gap:6px}.note{align-items:start;flex-wrap:wrap}.note a{margin-left:55px}footer{padding:25px 22px;flex-wrap:wrap}footer>span:last-child{display:none}.reading{padding-top:30px}.reading h1{letter-spacing:-1.5px}.admin{padding-top:20px}.admin-grid{grid-template-columns:1fr}.entry{padding:10px}.editor{padding:16px}.form-row{grid-template-columns:1fr;gap:0}.article-meta{flex-direction:column;gap:4px}}
/* Simple editorial edition */
:root{--paper:#f7f6f0;--ink:#26352d;--line:#d9ddd1;--green:#dceba3;--muted:#5a655a}
.skip{position:absolute;top:-80px;left:20px;padding:12px;background:var(--ink);color:white;z-index:10}.skip:focus{top:10px}
nav a[aria-current=page]{border-bottom:2px solid var(--ink)}nav a{padding:5px 0}nav a:hover{color:#61743c}
.intro h1{font-size:clamp(42px,5.5vw,74px);letter-spacing:-2.8px;line-height:1.12}.intro{padding:65px 0 48px}.intro h1 em{font-style:italic}.intro-bottom p{max-width:680px}.feature-copy h2{font-size:45px}.feature-art{background:#dceba3}.orbit{opacity:.28;width:290px;height:290px;top:45px}.orbit.two{background:none;transform:translate(20px,30px)}.orbit.three{transform:translate(-20px,-20px)}.art-word{position:absolute;left:11%;top:28%;font:58px/1.12 Georgia,serif;color:var(--ink);letter-spacing:-2px}.art-word em{font-weight:normal}.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 36px}.card{padding:24px 0 28px;border-top:1px solid var(--line);position:relative}.card-number{font:36px Georgia,serif;color:#81916b}.card h3{font-size:30px;max-width:470px}.card p{max-width:480px}.card-top{color:var(--muted)}.read-link{font-size:13px;font-weight:700}.section-title{border:0;margin-bottom:0}.section-title a{font-size:14px}.collection-lead{font-size:21px;max-width:640px;color:var(--muted)}.collection h1{margin-bottom:20px}.reading{max-width:890px}.reading article{max-width:720px}.related{border-top:1px solid var(--line);padding-top:22px;margin-top:45px}.related a{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:15px 0;font-size:20px}.related a:hover{text-decoration:underline}.bottom-back{margin:40px 0 0}footer>a:last-child{font-size:13px}.button:hover{background:#eef6cd}article p{overflow-wrap:anywhere}
@media(max-width:760px){header{flex-wrap:wrap;gap:20px}nav{gap:25px}.intro{padding-top:35px}.intro h1{letter-spacing:-1.5px}.cards{grid-template-columns:1fr}.feature-copy h2{font-size:36px}.feature-art{min-height:270px}.art-word{font-size:48px;top:24%;left:15%}.orbit{width:230px;height:230px;top:10px}.collection-lead{font-size:18px}.section-title{margin-bottom:20px}.reading h1{font-size:42px}.lead{font-size:22px}footer{align-items:flex-start}.card h3{font-size:27px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.material-image{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;background:#f3f0e6}.card .material-image{margin-bottom:20px}.card:has(.material-image) .card-number{display:none}.feature-art.illustrated{background:#f3f0e6;display:flex;align-items:center}.feature-art.illustrated img{height:100%;object-fit:cover;min-height:100%}.article-illustration{margin:30px 0 42px}.work-basis{padding:24px;background:#eeefe5;border:1px solid var(--line)}.work-basis .eyebrow{margin-top:0}.work-basis dl{margin:0;display:grid;grid-template-columns:1fr 1fr;gap:14px 24px}.work-basis dt{font-size:12px;color:var(--muted)}.work-basis dd{margin:3px 0 0;font-size:16px}.basis-note{font-size:14px;color:var(--muted);margin-bottom:0}.editor fieldset{border:1px solid var(--line);margin:0 0 20px;padding:18px}.editor legend{font-size:16px}@media(max-width:600px){.work-basis dl{grid-template-columns:1fr}.feature-art.illustrated{min-height:0}}/* SVG identity: dialectic, mechanism, analysis */
.pg-icon{display:inline-block;width:36px;height:36px;flex:none;overflow:visible;vertical-align:middle;transform-origin:center;transition:scale .25s}.brand>.pg-icon{width:52px;height:52px}nav a{display:flex;align-items:center;gap:8px}nav .pg-icon{width:31px;height:31px}.section-heading{display:flex;align-items:center;gap:16px}.section-heading>.pg-icon{width:1.05em;height:1.05em;min-width:42px;min-height:42px}.pg-icon g{transform-box:view-box;transform-origin:60px 60px}.gear-turn,.lens-scan{transition:transform .7s cubic-bezier(.22,.68,.2,1)}a:hover .gear-turn,a:focus-visible .gear-turn,.pg-mechanism:hover .gear-turn,button:hover .gear-turn{transform:rotate(60deg)}a:hover .lens-scan,a:focus-visible .lens-scan,.pg-analysis:hover .lens-scan,button:hover .lens-scan{transform:translate(-5px,-4px) rotate(-8deg)}.gear-dot,.lens-dot{transition:r .3s}a:hover .gear-dot,a:hover .lens-dot{r:5px}nav .pg-analysis{width:37px;height:37px}
.icon-clicked>.pg-icon{animation:icon-press .85s ease-out}.icon-clicked .gear-turn{animation:gear-click .85s ease-out}.icon-clicked .lens-scan{animation:lens-click .85s ease-out}a:active>.pg-icon,button:active>.pg-icon,.pg-icon:active{scale:.9}


@keyframes icon-press{0%{transform:scale(.83)}45%{transform:scale(1.14)}100%{transform:scale(1)}}
@keyframes gear-click{0%{transform:rotate(0)}100%{transform:rotate(120deg)}}
@keyframes lens-click{0%,100%{transform:translate(0,0)}45%{transform:translate(-9px,-6px) scale(1.06)}}
@media(max-width:600px){.brand>.pg-icon{width:44px;height:44px}nav .pg-icon{width:27px;height:27px}.section-heading{gap:10px}}
@media(prefers-reduced-motion:reduce){.pg-icon,.pg-icon *{animation:none!important;transition:none!important}.pg-icon{scale:1!important}.gear-turn,.lens-scan,.dialectic-flow{transform:none!important}}/* Interactive tests and new sections */
nav{gap:24px;flex-wrap:wrap}header{gap:28px}.test-catalog{padding-top:0}.test-art{height:190px;background:#e9ecdf;display:flex;align-items:center;justify-content:center;gap:14px;overflow:hidden}.test-art i{display:block;width:30px;background:#849471;border-radius:24px}.test-art.personality i:nth-child(1){height:65px}.test-art.personality i:nth-child(2){height:120px}.test-art.personality i:nth-child(3){height:90px;background:#26352d}.test-art.personality i:nth-child(4){height:140px}.test-art.personality i:nth-child(5){height:75px;background:#dceba3}.test-art.wellbeing{background:#ece6dc;gap:0}.test-art.wellbeing i{width:65px;height:65px;border-radius:50%;background:transparent;border:1px solid #a88a73;margin-left:-12px}.test-art.wellbeing i:nth-child(3){background:#b1be96;border:0}.test-art.attention{background:#e3e8df;gap:18px}.test-art.attention i{width:50px;height:50px;border-radius:4px;transform:rotate(-15deg);background:#78928b}.test-art.attention i:nth-child(2){background:#a26d57;transform:rotate(15deg)}.test-art.attention i:nth-child(3){background:#8e8395}.test-art.attention i:nth-child(n+4){display:none}.test-art.reasoning{gap:18px}.test-art.reasoning i{height:46px;width:46px;border-radius:0;background:#26352d}.test-art.reasoning i:nth-child(odd){border-radius:50%;background:#a9bc7c}.test-art.reasoning i:last-child{background:transparent;border:2px dashed #829173}.test-question{border:0;border-top:1px solid var(--line);margin:28px 0;padding:24px 0 8px;min-width:0}.test-question legend{font:22px/1.4 Georgia,serif;max-width:100%;padding:0 12px 0 0}.answer-options{display:flex;gap:9px;flex-wrap:wrap}.answer-options label{flex:1 1 110px;cursor:pointer;position:relative}.answer-options input{position:absolute;opacity:0;width:1px;height:1px}.answer-options span{border:1px solid #b6c0ad;padding:14px 10px;display:flex;align-items:center;justify-content:center;min-height:78px;height:100%;font-size:14px;text-align:center;border-radius:3px;transition:background .15s}.answer-options input:checked+span{background:var(--green);border:2px solid var(--ink);padding:13px 9px}.answer-options input:focus-visible+span{outline:3px solid #45651d;outline-offset:3px}.answer-options label:hover span{background:#e9eddd}.answer-options input:checked+span{background:var(--green)}.reasoning-options label{flex:1 1 42%}.test-actions{display:flex;flex-wrap:wrap;gap:12px;margin:25px 0}.test-actions button{border-radius:3px;min-height:48px}.test-result{margin-top:42px;padding:28px;background:#edf0e4;border:1px solid var(--line);scroll-margin-top:25px}.test-result h2,.empty-state h2{font:32px/1.2 Georgia,serif;margin-top:0}.test-result h3{font:21px/1.35 Georgia,serif}.scale-result{padding:15px 0;border-bottom:1px solid var(--line)}.scale-result h3{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap}.scale-result h3 span{font:16px Arial,sans-serif;white-space:nowrap}meter{display:block;width:100%;height:24px;accent-color:#657b43}meter::-webkit-meter-bar{background:#d9dfcc;border:0}meter::-webkit-meter-optimum-value{background:#657b43}.result-number{font:56px/1.2 Georgia,serif;margin:20px 0}.result-number span{font:18px Arial,sans-serif}.solution{border-top:1px solid var(--line);padding-top:15px;margin-top:25px}.test-source{margin-top:36px;border-block:1px solid var(--line);padding:20px 0;font-size:14px;color:var(--muted)}.test-source summary{cursor:pointer;font-weight:bold}.test-source a{color:var(--ink);text-decoration:underline;overflow-wrap:anywhere}.stroop-board{padding:25px;border:1px solid var(--line);margin-top:25px;text-align:center}.stimulus{font:bold clamp(32px,5vw,55px)/1.5 Arial,sans-serif;padding:30px 0;background:#fff;margin:24px 0;border-radius:3px}.ink-red{color:#b92328}.ink-blue{color:#1648be}.ink-green{color:#187139}.ink-purple{color:#813594}.color-answers{display:grid;grid-template-columns:1fr 1fr;gap:10px}.color-answers button{background:#e5e9dd;color:var(--ink);min-height:50px}.color-answers button:disabled{cursor:default}.empty-state{border-block:1px solid var(--line);margin:10px 0 85px;padding:50px 30px;display:flex;gap:35px;align-items:center;background:#eeefe5}.empty-state p{max-width:560px}.empty-mark>.pg-icon{width:110px;height:110px}.empty-state .eyebrow{color:var(--muted)}.test-check,.case-pieces{transition:transform .4s}a:hover .test-check,a:focus-visible .test-check{transform:translateY(-3px)}a:hover .case-pieces,a:focus-visible .case-pieces{transform:translateX(3px)}[hidden]{display:none!important}
@media(max-width:1000px){header{flex-wrap:wrap}}
@media(max-width:600px){nav{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:10px 20px}nav a{min-height:44px;width:fit-content}.test-question legend{font-size:20px}.answer-options label{flex-basis:42%}.answer-options span{min-height:68px}.test-result{padding:20px}.stroop-board{padding:15px}.color-answers button{font-size:14px;padding:12px 8px}.empty-state{padding:28px 20px;align-items:flex-start;flex-direction:column;gap:20px}.empty-mark>.pg-icon{width:65px;height:65px}.test-art{height:160px}.test-art.reasoning{gap:12px}.test-art.reasoning i{width:38px;height:38px}}
@media(prefers-reduced-motion:reduce){.test-check,.case-pieces,.answer-options span{transition:none!important}}

/* Stable brand mark: no filters or resampling on hover/click. */
.pg-dialectic{filter:none;transition:none;shape-rendering:geometricPrecision}.pg-dialectic .brain-light{transition:fill .18s ease}a:hover>.pg-dialectic .brain-light,a:focus-visible>.pg-dialectic .brain-light{fill:var(--green)}.icon-clicked>.pg-dialectic,a:active>.pg-dialectic,.pg-dialectic:active{animation:none;transform:none;scale:1;filter:none}

/* The outline stays still while the two internal forms rotate continuously. */
.dialectic-flow{animation:brain-flow 16s linear infinite;transform-origin:60px 60px;transform-box:view-box}
@keyframes brain-flow{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}

/* Reserve scrollbar space across short and long sections. */
@supports (scrollbar-gutter:stable){html{overflow-y:auto}}
.test-art.belief{background:#e7dfd0;gap:14px}.test-art.belief i{width:45px;height:65px;border:2px solid #26352d;transform:rotate(-8deg)}.test-art.belief i:nth-child(3){background:#a76950;transform:rotate(12deg)}
.test-art.chance{background:#dfe5d6;gap:12px}.test-art.chance i{width:38px;height:38px;border-radius:50%;background:#647560}.test-art.chance i:nth-child(4){background:#a76950;transform:translateY(-25px)}
#anchor-form input[type=number]{display:block;width:min(100%,300px);min-height:48px;padding:10px 14px;font:20px Georgia,serif;border:1px solid var(--muted);background:#fff;margin:12px 0}#anchor-form label{font-weight:bold}.anchor-summary{display:grid;grid-template-columns:1fr auto;gap:12px}.anchor-summary dd{margin:0;font-weight:bold}
.ftp-panel{margin:24px 0;border:1px solid var(--line);padding:18px}.ftp-panel summary{cursor:pointer;font-weight:700}.ftp-panel .editor{margin-top:20px}.ftp-panel input,.ftp-panel select{min-width:0;width:100%}#ftp-status{overflow-wrap:anywhere}
