: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:2rem;list-style:none}.nav-links a{font-family:IBM Plex Mono,monospace;font-size:.9rem;font-weight:400;color:var(--sand);text-decoration:none;letter-spacing:.12em;text-transform:lowercase;transition:color .25s ease;position:relative;padding-bottom:2px}.nav-links a:after{content:"";position:absolute;bottom:-1px;left:0;width:0;height:1px;background:var(--terracotta);transition:width .3s ease}.nav-links a.active,.nav-links a:hover{color:var(--sand-light)}.nav-links a.active:after,.nav-links a:hover:after{width:100%}.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}.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}}