*,*::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;--surface-hover:var(--light);--surface-active:#ebebeb;--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;scrollbar-gutter:stable}.btn-spinner{display:none}.btn-primary{position:relative;display:inline-flex;align-items:center;justify-content:center}.btn-primary.htmx-request{pointer-events:none}.btn-primary.htmx-request .btn-label{opacity:0}.btn-primary.htmx-request .btn-spinner{display:block;position:absolute;width:14px;height:14px;border:2px solid rgba(255,255,255,0.35);border-top-color:#fff;border-radius:50%;animation:btn-spin 0.55s linear infinite}@keyframes btn-spin{to{transform:rotate(360deg)}}.auth-messages{list-style:none;display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.auth-message{font-size:0.85rem;padding:9px 13px;border-radius:7px;border:1px solid transparent}.auth-message--error,.auth-message--danger{background:#feecec;border-color:#fca5a5;color:#dc2626}.auth-message--success{background:#e5f5ee;border-color:#6ee7b7;color:#059669}.auth-message--warning{background:#fef3e0;border-color:#fcd34d;color:#d97706}.auth-message--info{background:#e8effe;border-color:#93c5fd;color:#2563eb}body{font-family:'Inter',system-ui,sans-serif;background-color:#fff;background-image:linear-gradient(180deg,color-mix(in srgb,var(--brand-secondary) 60%,white) 0px,color-mix(in srgb,var(--brand-secondary) 48%,white) 22px,color-mix(in srgb,var(--brand-secondary) 36%,white) 50px,color-mix(in srgb,var(--brand-secondary) 26%,white) 85px,color-mix(in srgb,var(--brand-secondary) 17%,white) 125px,color-mix(in srgb,var(--brand-secondary) 9%,white) 165px,transparent 212px);background-repeat:no-repeat;color:var(--black);line-height:1.6;min-height:100vh;display:flex;flex-direction:column}main{flex:1}.top-section{position:relative;overflow:hidden}.top-section.has-water{background:linear-gradient(180deg,color-mix(in srgb,var(--brand-secondary) 58%,white) 0%,color-mix(in srgb,var(--brand-secondary) 46%,white) 5%,color-mix(in srgb,var(--brand-secondary) 36%,white) 14%,color-mix(in srgb,var(--brand-secondary) 26%,white) 26%,color-mix(in srgb,var(--brand-secondary) 18%,white) 40%,color-mix(in srgb,var(--brand-secondary) 11%,white) 56%,color-mix(in srgb,var(--brand-secondary) 5%,white) 72%,color-mix(in srgb,var(--brand-secondary) 2%,white) 85%,#fff 97%)}.top-section.has-water::before{content:'';position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(112deg,transparent 28%,rgba(255,255,255,0.07) 44%,rgba(255,255,255,0.03) 54%,transparent 70%);animation:water-sheen 11s ease-in-out infinite alternate}@keyframes water-sheen{0%{transform:translateX(-18%) skewX(-4deg)}100%{transform:translateX(18%) skewX(4deg)}}.top-section.has-water::after{content:'';position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse 160px 50px at 15% 35%,rgba(255,255,255,0.05) 0%,transparent 100%),radial-gradient(ellipse 120px 38px at 72% 22%,rgba(255,255,255,0.04) 0%,transparent 100%),radial-gradient(ellipse 100px 32px at 45% 68%,rgba(255,255,255,0.04) 0%,transparent 100%),radial-gradient(ellipse 80px 28px at 85% 55%,rgba(255,255,255,0.03) 0%,transparent 100%);animation:depth-ripple 9s ease-in-out infinite alternate}@keyframes depth-ripple{0%{opacity:0.6}100%{opacity:1}}.site-header{position:relative;z-index:10;padding:1.25rem 1rem;background:transparent}.site-header{border-bottom:1px solid rgba(140,185,210,0.3)}.site-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:var(--max-w);margin:0 auto}.site-name{font-family:'Playfair Display',Georgia,serif;font-size:1.15rem;font-weight:600;color:var(--black);text-decoration:none;letter-spacing:0.02em}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-link{font-size:0.85rem;color:#3a5f74;text-decoration:none;transition:color 0.15s}.nav-link:hover{color:var(--black)}.subscribe-nav-btn{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,#7ec8e0 0%,#5aaabf 55%,#4292a8 100%);color:#fff;font-size:0.78rem;font-family:'Inter',system-ui,sans-serif;font-weight:500;padding:0.42rem 0.9rem;border-radius:99px;text-decoration:none;letter-spacing:0.03em;border:1px solid rgba(255,255,255,0.3);box-shadow:0 1px 6px rgba(70,150,185,0.35);transition:opacity 0.15s;white-space:nowrap}.subscribe-nav-btn:hover{opacity:0.85}body.no-top-gradient{background-image:none}body.no-top-gradient .site-header{background:#fff;border-bottom:1px solid var(--border)}body.no-top-gradient .site-name{color:var(--black);text-shadow:none}body.no-top-gradient .nav-link{color:var(--gray)}body.no-top-gradient .nav-link:hover{color:var(--black)}.hero{position:relative;z-index:10;padding:3.5rem 2rem 5rem;padding-bottom:3rem}.hero-content{max-width:var(--max-w);margin:0 auto;text-align:left}.hero-tagline{font-family:'Playfair Display',Georgia,serif;font-size:clamp(2.2rem,5.5vw,2.2rem);font-weight:400;line-height:1.2;color:var(--black);margin-bottom:1.25rem}.hero-sub{font-size:1rem;color:#3d5a6e;max-width:500px;line-height:1.75;margin:0 0 2rem}.prayer-form{display:flex;flex-direction:column;align-items:center;gap:0.6rem;margin-top:2rem;width:300px;max-width:calc(100% - 2rem)}.prayer-fields{display:flex;flex-direction:column;gap:0.6rem;width:100%}.prayer-form input{background:rgba(255,255,255,0.62);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,0.85);border-radius:6px;padding:0.65rem 1rem;font-size:0.9rem;font-family:inherit;color:var(--black);outline:none;width:100%;transition:background 0.2s,border-color 0.2s}.prayer-form input:focus{background:rgba(255,255,255,0.85);border-color:rgba(80,140,180,0.45)}.prayer-form input::placeholder{color:#6e8fa0}.pray-btn{width:100%;justify-content:center;background:var(--accent);border-radius:8px;padding:0.7rem 1rem;font-size:0.9rem;letter-spacing:0.01em}.pray-btn:hover{opacity:0.85}.prayer-thanks{margin-top:2rem;padding:0.85rem 1.75rem;background:rgba(255,255,255,0.65);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,0.9);border-radius:10px;font-family:'Lora',Georgia,serif;font-size:1.15rem;color:#2a4a5a;display:inline-block}.wave-bottom{position:relative;z-index:5;margin-top:-2px;line-height:0;overflow:hidden}.wave-bottom svg{display:block;width:100%;height:56px}.wave-back{animation:wave-sway 9s ease-in-out infinite alternate;transform-origin:50% 100%}.wave-front{animation:wave-sway 12s ease-in-out infinite alternate-reverse;transform-origin:50% 100%}@keyframes wave-sway{0%{transform:translateX(-12px)}100%{transform:translateX(12px)}}.posts-section{max-width:var(--max-w);margin:0 auto 5rem;padding:0 2rem;border-top:1px solid var(--border)}.posts-list{list-style:none}.post-item{border-bottom:1px solid var(--border)}.post-link{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:1.1rem 0;text-decoration:none;color:var(--black)}.post-link:hover .post-title{color:var(--accent)}.post-title{font-family:'Playfair Display',Georgia,serif;font-size:1.15rem;font-weight:400;flex:1}.post-date{font-size:0.8rem;color:var(--gray);white-space:nowrap;flex-shrink:0}.no-posts{color:var(--gray);padding:2rem 0;font-size:0.9rem}.draft-banner{background:#fff8e1;border-bottom:1px solid #ffe082;text-align:center;padding:0.5rem;font-size:0.8rem;color:#795548}.draft-banner a{color:var(--accent);text-decoration:none;margin-left:1rem}.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)}.about-page{max-width:var(--max-w);margin:4rem auto 5rem;padding:0 2rem}.about-header{margin-bottom:2.5rem;border-bottom:1px solid var(--border);padding-bottom:1.5rem}.about-header h1{font-family:'Playfair Display',Georgia,serif;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:400}.about-body{font-family:'Lora',Georgia,serif;font-size:1.12rem;line-height:1.85;color:#2a2a2a}.about-body p{margin-bottom:1.3rem}.about-body h2{font-size:1.25rem;font-weight:600;margin:2.5rem 0 1rem}.about-body blockquote{border-left:3px solid var(--border);padding-left:1.25rem;color:var(--gray);margin:1.75rem 0;font-style:italic}.about-body blockquote p{margin-bottom:0.5rem}.about-body blockquote.scripture{border-color:var(--accent)}.about-body blockquote cite{font-style:normal;font-size:0.9rem;display:block;margin-top:0.5rem}.about-body blockquote cite a{color:var(--accent);text-decoration:none}.about-body blockquote cite a:hover{text-decoration:underline}.about-moment{font-weight:600;font-style:italic;color:var(--black);margin-bottom:1.5rem!important}.site-footer{padding:1.5rem 2rem;border-top:1px solid var(--border);text-align:center;font-size:0.8rem;color:var(--gray)}.btn{display:inline-flex;align-items:center;padding:0.55rem 1.1rem;background:var(--black);color:#fff;font-size:0.875rem;font-family:inherit;font-weight:500;border:none;border-radius:4px;text-decoration:none;cursor:pointer;transition:opacity 0.15s}.btn:hover{opacity:0.8}.btn-accent{background:var(--accent)}.btn-ghost{background:transparent;color:var(--gray);border:1px solid var(--border)}.btn-ghost:hover{color:var(--black);opacity:1;border-color:var(--black)}.write-login{max-width:360px;margin:5rem auto;padding:0 2rem}.write-login h2{font-family:'Playfair Display',Georgia,serif;font-size:1.5rem;font-weight:400;margin-bottom:1.5rem}.write-form{display:flex;flex-direction:column;gap:1.25rem}.field{display:flex;flex-direction:column;gap:0.4rem}.field label{font-size:0.8rem;font-weight:500;color:var(--gray);text-transform:uppercase;letter-spacing:0.05em}.field input[type="text"],.field input[type="password"]{border:1px solid var(--border);border-radius:4px;padding:0.6rem 0.75rem;font-size:1rem;font-family:inherit;color:var(--black);background:#fff;outline:none;transition:border-color 0.15s}.field input:focus{border-color:var(--accent)}.form-footer{display:flex;gap:1rem}.form-error{background:#fef0f0;color:#c0392b;border:1px solid #fcd3d3;border-radius:4px;padding:0.6rem 0.75rem;font-size:0.875rem;margin-bottom:1rem}.post-body img[data-grayscale="true"]{filter:grayscale(1)}.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-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}.verse-ref{color:var(--gray);border-bottom:1px dotted var(--gray);cursor:help}.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}.nav-link--cta{background:var(--black);color:#fff!important;padding:0.35rem 0.85rem;border-radius:4px;font-size:0.8rem;transition:opacity 0.15s}.nav-link--cta:hover{opacity:0.75;color:#fff!important}.hero-label{font-size:0.8rem;letter-spacing:0.1em;text-transform:uppercase;color:#3a6a80;margin-bottom:1.25rem}.hero-cta-block{display:flex;flex-direction:column;align-items:flex-start;gap:0.85rem;margin-top:0.5rem}.hero-url-preview{background:rgba(255,255,255,0.55);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,0.85);border-radius:6px;padding:0.45rem 1rem;font-size:0.9rem;font-family:'Lora',Georgia,serif;color:#3a5f74}.hero-url-your{color:var(--accent);font-style:italic}.hero-url-domain{color:#3a5f74}.hero-btn{background:var(--accent);color:#fff;padding:0.7rem 1.6rem;font-size:0.95rem;border-radius:6px}.hero-btn:hover{opacity:0.85}.hero-note{font-size:0.78rem;color:#5a7a8a}.hn-section{padding:4rem 2rem}.hn-section + .hn-section{border-top:1px solid var(--border)}.hn-container{max-width:720px;margin:0 auto}.hn-section-title{font-family:'Playfair Display',Georgia,serif;font-size:clamp(1.4rem,3vw,1.9rem);font-weight:400;color:var(--black);margin-bottom:0.75rem;line-height:1.25}.hn-section-lead{font-size:0.95rem;color:var(--gray);line-height:1.8;max-width:580px;margin-bottom:2.5rem}.hn-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.hn-pillar{display:flex;flex-direction:column;gap:0.5rem}.hn-pillar-icon{font-size:1.25rem;margin-bottom:0.25rem;color:var(--accent)}.hn-pillar h3{font-family:'Playfair Display',Georgia,serif;font-size:1.05rem;font-weight:600;color:var(--black)}.hn-pillar p{font-size:0.875rem;color:var(--gray);line-height:1.7}.hn-steps{list-style:none;display:flex;flex-direction:column;gap:0}.hn-step{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid var(--border)}.hn-step:first-child{border-top:1px solid var(--border)}.hn-step-num{flex-shrink:0;width:28px;height:28px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:0.75rem;font-weight:500;color:var(--gray);margin-top:2px}.hn-step strong{display:block;font-size:0.95rem;font-weight:600;color:var(--black);margin-bottom:0.3rem}.hn-step p{font-size:0.875rem;color:var(--gray);line-height:1.65;margin:0}.hn-preview-card{border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:0 2px 16px rgba(0,0,0,0.06);max-width:520px}.hn-preview-bar{background:#f0ece7;padding:0.6rem 1rem;display:flex;align-items:center;gap:0.4rem;border-bottom:1px solid var(--border)}.hn-preview-dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:#d4cfc9}.hn-preview-dot:nth-child(1){background:#f2a68a}.hn-preview-dot:nth-child(2){background:#f5c97a}.hn-preview-dot:nth-child(3){background:#92d07e}.hn-preview-url{margin-left:0.75rem;font-size:0.72rem;color:#9a9088;background:rgba(255,255,255,0.65);padding:0.2rem 0.75rem;border-radius:4px;border:1px solid rgba(0,0,0,0.06);font-family:'Inter',system-ui,sans-serif}.hn-preview-body{background:#fff;padding:1.75rem 2rem 2rem}.hn-preview-blog-name{font-size:0.72rem;letter-spacing:0.08em;text-transform:uppercase;color:var(--gray);margin-bottom:1rem}.hn-preview-post-title{font-family:'Playfair Display',Georgia,serif;font-size:1.3rem;font-weight:400;color:var(--black);margin-bottom:0.4rem;line-height:1.3}.hn-preview-post-meta{font-size:0.75rem;color:var(--gray);margin-bottom:1rem}.hn-preview-post-body{font-family:'Lora',Georgia,serif;font-size:0.9rem;line-height:1.8;color:#3a3a3a;margin-bottom:1.25rem}.hn-preview-read-more{font-size:0.82rem;color:var(--accent);text-decoration:none;font-weight:500}.hn-preview-read-more:hover{text-decoration:underline}.hn-final-cta{background:#f5f2ee;border-top:1px solid var(--border)!important}.hn-cta-inner{text-align:center}.hn-cta-inner h2{font-family:'Playfair Display',Georgia,serif;font-size:clamp(1.4rem,3vw,1.9rem);font-weight:400;color:var(--black);margin-bottom:0.6rem}.hn-cta-inner p{font-size:0.9rem;color:var(--gray);margin-bottom:1.5rem}@media (max-width:640px){.site-nav{gap:0.5rem;padding:0 0.25rem}.site-name{font-size:1rem}.nav-links{gap:0.75rem}.nav-link{font-size:0.8rem}.subscribe-nav-btn{font-size:0.72rem;padding:0.35rem 0.7rem;right:0.75rem}.hero{padding:2rem 1.25rem 3rem}.hero-tagline{margin-bottom:1rem}.hero-sub{margin-bottom:1.5rem;font-size:0.95rem}.prayer-form{width:100%;max-width:100%}.posts-section{padding:0 1.25rem}.post-link{flex-direction:column;gap:0.15rem;padding:0.9rem 0}.post-link .post-date{font-size:0.73rem}.post-article{margin:2rem auto 3rem;padding:0 1.25rem}.post-article .post-title{font-size:1.6rem}.post-body{font-size:1.05rem;line-height:1.75}.about-page{margin:2rem auto 3rem;padding:0 1.25rem}.about-header h1{font-size:1.8rem}.about-body{font-size:1.05rem;line-height:1.75}.write-login{margin:3rem auto;padding:0 1.25rem}.wave-bottom svg{height:36px}.site-footer{font-size:0.75rem}.hn-section{padding:2.5rem 1.25rem}.hn-pillars{grid-template-columns:1fr;gap:1.5rem}.hn-preview-card{max-width:100%}.hn-preview-body{padding:1.25rem}}