@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600&family=Lora:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap";:root{--forest: #2D4A3E;--forest-deep: #1E332B;--forest-light: #3D6254;--parchment: #F5ECD7;--parchment-dark: #E8DCBE;--parchment-light: #FAF5EA;--rose: #C9A8A0;--rose-light: #DCC4BE;--rose-dark: #A8877F;--twilight: #4A3B5C;--twilight-light: #6B5A80;--twilight-dark: #352A42;--ink: #2A2520;--ink-light: #5C554E;--gold: #B8944F;--gold-light: #D4B872}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:18px;scroll-behavior:smooth}body{font-family:Lora,Georgia,Times New Roman,serif;color:var(--ink);background-color:var(--parchment);background-image:radial-gradient(ellipse at 20% 50%,rgba(45,74,62,.03) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(74,59,92,.03) 0%,transparent 50%),url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");line-height:1.75;min-height:100vh;display:flex;flex-direction:column}a{color:var(--forest);text-decoration:none;transition:color .2s ease}a:hover{color:var(--twilight)}img{max-width:100%;height:auto}h1,h2,h3,h4{font-family:Playfair Display,Georgia,serif;color:var(--forest-deep);line-height:1.3;letter-spacing:-.01em}.site-header{background:var(--forest-deep);border-bottom:3px solid var(--gold);padding:0}.header-inner{max-width:1100px;margin:0 auto;padding:1.5rem 2rem 1rem;text-align:center}.site-title{font-family:Playfair Display,Georgia,serif;font-size:2.4rem;font-weight:700;color:var(--parchment);letter-spacing:.02em;margin-bottom:.15rem}.site-title a{color:var(--parchment);text-decoration:none}.site-title a:hover{color:var(--gold-light)}.site-title-emoji{font-size:1.6rem;margin-right:.3rem}.site-tagline{font-family:Lora,serif;font-style:italic;font-size:.85rem;color:var(--rose-light);margin-bottom:1rem;letter-spacing:.03em}.chapter-nav{display:flex;justify-content:center;gap:0;flex-wrap:wrap;border-top:1px solid rgba(245,236,215,.15);padding-top:.75rem}.chapter-nav a{font-family:Playfair Display,Georgia,serif;font-size:.8rem;font-weight:600;color:var(--parchment-dark);text-transform:uppercase;letter-spacing:.12em;padding:.4rem 1.2rem;position:relative;transition:color .2s}.chapter-nav a:hover{color:var(--gold-light)}.chapter-nav a:not(:last-child):after{content:"·";position:absolute;right:-.1rem;color:var(--rose-dark);font-size:1rem}.nav-toggle{display:none;background:none;border:none;color:var(--parchment);font-size:1.5rem;cursor:pointer;padding:.5rem}.ornament{text-align:center;margin:2rem 0;font-size:1.2rem;color:var(--gold);letter-spacing:.5em;opacity:.7}.ornament:before{content:"❧ ❦ ❧"}.site-main{max-width:820px;margin:0 auto;padding:2.5rem 1.5rem;flex:1;width:100%}.hero-section{text-align:center;padding:2.5rem 1rem 1.5rem;margin-bottom:1rem}.hero-section h2{font-size:1.8rem;font-weight:700;color:var(--forest-deep);margin-bottom:.5rem}.hero-section p{font-style:italic;color:var(--ink-light);font-size:1rem;max-width:550px;margin:0 auto}.post-list{display:flex;flex-direction:column;gap:2rem}.post-card{background:var(--parchment-light);border:1px solid var(--parchment-dark);border-radius:4px;overflow:hidden;display:grid;grid-template-columns:180px 1fr;transition:box-shadow .25s ease,transform .25s ease;position:relative}.post-card:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(to bottom,var(--forest),var(--twilight));opacity:0;transition:opacity .25s}.post-card:hover{box-shadow:0 4px 20px #2a25201a;transform:translateY(-2px)}.post-card:hover:before{opacity:1}.post-card-image{overflow:hidden;min-height:180px}.post-card-image img{width:100%;height:100%;object-fit:cover}.post-card-body{padding:1.25rem 1.5rem;display:flex;flex-direction:column;justify-content:center}.post-card-date{font-family:Playfair Display,serif;font-size:.75rem;color:var(--rose-dark);text-transform:uppercase;letter-spacing:.08em;display:block;margin-bottom:.35rem}.post-card-body h2{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;line-height:1.35}.post-card-body h2 a{color:var(--forest-deep)}.post-card-body h2 a:hover{color:var(--twilight)}.post-card-category{display:inline-block;font-family:Lora,serif;font-size:.65rem;font-style:italic;color:var(--twilight);background:#4a3b5c14;padding:.15rem .5rem;border-radius:2px;margin-right:.3rem;margin-bottom:.4rem}.post-card-excerpt{font-size:.85rem;color:var(--ink-light);line-height:1.6;margin-bottom:.5rem}.read-more-link{font-family:Playfair Display,serif;font-size:.8rem;font-weight:600;color:var(--forest);letter-spacing:.05em;margin-top:auto}.read-more-link:hover{color:var(--gold)}.post-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--parchment-dark)}.post-header h1{font-size:2rem;font-weight:800;margin-bottom:.5rem}.post-meta{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}.post-meta .date{font-family:Playfair Display,serif;font-size:.8rem;color:var(--rose-dark);text-transform:uppercase;letter-spacing:.08em}.post-featured-image{margin:0 auto 2rem;max-width:400px;border:4px solid var(--parchment-dark);border-radius:4px;overflow:hidden;box-shadow:0 4px 15px #2a25201f}.post-featured-image img{display:block;width:100%}.post-content>p:first-of-type:first-letter{font-family:Playfair Display,Georgia,serif;font-size:3.8rem;font-weight:800;float:left;line-height:.8;margin-right:.12em;margin-top:.07em;color:var(--forest-deep);text-shadow:1px 1px 0 rgba(184,148,79,.2)}.post-content p{margin-bottom:1.25rem}.post-content h2{font-size:1.5rem;margin:2rem 0 1rem;padding-bottom:.3rem;border-bottom:1px solid var(--parchment-dark)}.post-content h3{font-size:1.2rem;margin:1.5rem 0 .75rem}.post-content a{color:var(--twilight);text-decoration:underline;text-decoration-color:var(--rose-light);text-underline-offset:2px}.post-content a:hover{color:var(--forest);text-decoration-color:var(--forest)}.post-content blockquote{border-left:3px solid var(--gold);margin:1.5rem 0;padding:.75rem 1.25rem;background:#b8944f0f;font-style:italic;color:var(--ink-light)}.post-content ul,.post-content ol{margin:1rem 0 1.25rem 1.5rem}.post-content li{margin-bottom:.4rem}.post-content img{border-radius:4px;margin:1rem 0}.post-tags{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--parchment-dark);display:flex;flex-wrap:wrap;gap:.5rem}.post-tags a{font-family:Lora,serif;font-size:.78rem;font-style:italic;color:var(--twilight);background:#4a3b5c14;padding:.2rem .6rem;border-radius:2px}.post-tags a:hover{background:#4a3b5c26;color:var(--twilight-dark)}.archive-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--parchment-dark)}.archive-header h1{font-size:1.8rem;margin-bottom:.3rem}.archive-header p{font-style:italic;color:var(--ink-light);font-size:.9rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.category-card{display:block;background:var(--parchment-light);border:1px solid var(--parchment-dark);border-radius:4px;padding:1.25rem;text-align:center;transition:all .2s;position:relative;overflow:hidden}.category-card:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(to right,var(--forest),var(--twilight));transform:scaleX(0);transition:transform .3s}.category-card:hover{box-shadow:0 3px 12px #2a252014;transform:translateY(-2px)}.category-card:hover:after{transform:scaleX(1)}.category-card h3{font-family:Playfair Display,serif;font-size:1rem;color:var(--forest-deep);margin-bottom:.3rem}.category-card .count{font-size:.75rem;color:var(--ink-light);font-style:italic}.about-content{max-width:640px;margin:0 auto;font-size:1rem;line-height:1.8}.about-content p{margin-bottom:1.25rem}.pagination{display:flex;justify-content:center;align-items:center;gap:.4rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--parchment-dark)}.pagination a,.pagination span{font-family:Playfair Display,serif;font-size:.85rem;padding:.4rem .75rem;border-radius:3px}.pagination a{color:var(--forest);background:var(--parchment-light);border:1px solid var(--parchment-dark);transition:all .2s}.pagination a:hover{background:var(--forest);color:var(--parchment);border-color:var(--forest)}.pagination .current{background:var(--forest-deep);color:var(--parchment);border:1px solid var(--forest-deep)}.site-footer{background:var(--forest-deep);color:var(--parchment-dark);text-align:center;padding:2rem 1.5rem;font-size:.8rem;border-top:3px solid var(--gold);margin-top:auto}.site-footer p{margin-bottom:.4rem}.site-footer a{color:var(--rose-light)}.site-footer a:hover{color:var(--gold-light)}@media(max-width:768px){html{font-size:16px}.site-title{font-size:1.8rem}.site-tagline{font-size:.78rem}.nav-toggle{display:block}.chapter-nav{display:none;flex-direction:column;gap:0}.chapter-nav.open{display:flex}.chapter-nav a:after{display:none}.chapter-nav a{padding:.5rem 0;text-align:center}.header-inner{padding:1rem 1.25rem .75rem}.site-main{padding:1.5rem 1rem}.post-card{grid-template-columns:1fr}.post-card-image{min-height:200px;max-height:250px}.post-header h1{font-size:1.6rem}.post-content>p:first-of-type:first-letter{font-size:3rem}.hero-section h2{font-size:1.5rem}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}@media(max-width:480px){.site-title{font-size:1.5rem}.post-card-body{padding:1rem}.post-card-body h2{font-size:1.05rem}}
