@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,400;1,9..144,500;1,9..144,600&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=JetBrains+Mono:wght@400;500;600&display=swap");:root{color-scheme:light;--background:#ece6da;--foreground:#26221e;--card:#faf6ed;--popover:#faf6ed;--secondary:#e4dccc;--muted:#ece4d6;--muted-foreground:#74706a;--border:#d8d1c2;--primary:#d96c57;--primary-deep:#b85441;--primary-darkest:#8f3d2e;--primary-soft:rgba(217,108,87,0.12);--ember-soft:#e08573;--brand-parchment:#d0c2af;--brand-ink:#161412;--brand-ink-surface:#1e1b18;--brand-red:#b85441;--brand-red-soft:rgba(184,84,65,0.09);--shadow-xs:0 1px 1px rgb(40 33 20/0.04);--shadow-sm:0 1px 2px rgb(40 33 20/0.05),0 3px 8px rgb(40 33 20/0.05);--shadow-md:0 2px 4px rgb(40 33 20/0.05),0 10px 24px rgb(40 33 20/0.08);--shadow-lg:0 4px 8px rgb(40 33 20/0.05),0 24px 48px rgb(40 33 20/0.12);--shadow-glow:0 18px 40px rgba(217,108,87,0.22);--edge-highlight:inset 0 1px 0 rgb(255 255 255/0.6);--font-display:"Fraunces","Iowan Old Style",Georgia,"Times New Roman",serif;--font-body:"DM Sans","Noto Sans","Helvetica Neue",Arial,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace;--radius-sm:6px;--radius-md:8px;--radius-lg:10px;--radius-xl:14px;--radius-2xl:20px;--radius-full:9999px;--ease-standard:cubic-bezier(0.22,1,0.36,1);--duration-fast:150ms;--duration-normal:240ms;--header-h:72px;--max-w:1200px;--max-w-sm:780px;--pad-x:clamp(20px,5vw,48px)}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;position:relative;background:radial-gradient(120% 60% at 100% 0,rgba(208,194,175,.3) 0,rgba(236,230,218,0) 55%),radial-gradient(90% 50% at 0 0,rgba(217,108,87,.06) 0,rgba(236,230,218,0) 45%),var(--background);color:var(--foreground);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.5;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E")}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:no-preference){.reveal{animation:rise .7s var(--ease-standard) both}}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;padding:0}img{display:block;max-width:100%}.wrap{width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:var(--pad-x)}.wrap--sm{max-width:var(--max-w-sm)}.site-header{position:fixed;inset:0 0 auto;z-index:100;height:var(--header-h);display:flex;align-items:center;background:rgba(236,230,218,.82);border-bottom:1px solid var(--border);box-shadow:var(--shadow-xs);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.site-header__inner{display:flex;align-items:center;gap:24px;width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:var(--pad-x)}.site-wordmark{display:inline-flex;align-items:center;gap:10px;color:var(--foreground);font-family:var(--font-body);font-size:1.0625rem;font-weight:700;letter-spacing:-.01em;white-space:nowrap;flex-shrink:0}.site-wordmark__mark{width:34px;height:auto}.site-nav{display:none;align-items:center;gap:4px;flex:1 1}.site-nav__link{padding:8px 14px;border-radius:var(--radius-sm);color:var(--muted-foreground);font-size:.875rem;font-weight:500;transition:color var(--duration-fast) var(--ease-standard),background var(--duration-fast) var(--ease-standard)}.site-nav__link:hover{color:var(--foreground);background:var(--muted)}.operator-launcher__cta,.operator-launcher__toggle,.site-mobile-menu__cta,.site-nav__cta{background:linear-gradient(180deg,var(--ember-soft) 0,var(--primary) 100%);color:#fff}.site-nav__cta{margin-left:auto;padding:10px 20px;border-radius:var(--radius-lg);box-shadow:0 8px 18px rgba(217,108,87,.26),var(--edge-highlight);font-size:.875rem;font-weight:700;white-space:nowrap;transition:background var(--duration-fast) var(--ease-standard),transform var(--duration-fast) var(--ease-standard),box-shadow var(--duration-fast) var(--ease-standard)}.site-nav__cta:hover{box-shadow:0 10px 24px rgba(217,108,87,.34),var(--edge-highlight)}.scripture__cta{background:var(--brand-parchment);color:#2a1a14;box-shadow:0 10px 30px rgba(0,0,0,.32)}.scripture__cta:hover{background:#ded2c1;color:#2a1a14;transform:translateY(-1px);box-shadow:0 14px 36px rgba(0,0,0,.4)}.operator-launcher__cta:hover,.site-mobile-menu__cta:hover,.site-nav__cta:hover{background:var(--primary-deep);transform:translateY(-1px)}.site-mobile-menu{display:flex;align-items:center;gap:16px;margin-left:auto}.site-mobile-menu a{color:var(--muted-foreground);font-size:.875rem;font-weight:500}.site-mobile-menu__cta{padding:8px 18px;border-radius:var(--radius-lg);color:#fff!important;font-weight:700}@media (min-width:860px){.site-nav{display:flex}.site-mobile-menu{display:none}}.hero{position:relative;overflow:hidden;padding-top:calc(var(--header-h) + 72px);padding-bottom:80px}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(70% 80% at 78% 18%,rgba(217,108,87,.16) 0,rgba(217,108,87,0) 60%),radial-gradient(60% 70% at 12% 8%,rgba(208,194,175,.34) 0,rgba(208,194,175,0) 58%),radial-gradient(90% 90% at 50% 120%,rgba(224,133,115,.14) 0,rgba(224,133,115,0) 60%);-webkit-mask-image:linear-gradient(180deg,#000,#000 62%,transparent);mask-image:linear-gradient(180deg,#000,#000 62%,transparent);pointer-events:none}.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr);grid-gap:48px;gap:48px;align-items:center}.hero__text{display:flex;flex-direction:column;gap:20px}@media (prefers-reduced-motion:no-preference){.hero__text>*{animation:rise .8s var(--ease-standard) both}.hero__text>:first-child{animation-delay:.05s}.hero__text>:nth-child(2){animation-delay:.13s}.hero__text>:nth-child(3){animation-delay:.21s}.hero__text>:nth-child(4){animation-delay:.29s}.hero__text>:nth-child(5){animation-delay:.37s}.hero__visual{animation:fade 1.1s var(--ease-standard) .2s both}}.eyebrow,.features__eyebrow,.hero__eyebrow,.operator-launcher__eyebrow,.scripture__label{font-family:var(--font-body);font-stretch:75%;font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hero__eyebrow{display:inline-flex;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;padding:8px 12px;border:1px solid rgba(184,84,65,.22);border-radius:var(--radius-full);background:rgba(217,108,87,.1);color:var(--primary-deep)}.hero__eyebrow-dot{width:8px;height:8px;border-radius:50%;background:var(--primary)}.hero__headline{margin:0;color:var(--foreground);font-family:var(--font-display);font-size:clamp(3rem,7vw,5.5rem);font-weight:600;font-optical-sizing:auto;line-height:.96;letter-spacing:-.018em}.hero__headline span{display:inline-block;color:var(--primary-deep);font-style:italic;font-weight:500;background:linear-gradient(100deg,var(--primary) 0,var(--primary-darkest) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero__sub{max-width:46ch;margin:0;color:var(--muted-foreground);font-size:1rem;line-height:1.7}.download-cta__badges,.hero__badges{display:flex;flex-wrap:wrap;gap:12px}.hero__badges{margin-top:4px}.store-badge{display:inline-flex;align-items:center;border-radius:8px;transition:opacity var(--duration-fast) var(--ease-standard),transform var(--duration-fast) var(--ease-standard)}.store-badge:hover{opacity:.85;transform:translateY(-1px)}.store-badge img{display:block}.feature-card__link,.hero__link{display:inline-flex;align-items:center;gap:6px;color:var(--primary-deep);font-size:.875rem;font-weight:700;transition:gap var(--duration-fast) var(--ease-standard),color var(--duration-fast) var(--ease-standard)}.feature-card__link:hover,.hero__link:hover{gap:10px;color:var(--primary)}.feature-card__link svg,.hero__link svg{width:14px;height:14px}.hero__visual{display:flex;justify-content:center;align-items:flex-end}@media (min-width:860px){.hero__inner{grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);gap:40px}.hero__text{padding-right:24px}.hero__visual{justify-content:flex-end}}.stats{border-block:1px solid var(--border);background:linear-gradient(180deg,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%),var(--card);box-shadow:var(--edge-highlight)}.stats__inner{display:grid;grid-template-columns:repeat(3,1fr)}.stats__item{display:flex;flex-direction:column;gap:6px;align-items:center;padding:32px 20px;text-align:center}.stats__item+.stats__item{border-left:1px solid var(--border)}.stats__number{color:var(--primary-deep);font-family:var(--font-display);font-size:clamp(2.25rem,4.4vw,3.4rem);font-weight:600;font-optical-sizing:auto;line-height:1;letter-spacing:-.01em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stats__label{color:var(--muted-foreground);font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.features{padding:96px 0}.features__header{margin-bottom:48px}.eyebrow,.features__eyebrow,.scripture__label{display:block;color:var(--brand-red);margin:0 0 12px}.download-cta__headline,.features__title,.static-page__content h2,.static-page__hero h1{color:var(--foreground);font-family:var(--font-display);font-weight:600;font-optical-sizing:auto;letter-spacing:-.015em}.features__title{max-width:24ch;margin:0;font-size:clamp(1.95rem,3.9vw,3.1rem);line-height:1.04}.features__grid{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}.feature-card{position:relative;display:flex;min-height:260px;flex-direction:column;gap:14px;padding:32px;border:1px solid var(--border);border-radius:var(--radius-xl);background:linear-gradient(180deg,rgba(255,255,255,.55) 0,rgba(255,255,255,0) 38%),var(--card);box-shadow:var(--shadow-sm),var(--edge-highlight);overflow:hidden;transition:box-shadow var(--duration-normal) var(--ease-standard),transform var(--duration-normal) var(--ease-standard),border-color var(--duration-normal) var(--ease-standard)}.feature-card:before{content:"";position:absolute;inset:0 0 auto;height:2px;background:linear-gradient(90deg,var(--primary) 0,var(--ember-soft) 100%);opacity:0;transition:opacity var(--duration-normal) var(--ease-standard)}.feature-card:hover{box-shadow:var(--shadow-md),var(--edge-highlight);transform:translateY(-3px);border-color:rgba(217,108,87,.3)}.feature-card:hover:before{opacity:1}.feature-card__icon{width:48px;height:48px;margin-bottom:2px}.feature-card__title{margin:0;color:var(--foreground);font-family:var(--font-display);font-size:1.35rem;font-weight:600;font-optical-sizing:auto;letter-spacing:-.01em;line-height:1.2}.feature-card__desc{margin:0;color:var(--muted-foreground);font-size:.9375rem;line-height:1.65}.feature-card__link{margin-top:auto;padding-top:8px}@media (min-width:680px){.features__grid{grid-template-columns:repeat(3,1fr)}}.scripture{position:relative;overflow:hidden;padding:120px 0;background:radial-gradient(80% 120% at 50% -10%,rgba(217,108,87,.22) 0,rgba(217,108,87,0) 60%),linear-gradient(165deg,var(--brand-ink-surface) 0,var(--brand-ink) 100%);color:#f2ede3}.scripture:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(242,237,227,.04) 1px,transparent 0),linear-gradient(180deg,rgba(242,237,227,.04) 1px,transparent 0);background-size:64px 64px;-webkit-mask-image:radial-gradient(70% 70% at 50% 50%,#000 0,transparent 100%);mask-image:radial-gradient(70% 70% at 50% 50%,#000 0,transparent 100%);pointer-events:none}.scripture__inner{position:relative;z-index:1;max-width:760px;margin-inline:auto;text-align:center}.scripture__inner:before{content:"\201C";display:block;margin-bottom:-36px;color:var(--primary);opacity:.32;font-family:var(--font-display);font-weight:600;font-size:clamp(6rem,14vw,11rem);line-height:1}.scripture__label{color:var(--ember-soft);margin-bottom:28px}.scripture__quote{margin:0 0 28px;color:#f2ede3;font-family:var(--font-display);font-size:clamp(1.9rem,4.1vw,3.05rem);font-weight:500;font-style:italic;font-optical-sizing:auto;line-height:1.26;letter-spacing:-.01em;text-wrap:balance}.scripture__ref{margin:0 0 40px;color:var(--brand-parchment);font-family:var(--font-mono);font-size:.875rem;font-weight:500;letter-spacing:.02em}.scripture__cta{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:var(--radius-lg);font-size:.9375rem;font-weight:700;transition:background var(--duration-fast) var(--ease-standard),transform var(--duration-fast) var(--ease-standard)}.scripture__cta svg{width:16px;height:16px}.download-cta{position:relative;padding:104px 0;border-top:1px solid var(--border);background:radial-gradient(70% 90% at 50% 0,rgba(255,255,255,.6) 0,rgba(255,255,255,0) 60%),radial-gradient(60% 80% at 50% 120%,rgba(217,108,87,.08) 0,rgba(217,108,87,0) 60%),linear-gradient(180deg,var(--card) 0,var(--background) 100%)}.download-cta__headline{letter-spacing:-.018em}.download-cta__inner{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.download-cta__headline{margin:0;font-size:clamp(2.1rem,4vw,3.4rem);line-height:1.04}.download-cta__sub{max-width:44ch;margin:0;color:var(--muted-foreground);font-size:.9375rem;line-height:1.65}.download-cta__actions{display:flex;width:100%;flex-direction:column;align-items:center;gap:20px}.download-cta__badges{justify-content:center;margin-top:12px}.download-cta__qr{flex-direction:column;gap:12px}.download-cta__qr,.download-cta__qr-card{display:flex;align-items:center;justify-content:center}.download-cta__qr-card{position:relative;width:184px;height:184px;padding:12px;border:1px solid rgba(217,108,87,.22);border-radius:var(--radius-2xl);background:var(--popover);box-shadow:var(--shadow-md),0 0 0 4px rgba(217,108,87,.06)}.download-cta__qr-image{width:100%;height:100%}.download-cta__qr-icon-shell{position:absolute;inset:50% auto auto 50%;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:3px;border-radius:12px;background:var(--popover);box-shadow:var(--shadow-sm);transform:translate(-50%,-50%)}.download-cta__qr-icon{width:100%;height:100%;border-radius:10px}.download-cta__qr-copy{display:flex;width:100%;max-width:22rem;flex-direction:column;align-items:center}.download-cta__qr-link{color:var(--primary-deep);font-size:.9375rem;font-weight:700;text-decoration:underline;-webkit-text-decoration-color:rgba(184,84,65,.35);text-decoration-color:rgba(184,84,65,.35);text-underline-offset:.18em}.download-cta__qr-link:hover{-webkit-text-decoration-color:var(--primary-deep);text-decoration-color:var(--primary-deep)}.site-footer{border-top:1px solid var(--border);background:var(--card);padding:56px 0 32px}.site-footer__inner{display:flex;flex-direction:column;gap:48px}.site-footer__top{display:grid;grid-template-columns:1fr;grid-gap:40px;gap:40px}.site-footer__brand{max-width:360px}.site-footer__brand h2{margin:0 0 10px;color:var(--foreground);font-family:var(--font-display);font-size:1.5rem;font-weight:600;letter-spacing:-.01em}.site-footer__brand p{margin:0;color:var(--muted-foreground);font-size:.875rem;line-height:1.65}.site-footer__columns{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px}.site-footer__column h3{margin:0 0 14px;color:#56534d;font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.site-footer__column ul{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}.site-footer__column a{color:var(--muted-foreground);font-size:.875rem;transition:color var(--duration-fast) var(--ease-standard)}.site-footer__column a:hover{color:var(--primary-deep)}.site-footer__bottom{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between;padding-top:24px;border-top:1px solid var(--border)}.site-footer__meta{color:var(--muted-foreground);font-size:.8125rem}.site-footer__legal{display:flex;gap:16px;margin-top:4px;font-size:.8125rem}.site-footer__legal a{color:var(--muted-foreground);transition:color var(--duration-fast) var(--ease-standard)}.site-footer__legal a:hover{color:var(--primary-deep)}@media (min-width:720px){.site-footer__top{grid-template-columns:1fr auto}}.device-stack{position:relative;display:flex;align-items:flex-end;justify-content:center;gap:0;padding:24px 16px 0}.device-stack__glow{position:absolute;bottom:-20px;left:50%;width:340px;height:160px;border-radius:50%;background:rgba(217,108,87,.18);filter:blur(28px);pointer-events:none;transform:translateX(-50%)}.static-page{min-height:100vh;background:var(--background);color:var(--foreground);font-family:var(--font-body)}.static-page .container{width:100%;max-width:840px;margin-inline:auto;padding-inline:var(--pad-x)}.static-page__container{padding-top:calc(var(--header-h) + 48px);padding-bottom:96px}.static-page__backlink{display:inline-flex;align-items:center;gap:6px;margin-bottom:48px;color:var(--primary-deep);font-size:.875rem;font-weight:700}.static-page__hero{margin-bottom:56px;padding-bottom:40px;border-bottom:1px solid var(--border)}.static-page__hero h1{margin:0 0 12px;font-size:clamp(2rem,4vw,3rem);line-height:1.08}.static-page__hero p{margin:8px 0 0;line-height:1.65}.static-page__content,.static-page__hero p{color:var(--muted-foreground);font-size:1rem}.static-page__content{line-height:1.75}.static-page__content section{margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid var(--border)}.static-page__content section:last-child{border-bottom:none}.static-page__content h2{margin:0 0 14px;font-size:1.5rem}.static-page__content h3{margin:24px 0 8px;color:var(--foreground);font-size:1rem;font-weight:700}.static-page__content li,.static-page__content p{margin-bottom:12px;color:var(--muted-foreground)}.static-page__content ul{padding-left:20px}.static-page__content a{color:var(--primary-deep);text-decoration:underline;-webkit-text-decoration-color:rgba(184,84,65,.35);text-decoration-color:rgba(184,84,65,.35);text-underline-offset:2px}.static-page__content a:hover{-webkit-text-decoration-color:var(--primary-deep);text-decoration-color:var(--primary-deep)}.operator-launcher{position:fixed;right:24px;bottom:24px;z-index:200}.operator-launcher__toggle{display:flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 8px 18px rgba(217,108,87,.32)}.operator-launcher__panel{position:absolute;right:0;bottom:calc(100% + 12px);width:280px;padding:16px;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--popover);box-shadow:var(--shadow-lg)}.operator-launcher__eyebrow{margin-bottom:8px;color:var(--muted-foreground)}.operator-launcher__label{margin-bottom:14px;color:var(--foreground);font-size:.9375rem;font-weight:700}.operator-launcher__icon{width:32px;height:32px;margin-bottom:8px}.operator-launcher__actions{display:flex;flex-direction:column;gap:8px}.operator-launcher__cta{display:flex;align-items:center;justify-content:center;padding:10px;border-radius:var(--radius-sm);font-size:.875rem;font-weight:700;transition:background var(--duration-fast) var(--ease-standard)}@media (max-width:680px){.hero{padding-top:calc(var(--header-h) + 44px);padding-bottom:64px}.hero__headline{font-size:clamp(2.45rem,11vw,2.85rem);line-height:1}.device-stack{margin:-4px 0 -112px;transform:scale(.68);transform-origin:top center}.stats__inner{grid-template-columns:1fr}.stats__item+.stats__item{border-top:1px solid var(--border);border-left:0}.feature-card{min-height:auto}.site-footer__columns{grid-template-columns:1fr}}