:root{--color-bg: #0b0c15;--color-bg-alt: #161825;--color-text: #e2e8f0;--color-text-muted: #94a3b8;--color-primary: #8b5cf6;--color-primary-glow: rgba(139, 92, 246, .5);--color-secondary: #0ea5e9;--color-accent: #f43f5e;--font-heading: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--container-width: 1200px;--header-height: 72px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,.logo{font-family:var(--font-heading);color:#fff}a{text-decoration:none;color:inherit;transition:color .3s ease}a:focus-visible{outline:3px solid var(--color-secondary);outline-offset:4px;border-radius:4px}ul{list-style:none}img{max-width:100%}#app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.skip-link{background:var(--color-secondary);border-radius:0 0 8px;color:#06111b;font-weight:800;left:0;padding:.8rem 1rem;position:fixed;top:0;transform:translateY(-120%);transition:transform .2s ease;z-index:1000}.skip-link:focus-visible{outline:3px solid #fff;outline-offset:3px;transform:translateY(0)}section{padding:4rem 1rem;max-width:var(--container-width);margin:0 auto;scroll-margin-top:calc(var(--header-height) + 3rem)}.btn{display:inline-block;padding:.8rem 2rem;border-radius:8px;font-weight:600;letter-spacing:.5px;transition:box-shadow .3s ease,transform .3s ease}.btn.primary{background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));color:#fff;box-shadow:0 4px 15px var(--color-primary-glow)}.btn.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px var(--color-primary-glow)}header{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:radial-gradient(circle at center,#1e1e2e 0%,var(--color-bg) 70%);overflow:hidden}#hero{min-height:82vh;min-height:82dvh;padding:var(--header-height) 1rem 4rem}.page-header{height:var(--header-height);background:var(--color-bg-alt)}nav{position:fixed;top:0;left:0;width:100%;height:var(--header-height);display:flex;justify-content:space-between;align-items:center;padding:0 2rem;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0b0c15c7;border-bottom:1px solid rgba(255,255,255,.08)}nav a{min-height:44px;display:inline-flex;align-items:center;position:relative}.page-header nav{background:#0b0c15e0}nav .logo{font-size:1.5rem;font-weight:700;letter-spacing:1px}nav .logo,nav .logo a{display:inline-flex;align-items:center;gap:.65rem}.logo-mark{width:32px;height:32px;flex:0 0 auto;border-radius:9px;box-shadow:0 0 18px #0ea5e92e}nav ul{display:flex;gap:2rem;position:relative}nav a:hover{color:var(--color-primary)}nav ul a.is-active{color:#fff}.nav-active-indicator{position:absolute;bottom:.35rem;left:0;height:2px;content:"";border-radius:999px;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));pointer-events:none;transition:transform .28s ease,width .28s ease;width:0}.language-link{border:1px solid rgba(255,255,255,.2);border-radius:999px;font-size:.85rem;font-weight:700;letter-spacing:.08em;padding:.35rem .7rem}.language-link:hover{border-color:var(--color-primary);text-decoration:none}.hero-content h1{font-size:4rem;margin-bottom:1rem;background:linear-gradient(to right,#fff,var(--color-text-muted));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1}.hero-content .subtitle{font-size:1.5rem;color:var(--color-text-muted);margin-bottom:2rem}h2{font-size:2.5rem;text-align:center;margin-bottom:3rem;position:relative}h2:after{content:"";display:block;width:50px;height:4px;background:var(--color-primary);margin:1rem auto 0;border-radius:2px}.section-title-with-help{align-items:flex-start;display:flex;justify-content:center;margin-bottom:3rem;position:relative}.section-title-with-help h2{margin-bottom:0}.kerygma-help{margin-left:.35rem;z-index:2}.kerygma-help-trigger{align-items:center;background:#0ea5e924;border:1px solid rgba(14,165,233,.45);border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;font:inherit;font-size:.72rem;font-weight:800;height:1.55rem;justify-content:center;line-height:1;margin-top:.55rem;min-width:1.55rem;padding:0}.kerygma-help-trigger:hover,.kerygma-help-trigger:focus-visible{background:#0ea5e93d;outline:3px solid rgba(14,165,233,.36);outline-offset:3px}.kerygma-popover{background:#161825fa;border:1px solid rgba(255,255,255,.12);border-radius:8px;box-shadow:0 24px 80px #0000006b;color:var(--color-text-muted);font-size:.95rem;left:50%;line-height:1.55;max-width:var(--container-width);opacity:0;padding:1rem;pointer-events:none;position:absolute;text-align:left;top:calc(100% + .7rem);transform:translate(-50%,-.25rem);transition:opacity .18s ease,transform .18s ease;width:calc(100vw - 2rem)}.kerygma-popover:before{background:#161825fa;border-left:1px solid rgba(255,255,255,.12);border-top:1px solid rgba(255,255,255,.12);content:"";height:12px;left:50%;position:absolute;top:-7px;transform:translate(-50%) rotate(45deg);width:12px}.kerygma-popover p{margin:0}.kerygma-popover p+p{margin-top:.75rem}.kerygma-popover strong{color:#fff}.kerygma-help:hover .kerygma-popover,.kerygma-help:focus-within .kerygma-popover,.kerygma-help.is-open .kerygma-popover{opacity:1;pointer-events:auto;transform:translate(-50%)}.kerygma-quote{font-size:1.8rem;font-family:var(--font-heading);text-align:center;max-width:800px;margin:0 auto 1.5rem;line-height:1.4;font-weight:500;color:#fff;text-shadow:0 0 12px rgba(255,255,255,.22),0 0 22px rgba(139,92,246,.35),0 0 38px rgba(14,165,233,.26)}.citation{text-align:center;color:var(--color-text-muted);font-style:italic;margin-bottom:2rem}.mission-statement{text-align:center;font-size:1.2rem;color:var(--color-text);margin-top:2rem}.magisterial-quote{border-left:3px solid var(--color-secondary);margin:1.35rem 0 0;padding-left:1rem}.magisterial-quote blockquote{margin:0}.magisterial-quote p{color:#fff;font-family:var(--font-heading);font-size:1.05rem;line-height:1.45;margin:0}.magisterial-quote figcaption{color:var(--color-text-muted);font-size:.88rem;font-style:italic;margin-top:.45rem}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;align-items:stretch}.project-card{background:var(--color-bg-alt);border:1px solid rgba(255,255,255,.05);border-radius:8px;display:flex;flex-direction:column;min-height:18.5rem;padding:2rem;position:relative;transition:transform .3s ease,border-color .3s ease}.project-card:hover,.project-card:has(a:focus-visible){transform:translateY(-5px);border-color:var(--color-primary)}.project-card-muted{background:#16182594;border-color:#ffffff09;opacity:.72}.project-card-muted.visible{opacity:.72}.project-card-muted:hover{border-color:#ffffff1f}.project-card h3{font-size:1.5rem;margin-bottom:.5rem}.project-category{color:var(--color-secondary);font-size:.75rem;font-weight:700;letter-spacing:.08em;margin-bottom:.6rem;text-transform:uppercase}.project-card .language-note{color:var(--color-text-muted);font-size:.82rem;font-weight:500;letter-spacing:0;margin-bottom:.65rem}.project-card p{color:var(--color-text-muted);margin-bottom:1.5rem}.project-card p:not(.project-category):not(.language-note){flex:1 1 auto}.project-card-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.6rem 1rem;justify-content:space-between;padding-top:.15rem}.project-card a{align-items:center;color:var(--color-secondary);display:inline-flex;font-weight:500;line-height:1.25;max-width:100%;overflow-wrap:normal;touch-action:manipulation;width:fit-content;white-space:normal;word-break:normal}.project-card-actions a:first-child{color:#fff;font-weight:650;min-height:44px;padding:.55rem 0}.project-card-actions a:first-child:hover{color:var(--color-secondary);text-decoration:underline}.project-card-actions a:last-child,.project-card-actions .coming-soon{margin-left:auto}.project-card-actions a:last-child{min-height:44px;padding:.55rem 0}.project-card a span[aria-hidden=true]{flex:0 0 auto;margin-left:.25rem}.project-card a:focus-visible{outline:3px solid var(--color-secondary);outline-offset:4px}.project-card:has(a:focus-visible){box-shadow:0 0 0 3px #0ea5e959}.project-card a:hover{text-decoration:underline}.coming-soon{color:var(--color-text-muted);font-size:.9rem;font-weight:600}.planned-projects{display:grid;gap:.85rem 2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2.5rem}.planned-label{color:var(--color-text-muted);font-size:.82rem;font-weight:700;grid-column:1 / -1;letter-spacing:.08em;margin-bottom:0;text-transform:uppercase}.team{display:flex;justify-content:center;gap:4rem;margin-bottom:3rem;flex-wrap:wrap}.member{text-align:center}.member h3 a:hover{color:var(--color-secondary)}.expertise{text-align:center;color:var(--color-text-muted);max-width:600px;margin:0 auto}.expertise a{color:var(--color-secondary);font-weight:600}.expertise a:hover{text-decoration:underline}footer{background:var(--color-bg-alt);padding:clamp(1.75rem,4vw,2.5rem) 1rem;text-align:center;border-top:1px solid rgba(255,255,255,.05)}.footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:.6rem 1rem;justify-content:center;margin:0 auto;max-width:var(--container-width)}footer p{color:var(--color-text-muted);flex-basis:100%;margin-bottom:0}.footer-content>a{color:var(--color-text);font-weight:600}.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.5,0,0,1),transform .8s cubic-bezier(.5,0,0,1)}.js .reveal.visible,.visible{opacity:1;transform:translateY(0)}.content-page{padding-top:2rem}.content-page section{padding-bottom:clamp(2.5rem,5vw,3.25rem);text-align:left}.content-page h1{font-size:3rem;margin-bottom:2rem;text-align:center}.content-page h2{font-size:1.8rem;margin-top:2rem;margin-bottom:1rem;text-align:left}.content-page h2:after{display:none}.content-page h3{font-size:1.3rem;margin-top:1.5rem;color:var(--color-text)}.content-page p{margin-bottom:1rem;color:var(--color-text-muted)}.content-page ul{list-style:disc;margin:0 0 1rem 1.5rem;color:var(--color-text-muted)}.content-page li{margin-bottom:.4rem}.content-page code{background:#ffffff14;border:1px solid rgba(255,255,255,.08);border-radius:4px;color:var(--color-text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.9em;padding:.1rem .3rem}.content-page a{color:var(--color-secondary);text-decoration:underline}.project-detail-page section{max-width:var(--container-width)}.project-detail-page>section{width:min(calc(100% - 2rem),var(--container-width))}.project-hero-detail{padding-top:5rem;padding-left:0;padding-right:0}.back-link{color:var(--color-secondary);display:inline-flex;font-weight:700;margin-bottom:2rem}.project-hero-grid{align-items:center;display:grid;gap:3rem;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);min-width:0}.project-hero-grid>*{min-width:0}.project-hero-detail h1{font-size:clamp(2.4rem,5vw,4.6rem);-webkit-hyphens:auto;hyphens:auto;line-height:1.05;margin-bottom:1.4rem;overflow-wrap:anywhere}.project-hero-detail p{color:var(--color-text-muted);font-size:1.05rem;max-width:68ch}.project-lead{color:var(--color-text);font-size:1.35rem;line-height:1.45;margin-bottom:1.2rem}.project-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem 1.25rem;margin-top:2rem}.project-direct-link{color:var(--color-secondary);font-weight:700}.project-preview{aspect-ratio:1200 / 630;background:#10131f;border:1px solid rgba(255,255,255,.08);border-radius:8px;box-shadow:0 24px 80px #00000047;overflow:hidden}.project-preview img{display:block;height:100%;object-fit:cover;width:100%}.project-preview img[src*=bible-navigator]{background:radial-gradient(circle at top,rgba(96,165,250,.22),transparent 32rem),linear-gradient(135deg,#10131f,#211a16);object-fit:contain;padding:1rem}.project-preview-fallback{display:flex;flex-direction:column;justify-content:flex-end;padding:2rem}.project-preview-fallback span{color:var(--color-secondary);font-size:.8rem;font-weight:700;letter-spacing:.08em;margin-bottom:.75rem;text-transform:uppercase}.project-preview-fallback strong{color:#fff;font-size:clamp(2rem,5vw,3.6rem);line-height:1}.project-preview-fallback p{color:var(--color-text-muted);margin-top:1rem}.story-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}.project-story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.story-grid article,.project-offers,.related-projects-section{background:#161825b8;border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:2rem}.project-detail-page h2{font-size:1.45rem;margin-bottom:1rem;text-align:left}.project-detail-page h2:after{display:none}.project-detail-page p,.project-detail-page li{color:var(--color-text-muted)}.project-offers ul{display:grid;gap:.75rem;list-style:disc;margin-left:1.2rem}.related-projects{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.related-project{background:#ffffff09;border:1px solid rgba(255,255,255,.07);border-radius:8px;color:#fff;display:block;font-weight:700;min-height:96px;padding:1rem}.related-project span{color:var(--color-secondary);display:block;font-size:.72rem;letter-spacing:.08em;margin-bottom:.4rem;text-transform:uppercase}.project-detail-page>.project-story{padding-left:0;padding-right:0}.software-page a:not(.btn):not(.back-link):not(.software-secondary-link){color:var(--color-secondary);font-weight:600}.software-page a:hover{text-decoration:underline}.software-hero .project-hero-grid{grid-template-columns:minmax(0,1fr) minmax(300px,.72fr)}.software-hero-quote{background:#ffffff09;border:1px solid rgba(255,255,255,.07);border-left:3px solid var(--color-secondary);border-radius:8px;grid-column:1 / -1;margin-top:0;padding:1.35rem 1.5rem;width:100%}.software-hero-quote p{font-size:clamp(1.08rem,2vw,1.45rem);max-width:80ch}.software-hero-actions{grid-column:1 / -1;margin-top:0}.software-page .project-story{max-width:var(--container-width);width:100%}.software-signal{align-content:center;background:radial-gradient(circle at 22% 22%,rgba(14,165,233,.16),transparent 38%),linear-gradient(145deg,#fff1,#ffffff05);border:1px solid rgba(255,255,255,.08);border-radius:8px;box-shadow:0 24px 80px #0000003d;display:grid;gap:clamp(.65rem,1.4vw,.9rem);grid-template-columns:repeat(2,minmax(0,1fr));min-height:360px;padding:clamp(1.25rem,3vw,2rem)}.software-signal span{align-items:center;background:#ffffff0b;border:1px solid rgba(255,255,255,.075);border-radius:8px;color:#fff;display:flex;font-size:clamp(1.05rem,1.2vw,1.25rem);font-weight:750;-webkit-hyphens:auto;hyphens:auto;line-height:1.25;min-height:76px;min-width:0;overflow-wrap:anywhere;padding:clamp(.85rem,1.8vw,1rem)}.software-highlight{align-items:center;background:linear-gradient(135deg,#8b5cf61f,#0ea5e914),#161825b8;border:1px solid rgba(255,255,255,.08);border-radius:8px;display:grid;gap:2rem;grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);padding:2.4rem}.software-highlight h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.05;margin-bottom:1.2rem}.software-highlight h2:after{display:none}.software-highlight p:last-child{color:var(--color-text-muted);font-size:1.08rem;max-width:70ch}.software-highlight-points{display:grid;gap:.8rem}.software-highlight-points span{background:#ffffff0e;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#fff;font-weight:750;min-height:58px;padding:.95rem 1rem}.software-offers h2{margin-bottom:1.5rem}.software-capabilities{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.software-capabilities article{background:#ffffff09;border:1px solid rgba(255,255,255,.07);border-radius:8px;padding:1.25rem}.software-capabilities h3{color:#fff;font-size:1.1rem;line-height:1.25;margin-bottom:.65rem}.software-capabilities p{margin:0}.software-process article{min-height:190px}.software-gift-grid article{border-color:#0ea5e929}.software-gift-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.software-gift-grid article:first-child{background:radial-gradient(circle at 15% 10%,rgba(244,63,94,.12),transparent 36%),#161825b8}.software-gift-grid article:last-child{background:radial-gradient(circle at 85% 12%,rgba(14,165,233,.14),transparent 38%),#161825b8}.software-gift-grid h2{font-size:1.25rem;line-height:1.3}.software-cta p{max-width:68ch}.software-cta{margin-bottom:4rem}.software-secondary-link{color:var(--color-secondary);display:inline-flex;font-weight:700;margin-left:1rem;min-height:44px;align-items:center}.software-secondary-link:hover{text-decoration:underline}@media(max-width:1180px){.software-hero .project-hero-grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:768px){:root{--header-height: auto}nav{flex-direction:column;padding:1rem;position:relative;background:var(--color-bg);border-bottom:0}nav ul{gap:1rem;margin-top:0;flex-wrap:wrap;justify-content:center;position:static}.nav-active-indicator{display:none}nav ul li:not(:has(.language-link)){display:none}nav ul li:has(.language-link){display:block;position:absolute;right:1rem;top:1rem}nav .language-link{min-height:36px;padding:.2rem .65rem;background:#ffffff0f}.hero-content h1{font-size:2.5rem}#hero{justify-content:flex-start;min-height:72vh;min-height:72dvh;padding:0 1rem 3rem}.hero-content{margin-top:3.5rem}.section-title-with-help{margin-bottom:2.2rem}.kerygma-help{margin-left:.28rem}.kerygma-popover{left:auto;right:-.2rem;transform:translateY(-.25rem);width:calc(100vw - 2rem)}.kerygma-popover:before{left:auto;right:.8rem;transform:rotate(45deg)}.kerygma-help:hover .kerygma-popover,.kerygma-help:focus-within .kerygma-popover,.kerygma-help.is-open .kerygma-popover{transform:translateY(0)}section{padding:3rem 1rem;scroll-margin-top:1rem}.project-hero-detail{padding-top:3rem}.project-hero-grid,.software-hero .project-hero-grid,.story-grid,.related-projects,.software-signal,.software-capabilities,.software-highlight{grid-template-columns:minmax(0,1fr)}.software-signal{min-height:auto;padding:1.4rem}.software-signal span{min-height:58px}.software-highlight{padding:1.4rem}.software-highlight h2{font-size:2rem;overflow-wrap:anywhere}.software-secondary-link{margin-left:0;margin-top:.8rem}.project-hero-detail h1{font-size:2.2rem;overflow-wrap:anywhere}.project-lead{font-size:1.15rem;overflow-wrap:anywhere}.project-hero-detail p{overflow-wrap:anywhere}.project-preview-fallback{aspect-ratio:auto;min-height:300px;padding:1.4rem}.project-preview-fallback strong{font-size:2rem;line-height:1.08}.project-preview-fallback p{font-size:.98rem}.story-grid article,.project-offers,.related-projects-section{padding:1.4rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}
