:root{--background:#fafaf7;--surface:#fff;--text:#1a1a2e;--muted:#6b6b80;--border:#e8e7e3;--gold:#d4a853;--gold-soft:#f5e6c8;--dark:#0f0f14;--shadow:0 18px 45px #0f0f1414;color:var(--text);background:var(--background);font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:linear-gradient(180deg, #f5e6c873 0, #fafaf700 360px), var(--background);min-width:320px;margin:0}a{color:inherit;text-decoration:none}p,li{color:var(--muted);font-size:1rem;line-height:1.8}h1,h2,h3{color:var(--text);letter-spacing:0;margin:0;font-family:Georgia,Times New Roman,serif;font-weight:500}.site-header{justify-content:space-between;align-items:center;gap:24px;width:min(1120px,100% - 32px);margin:0 auto;padding:22px 0;display:flex}.brand{color:var(--text);align-items:center;gap:10px;font-weight:700;display:inline-flex}.brand-mark{background:var(--gold-soft);width:38px;height:38px;color:var(--dark);border:1px solid #d4a85373;border-radius:14px;place-items:center;font-family:Georgia,Times New Roman,serif;font-size:.9rem;display:grid}.brand-logo{object-fit:contain;width:40px;height:40px}nav{align-items:center;gap:22px;display:flex}nav a,.footer-links a{color:var(--muted);font-size:.94rem;transition:color .16s}nav a:hover,.footer-links a:hover,.legal-content a:hover{color:var(--text)}.hero{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:center;gap:56px;width:min(1120px,100% - 32px);margin:54px auto 84px;display:grid}.hero-copy{max-width:680px}.eyebrow{color:var(--gold);letter-spacing:.12em;text-transform:uppercase;margin:0 0 14px;font-size:.78rem;font-weight:800;line-height:1.4}.hero h1{font-size:clamp(4rem,12vw,7.5rem);line-height:.9}.hero-subtitle{max-width:580px;color:var(--text);margin:26px 0 0;font-size:1.35rem;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.button{border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 22px;font-weight:750;line-height:1.2;transition:transform .16s,box-shadow .16s,border-color .16s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button.primary{background:var(--dark);color:var(--surface);box-shadow:0 12px 26px #0f0f1426}.button.secondary{border:1px solid var(--border);color:var(--text);background:#ffffffb8}.journal-panel{border:1px solid var(--border);min-height:440px;box-shadow:var(--shadow);background:linear-gradient(#ffffffdb,#fffffff5),repeating-linear-gradient(#0000 0 38px,#e8e7e3cc 39px);border-radius:24px;padding:34px;position:relative;overflow:hidden}.journal-topline{background:var(--gold);border-radius:999px;width:54px;height:4px;margin-bottom:82px}.scripture-label{color:var(--muted);margin:0 0 12px;font-size:.9rem}.journal-panel h2{max-width:320px;font-size:3.4rem;line-height:1}.journal-panel p:not(.scripture-label){max-width:330px;margin-top:22px}.journal-lines{gap:14px;display:grid;position:absolute;bottom:34px;left:34px;right:34px}.journal-lines span{background:#f5e6c8e6;border-radius:999px;height:10px}.journal-lines span:nth-child(2){width:72%}.journal-lines span:nth-child(3){width:44%}.section{width:min(1120px,100% - 32px);margin:0 auto 88px}.section-heading{max-width:620px;margin-bottom:26px}.section-heading h2,.privacy-promise h2,.legal-header h1,.support-card h1{font-size:clamp(2.4rem,6vw,4.2rem);line-height:1.05}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.feature-card{border:1px solid var(--border);background:#ffffffb8;border-radius:20px;min-height:236px;padding:24px;box-shadow:0 8px 26px #0f0f140a}.feature-dot{background:var(--gold);border-radius:50%;width:12px;height:12px;margin-bottom:28px}.feature-card h3{font-size:1.35rem;line-height:1.2}.feature-card p{margin-bottom:0}.privacy-promise{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:minmax(0,.82fr) minmax(0,1fr);align-items:center;gap:46px;width:min(1120px,100% - 32px);margin:0 auto 88px;padding:52px 0;display:grid}.privacy-promise p:last-child{color:var(--text);margin:0;font-size:1.18rem}.page-band{width:min(920px,100% - 32px);margin:42px auto 80px}.legal-header{border-bottom:1px solid var(--border);padding:56px 0 34px}.legal-header p:last-child{margin-bottom:0}.legal-content{padding-top:18px}.legal-section{border-bottom:1px solid var(--border);padding:30px 0}.legal-section h2{font-size:1.75rem;line-height:1.2}.legal-section p,.legal-section ul{margin-bottom:0}.legal-section ul{padding-left:22px}.legal-section li+li{margin-top:10px}.legal-content a{color:var(--dark);text-decoration:underline;-webkit-text-decoration-color:var(--gold);text-decoration-color:var(--gold);text-underline-offset:4px;font-weight:750}.support-page{align-items:center;min-height:54vh;display:grid}.support-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:24px;padding:clamp(28px,7vw,58px)}.support-card p{max-width:620px}.support-card .button{margin-top:14px}.site-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;width:min(1120px,100% - 32px);margin:0 auto;padding:32px 0 42px;display:flex}.footer-links{flex-wrap:wrap;gap:18px;display:flex}.site-footer p{margin:0;font-size:.94rem}@media (width<=860px){.site-header{flex-direction:column;align-items:flex-start}nav{justify-content:space-between;gap:14px;width:100%}.hero{grid-template-columns:1fr;gap:34px;margin-top:28px}.journal-panel{min-height:360px}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.privacy-promise,.site-footer{flex-direction:column;grid-template-columns:1fr;align-items:flex-start}}@media (width<=620px){.hero h1{font-size:4rem}.hero-subtitle{font-size:1.12rem}.hero-actions,.button{width:100%}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:auto}.journal-panel{border-radius:20px;padding:26px}.journal-panel h2{font-size:2.75rem}.journal-lines{bottom:26px;left:26px;right:26px}.legal-header{padding-top:34px}}
