:root{--ground:#faf8f3;--ink:#1e1b2e;--violet:#5a50c7;--violet-bright:#8b80e8;--gold:#c7913d;--card:#fff;--surface-secondary:#ede9e0;--muted:#5c5668;--muted-soft:#8a8496;--muted-small:#77718a;--gold-deep:#8a6420;--ink-muted:#9a93b8;--ink-wave:#4a4460;--line:#1e1b2e14;--outline:#1e1b2e33;--destructive:#b3423f;--font-serif:"Newsreader", Georgia, "Times New Roman", serif;--font-sans:"Instrument Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--radius-pill:999px;--radius-card:18px;--radius-panel:22px;--ease-smooth:cubic-bezier(.2, .8, .2, 1);--ease-out-fluid:cubic-bezier(.16, 1, .3, 1);--shadow-card:0 8px 30px #1e1b2e0f;--shadow-ink:0 14px 40px #1e1b2e33;--shadow-gold:0 8px 30px #c7913d1f}@font-face{font-family:Newsreader;src:url(/fonts/Newsreader-Variable.woff2)format("woff2");font-weight:300 500;font-style:normal;font-display:swap}@font-face{font-family:Newsreader;src:url(/fonts/Newsreader-Italic-Variable.woff2)format("woff2");font-weight:300 500;font-style:italic;font-display:swap}@font-face{font-family:Instrument Sans;src:url(/fonts/InstrumentSans-Variable.woff2)format("woff2");font-weight:400 700;font-style:normal;font-display:swap}@font-face{font-family:IBM Plex Mono;src:url(/fonts/IBMPlexMono-Regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:IBM Plex Mono;src:url(/fonts/IBMPlexMono-Medium.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{background:var(--ground);color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:16px;line-height:1.6;overflow-x:clip}@supports not (overflow:clip){html,body{overflow-x:hidden}}img,svg{max-width:100%}h1,h2,h3{margin:0;font-weight:400}p{margin:0}a{color:inherit}::selection{background:#5a50c72e}.site-shell{width:min(100% - clamp(2rem,8vw,6rem),1160px);max-width:100%;margin-inline:auto}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}em{font-style:italic;font-weight:inherit}.eyebrow{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--muted-small);margin:0;font-size:11px;font-weight:400}.eyebrow--violet{color:var(--violet)}.eyebrow--gold{color:var(--gold)}.rubric{font-family:var(--font-serif);letter-spacing:.01em;color:var(--violet);font-optical-sizing:auto;margin:0;font-size:19px;font-style:italic}@property --beam-angle{syntax:"<angle>";inherits:false;initial-value:0deg}@media (prefers-reduced-motion:no-preference){.beam-hover{position:relative}.beam-hover:after{content:"";z-index:1;border-radius:inherit;background:conic-gradient(from var(--beam-angle), transparent 0deg, transparent 215deg, var(--violet) 290deg, var(--gold) 348deg, transparent 360deg);-webkit-mask-composite:xor;opacity:0;transition:opacity .45s var(--ease-out-fluid,ease);pointer-events:none;padding:2px;position:absolute;inset:0;mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-position:0 0,0 0;mask-size:auto,auto;mask-repeat:repeat,repeat;mask-clip:content-box,border-box;mask-origin:content-box,border-box;mask-composite:exclude;mask-mode:match-source,match-source}.beam-hover:hover:after{opacity:1;animation:2.6s linear infinite beam-travel}@keyframes beam-travel{to{--beam-angle:360deg}}}.button{border-radius:var(--radius-pill);font-family:var(--font-sans);cursor:pointer;transition:background-color .16s var(--ease-smooth), border-color .16s var(--ease-smooth), color .16s var(--ease-smooth);border:0;justify-content:center;align-items:center;padding:15px 28px;font-size:15px;font-weight:600;line-height:1.2;text-decoration:none;display:inline-flex}.button-primary{background:var(--ink);color:var(--ground)}.button-primary:hover{background:#2c2842}.button-secondary{border:1.5px solid var(--outline);color:var(--ink);background:0 0;padding:13.5px 26.5px}.button-secondary:hover{border-color:#1e1b2e73}.button-light{background:var(--ground);color:var(--ink)}.button-light:hover{background:#fff}.button[disabled]{cursor:not-allowed;opacity:.45}.form-feedback{min-height:1.2em;margin:14px 0 0;font-size:13px}.form-feedback[data-tone=error]{color:var(--destructive)}.form-feedback[data-tone=success]{color:var(--gold-deep)}.form-feedback[data-tone=pending]{color:var(--muted-small)}.site-nav{justify-content:space-between;align-items:center;padding:26px 0;display:flex}.brand{align-items:center;gap:10px;min-width:44px;min-height:44px;text-decoration:none;display:inline-flex}.brand-mark{background:var(--ink);flex:none;width:22px;height:22px;mask:url(/assets/axis_p_normalized.svg) 50%/contain no-repeat}.brand-name{font-family:var(--font-serif);color:var(--ink);font-size:24px}.nav-links{color:var(--muted);align-items:center;gap:30px;font-size:14px;font-weight:500;display:flex}.nav-links>a{color:var(--muted);transition:color .16s var(--ease-smooth);align-items:center;min-height:44px;text-decoration:none;display:inline-flex}.nav-links>a:hover,.nav-links>a[data-current=true]{color:var(--ink)}.nav-links>a.nav-cta{background:var(--ink);color:var(--ground);border-radius:var(--radius-pill);padding:11px 20px;font-weight:600}.nav-cta:hover{background:#2c2842}.hero{text-align:center;padding-top:68px;position:relative}.hero:before{content:"";pointer-events:none;background:radial-gradient(640px 420px at 26% 12%,#5a50c712,#0000 70%),radial-gradient(720px 460px at 76% 30%,#c7913d0f,#0000 70%);position:absolute;inset:-140px 0 0}.hero-inner{position:relative}@media (prefers-reduced-motion:no-preference){.hero:before{animation:26s ease-in-out infinite alternate dawn-drift}@keyframes dawn-drift{0%{opacity:.85;transform:translate(-40px)scale(1)}to{opacity:1;transform:translate(40px,-24px)scale(1.12)}}html.js .hero-headline.is-wordstaged{animation:none}html.js .hero-headline.is-wordstaged .hw{opacity:0;filter:blur(6px);animation:word-arrive .85s var(--ease-out-fluid) forwards;animation-delay:calc(.15s + var(--wi) * 90ms);display:inline-block;transform:translateY(.45em)}@keyframes word-arrive{to{opacity:1;filter:blur();transform:translateY(0)}}}.hero .rubric{margin-bottom:26px}.hero-headline{max-width:820px;font-family:var(--font-serif);letter-spacing:-.01em;font-optical-sizing:auto;text-wrap:balance;margin:0 auto;font-size:clamp(44px,7vw,76px);line-height:1.04}.hero-headline em{color:var(--violet);font-style:italic}.hero-subcopy{max-width:540px;color:var(--muted);margin:24px auto 0;font-size:17.5px;line-height:1.65}.hero-actions{justify-content:center;gap:12px;margin-top:34px;display:flex}.hero-thread{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:22px;margin:64px auto 0;display:flex}.thread-card{border:1px solid var(--line);border-radius:var(--radius-card);background:var(--card);text-align:left;width:255px;box-shadow:var(--shadow-card);padding:18px 20px}@media (hover:hover){.thread-card{transition:transform .5s var(--ease-out-fluid), box-shadow .5s var(--ease-out-fluid), border-color .5s var(--ease-out-fluid)}.thread-card:hover{transform:translateY(-8px)rotate(0);box-shadow:0 18px 50px #1e1b2e1f}.thread-card--praying:hover{box-shadow:0 22px 56px #1e1b2e52}.thread-card--praying:before{transition:opacity .5s var(--ease-out-fluid)}.thread-card--praying:hover:before{opacity:.85;animation:none}.thread-card--answered:hover{border-color:#c7913d99;box-shadow:0 18px 50px #c7913d38}}.thread-card--request{transform:rotate(-1.4deg)}.thread-card--praying{background:var(--ink);width:280px;box-shadow:var(--shadow-ink);border:0;margin-top:26px;position:relative}.thread-card--praying:before{content:"";z-index:-1;filter:blur(14px);opacity:.5;background:radial-gradient(closest-side,#5a50c766 0%,#0000 100%);border-radius:50%;position:absolute;inset:-26px}@media (prefers-reduced-motion:no-preference){.thread-card--praying:before{animation:5.2s ease-in-out infinite praying-breath}@keyframes praying-breath{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.65;transform:scale(1.06)}}}.thread-card--answered{box-shadow:var(--shadow-gold);border-color:#c7913d59;margin-top:10px;transform:rotate(1.4deg)}.thread-meta{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--muted-small);margin-bottom:9px;font-size:9.5px}.thread-card--praying .thread-meta{color:var(--ink-muted);justify-content:space-between;align-items:center;margin-bottom:11px;display:flex}.thread-card--answered .thread-meta{color:var(--gold-deep)}.thread-quote{color:var(--ink);font-size:13.5px;line-height:1.55}.blink-dot{background:var(--gold);border-radius:50%;width:6px;height:6px}.thread-player{align-items:center;gap:10px;display:flex}.play-disc{background:var(--violet);border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.play-disc:after{content:"";border-left:9px solid var(--ground);border-top:5px solid #0000;border-bottom:5px solid #0000;width:0;height:0;margin-left:2px}.wave{flex:1;align-items:center;gap:2.5px;height:26px;display:flex}.wave>span{width:3px;height:var(--h);background:var(--ink-wave);border-radius:2px}.wave>span.is-played{background:var(--violet-bright)}.thread-time{color:var(--ink-muted);font-size:11px}.problem{padding-top:110px}.problem-inner{text-align:center;max-width:680px;margin-inline:auto}.problem-statement{font-family:var(--font-serif);font-optical-sizing:auto;font-size:clamp(28px,4.2vw,38px);line-height:1.25}.problem-copy{max-width:520px;color:var(--muted);margin:22px auto 0;line-height:1.7}.how{padding-top:100px}.section-head{text-align:center;margin-bottom:52px}.section-title{font-family:var(--font-serif);font-optical-sizing:auto;font-size:clamp(32px,4.8vw,44px);line-height:1.1}.how-thread{flex-direction:column;gap:clamp(40px,6vw,64px);max-width:620px;margin:0 auto;padding:0 0 0 44px;list-style:none;display:flex;position:relative}.how-thread:before{content:"";background:linear-gradient(to bottom, #1e1b2e2e, var(--violet) 42%, var(--gold) 78%, transparent 100%);width:1.5px;position:absolute;top:16px;bottom:16px;left:7px}.how-moment{position:relative}.how-node{background:var(--ground);border:1.5px solid #1e1b2e4d;border-radius:50%;width:15px;height:15px;position:absolute;top:12px;left:-44px}.how-node--violet{border-color:var(--violet);background:var(--violet);box-shadow:0 0 0 5px #5a50c724}.how-node--gold{border-color:var(--gold);background:var(--gold);box-shadow:0 0 0 5px #c7913d24}.how-body{flex-direction:column;gap:14px;display:flex}.how-moment--ink .how-body{border-radius:var(--radius-panel);background:var(--ink);box-shadow:var(--shadow-ink);padding:32px 30px}.how-mic{width:58px;height:58px;position:relative}.how-mic-ring{border:1.5px solid #5a50c766;border-radius:50%;position:absolute;inset:0}.how-mic-disc{background:var(--violet);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset:5px}.how-mic-disc:after{content:"";background:var(--ground);border-radius:6px;width:11px;height:18px}.how-wave{align-items:center;gap:3px;height:58px;display:flex}.how-wave>span{width:4px;height:var(--h);background:var(--ink-wave);border-radius:2px}.how-wave>span.is-played{background:var(--violet-bright)}.how-wave>span.is-gold{background:var(--gold)}.how-star{width:58px;height:58px;color:var(--gold);background:#c7913d1f;border-radius:50%;justify-content:center;align-items:center;font-size:24px;display:flex}.how-body h3{font-family:var(--font-serif);font-optical-sizing:auto;font-size:25px}.how-moment--ink h3{color:var(--ground)}.how-body p{max-width:52ch;color:var(--muted);font-size:15px;line-height:1.65}.how-moment--ink p{color:var(--ink-muted)}.pulse{padding-top:110px}.pulse-band{background:var(--ink);padding:88px 0}.pulse-inner{align-items:center;gap:64px;display:flex}.pulse-copy{flex:1;min-width:0}.pulse-copy .section-title{color:var(--ground);line-height:1.12}.pulse-copy p{max-width:440px;color:var(--ink-muted);margin:20px 0 0;line-height:1.7}.pulse-map{background:radial-gradient(70% 60%,#292344 0%,#1e1b2e 75%);border:1px solid #9a93b826;border-radius:24px;flex:1 1 0;width:100%;min-width:0;max-width:100%;height:380px;position:relative;overflow:hidden}.pulse-dot{border-radius:50%;position:absolute;translate:-50% -50%}.pulse-dot--violet{background:var(--violet-bright);box-shadow:0 0 16px #8b80e8cc}.pulse-dot--gold{background:var(--gold);box-shadow:0 0 14px #c7913dcc}.pulse-dot--bright{background:var(--ground);box-shadow:0 0 20px #faf8f3e6}.pulse-dot--dim-violet{background:var(--violet-bright)}.pulse-dot--dim-lavender{background:var(--ink-muted)}.pulse-ring{border-radius:50%;position:absolute;translate:-50% -50%}.pulse-ring--violet{border:1px solid #8b80e899}.pulse-ring--gold{border:1px solid #c7913d99}.pulse-ring--bright{border:1.5px solid #faf8f3b3}.pulse-world{width:100%;height:100%;position:absolute;inset:0}.pulse-world circle{fill:#9a93b838}.pulse-lines{width:100%;height:100%;position:absolute;inset:0}.pulse-line-base{fill:none;stroke:#9a93b82e;stroke-width:.3px}.pulse-flow{fill:none;stroke-width:.55px;stroke-linecap:round;stroke-dasharray:.14 1;animation:3.6s linear infinite pulse-flow-travel}.pulse-flow--violet{stroke:#8b80e8f2}.pulse-flow--gold{stroke:#c7913df2}.pulse-flow:nth-child(6){animation-delay:.8s}.pulse-flow:nth-child(7){animation-delay:1.7s}.pulse-flow:nth-child(8){animation-delay:2.5s}@keyframes pulse-flow-travel{0%{stroke-dashoffset:.2px}to{stroke-dashoffset:-1px}}.pulse-you{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--ground);text-shadow:0 0 8px #1e1b2eb3;pointer-events:none;font-size:9.5px;position:absolute;translate:-50% 12px}@media (prefers-reduced-motion:reduce){.pulse-flow{stroke-dasharray:none;opacity:.55;animation:none}}.pulse-caption{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted);font-size:9.5px;position:absolute;bottom:16px;left:20px}.intention{padding-top:110px}.intention-inner{align-items:center;gap:64px;display:flex}.vow-list{flex:1;margin:0;padding:0;list-style:none}.vow{border-bottom:1px solid var(--line);padding:26px 0}.vow:first-child{padding-top:6px}.vow:last-child{border-bottom:0;padding-bottom:6px}.vow-line{font-family:var(--font-serif);font-optical-sizing:auto;text-wrap:balance;font-size:clamp(21px,2.6vw,26px);line-height:1.2;display:block}.vow--gold .vow-line{color:var(--gold-deep)}.vow-note{max-width:46ch;color:var(--muted);margin-top:7px;font-size:14.5px;line-height:1.55;display:block}.intention-copy{flex:1}.intention-copy .section-title{line-height:1.12}.intention-copy>p{max-width:440px;color:var(--muted);margin:20px 0 0;line-height:1.7}.vision{background:var(--ink);margin-top:120px;padding:clamp(96px,14vw,160px) 0;position:relative;overflow:hidden}.vision-glow{pointer-events:none;background:radial-gradient(#c7913d29 0%,#0000 70%);width:720px;height:480px;position:absolute;top:-30%;left:50%;transform:translate(-50%)}.vision-inner{text-align:center;max-width:780px;margin-inline:auto;position:relative}.vision-verse{margin:0}.vision-verse blockquote{font-family:var(--font-serif);color:var(--ground);font-optical-sizing:auto;text-wrap:balance;margin:0;font-size:clamp(24px,3.8vw,37px);font-style:italic;line-height:1.5}.vision-verse figcaption{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-top:24px;font-size:11px}.vision-copy{max-width:520px;color:var(--ink-muted);margin:40px auto 0;line-height:1.75}.cta{padding:110px 0 100px}.cta-card{text-align:center;background:var(--ink);border-radius:28px;flex-direction:column;align-items:center;padding:72px 60px;display:flex;position:relative;overflow:hidden}.cta-card>*{position:relative}.cta-glow{background:radial-gradient(#5a50c740 0%,#0000 70%);width:600px;height:400px;position:absolute;top:-40%;left:50%;transform:translate(-50%)}.cta-status{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin:0 0 18px;font-size:11px}.cta-title{max-width:600px;font-family:var(--font-serif);color:var(--ground);font-optical-sizing:auto;font-size:clamp(34px,5vw,48px);line-height:1.1}.cta-copy{max-width:440px;color:var(--ink-muted);margin:18px 0 0;line-height:1.65}.cta-form{gap:10px;margin-top:32px;display:flex}.cta-form input{border-radius:var(--radius-pill);width:240px;font-family:var(--font-sans);color:var(--ground);background:#faf8f30f;border:1px solid #faf8f326;padding:14px 20px;font-size:14.5px}.cta-form input::placeholder{color:var(--ink-muted)}.cta-form input:focus{border-color:var(--violet-bright);outline:none}.cta-form .button{padding:14px 26px;font-size:14.5px}.cta-card .form-feedback{color:var(--ink-muted)}.cta-card .form-feedback[data-tone=error]{color:#e58f82}.cta-card .form-feedback[data-tone=success]{color:var(--gold)}.cta-card .form-feedback[data-tone=pending]{color:var(--ink-muted)}.footer{border-top:1px solid var(--line);padding:36px 0}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.footer-brand{align-items:center;gap:8px;min-height:44px;text-decoration:none;display:inline-flex}.footer-brand .brand-mark{width:17px;height:17px}.footer-brand .brand-name{font-size:19px}.footer-tag{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--muted-small);margin-left:8px;font-size:10px}.footer-links{color:var(--muted);flex-wrap:wrap;gap:24px;font-size:13px;display:flex}.footer-links a{color:inherit;transition:color .16s var(--ease-smooth);align-items:center;min-height:44px;margin-block:-12px;text-decoration:none;display:inline-flex}.footer-links a:hover{color:var(--ink)}.submit-page{place-items:center;min-height:calc(100vh - 80px);padding:3.5rem 0;display:grid}.recorder-card{border:1px solid var(--line);background:var(--card);text-align:center;width:min(100%,560px);box-shadow:var(--shadow-card);border-radius:28px;padding:clamp(1.75rem,5vw,2.75rem)}.recorder-card .eyebrow{color:var(--violet)}.recorder-card h1{font-family:var(--font-serif);font-optical-sizing:auto;margin-top:.75rem;font-size:clamp(2.1rem,6vw,3rem);line-height:1.1}.recorder-card .hero-copy{color:var(--muted);margin:1rem auto 0;font-size:1rem;line-height:1.65}.record-btn{border-radius:var(--radius-pill);background:var(--violet);width:7.25rem;height:7.25rem;color:var(--ground);cursor:pointer;box-shadow:0 18px 50px -28px var(--violet);border:0;place-items:center;margin:1.25rem auto .65rem;display:inline-grid}.record-btn.recording{background:var(--destructive);color:#fff}.record-icon{border-radius:var(--radius-pill);background:currentColor;width:1.65rem;height:1.65rem}.record-btn.recording .record-icon{border-radius:.25rem}.timer{font-family:var(--font-mono);color:var(--muted);font-variant-numeric:tabular-nums;margin:.5rem 0 .125rem;font-size:.9rem}.status,.foot{color:var(--muted);font-size:.9rem;line-height:1.5}.preview{margin:1rem 0 0}.preview audio{width:100%}.actions{justify-content:center;gap:.75rem;margin-top:1.25rem;display:flex}.error{color:var(--destructive)}.intent{border-radius:var(--radius-pill);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--violet);border:1px solid #5a50c74d;padding:4px 12px;font-size:10px;display:inline-block}.section{padding:3.5rem 0}.section-heading h1{font-family:var(--font-serif);font-optical-sizing:auto;font-size:clamp(2.1rem,5vw,2.75rem);line-height:1.1}.section-heading p{max-width:560px;color:var(--muted);margin:.85rem 0 0;line-height:1.7}.faq-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem;display:grid}.faq-item{border:1px solid var(--line);background:var(--card);border-radius:16px;padding:1.25rem 1.5rem}.faq-item h2{font-family:var(--font-serif);font-optical-sizing:auto;font-size:1.35rem}.faq-item p{margin:.5rem 0 0;font-size:.9rem}.faq-item a{color:var(--violet);font-weight:600;text-decoration:none}.faq-item a:hover{text-decoration:underline}@keyframes pz-pulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:0;transform:scale(1.35)}}@keyframes pz-blink{0%,to{opacity:.35}50%{opacity:1}}@keyframes wave-quiet{0%,to{opacity:.75;transform:scaleY(.7)}50%{opacity:1;transform:scaleY(1)}}@keyframes rise-in{0%{opacity:0;transform:translateY(18px)}}@keyframes rec-pulse{0%{box-shadow:0 0 #b3423f40}to{box-shadow:0 0 0 22px #b3423f00}}@media (prefers-reduced-motion:no-preference){html.js .hero-inner>*{animation:rise-in .9s var(--ease-out-fluid) backwards}html.js .hero-inner>:nth-child(2){animation-delay:90ms}html.js .hero-inner>:nth-child(3){animation-delay:.18s}html.js .hero-inner>:nth-child(4){animation-delay:.27s}html.js .hero-inner>:nth-child(5){animation-delay:.36s}html.js .hero-inner>:nth-child(6){animation-delay:.45s}[data-reveal].will-reveal{opacity:0;transition:opacity .9s var(--ease-out-fluid) var(--reveal-delay,0s), transform .9s var(--ease-out-fluid) var(--reveal-delay,0s);transform:translateY(24px)}[data-reveal].is-visible{opacity:1;transform:none}.blink-dot{animation:1.8s ease-in-out infinite pz-blink}.thread-card--praying .wave>span.is-played{animation:wave-quiet 2.2s ease-in-out calc(var(--i,0) * .18s) infinite;transform-origin:50%}.how-mic-ring{animation:2.6s ease-out infinite pz-pulse}.pulse-ring{animation:pz-pulse var(--dur,2.4s) ease-out var(--delay,0s) infinite}.record-btn.recording{animation:2s ease-out infinite rec-pulse}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.pulse-ring,.how-mic-ring{opacity:.4}}@media (width<=960px){.pulse-inner{flex-direction:column;align-items:stretch}.pulse-map{flex:none;height:clamp(220px,66vw,320px)}.intention-inner{flex-direction:column;align-items:stretch;gap:40px}.faq-grid{grid-template-columns:1fr}}@media (width<=720px){.site-nav{padding:18px 0}.nav-links{gap:14px;font-size:13px}.nav-links>a:not(.nav-cta):not(.nav-record){display:inline-flex}}@media (width<=480px){.brand-name{display:none}.nav-links{gap:12px}.hero{padding-top:44px}.hero-thread{display:none}.hero-actions,.actions,.cta-form{flex-direction:column;align-items:stretch}.hero-actions{width:min(100%,340px);margin-inline:auto}.cta-form{width:min(100%,340px)}.cta-form input{width:100%}.cta-card{padding:48px 24px}.thread-card,.thread-card--praying{margin-top:0;transform:none}.pulse-band{padding:64px 0}.pulse-caption{line-height:1.35;bottom:14px;left:14px;right:14px}.footer-inner{flex-direction:column;align-items:flex-start}}.doc-shell{max-width:760px;margin:0 auto;padding:5rem 1.5rem 6rem}.doc-header{border-bottom:1px solid var(--line);margin-bottom:2.75rem;padding-bottom:2rem}.doc-header h1{font-family:var(--font-serif);letter-spacing:-.01em;color:var(--ink);margin:0 0 .75rem;font-size:clamp(2.1rem,4vw,3rem);font-weight:400;line-height:1.08}.doc-meta{font-family:var(--font-mono);letter-spacing:.02em;color:var(--muted-small);flex-wrap:wrap;gap:.4rem 1rem;font-size:.8rem;display:flex}.doc-lead{font-family:var(--font-serif);color:var(--muted);margin:1.25rem 0 0;font-size:1.25rem;line-height:1.55}.prose{color:var(--muted);font-size:1.02rem;line-height:1.72}.prose>:first-child{margin-top:0}.prose h1{font-family:var(--font-serif);color:var(--ink);margin:0 0 1rem;font-size:clamp(2rem,3.6vw,2.6rem);font-weight:400;line-height:1.12}.prose h2{font-family:var(--font-serif);color:var(--ink);margin:2.75rem 0 .85rem;font-size:1.5rem;font-weight:500;line-height:1.25}.prose h3{font-family:var(--font-sans);color:var(--ink);margin:1.9rem 0 .6rem;font-size:1.1rem;font-weight:600}.prose p{margin:0 0 1.15rem}.prose ul,.prose ol{margin:0 0 1.3rem;padding-left:1.35rem}.prose li{margin:0 0 .5rem}.prose li::marker{color:var(--muted-soft)}.prose a{color:var(--violet);text-underline-offset:2px;text-decoration:underline 1px}.prose a:hover{color:var(--ink)}.prose strong{color:var(--ink);font-weight:600}.prose em{font-style:italic}.prose blockquote{border-left:3px solid var(--violet);font-family:var(--font-serif);color:var(--ink);margin:1.6rem 0;padding:.4rem 0 .4rem 1.25rem;font-size:1.2rem;line-height:1.55}.prose hr{border:0;border-top:1px solid var(--line);margin:2.5rem 0}.prose table{border-collapse:collapse;width:100%;margin:0 0 1.6rem;font-size:.92rem}.prose th,.prose td{text-align:left;vertical-align:top;border:1px solid var(--line);padding:.65rem .85rem}.prose thead th{background:var(--surface-secondary);color:var(--ink);font-family:var(--font-sans);letter-spacing:.02em;font-size:.82rem;font-weight:600}.post-grid{gap:1.25rem;margin-top:2.5rem;display:grid}.post-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-card);box-shadow:var(--shadow-card);transition:transform .2s var(--ease-smooth), box-shadow .2s var(--ease-smooth);padding:1.6rem 1.75rem;display:block}.post-card:hover{transform:translateY(-2px);box-shadow:0 12px 34px #1e1b2e1a}.post-card .post-date{font-family:var(--font-mono);letter-spacing:.02em;color:var(--muted-small);font-size:.78rem}.post-card h2{font-family:var(--font-serif);color:var(--ink);margin:.5rem 0;font-size:1.4rem;font-weight:500;line-height:1.2}.post-card p{color:var(--muted);margin:0;line-height:1.6}.post-card .post-more{color:var(--violet);margin-top:.9rem;font-size:.95rem;font-weight:600;display:inline-block}.doc-back{color:var(--violet);margin-top:3rem;font-size:.95rem;font-weight:600;display:inline-block}@media (width<=640px){.doc-shell{padding:3.25rem 1.25rem 4.5rem}.prose table{white-space:nowrap;display:block;overflow-x:auto}}.showcase{max-width:900px;margin:clamp(72px,10vw,110px) auto 0}.showcase-lede{text-align:center;font-family:var(--font-serif);color:var(--muted);font-optical-sizing:auto;margin:0 0 22px;font-size:21px;font-style:italic}.hero-video{aspect-ratio:16/9;border-radius:var(--radius-panel);border:1px solid var(--line);width:100%;height:auto;box-shadow:var(--shadow-ink);background:var(--ink);object-fit:cover;display:block}@media (width<=640px){.hero-video{border-radius:var(--radius-card)}}
