@font-face{font-family:'TAN Mon Cheri';src:local("TAN Mon Cheri"),url("../fonts/TAN-MON%20CHERI.otf") format("opentype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:'Nickainley';src:local("Nickainley"),url("../fonts/Nickainley-Normal.otf") format("opentype");font-weight:normal;font-style:normal;font-display:swap}:root{--color-header-bg: #a8c8d0;--color-page-bg: #f5f5f5;--color-card-bg: #ffffff;--color-footer-from: #2a5f6e;--color-footer-to: #1a4555;--color-accent: #3a9cb0;--color-accent-dark: #2c7e8f;--color-page-title: #7aacb8;--color-heading: #1a2f3a;--color-body: #333333;--color-muted: #777777;--color-border: #e0e0e0;--color-verse-bg: #f8f8f8;--font-display: 'TAN Mon Cheri', 'Palatino Linotype', Palatino, Georgia, serif;--font-script: 'Nickainley', 'Dancing Script', cursive;--font-serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;--font-sans: 'Raleway', 'Helvetica Neue', system-ui, sans-serif;--max-width: 960px;--card-shadow: 0 2px 16px rgba(0,0,0,0.07);--radius: 8px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:1rem;font-weight:300;line-height:1.75;color:var(--color-body);background-color:var(--color-page-bg);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--color-accent);text-decoration:none;transition:color 0.2s ease}a:hover{color:var(--color-accent-dark);text-decoration:underline}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:400;color:var(--color-heading);line-height:1.3;margin-bottom:0.6em}p{margin-bottom:1.1em}p:last-child{margin-bottom:0}ul,ol{padding-left:1.5rem;margin-bottom:1.1em}li{margin-bottom:0.35em}hr{border:none;border-top:1px solid var(--color-border);margin:2rem 0}strong{font-weight:700}em{font-style:italic}blockquote,.bible-verse{border-left:4px solid var(--color-accent);background:var(--color-verse-bg);padding:1rem 1.5rem;border-radius:0 var(--radius) var(--radius) 0;margin:1.5rem 0;font-family:var(--font-serif);font-style:italic;font-weight:300;color:var(--color-heading)}blockquote p,.bible-verse p{margin:0;font-size:1.1rem;line-height:1.7}.tag{display:inline-block;border:1px solid var(--color-border);border-radius:999px;padding:0.15em 0.75em;font-size:0.78rem;color:var(--color-muted);margin:0.15em 0.2em;text-decoration:none;transition:background 0.2s, color 0.2s}.tag:hover{background:var(--color-accent);color:#fff;border-color:var(--color-accent);text-decoration:none}.btn-outline{display:inline-block;border:2px solid var(--color-accent);color:var(--color-accent);background:transparent;padding:0.55em 1.4em;border-radius:999px;font-family:var(--font-sans);font-size:0.9rem;font-weight:700;transition:background 0.2s, color 0.2s;text-decoration:none;margin-top:1rem}.btn-outline:hover{background:var(--color-accent);color:#fff;text-decoration:none}.site-header{background-color:var(--color-header-bg);position:sticky;top:0;z-index:100;box-shadow:0 2px 6px rgba(0,0,0,0.12)}.header-inner{max-width:var(--max-width);margin:0 auto;padding:0.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.branding-link{display:flex;align-items:center;gap:0.75rem;text-decoration:none}.branding-link:hover{text-decoration:none}.site-logo{height:3.6rem;width:auto;object-fit:contain;object-position:center;flex-shrink:0;display:block}.site-title-group{display:flex;flex-direction:column;align-items:flex-end}.site-title-main{font-family:var(--font-display);font-size:1.75rem;color:var(--color-heading);line-height:1.1;letter-spacing:0.01em}.site-subtitle{font-family:var(--font-script);font-size:1.9rem;color:#ffffff;line-height:1.1;margin-top:-0.35rem}.site-nav ul.nav-links{list-style:none;display:flex;align-items:center;gap:1.875rem;padding:0;margin:0}.site-nav ul.nav-links a{font-family:var(--font-sans);font-size:0.9375rem;color:#fff;text-decoration:none;font-weight:400;letter-spacing:0.04em;transition:opacity 0.2s}.site-nav ul.nav-links a:hover,.site-nav ul.nav-links a.active{opacity:0.75;text-decoration:none}.nav-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px;width:32px;height:32px;position:relative}.hamburger{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform 0.3s ease, opacity 0.3s ease;transform-origin:center;position:absolute}.hamburger:nth-child(1){top:7px}.hamburger:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger:nth-child(3){bottom:7px}.nav-toggle.is-open .hamburger:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.nav-toggle.is-open .hamburger:nth-child(2){opacity:0;transform:translateY(-50%) scaleX(0)}.nav-toggle.is-open .hamburger:nth-child(3){bottom:auto;top:50%;transform:translateY(-50%) rotate(-45deg)}.site-main{min-height:calc(100vh - 200px);padding:0 0 3rem}.page-wrapper,.post-wrapper-outer{padding:2.5rem 1rem 0}.content-card{background:var(--color-card-bg);max-width:var(--max-width);margin:0 auto 2rem;padding:2rem 2.5rem;border-radius:var(--radius);box-shadow:var(--card-shadow)}.page-wrapper,.post-wrapper-outer{max-width:var(--max-width);margin:0 auto}.page-header{text-align:center;margin-bottom:2rem}.page-title{font-family:var(--font-serif);font-size:clamp(2rem, 5vw, 3rem);color:var(--color-page-title);margin-bottom:0.4rem;font-weight:300;letter-spacing:0.02em}.page-title-underline{width:56px;height:2px;background:var(--color-page-title);margin:0 auto;border-radius:2px}.content-card .page-header{padding-top:0.5rem;margin-bottom:1.75rem}.page-content h1,.page-content h2,.page-content h3{margin-top:1.6rem}.hero{background:#e8f2f5;text-align:center;padding:5rem 2rem 4.5rem;position:relative;overflow:hidden;width:100%}.home-card-wrapper{max-width:var(--max-width);margin:2rem auto 3rem;border-radius:var(--radius);box-shadow:var(--card-shadow);overflow:hidden}.hero::before,.hero::after{content:'';position:absolute;border-radius:50%;background:rgba(168,200,208,0.35);filter:blur(40px);pointer-events:none}.hero::before{width:280px;height:220px;top:-40px;left:-60px}.hero::after{width:200px;height:180px;top:20px;right:5%;background:rgba(168,200,208,0.2);filter:blur(50px)}.hero-title{font-family:var(--font-serif);font-size:clamp(2rem, 6vw, 3.2rem);font-weight:400;color:var(--color-heading);margin-bottom:0.75rem;letter-spacing:0.01em}.hero-subtitle{font-size:1rem;font-weight:300;color:#6a8a95;max-width:560px;margin:0 auto}.home-recent-posts{padding:2rem 2.5rem;background:var(--color-card-bg);border-top:1px solid #dde8eb}.home-about{padding:2rem 2.5rem;background:var(--color-card-bg);border-top:1px solid #dde8eb}.featured-verse{padding:2.5rem 2rem;background:#e8f2f5;position:relative;overflow:hidden}.featured-verse::before,.featured-verse::after{content:'';position:absolute;border-radius:50%;background:rgba(168,200,208,0.35);filter:blur(40px);pointer-events:none}.featured-verse::before{width:280px;height:200px;bottom:-40px;right:-40px}.featured-verse::after{width:160px;height:140px;top:10px;left:5%;background:rgba(168,200,208,0.2);filter:blur(50px)}.featured-verse .verse-card{position:relative;z-index:1;background:#fff;border:1px solid #ddeaee;border-radius:var(--radius);padding:1.75rem 2rem;max-width:600px;margin:0 auto;text-align:center}.featured-verse .verse-card .bible-verse{border-left:3px solid var(--color-accent);text-align:left}.home-recent-posts h2,.home-about h2{font-size:1.3rem;font-family:var(--font-sans);font-weight:600;color:var(--color-heading);margin-bottom:0.75rem}.verse-ref{margin-top:0.5rem;font-size:0.95rem;font-family:var(--font-serif)}.post-list{list-style:none;padding:0;margin:0}.post-card{border-bottom:1px solid var(--color-border);padding:1.4rem 0}.post-card:last-child{border-bottom:none}.post-card-title{font-family:var(--font-serif);font-size:1.25rem;font-weight:400;margin-bottom:0.35rem}.post-card-title a{color:var(--color-accent)}.post-card-title a:hover{color:var(--color-accent-dark)}.post-meta{font-size:0.8rem;color:var(--color-muted);font-variant:small-caps;letter-spacing:0.03em;margin-bottom:0.6rem}.post-meta time{font-variant:normal}.post-excerpt{font-size:0.95rem;color:#555;margin-bottom:0.6rem}.read-more{font-size:0.8rem;font-variant:small-caps;font-weight:700;letter-spacing:0.05em;color:var(--color-accent)}.read-more:hover{color:var(--color-accent-dark);text-decoration:none}.blog-post-list{list-style:none;padding:0;margin:0}.blog-post-item{border-bottom:1px solid var(--color-border);padding:1.75rem 0}.blog-post-item:last-child{border-bottom:none}.blog-post-title{font-family:var(--font-serif);font-size:1.5rem;font-weight:400;margin-bottom:0.4rem}.blog-post-title a{color:var(--color-accent)}.blog-post-title a:hover{color:var(--color-accent-dark);text-decoration:none}.blog-post-tags{margin:0.4rem 0}.continue-reading{font-size:0.85rem;color:var(--color-accent);font-weight:600}.continue-reading:hover{color:var(--color-accent-dark);text-decoration:none}.section-heading{font-size:1.3rem;margin-bottom:1rem;padding-bottom:0.4rem;border-bottom:2px solid var(--color-border)}.post-full-title{font-family:var(--font-serif);font-size:clamp(1.75rem, 4vw, 2.6rem);font-weight:400;color:var(--color-heading);margin-bottom:0.5rem}.post-full .post-meta{color:var(--color-accent);margin-bottom:0.75rem}.post-tags{margin-bottom:1.5rem}.post-content{margin-top:1.5rem}.post-content h2{font-size:1.6rem;font-weight:600;margin-top:2rem;margin-bottom:0.5rem}.post-content h3{font-size:1.25rem;font-weight:600;margin-top:1.6rem;margin-bottom:0.4rem}.post-content a{color:var(--color-accent)}.post-footer{margin-top:2rem}.all-tags-cloud{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:2.5rem}.tag-section-rule{border:none;border-top:1px solid var(--color-border);margin:1.5rem 0 1rem}.tag-section{margin-bottom:2.5rem}.tag-section-heading{font-family:var(--font-sans);font-size:1.2rem;font-weight:700;color:var(--color-heading);border-bottom:1px solid var(--color-border);padding-bottom:0.5rem;margin-bottom:1rem}.tag-section-heading small{font-weight:400;color:var(--color-muted);font-size:0.9rem}.site-footer{background:linear-gradient(135deg, var(--color-footer-from), var(--color-footer-to));color:rgba(255,255,255,0.85);padding:2.5rem 1.5rem 1.5rem}.footer-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding-bottom:1.5rem}.footer-site-title{font-family:var(--font-display);font-size:1.6rem;color:#fff;margin-bottom:0.5rem}.footer-description{font-size:0.9rem;color:rgba(255,255,255,0.7);line-height:1.6}.footer-heading{font-family:var(--font-sans);font-size:0.95rem;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:#fff;margin-bottom:0.75rem}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.4rem}.footer-links a{color:rgba(255,255,255,0.8);font-size:0.9rem;text-decoration:none}.footer-links a:hover{color:#fff;text-decoration:underline}.footer-bottom{max-width:var(--max-width);margin:0 auto;text-align:center}.footer-rule{border:none;border-top:1px solid rgba(255,255,255,0.2);margin:0 0 1rem}.footer-bottom p{font-size:0.8rem;color:rgba(255,255,255,0.5);margin:0}@media (max-width: 700px){.nav-toggle{display:flex}.site-nav{overflow:hidden;max-height:0;opacity:0;pointer-events:none;position:absolute;top:100%;left:0;right:0;background-color:var(--color-header-bg);box-shadow:0 4px 8px rgba(0,0,0,0.12);padding:0 1.5rem;transition:max-height 0.35s ease, opacity 0.25s ease, padding 0.3s ease}.site-nav.open{max-height:320px;opacity:1;pointer-events:auto;padding:1rem 1.5rem}.site-nav ul.nav-links{flex-direction:column;align-items:flex-start;gap:0.75rem}.site-nav ul.nav-links a{color:#fff}.site-header{position:relative}.site-main{padding:0 0 2rem}.site-title-main{font-size:1.25rem}.site-subtitle{font-size:1.35rem;margin-top:-0.25rem}.site-logo{height:2.6rem}.content-card{padding:1.25rem 1.25rem}.home-card-wrapper{margin:1rem 0.5rem 2rem;border-radius:calc(var(--radius) / 2)}.home-about,.home-recent-posts,.featured-verse{padding:1.25rem 1.25rem}.footer-inner{grid-template-columns:1fr}}@media (max-width: 480px){.hero{padding:2.5rem 1rem 2rem}.hero-title{font-size:1.75rem}.post-full-title{font-size:1.5rem}.page-title{font-size:1.75rem}.site-title-main{font-size:1rem}.site-subtitle{font-size:1.1rem;margin-top:-0.2rem}.site-logo{height:2rem}}
