@font-face{font-family:Merriweather;src:url(/fonts/Merriweather/Merriweather-Regular.ttf)format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/Inter-VariableFont_opsz,wght.ttf)format("truetype");font-weight:100 900;font-display:swap}:root{--ink:#3f3135;--muted:#725f65;--paper:#fffdfb;--cream:#f6efe9;--rose:#a65369;--rose-dark:#763748;--sage:#5f715e;--line:#e7d8d2;--shadow:0 20px 50px #4931371a;--serif:"Merriweather", Georgia, serif;--sans:"Inter", system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);font-family:var(--sans);text-rendering:optimizelegibility;margin:0;line-height:1.65}img{max-width:100%;display:block}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline-offset:3px;outline:3px solid #d9859b}.skip-link{z-index:100;background:#fff;border-radius:.5rem;padding:.75rem 1rem;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.site-header{z-index:20;backdrop-filter:blur(16px);background:#fffdfbed;border-bottom:1px solid #e7d8d2bf;position:sticky;top:0}.site-header__inner,.container{width:min(1120px,100% - 2rem);margin-inline:auto}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;min-height:68px;display:flex}.brand{font-family:var(--serif);align-items:center;gap:.65rem;font-weight:700;text-decoration:none;display:inline-flex}.brand img{border-radius:10px;width:38px;height:38px}.nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.35rem;display:flex}.nav a{color:var(--muted);border-radius:999px;padding:.45rem .62rem;font-size:.9rem;text-decoration:none}.nav a[aria-current=page]{color:var(--rose-dark);background:var(--cream);font-weight:700}.nav__app-short{display:none}.hero{background:radial-gradient(circle at 82% 18%,#c98e9d3d,#0000 31rem),linear-gradient(145deg,#fffaf7 0%,#f3e7e2 58%,#eee4da 100%);padding:clamp(4.2rem,10vw,8rem) 0 clamp(3rem,7vw,5.5rem);position:relative;overflow:hidden}.hero:after{content:"";border:1px solid #a653692e;border-radius:50%;width:22rem;height:22rem;position:absolute;bottom:-11rem;right:-7rem}.eyebrow{color:var(--rose-dark);letter-spacing:.11em;text-transform:uppercase;margin:0 0 .9rem;font-size:.78rem;font-weight:800}h1,h2,h3{font-family:var(--serif);text-wrap:balance;line-height:1.22}h1{letter-spacing:-.04em;max-width:820px;margin:0;font-size:clamp(2.35rem,7vw,5rem)}.hero__summary{color:#5f4e53;max-width:730px;margin:1.5rem 0 0;font-size:clamp(1.05rem,2vw,1.25rem)}.hero__actions{flex-wrap:wrap;gap:.8rem;margin-top:1.8rem;display:flex}.button{border:1px solid var(--rose-dark);background:var(--rose-dark);color:#fff;min-height:48px;font:inherit;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:.78rem 1.15rem;font-weight:800;text-decoration:none;display:inline-flex}.button:hover{background:#5f2938}.button--secondary{color:var(--rose-dark);background:0 0}.button--small{min-height:40px;padding:.55rem .9rem;font-size:.9rem}.section{padding:clamp(3.5rem,8vw,6.5rem) 0}.section--tint{background:var(--cream)}.section__head{max-width:720px;margin-bottom:2rem}.section__head h2{margin:0 0 .6rem;font-size:clamp(1.85rem,4vw,3rem)}.section__head p{color:var(--muted);margin:0}.grid{gap:1.15rem;display:grid}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.card{border:1px solid var(--line);background:#fffc;border-radius:22px;padding:clamp(1.25rem,3vw,1.75rem);box-shadow:0 10px 30px #4931370a}.card h2,.card h3{margin:0 0 .6rem}.card p{color:var(--muted)}.card__link{color:var(--rose-dark);text-underline-offset:.2em;font-weight:800}.topic-mark{background:var(--rose);border-radius:99px;width:42px;height:5px;margin-bottom:1.2rem}.section--about-app{padding-top:0}.about-app{background:radial-gradient(circle at 92% 12%,#c98e9d38,#0000 18rem),linear-gradient(135deg,#fffdfb 0%,#f7ebe8 100%);border:1px solid #76374829;border-radius:32px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:clamp(2rem,5vw,5rem);padding:clamp(2.2rem,5vw,4.4rem);display:grid;position:relative;overflow:hidden;box-shadow:0 24px 64px #4931371a}.about-app:after{content:"";pointer-events:none;border:1px solid #76374824;border-radius:50%;width:20rem;height:20rem;position:absolute;bottom:-8rem;right:-5rem}.about-app__copy,.about-app__cta{z-index:1;position:relative}.about-app__copy{max-width:54rem}.about-app__copy h2{margin:.35rem 0 1rem}.about-app__copy p:last-child{max-width:50rem;color:var(--muted);margin-bottom:0;font-size:1.04rem}.about-app__cta{white-space:nowrap;gap:.55rem}.prose{width:min(800px,100% - 2rem);margin-inline:auto}.prose h2{margin:2.7rem 0 1rem;font-size:clamp(1.65rem,4vw,2.45rem)}.prose p{white-space:pre-line}.prose__lede{color:#5e4c52;font-size:1.12rem}.verse-feature{box-shadow:var(--shadow);background:linear-gradient(145deg,#f3e7e0,#efe6d7);border-radius:26px;margin:2.2rem 0;padding:clamp(1.5rem,5vw,3rem);position:relative}.verse-feature blockquote{font:400 clamp(1.35rem, 3vw, 2rem)/1.55 var(--serif);white-space:pre-line;margin:0}.verse-feature footer{color:var(--rose-dark);margin-top:1.2rem;font-weight:800}.translation-note{color:var(--muted);margin-top:.55rem;font-size:.84rem}.verse-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.verse-card{border-left:4px solid #c48797}.verse-card blockquote{font-family:var(--serif);white-space:pre-line;margin:0}.verse-card cite{color:var(--rose-dark);margin-top:1rem;font-style:normal;font-weight:800;display:block}.verse-card small{color:var(--muted)}.verse-card__actions{border-top:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:.55rem .8rem;margin-top:1.15rem;padding-top:1rem;display:flex}.verse-action{border:1px solid var(--line);min-height:38px;color:var(--rose-dark);background:var(--paper);font:inherit;cursor:pointer;border-radius:999px;padding:.45rem .75rem;font-size:.82rem;font-weight:800}.verse-action:hover{border-color:var(--rose);background:var(--cream)}.verse-card__devotion{color:var(--rose-dark);text-underline-offset:.2em;margin-left:auto;font-size:.84rem;font-weight:800}.action-status{min-height:1.35rem;color:var(--sage);margin:.55rem 0 0;font-size:.8rem;font-weight:750;display:block}.action-status:empty{min-height:0;margin:0}.steps{padding-left:1.2rem}.steps li{margin:.65rem 0;padding-left:.4rem}.note{color:#5f4a2e;background:#fff8e9;border-left:4px solid #ba8c52;border-radius:0 12px 12px 0;padding:1rem 1.1rem}.review-list{padding-left:1.4rem}.review-list li{margin-bottom:.75rem}.byline{border-top:1px solid var(--line);color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:.7rem;padding-top:1.2rem;font-size:.9rem;display:flex}.journey-next{border:1px solid var(--line);background:linear-gradient(145deg,#f6efe9e0,#fffdfbf5);border-radius:24px;margin-top:2.5rem;padding:clamp(1.35rem,4vw,2rem)}.journey-next__actions,.journey-next__links{flex-wrap:wrap;align-items:center;gap:.75rem 1.1rem;display:flex}.journey-next__links{margin-top:1rem}.journey-next__links a,.journey-link{color:var(--rose-dark);text-underline-offset:.2em;font-weight:800}.topic-index-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem;display:grid}.topic-index-card{border:1px solid var(--line);min-height:100%;box-shadow:var(--shadow);background:#ffffffd1;border-radius:26px;flex-direction:column;padding:clamp(1.5rem,3.5vw,2.1rem);display:flex;position:relative;overflow:hidden}.topic-index-card__number{color:#a653691f;font:700 4.5rem/1 var(--serif);position:absolute;top:.8rem;right:1rem}.topic-index-card h2{margin:0 0 .9rem;font-size:clamp(1.65rem,2.8vw,2.25rem)}.topic-index-card>p:not(.eyebrow):not(.topic-index-card__scripture){color:var(--muted)}.topic-index-card__scripture{color:var(--rose-dark);margin-top:auto;padding-top:1rem;font-weight:800}.topic-index-card__actions{align-items:start;gap:.85rem;margin-top:.5rem;display:grid}.topic-index-card__actions .button{justify-self:start}.site-footer{border-top:1px solid var(--line);color:var(--muted);padding:2.2rem 0}.site-footer__copyright-notice{max-width:90ch;margin:0 auto 1.25rem;font-size:.82rem;line-height:1.55}.site-footer__inner{flex-wrap:wrap;justify-content:space-between;gap:1rem;display:flex}.site-footer a{text-underline-offset:.2em}.site-footer__settings{appearance:none;color:inherit;font:inherit;text-underline-offset:.2em;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.consent{z-index:50;border:1px solid var(--line);width:min(430px,100% - 2rem);box-shadow:var(--shadow);background:#fff;border-radius:18px;padding:1rem;position:fixed;bottom:1rem;right:1rem}.consent p{margin:0 0 .7rem;font-size:.9rem}.consent__actions{flex-wrap:wrap;align-items:center;gap:.8rem;display:flex}.text-button{font:inherit;cursor:pointer;background:0 0;border:0;text-decoration:underline}@media (width<=760px){.grid--3,.grid--2,.verse-grid,.topic-index-grid{grid-template-columns:1fr}.site-header__inner{align-items:flex-start;padding-block:.7rem}.brand span{display:none}.nav{gap:0}.nav a{padding:.35rem .45rem;font-size:.8rem}.nav__app-full{display:none}.nav__app-short{display:inline}.hero{padding-top:3.4rem}.verse-card__devotion{width:100%;margin-left:0}.journey-next__actions{display:grid}.journey-next__actions .button{width:100%}.about-app{border-radius:24px;grid-template-columns:1fr;align-items:start;gap:1.6rem;padding:2rem 1.25rem}.about-app__cta{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
