:root{--sand:#E8DCC8;--sand-light:#F2EDE3;--sand-pale:#F7F3EC;--terracotta:#C4714A;--terracotta-light:#D4906E;--earth:#3D2B1F;--earth-mid:#5C4033;--earth-light:#7A6455;--cyan:#00CED1;--cyan-faint:rgba(0,206,209,0.08);--stone-warm:#D5C9B5;--parchment:#EDE6D8;--ink:#2A1F14;--ink-light:#5A4A3A}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:20px}body{font-family:"Source Serif 4",Georgia,serif;color:var(--ink);background-color:var(--sand-pale);line-height:1.8;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{z-index:1000;background-image:url("data:image/svg+xml,%3Csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");opacity:.4}body:after,body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none}body:after{z-index:999;background:repeating-linear-gradient(0deg,transparent,transparent 3px,rgba(0,206,209,.012) 0,rgba(0,206,209,.012) 4px)}::selection{background:var(--terracotta);color:var(--sand-pale)}code{font-family:IBM Plex Mono,Courier New,monospace}.loading{text-align:center;padding:4rem 2rem;font-family:IBM Plex Mono,monospace;font-size:.75rem;letter-spacing:.2em;color:var(--earth-light);text-transform:lowercase}.App{min-height:100vh;display:flex;flex-direction:column}.App-nav{position:-webkit-sticky;position:sticky;top:0;z-index:500;background:rgba(61,43,31,.97);border-bottom:1px solid var(--earth-mid);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nav-inner{max-width:900px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:60px}.nav-brand{text-decoration:none;display:flex;align-items:baseline;gap:.6rem}.nav-brand-title{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700;color:var(--sand);letter-spacing:.15em;text-transform:uppercase}.nav-brand-divider{width:1px;height:12px;background:var(--earth-mid);align-self:center}.nav-brand-sub{font-family:IBM Plex Mono,monospace;font-size:.7rem;font-weight:400;color:var(--stone-warm);letter-spacing:.2em;text-transform:lowercase;opacity:.85}.nav-links{display:flex;align-items:center;gap:.5rem;list-style:none}.nav-links a{font-family:IBM Plex Mono,monospace;font-size:.65rem;font-weight:400;color:var(--stone-warm);text-decoration:none;letter-spacing:.12em;text-transform:lowercase;transition:all .25s ease;position:relative;padding:.3rem .7rem;border:1px solid transparent}.nav-links a:hover{color:var(--sand-light);border-color:var(--earth-mid)}.nav-links a.active{color:var(--sand);border-color:var(--terracotta)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:4px;flex-direction:column;gap:5px}.nav-toggle span{display:block;width:22px;height:1px;background:var(--earth-light);transition:all .3s ease}@media (max-width:600px){.nav-toggle{display:flex}.nav-links{display:none;position:absolute;top:60px;left:0;right:0;background:rgba(61,43,31,.98);border-bottom:1px solid var(--earth-mid);flex-direction:column;gap:0;padding:1rem 0;z-index:500}.nav-links.open{display:flex}.nav-links li{width:100%}.nav-links a{display:block;padding:.75rem 2rem;font-size:.72rem}.nav-links a:after{display:none}}.App-main{flex:1 1;width:100%}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(180deg,var(--earth) 0,var(--earth-mid) 20%,var(--terracotta) 45%,var(--sand) 75%,var(--sand-light) 100%);padding:2rem;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='400' height='400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.45' numOctaves='5' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");opacity:.6;pointer-events:none}.hero-content{position:relative;z-index:2;max-width:700px}.cross-container{position:relative;z-index:2;margin-bottom:2.5rem;display:flex;justify-content:center}.cross{width:2px;height:140px;background:linear-gradient(180deg,transparent 0,var(--terracotta) 20%,var(--terracotta-light) 50%,var(--terracotta) 80%,transparent 100%);position:relative;opacity:0;animation:crossReveal 3s ease-out .3s forwards;box-shadow:0 0 25px rgba(196,113,74,.25),0 0 50px rgba(196,113,74,.08)}.cross:before{content:"";width:80px;height:2px;background:linear-gradient(90deg,transparent 0,var(--terracotta) 20%,var(--terracotta-light) 50%,var(--terracotta) 80%,transparent 100%);top:40px;transform:translateX(-50%);box-shadow:0 0 25px rgba(196,113,74,.25),0 0 50px rgba(196,113,74,.08)}.cross-glow,.cross:before{position:absolute;left:50%}.cross-glow{width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(196,113,74,.06) 0,rgba(196,113,74,.02) 40%,transparent 70%);top:50%;transform:translate(-50%,-55%);animation:crossGlow 8s ease-in-out infinite;z-index:1}@keyframes crossGlow{0%,to{opacity:1;transform:translate(-50%,-55%) scale(1)}25%{opacity:.8;transform:translate(-50%,-55%) scale(1.03)}50%{opacity:.95;transform:translate(-50%,-55%) scale(.97)}75%{opacity:.85;transform:translate(-50%,-55%) scale(1.02)}}@keyframes crossReveal{0%{opacity:0;filter:blur(6px)}to{opacity:1;filter:blur(0)}}.greek-word{font-family:Playfair Display,serif;font-size:clamp(3rem,8vw,6rem);font-weight:400;color:var(--sand-pale);letter-spacing:.15em;margin-bottom:.3rem;opacity:0;animation:fadeInGreek 3s ease-out 2.5s forwards;position:relative}.greek-word:after{content:"κένωσις";position:absolute;top:0;left:2px;width:100%;color:var(--cyan);opacity:0;animation:glitch 8s ease-in-out 5.5s infinite;pointer-events:none}@keyframes glitch{0%,92%,to{opacity:0;transform:translate(0)}93%{opacity:.15;transform:translate(2px,-1px)}94%{opacity:0;transform:translate(0)}95%{opacity:.1;transform:translate(-1px,1px)}96%{opacity:0}}@keyframes fadeInGreek{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.greek-translation{font-family:"Source Serif 4",serif;font-style:italic;font-weight:400;font-size:clamp(.9rem,2.2vw,1.15rem);color:var(--earth);letter-spacing:.08em;margin-bottom:.15rem;opacity:0;animation:fadeInSlow 2.5s ease-out 4s forwards}.scripture-ref{font-family:IBM Plex Mono,monospace;font-weight:400;font-size:.7rem;color:var(--terracotta);letter-spacing:.12em;text-transform:uppercase;margin-bottom:3.5rem;opacity:0;animation:fadeInSlow 2s ease-out 4.8s forwards}.hero-rule{width:60px;height:1px;background:var(--terracotta-light);margin:2rem auto;opacity:0;animation:fadeInSlow 2s ease-out 5.2s forwards}.hero-title{font-family:Playfair Display,serif;font-size:clamp(1.6rem,4vw,2.8rem);font-weight:700;color:var(--earth);letter-spacing:.35em;text-transform:uppercase;margin-bottom:.6rem;opacity:0;animation:fadeInSlow 2s ease-out 5.5s forwards}.hero-subtitle{font-family:IBM Plex Mono,monospace;font-weight:400;font-size:clamp(.72rem,1.6vw,.85rem);color:var(--earth-mid);letter-spacing:.25em;text-transform:lowercase;opacity:0;animation:fadeInSlow 2s ease-out 6s forwards}@keyframes fadeInSlow{0%{opacity:0}to{opacity:1}}.scroll-cue{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);z-index:2;opacity:0;animation:fadeInSlow 2s ease-out 7s forwards}.scroll-cue span{display:block;width:1px;height:40px;background:linear-gradient(to bottom,var(--sand-light),transparent);margin:0 auto;animation:scrollPulse 2.5s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(.6)}50%{opacity:.8;transform:scaleY(1)}}.book-container{display:flex;min-height:calc(100vh - 60px)}.chapter-scroll{width:240px;flex-shrink:0;background:var(--parchment);border-right:1px solid var(--stone-warm);position:-webkit-sticky;position:sticky;top:60px;height:calc(100vh - 60px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--stone-warm) transparent}.chapter-scroll::-webkit-scrollbar{width:3px}.chapter-scroll::-webkit-scrollbar-thumb{background:var(--stone-warm)}.scroll-top{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--stone-warm)}.scroll-title{font-family:IBM Plex Mono,monospace;font-size:.72rem;font-weight:400;letter-spacing:.25em;text-transform:uppercase;color:var(--terracotta)}.scroll-body{padding:1rem 0}.scroll-bottom{height:2rem}.chapter-item,.chapter-nav{display:flex;flex-direction:column}.chapter-item{gap:.2rem;padding:1rem 1.5rem;text-decoration:none;color:var(--earth-mid);border-left:3px solid transparent;transition:all .2s ease}.chapter-item:hover{background:var(--sand-light);border-left-color:var(--stone-warm)}.chapter-item.active{background:var(--sand-light);border-left-color:var(--terracotta)}.chapter-number{font-family:IBM Plex Mono,monospace;font-size:.68rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase}.chapter-item.active .chapter-number,.chapter-number{color:var(--terracotta)}.chapter-title{font-family:"Source Serif 4",serif;font-size:1rem;font-weight:600;color:var(--earth);line-height:1.35}.chapter-nav-divider{height:1px;background:var(--stone-warm);margin:.5rem 1.5rem;opacity:.6}.chapter-period{font-family:IBM Plex Mono,monospace;font-size:.68rem;font-weight:400;color:var(--earth-mid);letter-spacing:.06em}.chapter-content{flex:1 1;min-width:0;position:relative}.chapter-content:before{content:"";position:absolute;top:0;left:2.5rem;width:1px;height:100%;background:linear-gradient(to bottom,transparent 0,var(--terracotta) 3%,var(--terracotta) 97%,transparent 100%);opacity:.15;pointer-events:none}.chapter-article{max-width:680px;margin:0 auto;padding:4rem 3rem 5rem 4rem}.chapter-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--stone-warm)}.chapter-label{font-family:IBM Plex Mono,monospace;font-weight:400;font-size:.75rem;color:var(--terracotta);letter-spacing:.2em;text-transform:uppercase;margin-bottom:.75rem;display:flex;align-items:center;gap:.8rem}.chapter-label:after{content:"";flex:1 1;height:1px;background:var(--stone-warm);max-width:80px}.chapter-article h1{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3.5vw,2.4rem);font-weight:700;color:var(--earth);line-height:1.2;margin-bottom:1rem}.chapter-excerpt{font-style:italic;font-size:1.1rem;color:var(--earth-mid);line-height:1.7}.chapter-excerpt,.chapter-text{font-family:"Source Serif 4",serif}.chapter-text{font-weight:400;font-size:1.05rem;color:var(--ink);line-height:2}.chapter-text h1,.chapter-text h2,.chapter-text h3{font-family:Playfair Display,serif;color:var(--earth);margin:2.5rem 0 1rem;line-height:1.3}.chapter-text h1{font-size:1.7rem;font-weight:600}.chapter-text h2{font-size:1.35rem;font-weight:600}.chapter-text h3{font-size:1.1rem;font-weight:600}.chapter-text p{margin-bottom:1.4rem}.chapter-text a{color:var(--terracotta);text-decoration:none;border-bottom:1px solid var(--terracotta);padding-bottom:1px;transition:color .2s ease,border-color .2s ease}.chapter-text a:visited{color:var(--earth-mid);border-bottom-color:var(--stone-warm)}.chapter-text a:hover{color:var(--earth);border-bottom-color:var(--earth)}.chapter-text em{font-style:italic;color:var(--earth-mid)}.chapter-text strong{font-weight:600;color:var(--earth)}.chapter-text blockquote{margin:2rem 0;padding:1.5rem 1.5rem 1.5rem 2rem;background:linear-gradient(135deg,var(--parchment),var(--sand-light));border-top:1px solid var(--stone-warm);border-bottom:1px solid var(--stone-warm);border-left:2px solid var(--terracotta);font-family:Playfair Display,serif;font-style:italic;font-size:1rem;color:var(--earth-mid);line-height:1.8}.chapter-text ol,.chapter-text ul{margin-left:1.5rem;margin-bottom:1.4rem}.chapter-text li{margin-bottom:.4rem}.chapter-text hr{border:none;height:1px;background:var(--stone-warm);margin:3rem 0;position:relative}.chapter-text hr:after{content:"✦";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--terracotta);font-size:.6rem;background:var(--sand-pale);padding:0 .5rem}.chapter-text code{font-family:IBM Plex Mono,monospace;font-size:.82em;color:var(--earth-mid);padding:.1em .35em}.chapter-text code,.chapter-text pre{background:var(--parchment);border:1px solid var(--stone-warm)}.chapter-text pre{padding:1.5rem;overflow-x:auto;margin-bottom:1.4rem}.chapter-text pre code{background:none;border:none;padding:0;font-size:.8rem}.history-title{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3.5vw,2.4rem);font-weight:700;color:var(--earth);line-height:1.2;margin-bottom:.5rem}.history-subtitle{font-family:"Source Serif 4",serif;line-height:1.7}.history-scripture,.history-subtitle{font-style:italic;font-size:1.1rem;color:var(--earth-mid)}.history-scripture{margin:2rem 0;padding:1.5rem 1.5rem 1.5rem 2rem;background:linear-gradient(135deg,var(--parchment),var(--sand-light));border-top:1px solid var(--stone-warm);border-bottom:1px solid var(--stone-warm);border-left:3px solid var(--terracotta);font-family:Playfair Display,serif;line-height:1.9}.history-scripture cite{display:block;margin-top:.75rem;font-family:IBM Plex Mono,monospace;font-style:normal;font-size:.72rem;letter-spacing:.1em;color:var(--earth-mid)}.history-section-title{font-family:IBM Plex Mono,monospace;font-size:.75rem;font-weight:400;letter-spacing:.25em;text-transform:uppercase;color:var(--terracotta);margin:2.5rem 0 1.25rem;display:flex;align-items:center;gap:1rem}.history-section-title:after{content:"";flex:1 1;height:1px;background:var(--stone-warm)}.history-timeline-section{margin-bottom:2.5rem}.history-figures-section{margin-top:3rem}.history-figure-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1.25rem;gap:1.25rem}.history-figure-card{display:flex;flex-direction:column;gap:.25rem;background:var(--sand-pale);border:1px solid var(--stone-warm);padding:1.5rem;text-decoration:none;color:inherit;position:relative;transition:box-shadow .25s ease,transform .25s ease}.history-figure-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--terracotta),var(--sand))}.history-figure-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(61,43,31,.08)}.history-figure-card__name{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:var(--earth);margin-bottom:.1rem}.history-figure-card__dates{font-family:IBM Plex Mono,monospace;font-size:.62rem;font-weight:400;color:var(--earth-mid);letter-spacing:.1em;margin-bottom:.5rem}.history-figure-card__title{font-family:"Source Serif 4",serif;font-size:.82rem;color:var(--ink);line-height:1.5;font-weight:400;margin-bottom:.75rem}.history-figure-card__quote{font-family:Playfair Display,serif;font-style:italic;font-size:.78rem;color:var(--earth-mid);line-height:1.6;padding-top:.75rem;border-top:1px solid var(--stone-warm);margin:0;flex:1 1}.history-figure-card__link{font-family:IBM Plex Mono,monospace;font-size:.62rem;font-weight:400;color:var(--terracotta);letter-spacing:.12em;text-transform:lowercase;margin-top:1rem}.history-figure-expanded{margin-bottom:3rem;padding:2rem 0;border-top:1px solid var(--stone-warm);position:relative}.history-figure-expanded:before{content:"";position:absolute;top:0;left:0;width:40px;height:2px;background:var(--terracotta)}.history-figure-header{margin-bottom:1rem}.history-figure-name{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:var(--earth);margin-bottom:.5rem}.history-figure-details{display:flex;flex-wrap:wrap;gap:.3rem 1rem}.history-figure-dates,.history-figure-feast,.history-figure-location,.history-figure-role{font-family:IBM Plex Mono,monospace;font-size:.62rem;letter-spacing:.08em;color:var(--earth-light)}.history-figure-quote,.history-figure-role{color:var(--earth-mid);font-style:italic}.history-figure-quote{font-family:Playfair Display,serif;font-size:1.05rem;line-height:1.8;padding:1rem 1.5rem;margin:1rem 0 1.5rem;border-left:3px solid var(--terracotta);background:rgba(237,230,216,.3)}.history-figure-content{margin-bottom:1rem}.history-figure-tags{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.5rem}.history-figure-tag{font-family:IBM Plex Mono,monospace;font-size:.55rem;letter-spacing:.1em;text-transform:uppercase;color:var(--earth-light);border:1px solid var(--stone-warm);padding:.15rem .5rem}.timeline{position:relative;padding-left:1.5rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,var(--terracotta),var(--stone-warm))}.timeline-event{position:relative;margin-bottom:1.5rem;padding-left:1rem}.timeline-event:before{content:"";position:absolute;left:-1.75rem;top:.4rem;width:5px;height:5px;border-radius:50%;background:var(--terracotta)}.timeline-year{font-family:IBM Plex Mono,monospace;font-size:.72rem;font-weight:400;color:var(--terracotta);letter-spacing:.1em;margin-bottom:.15rem}.timeline-event-title{font-family:"Source Serif 4",serif;font-size:1rem;font-weight:600;color:var(--earth)}.timeline-event-description{font-family:"Source Serif 4",serif;font-size:.9rem;font-weight:400;color:var(--ink);line-height:1.7;margin-top:.3rem}.figure-detail{max-width:680px;margin:0 auto;padding:4rem 3rem 5rem 4rem}.figure-back{display:inline-flex;align-items:center;gap:.5rem;font-family:IBM Plex Mono,monospace;font-size:.75rem;font-weight:400;letter-spacing:.12em;text-transform:lowercase;color:var(--earth-mid);text-decoration:none;margin-bottom:2.5rem;transition:color .2s ease}.figure-back:hover{color:var(--terracotta)}.App-footer{text-align:center;padding:4rem 2rem 3rem;background:var(--earth);color:var(--stone-warm);position:relative}.App-footer:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:1px;height:40px;background:linear-gradient(to bottom,var(--terracotta),transparent)}.footer-name{font-family:IBM Plex Mono,monospace;font-weight:300;font-size:.72rem;letter-spacing:.25em;margin-bottom:1.5rem;margin-top:1.5rem;color:var(--sand);opacity:.7}.footer-verse{font-family:Playfair Display,serif;font-style:italic;font-size:.95rem;color:var(--stone-warm);max-width:480px;margin:0 auto;line-height:1.9;opacity:.85}.nt-chronology-list{margin:2rem 0}.nt-book-row{display:flex;align-items:baseline;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--stone-warm)}.nt-book-row:last-child{border-bottom:none}.nt-book-index{font-family:IBM Plex Mono,monospace;font-size:.7rem;font-weight:400;color:var(--terracotta);letter-spacing:.1em;min-width:2.2rem;flex-shrink:0}.nt-book-name{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:600;color:var(--earth);flex:1 1}.nt-book-date{font-family:IBM Plex Mono,monospace;font-size:.72rem;letter-spacing:.06em;white-space:nowrap}.nt-book-date,.nt-credit{font-weight:400;color:var(--earth-mid)}.nt-credit{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--stone-warm);font-family:"Source Serif 4",serif;font-size:.9rem;line-height:1.75}.digital-watermark{position:fixed;bottom:1rem;right:1rem;font-family:IBM Plex Mono,monospace;font-weight:300;font-size:.55rem;color:var(--cyan);opacity:.12;letter-spacing:.15em;pointer-events:none;z-index:998}.main-content-area{position:relative;max-width:720px;margin:0 auto;padding:5rem 2rem 4rem 4rem}.main-content-area:before{content:"";position:absolute;top:0;left:2.5rem;width:1px;height:100%;background:linear-gradient(to bottom,transparent 0,var(--terracotta) 5%,var(--terracotta) 95%,transparent 100%);opacity:.2;pointer-events:none}.home-chapter{margin-bottom:4.5rem;padding-bottom:3.5rem;border-bottom:1px solid var(--stone-warm)}.home-chapter:last-of-type{border-bottom:none}.home-chapter-title{font-family:Playfair Display,serif;font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:700;color:var(--earth);margin-bottom:1rem;line-height:1.25}.home-chapter-body{font-family:"Source Serif 4",serif;font-size:1.05rem;font-weight:400;color:var(--ink);line-height:2;margin-bottom:1.2rem}.read-more{font-family:IBM Plex Mono,monospace;font-weight:400;font-size:.8rem;color:var(--terracotta);text-decoration:none;letter-spacing:.12em;text-transform:lowercase;transition:color .3s ease;position:relative;display:inline-block}.read-more:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--terracotta);transition:width .3s ease}.read-more:hover{color:var(--earth)}.read-more:hover:after{width:100%}.floating-quote{margin:3rem 0 5rem;padding:2.5rem 2rem;background:linear-gradient(135deg,var(--parchment),var(--sand-light));border-top:1px solid var(--stone-warm);border-bottom:1px solid var(--stone-warm);text-align:center;position:relative}.floating-quote:before{content:"";position:absolute;top:-1px;left:50%;transform:translateX(-50%);width:40px;height:2px;background:var(--terracotta)}.floating-quote blockquote{font-family:Playfair Display,serif;font-style:italic;font-size:clamp(1rem,2.5vw,1.15rem);color:var(--earth-mid);line-height:1.8;max-width:560px;margin:0 auto 1rem}.floating-quote-ref{font-family:IBM Plex Mono,monospace;font-size:.65rem;font-weight:300;color:var(--earth-light);letter-spacing:.15em}@media (max-width:600px){.main-content-area{padding:3rem 1.5rem 3rem 2.5rem}.main-content-area:before{left:.8rem}.home-chapter{margin-bottom:3rem;padding-bottom:2.5rem}.floating-quote{padding:2rem 1.2rem;margin:2rem 0 3.5rem}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease-out,transform .8s ease-out}.reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.book-container{flex-direction:column}.chapter-scroll{width:100%;position:static;height:auto;max-height:220px;border-right:none;border-bottom:1px solid var(--stone-warm)}.chapter-nav{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;padding:0 .5rem;scrollbar-width:none}.chapter-nav::-webkit-scrollbar{display:none}.chapter-item{flex:0 0 auto;min-width:130px;border-left:none;border-bottom:2px solid transparent}.chapter-item.active{border-left:none;border-bottom-color:var(--terracotta);background:var(--sand-light)}.chapter-article,.figure-detail{padding:2.5rem 1.5rem 3rem 2rem}.chapter-content:before{left:.8rem}html{font-size:17px}}.sayings-page{max-width:960px;margin:0 auto;padding:0 2rem 4rem}.sayings-hero{text-align:center;padding:3rem 0 2rem}.sayings-hero-rule{width:60px;height:1px;background:var(--terracotta);margin:1.2rem auto;opacity:.6}.sayings-hero-label{font-family:IBM Plex Mono,monospace;font-size:.65rem;letter-spacing:.35em;text-transform:uppercase;color:var(--earth-light);margin-bottom:.5rem}.sayings-hero-title{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;color:var(--earth);letter-spacing:.02em;margin-bottom:.6rem}.sayings-hero-desc{font-family:"Source Serif 4",serif;font-size:1.05rem;font-style:italic;color:var(--earth-mid);margin-bottom:.4rem}.sayings-hero-sub{font-family:"Source Serif 4",serif;font-size:.85rem;color:var(--earth-light);max-width:540px;margin:0 auto;line-height:1.6}.sayings-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:var(--stone-warm);border:1px solid var(--stone-warm);margin-bottom:2rem}.sayings-stat-card{background:var(--sand-pale);padding:1.4rem 1rem;text-align:center;position:relative}.sayings-stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--cyan);opacity:.5}.sayings-stat-value{font-family:IBM Plex Mono,monospace;font-size:1.8rem;font-weight:400;color:var(--earth);letter-spacing:-.02em;line-height:1;margin-bottom:.4rem}.sayings-stat-label{font-family:IBM Plex Mono,monospace;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--earth-mid)}.sayings-stat-sub{font-family:IBM Plex Mono,monospace;font-size:.55rem;letter-spacing:.1em;color:var(--earth-light);margin-top:.2rem}.sayings-browse-cta{text-align:center;margin-bottom:3rem}.sayings-browse-btn{display:inline-block;font-family:IBM Plex Mono,monospace;font-size:.75rem;letter-spacing:.15em;text-transform:lowercase;color:var(--sand-pale);background:var(--earth);padding:.7rem 2rem;text-decoration:none;border:1px solid var(--earth);transition:all .25s ease}.sayings-browse-btn:hover{background:var(--terracotta);border-color:var(--terracotta)}.sayings-section-title{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:600;color:var(--earth);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--stone-warm)}.sayings-dimensions-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;margin-bottom:2.5rem}.sayings-dimension-title{font-family:IBM Plex Mono,monospace;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--earth-light);margin-bottom:.8rem}.sayings-dimension-grid{display:flex;flex-direction:column;gap:0}.sayings-dimension-item{display:grid;grid-template-columns:1fr auto auto;align-items:center;grid-gap:.6rem;gap:.6rem;padding:.4rem 0;text-decoration:none;border-bottom:1px solid rgba(213,201,181,.4);transition:background .15s ease}.sayings-dimension-item:hover{background:var(--cyan-faint)}.sayings-dim-name{font-family:"Source Serif 4",serif;font-size:.82rem;color:var(--earth)}.sayings-dim-bar{width:80px;height:3px;background:var(--sand);position:relative}.sayings-dim-fill{position:absolute;top:0;left:0;height:100%;background:var(--terracotta);transition:width .6s ease}.sayings-dim-count{font-family:IBM Plex Mono,monospace;font-size:.7rem;color:var(--earth-light);min-width:28px;text-align:right}.sayings-referenced{margin-top:2rem}.sayings-referenced-desc{font-family:IBM Plex Mono,monospace;font-size:.7rem;color:var(--earth-light);letter-spacing:.08em;margin-top:-1rem;margin-bottom:1.5rem}.sayings-referenced-list{display:flex;flex-direction:column;gap:0}.sayings-ref-card{display:grid;grid-template-columns:36px 1fr;grid-gap:1rem;gap:1rem;padding:1rem 0;text-decoration:none;border-bottom:1px solid rgba(213,201,181,.4);transition:background .15s ease}.sayings-ref-card:hover{background:var(--cyan-faint)}.sayings-ref-rank{font-family:IBM Plex Mono,monospace;font-size:.75rem;color:var(--terracotta);padding-top:.15rem}.sayings-ref-verse{font-family:IBM Plex Mono,monospace;font-size:.7rem;letter-spacing:.08em;color:var(--earth-mid);margin-bottom:.3rem}.sayings-ref-text{font-family:"Source Serif 4",serif;font-size:.88rem;color:var(--earth);line-height:1.6;font-style:italic;margin-bottom:.4rem}.sayings-ref-meta{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.sayings-ref-parallels{font-family:IBM Plex Mono,monospace;font-size:.6rem;color:var(--earth-light);letter-spacing:.06em}.sayings-badge{display:inline-block;font-family:IBM Plex Mono,monospace;font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;padding:.15rem .5rem;text-decoration:none;border:1px solid;transition:all .2s ease}.sayings-badge-type{color:var(--terracotta);border-color:var(--terracotta)}.sayings-badge-type:hover{background:var(--terracotta);color:var(--sand-pale)}.sayings-badge-audience{color:var(--earth-mid);border-color:var(--stone-warm)}.sayings-badge-audience:hover{background:var(--earth-mid);color:var(--sand-pale)}.sayings-badge-origin{color:var(--earth-light);border-color:var(--stone-warm)}.sayings-badge-origin:hover{background:var(--earth-light);color:var(--sand-pale)}.sayings-badge-parallels{color:var(--cyan);border-color:rgba(0,206,209,.3)}.sayings-badge-idiom{color:var(--earth);border-color:var(--stone-warm);background:rgba(213,201,181,.15)}.sayings-badge-idiom:hover{background:var(--earth);color:var(--sand-pale)}.sayings-badge-theme{color:var(--earth-mid);border-color:rgba(196,113,74,.3);background:rgba(196,113,74,.05)}.sayings-badge-theme:hover{background:var(--terracotta);color:var(--sand-pale)}.sayings-colophon{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--stone-warm);text-align:center}.sayings-colophon p{font-family:IBM Plex Mono,monospace;font-size:.65rem;color:var(--earth-light);letter-spacing:.06em}.sayings-colophon a{color:var(--terracotta);text-decoration:none}.sayings-colophon a:hover{text-decoration:underline}.sayings-view-page{max-width:960px;margin:0 auto;padding:0 2rem 4rem}.sayings-view-header{padding:2rem 0 1rem}.sayings-view-back{font-family:IBM Plex Mono,monospace;font-size:.68rem;letter-spacing:.1em;color:var(--terracotta);text-decoration:none;display:inline-block;margin-bottom:.5rem}.sayings-view-back:hover{text-decoration:underline}.sayings-view-title{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:600;color:var(--earth);margin-bottom:.3rem}.sayings-view-count{font-family:IBM Plex Mono,monospace;font-size:.68rem;color:var(--earth-light);letter-spacing:.08em}.sayings-filter-bar{background:var(--sand-light);border:1px solid var(--stone-warm);padding:1rem;margin-bottom:1.5rem;position:-webkit-sticky;position:sticky;top:60px;z-index:100}.sayings-filter-row{display:flex;gap:.8rem;align-items:flex-end;flex-wrap:wrap;margin-bottom:.5rem}.sayings-filter-row:last-child{margin-bottom:0}.sayings-filter-group{display:flex;flex-direction:column;gap:.2rem;flex:1 1;min-width:120px}.sayings-filter-label{font-family:IBM Plex Mono,monospace;font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;color:var(--earth-light)}.sayings-filter-select{font-family:IBM Plex Mono,monospace;font-size:.72rem;color:var(--earth);background:var(--sand-pale);border:1px solid var(--stone-warm);cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5'%3E%3Cpath d='M0 0l4 5 4-5z' fill='%237A6455'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;padding:.35rem 1.5rem .35rem .5rem}.sayings-filter-select:focus{outline:1px solid var(--terracotta);border-color:var(--terracotta)}.sayings-filter-search{flex:1 1;min-width:140px}.sayings-search-input{width:100%;font-family:IBM Plex Mono,monospace;font-size:.72rem;color:var(--earth);background:var(--sand-pale);border:1px solid var(--stone-warm);padding:.35rem .5rem}.sayings-search-input::placeholder{color:var(--earth-light);opacity:.6}.sayings-search-input:focus{outline:1px solid var(--terracotta);border-color:var(--terracotta)}.sayings-filter-clear{font-family:IBM Plex Mono,monospace;font-size:.62rem;letter-spacing:.1em;color:var(--terracotta);background:none;border:1px solid var(--terracotta);padding:.35rem .7rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.sayings-filter-clear:hover{background:var(--terracotta);color:var(--sand-pale)}.sayings-results{display:flex;flex-direction:column;gap:0}.sayings-empty{text-align:center;padding:3rem 1rem;font-family:IBM Plex Mono,monospace;font-size:.75rem;color:var(--earth-light);letter-spacing:.1em}.sayings-card{display:block;padding:1rem 0;text-decoration:none;border-bottom:1px solid rgba(213,201,181,.4);transition:background .15s ease}.sayings-card:hover{background:var(--cyan-faint)}.sayings-card-ref{font-family:IBM Plex Mono,monospace;font-size:.68rem;letter-spacing:.08em;color:var(--earth-mid);margin-bottom:.3rem}.sayings-card-preview{font-family:"Source Serif 4",serif;font-size:.9rem;color:var(--earth);line-height:1.6;font-style:italic;margin-bottom:.3rem}.sayings-card-context{font-family:IBM Plex Mono,monospace;font-size:.62rem;color:var(--earth-light);letter-spacing:.04em;margin-bottom:.4rem}.sayings-card-badges{display:flex;gap:.4rem;flex-wrap:wrap}.saying-detail-page{max-width:720px;margin:0 auto;padding:0 2rem 4rem}.saying-detail-nav{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0 1rem;border-bottom:1px solid var(--stone-warm);margin-bottom:2rem}.saying-nav-back{font-family:IBM Plex Mono,monospace;font-size:.68rem;letter-spacing:.1em;color:var(--terracotta);text-decoration:none}.saying-nav-back:hover{text-decoration:underline}.saying-nav-arrows{display:flex;gap:1.5rem}.saying-nav-next,.saying-nav-prev{font-family:IBM Plex Mono,monospace;font-size:.65rem;letter-spacing:.08em;color:var(--earth-light);text-decoration:none;transition:color .2s ease}.saying-nav-next:hover,.saying-nav-prev:hover{color:var(--terracotta)}.saying-detail-header{margin-bottom:1.5rem}.saying-detail-ref{font-family:IBM Plex Mono,monospace;font-size:.85rem;letter-spacing:.1em;color:var(--earth-mid);margin-bottom:.8rem}.saying-detail-badges{display:flex;gap:.5rem;flex-wrap:wrap}.saying-detail-text{font-family:"Source Serif 4",serif;font-size:1.15rem;line-height:1.9;color:var(--earth);font-style:italic;padding:1.5rem 2rem;margin:0 0 2rem;border-left:3px solid var(--terracotta);background:rgba(237,230,216,.4);position:relative}.saying-detail-text:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,var(--terracotta),transparent);opacity:.3}.saying-detail-meta{display:flex;flex-direction:column;gap:0}.saying-meta-section{padding:.8rem 0;border-bottom:1px solid rgba(213,201,181,.3);display:grid;grid-template-columns:120px 1fr;grid-gap:1rem;gap:1rem;align-items:baseline}.saying-meta-label{font-family:IBM Plex Mono,monospace;font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--earth-light)}.saying-meta-value{font-family:"Source Serif 4",serif;font-size:.85rem;color:var(--earth);line-height:1.5}.saying-meta-tags{display:flex;gap:.4rem;flex-wrap:wrap}.saying-detail-bottom-nav{display:flex;justify-content:space-between;align-items:center;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--stone-warm)}.saying-bottom-link{font-family:IBM Plex Mono,monospace;font-size:.68rem;letter-spacing:.08em;color:var(--earth-light);text-decoration:none;transition:color .2s ease}.saying-bottom-link:hover,.saying-bottom-overview{color:var(--terracotta)}@media (max-width:768px){.sayings-stats{grid-template-columns:repeat(2,1fr)}.sayings-dimensions-row{grid-template-columns:1fr;gap:2rem}.sayings-hero-title{font-size:1.7rem}.saying-meta-section{grid-template-columns:1fr;gap:.3rem}.saying-detail-text{padding:1rem 1.2rem;font-size:1.05rem}}@media (max-width:480px){.sayings-stats{grid-template-columns:1fr 1fr}.sayings-stat-value{font-size:1.4rem}.sayings-filter-row{flex-direction:column;gap:.5rem}.sayings-filter-group{min-width:100%}.saying-detail-nav{flex-direction:column;align-items:flex-start;gap:.5rem}.saying-detail-bottom-nav{flex-direction:column;gap:.8rem;align-items:center}}