*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--black:#1a1a1a;--gray:#6b6b6b;--light:#f5f4f0;--border:#e0ddd8;--max-w:720px;--brand-primary:#7a5c3e;--brand-secondary:#2a6e96;--accent:var(--brand-primary);--accent-hover:color-mix(in srgb,var(--brand-primary) 82%,black);--accent-bg:color-mix(in srgb,var(--brand-primary) 12%,white);--accent-text:var(--brand-primary);--bg:#fafafb;--surface:#ffffff;--text:var(--black);--text-2:#56565e;--text-3:#8b8b93;--text-4:#b4b4bc;--border-strong:#d0cdc8;--font-ui:'Inter',system-ui,sans-serif;--font-serif:'Playfair Display',Georgia,serif;--font-reading:'Lora',Georgia,serif}html{font-size:16px}.post-article{max-width:var(--max-w);margin:4rem auto 5rem;padding:0 2rem}.post-header{margin-bottom:2.5rem}.post-article .post-title{font-family:'Playfair Display',Georgia,serif;font-size:clamp(1.6rem,4vw,2.25rem);font-weight:400;line-height:1.25;margin-bottom:0.5rem}.post-article .post-date{font-size:0.85rem;color:var(--gray)}.post-body{font-family:'Lora',Georgia,serif;font-size:1.15rem;line-height:1.85;color:#2a2a2a}.post-body p{margin-bottom:1.25rem}.post-body h1,.post-body h2,.post-body h3{font-weight:600;margin:2rem 0 0.75rem}.post-body blockquote{border-left:3px solid var(--border);padding-left:1.25rem;color:var(--gray);margin:1.5rem 0}.post-body a{color:var(--accent)}.post-body ul,.post-body ol{padding-left:1.5rem;margin-bottom:1.25rem}.post-body img{max-width:100%;height:auto;display:block;margin:1.5rem auto;border-radius:4px}.post-body figure{margin:2rem 0;text-align:center}.post-body figcaption{font-size:0.85rem;color:var(--gray);margin-top:0.5rem;font-style:italic}.post-body pre,.post-body .ql-code-block-container{font-family:monospace;background:#23241f;color:#f8f8f2;padding:0.65rem 1rem;margin:1rem 0;border-radius:4px;overflow-x:auto;font-size:0.9rem;line-height:1.6}.post-body code{background:#f0f0f0;border-radius:3px;font-size:85%;padding:2px 4px}.post-body .ql-align-center{text-align:center}.post-body .ql-align-right{text-align:right}.post-body .ql-align-justify{text-align:justify}.post-body .ql-size-small{font-size:0.75em}.post-body .ql-size-large{font-size:1.5em}.post-body .ql-size-huge{font-size:2.5em}.post-body .ql-font-serif{font-family:Georgia,'Times New Roman',serif}.post-body .ql-font-monospace{font-family:Monaco,'Courier New',monospace}.post-body .ql-ui{display:none}.post-footer{margin-top:3rem;border-top:1px solid var(--border);padding-top:1.5rem}.back-link{font-size:0.875rem;color:var(--gray);text-decoration:none}.back-link:hover{color:var(--black)}.post-body img[data-align="center"]{display:block;margin:0.5rem auto}.post-body img[data-align="right"]{display:block;margin:0.5rem 0 0.5rem auto}.post-body img:not([data-align]){display:block;margin:0.5rem 0}.post-body img[data-grayscale="true"]{filter:grayscale(1)}.post-body img[data-wrap="true"]:not([data-align]),.post-body img[data-wrap="true"][data-align=""],.post-body img[data-wrap="true"][data-align="center"]{float:left!important;margin:0 1.5rem 0.25rem 0!important}.post-body img[data-wrap="true"][data-align="right"]{float:right!important;margin:0 0 0.25rem 1.5rem!important}.post-body div.hn-video-blot{display:block;max-width:100%;margin:1.5rem 0;overflow:hidden}.post-body div.hn-video-blot[data-align="center"]{margin-left:auto;margin-right:auto}.post-body div.hn-video-blot[data-align="right"]{margin-left:auto;margin-right:0}.post-body div.hn-video-blot[data-wrap="true"]:not([data-align]),.post-body div.hn-video-blot[data-wrap="true"][data-align=""],.post-body div.hn-video-blot[data-wrap="true"][data-align="center"]{float:left!important;margin:0 1.5rem 0.25rem 0!important;width:45%}.post-body div.hn-video-blot[data-wrap="true"][data-align="right"]{float:right!important;margin:0 0 0.25rem 1.5rem!important;width:45%}.post-body .video-js{display:block;border-radius:4px}.post-body::after{content:'';display:table;clear:both}.post-body .verse-ref{color:var(--accent);border-bottom:1px dotted var(--accent);cursor:help;font-style:normal}.verse-popover{position:absolute;z-index:500;background:white;border:1px solid var(--border);border-radius:10px;padding:0.9rem 1.1rem;max-width:320px;box-shadow:0 8px 30px rgba(0,0,0,0.12);font-family:'Lora',Georgia,serif;font-size:0.95rem;line-height:1.65;color:var(--text)}.verse-popover-ref{font-family:'Inter',system-ui,sans-serif;font-size:0.78rem;font-weight:500;color:var(--accent);margin-bottom:0.4rem;display:flex;align-items:center;gap:0.4rem}.verse-popover-trans{color:var(--text-3);font-weight:400}.verse-popover-text{font-style:italic;color:#2a2a2a}.bh-page{font-family:'Inter',system-ui,sans-serif;background:#fff;min-height:100vh;display:flex;flex-direction:column;color:var(--black);line-height:1.6}.bh-nav{border-bottom:1px solid var(--border);padding:0 2rem;position:relative;background:#fff;z-index:50}.bh-nav--sticky{position:sticky;top:0}@media (min-width:641px){.bh-nav--sticky-desktop{position:sticky;top:0}}@media (max-width:640px){.bh-nav--sticky-mobile{position:sticky;top:0}}.bh-nav-inner{max-width:var(--max-w);margin:0 auto;height:58px;display:flex;align-items:center;justify-content:space-between}.bh-logo{font-family:'Playfair Display',Georgia,serif;font-size:1.2rem;font-weight:600;color:var(--black);text-decoration:none;letter-spacing:-0.01em;display:flex;align-items:center;gap:0.45rem}.bh-logo-img{width:30px;height:30px;border-radius:50px;object-fit:cover;flex-shrink:0}.bh-logo-placeholder{width:30px;height:30px;border-radius:50px;flex-shrink:0;background:var(--accent-bg);color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:0.85rem;font-weight:700;font-family:var(--font-ui)}.bh-logo-text{display:inline}.bh-nav-end{display:flex;align-items:center;gap:1.25rem}.bh-nav-links{display:flex;align-items:center;gap:1.75rem}.bh-nav-link{font-family:var(--font-ui);font-size:0.85rem;color:var(--gray);text-decoration:none;letter-spacing:0.01em;transition:color 0.12s}.bh-nav-link:hover{color:var(--black)}.bh-nav-link.active{color:var(--black);font-weight:500}.bh-nav-right{display:flex;align-items:center;gap:0.6rem}.bh-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0}.bh-hamburger span{display:block;height:2px;width:22px;background:var(--black);border-radius:2px;transition:transform 0.22s ease,opacity 0.22s ease;transform-origin:center}.bh-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.bh-hamburger.open span:nth-child(2){opacity:0}.bh-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.bh-drawer-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.25);z-index:200;opacity:0;transition:opacity 0.25s ease}.bh-drawer-overlay.open{display:block;opacity:1}.bh-drawer{position:fixed;top:0;left:0;bottom:0;width:72vw;max-width:280px;z-index:201;transform:translateX(-100%);transition:transform 0.28s cubic-bezier(0.4,0,0.2,1);display:flex;flex-direction:column;background:linear-gradient(160deg,color-mix(in srgb,var(--brand-primary) 12%,#fff) 0%,color-mix(in srgb,var(--brand-primary) 5%,#fff) 50%,#fff 100%);border-right:1px solid color-mix(in srgb,var(--brand-primary) 18%,var(--border))}.bh-drawer.open{transform:translateX(0)}.bh-drawer-header{padding:1.25rem 1.5rem 1rem;border-bottom:1px solid color-mix(in srgb,var(--brand-primary) 12%,var(--border));display:flex;align-items:center;justify-content:space-between}.bh-drawer-brand{font-family:'Playfair Display',Georgia,serif;font-size:1rem;font-weight:600;color:var(--black);text-decoration:none;display:flex;align-items:center;gap:0.45rem}.bh-drawer-close{background:none;border:none;cursor:pointer;color:var(--gray);font-size:1.2rem;line-height:1;padding:4px;transition:color 0.15s}.bh-drawer-close:hover{color:var(--black)}.bh-drawer-links{display:flex;flex-direction:column;padding:1rem 0;flex:1}.bh-drawer-link{font-family:var(--font-ui);font-size:0.95rem;color:var(--black);text-decoration:none;padding:0.8rem 1.5rem;transition:background 0.12s,color 0.12s}.bh-drawer-link:hover,.bh-drawer-link.active{background:color-mix(in srgb,var(--brand-primary) 8%,transparent);color:var(--brand-primary)}.bh-hero{padding:3rem 0 1.5rem 0;text-align:left;display:flex;flex-direction:column;align-items:flex-start;gap:0.6rem}.bh-hero-logo-img{width:52px;height:52px;border-radius:50px;object-fit:cover}.bh-hero-logo-placeholder{width:52px;height:52px;border-radius:50px;background:var(--accent-bg);color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;font-family:'Playfair Display',Georgia,serif;border:1px solid var(--border)}.bh-hero-logo-row{display:flex;align-items:center;gap:0.75rem}.bh-hero-name{font-family:'Playfair Display',Georgia,serif;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:600;color:var(--black);line-height:1.15;margin:0;letter-spacing:-0.02em}.bh-hero-about{font-family:'Lora',Georgia,serif;font-size:0.93rem;color:var(--gray);line-height:1.75;max-width:520px;margin:0.25rem 0 0}.bh-main{flex:1;padding:0 1rem 4rem}.bh-main-inner{max-width:var(--max-w);margin:0 auto}.bh-page-heading{padding:2.5rem 0 1.5rem;border-bottom:1px solid var(--border)}.bh-page-title{font-family:'Playfair Display',Georgia,serif;font-size:clamp(1.4rem,3vw,1.8rem);font-weight:600;color:var(--black);margin:0;letter-spacing:-0.02em}.bh-tag-filter{display:flex;flex-wrap:wrap;gap:0.4rem;margin-top:1.75rem}.bh-tag{font-size:0.75rem;font-weight:500;padding:0.2rem 0.7rem;border-radius:999px;border:1px solid var(--border);color:var(--text-2);text-decoration:none;transition:background 0.12s,color 0.12s,border-color 0.12s}.bh-tag:hover{border-color:var(--brand-primary);color:var(--brand-primary)}.bh-tag--active{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.bh-tag--active:hover{color:#fff}#blog-posts-list{display:flex;flex-direction:column;min-height:510px}.bh-tag-filter ~ .bh-posts{flex:1}.bh-posts{list-style:none;padding:0;margin:1.25rem 0 0;flex:1}.bh-post-row{border-bottom:1px solid var(--border)}.bh-post-link{display:flex;align-items:baseline;gap:2rem;padding:1rem 0;text-decoration:none}.bh-post-link:hover .bh-post-title{color:var(--brand-primary)}.bh-post-date{font-family:var(--font-ui);font-size:0.78rem;color:var(--gray);white-space:nowrap;flex-shrink:0;min-width:90px}.bh-post-title{font-family:'Playfair Display',Georgia,serif;font-size:1rem;font-weight:400;color:var(--black);line-height:1.4;transition:color 0.15s;flex:1}.bh-post-tag{font-size:0.68rem;color:var(--gray);border:1px solid var(--border);border-radius:99px;padding:0.1rem 0.5rem;white-space:nowrap;flex-shrink:0}.bh-empty{color:var(--gray);font-family:var(--font-ui);font-size:0.9rem;padding:2.5rem 0}.bh-pagination{display:flex;align-items:center;justify-content:space-between;padding:1.75rem 0 0.5rem;margin-top:auto}.bh-page-arrow{display:inline-flex;align-items:center;gap:4px;padding:0 12px;height:34px;border-radius:6px;font-size:0.82rem;font-family:var(--font-ui);color:var(--text-2);text-decoration:none;border:1px solid var(--border);transition:background 0.12s,color 0.12s;white-space:nowrap}.bh-page-arrow:hover{background:var(--surface-2);color:var(--text)}.bh-page-arrow--off{color:var(--text-3);pointer-events:none}.bh-page-nums{display:flex;align-items:center}.bh-page-num{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 2px;font-size:0.82rem;font-family:var(--font-ui);color:var(--text-2);text-decoration:none;border:1px solid var(--border);margin-left:-1px;transition:background 0.1s,color 0.1s;position:relative}.bh-page-num:first-child{border-radius:6px 0 0 6px}.bh-page-num:last-child{border-radius:0 6px 6px 0}.bh-page-num:hover{background:var(--surface-2);color:var(--text);z-index:1}.bh-page-num--active{background:var(--surface-2);color:var(--text);font-weight:600;border-color:#bbb;z-index:1}.bh-page-ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;font-size:0.82rem;color:var(--text-3);border:1px solid var(--border);margin-left:-1px}.bh-writings-link{padding:1.5rem 0 0}.bh-writings-link a{font-size:0.88rem;color:var(--brand-primary);text-decoration:none;font-family:var(--font-ui)}.bh-writings-link a:hover{text-decoration:underline}.bh-footer{padding:1.5rem 2rem;border-top:1px solid var(--border);margin-top:auto}.bh-footer-inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;justify-content:space-between}.bh-footer-brand,.bh-footer-year{font-family:var(--font-serif);font-size:0.78rem;color:var(--gray)}.bh-footer-link{color:var(--gray);text-decoration:none}.bh-footer-link:hover{color:var(--black);text-decoration:underline}.bh-subscribe-form{display:flex;flex-direction:row;align-items:center;gap:0.4rem;flex-wrap:wrap;margin-top:0.75rem}.bh-subscribe-input,.bh-subscribe-btn{font-family:'Inter',sans-serif;font-size:0.825rem;border-radius:5px;box-sizing:border-box;height:34px}.bh-subscribe-input[name="name"]{width:130px}.bh-subscribe-input[name="email"]{width:200px}.bh-subscribe-input{padding:0 0.7rem;border:1px solid #d4d0cb;color:var(--black);background:#fafaf8;outline:none;transition:border-color 0.15s}.bh-subscribe-input:focus{border-color:var(--brand-primary);background:#fff}.bh-subscribe-btn{min-width:130px;background:var(--brand-primary);color:#fff;border:none;font-weight:500;cursor:pointer;transition:background 0.15s;letter-spacing:0.01em;display:inline-flex;align-items:center;justify-content:center;gap:6px;position:relative;overflow:hidden;padding:0 1rem}.bh-subscribe-btn:hover:not(:disabled){background:var(--accent-hover)}.bh-subscribe-btn:disabled{cursor:default;opacity:0.85}.bh-sub-spinner{width:15px;height:15px;display:none;animation:bh-spin 0.7s linear infinite;flex-shrink:0}.bh-subscribe-btn.loading .bh-sub-label{display:none}.bh-subscribe-btn.loading .bh-sub-spinner{display:block}.bh-subscribe-btn.done{background:#16a34a}.bh-subscribe-btn.done .bh-sub-spinner{display:none}.bh-subscribe-btn.done .bh-sub-label{display:inline}@keyframes bh-spin{to{transform:rotate(360deg)}}.bh-subscribe-link{font-size:0.85rem;font-weight:500;color:var(--brand-primary);text-decoration:none;padding:0.35rem 0.9rem;border-radius:6px;border:1px solid color-mix(in srgb,var(--brand-primary) 35%,transparent);transition:background 0.15s;white-space:nowrap}.bh-subscribe-link:hover{background:color-mix(in srgb,var(--brand-primary) 8%,white)}.notfound-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;font-family:'Inter',sans-serif}.notfound-inner{text-align:center;padding:2rem}.notfound-code{font-family:'Playfair Display',Georgia,serif;font-size:clamp(5rem,15vw,8rem);font-weight:600;color:var(--border);line-height:1;margin-bottom:0.5rem}.notfound-title{font-family:'Playfair Display',Georgia,serif;font-size:1.4rem;font-weight:600;color:var(--black);margin-bottom:0.6rem}.notfound-desc{font-size:0.9rem;color:var(--gray);margin-bottom:2rem;max-width:320px;margin-left:auto;margin-right:auto;line-height:1.6}.notfound-link{font-size:0.875rem;font-weight:500;color:var(--accent);text-decoration:none}.notfound-link:hover{text-decoration:underline}@media (max-width:640px){.bh-nav:not(.bh-nav--simple) .bh-nav-links{display:none!important}.bh-nav:not(.bh-nav--simple) .bh-hamburger{display:flex}.bh-nav--simple .bh-nav-links{display:flex;gap:1.25rem}.bh-nav{padding-left:0;padding-right:0}.bh-nav-inner{padding-left:1.1rem;padding-right:1.1rem}.bh-main{padding-left:1.1rem;padding-right:1.1rem}.bh-hero{padding-top:1.5rem}.bh-subscribe-form{flex-direction:column;align-items:stretch;width:100%}.bh-subscribe-input[name="name"],.bh-subscribe-input[name="email"],.bh-subscribe-btn{width:100%!important;height:40px;box-sizing:border-box}.bh-subscribe-link{font-size:0.78rem;padding:0.28rem 0.65rem}}.bh-sub-modal-overlay{position:fixed;inset:0;z-index:300;background:rgba(0,0,0,0.38);display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;pointer-events:none;transition:opacity 0.2s ease}.bh-sub-modal-overlay.open{opacity:1;pointer-events:auto}.bh-sub-modal{background:#fff;border-radius:10px;padding:1.7rem 1.7rem 1.75rem;width:100%;max-width:400px;position:relative;transform:translateY(14px);transition:transform 0.22s ease;box-shadow:0 24px 64px rgba(0,0,0,0.16)}.bh-sub-modal-overlay.open .bh-sub-modal{transform:translateY(0)}.bh-sub-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;color:var(--gray);font-size:1.1rem;line-height:1;padding:4px;transition:color 0.15s}.bh-sub-modal-close:hover{color:var(--black)}.bh-sub-modal-title{font-family:'Playfair Display',Georgia,serif;font-size:1.3rem;font-weight:600;color:var(--black);margin-bottom:0.35rem}.bh-sub-modal-desc{font-family:var(--font-ui);font-size:0.875rem;color:var(--gray);margin-bottom:1.35rem;line-height:1.55}.bh-sub-modal .bh-subscribe-form{flex-direction:column;align-items:stretch;gap:0.55rem}.bh-sub-modal .bh-subscribe-input[name="name"],.bh-sub-modal .bh-subscribe-input[name="email"]{width:100%;height:38px}.bh-sub-modal .bh-subscribe-btn{width:100%;margin-top:0.15rem;height:40px}.htmx-indicator{opacity:0;transition:opacity 0.15s;pointer-events:none}.htmx-request.htmx-indicator{opacity:1}.bh-posts-wrap{position:relative}.bh-posts-loading{position:absolute;inset:0;z-index:10;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.55);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);border-radius:4px}.bh-posts-loading::after{content:'';width:22px;height:22px;border:2px solid var(--border);border-top-color:var(--brand-primary);border-radius:50%;animation:bh-spin 0.6s linear infinite}