.philosophy-article{--max-read-width: 65ch;--line-height-comfortable: 1.75;max-width:var(--max-read-width);margin:0 auto;padding:2rem 1rem;line-height:var(--line-height-comfortable);text-rendering:optimizeLegibility;color:var(--brand-text-secondary)}.manifesto-header{text-align:center;padding:4rem 0 2rem}.manifesto-header h1{font-size:clamp(2.5rem,5vw,4rem);letter-spacing:-.02em;margin-bottom:1rem;background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.manifesto-header .epigraph{font-style:italic;color:var(--brand-text-tertiary);font-size:1.25rem;max-width:50ch;margin:0 auto}.markdown-content{font-size:1.1rem}.markdown-content p{margin-bottom:1.5rem}.markdown-content strong{color:var(--brand-text-primary)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:1.5rem;margin:2rem 0}.values-grid .value-card{padding:1.5rem;border-left:3px solid var(--brand-primary);background:var(--brand-bg-card);border-radius:0 .5rem .5rem 0;transition:transform var(--transition-base),box-shadow var(--transition-base)}.values-grid .value-card:hover{transform:translateX(5px);box-shadow:var(--shadow-elevated)}.values-grid .value-card h3{margin-top:0;color:var(--brand-text-primary)}.values-grid .value-card p{margin-bottom:0;color:var(--brand-text-secondary);font-size:.95rem}.reading-progress-bar{position:fixed;top:0;left:0;width:100%;height:3px;background:rgba(0,0,0,0);z-index:50}.reading-progress-bar .reading-progress-fill{height:100%;width:0%;background:var(--gradient-primary);transition:width .1s linear}.manifesto-quote{border-left:3px solid var(--brand-primary);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--brand-text-tertiary);font-size:1.1rem}.closing-quote{font-size:1.5rem;text-align:center;border-left:none;max-width:50ch;margin:3rem auto;color:var(--brand-text-primary)}.timeless-note{font-size:.875rem;color:var(--brand-text-tertiary);margin-top:2rem;font-family:var(--font-mono);text-align:center}.concept-visual{max-width:600px;margin:2rem auto;text-align:center}.concept-visual svg,.concept-visual img{max-width:100%;height:auto}.deco-svg{margin-top:2rem}