:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;letter-spacing:0;--bg: #f6f7f4;--surface: #ffffff;--surface-2: #ecefeb;--surface-3: #202622;--ink: #18201b;--muted: #5c675f;--line: #d5dcd6;--line-strong: #b5c0b8;--brand: #176849;--brand-strong: #0f5138;--brand-soft: #dceee5;--bible: #a64b3c;--bible-soft: #f2e3df;--trading: #087783;--trading-soft: #dceef0;--gold: #a97617;--shadow: 0 16px 44px rgba(28, 40, 32, .1)}:root[data-theme=dark]{color-scheme:dark;--bg: #111512;--surface: #191e1a;--surface-2: #232a25;--surface-3: #080b09;--ink: #edf2ee;--muted: #aeb9b1;--line: #343d36;--line-strong: #536057;--brand: #69d6a5;--brand-strong: #95e5bd;--brand-soft: #173a2b;--bible: #ee9a89;--bible-soft: #3e2723;--trading: #63d0d9;--trading-soft: #16383b;--gold: #e0b55d;--shadow: 0 18px 48px rgba(0, 0, 0, .32)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;min-width:320px;background:var(--bg);color:var(--ink)}button,a{font:inherit}a{color:inherit}img{display:block;max-width:100%}svg{flex:0 0 auto}::selection{background:var(--brand);color:#fff}.skip-link{position:fixed;left:16px;top:-80px;z-index:100;padding:10px 14px;border-radius:4px;background:var(--surface);color:var(--ink);box-shadow:var(--shadow)}.skip-link:focus{top:12px}.site-header{position:sticky;top:0;z-index:50;height:68px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 94%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-inner{width:min(1240px,calc(100% - 36px));height:100%;margin:0 auto;display:flex;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto;color:var(--ink);text-decoration:none;font-weight:780}.brand-logo{width:42px;height:42px;object-fit:contain}.brand-name{font-size:16px;white-space:nowrap}.site-nav{margin-left:auto;display:flex;align-items:center;gap:22px}.site-nav a{position:relative;padding:24px 0 22px;color:var(--muted);text-decoration:none;font-size:13px;font-weight:700}.site-nav a:hover,.site-nav a:focus-visible,.site-nav a[aria-current=page]{color:var(--ink)}.site-nav a[aria-current=page]:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--brand)}.header-actions{display:flex;gap:8px}.icon-button{width:38px;height:38px;display:grid;place-items:center;padding:0;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--ink);cursor:pointer}.icon-button:hover,.icon-button:focus-visible{border-color:var(--brand);color:var(--brand)}.menu-button{display:none}.eyebrow,.kicker{margin:0 0 13px;color:var(--brand);font-size:11px;font-weight:820;line-height:1.3;text-transform:uppercase;letter-spacing:.12em}.kicker{display:flex;align-items:center;gap:8px;letter-spacing:.08em}.home-hero{min-height:min(700px,calc(100svh - 68px));padding:56px 20px 72px;display:flex;align-items:center;border-bottom:1px solid var(--line);background:var(--surface-2);overflow:hidden}.home-hero-inner{width:min(1240px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,.82fr) minmax(560px,1.18fr);align-items:center;gap:66px}.home-hero-copy h1{margin:0;font-size:clamp(58px,7vw,96px);line-height:.95;letter-spacing:0}.home-hero-copy>p:last-of-type{max-width:590px;margin:24px 0 0;color:var(--muted);font-size:20px;line-height:1.65}.action-row{display:flex;align-items:center;flex-wrap:wrap;gap:11px;margin-top:30px}.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 15px;border:1px solid transparent;border-radius:6px;text-decoration:none;font-weight:760;line-height:1.2}.button.primary{background:var(--brand-strong);color:#fff}:root[data-theme=dark] .button.primary{color:#07110b}.button.primary:hover,.button.primary:focus-visible{background:var(--brand)}.button.secondary{border-color:var(--line-strong);background:var(--surface);color:var(--ink)}.button.secondary:hover,.button.secondary:focus-visible{border-color:var(--brand);color:var(--brand)}.hero-product-stack{position:relative;height:500px}.hero-tile{position:absolute;width:68%;height:76%;overflow:hidden;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);text-decoration:none;transition:transform .18s ease}.hero-tile:first-child{left:0;top:0}.hero-tile:last-child{right:0;bottom:0}.hero-tile:hover,.hero-tile:focus-visible{transform:translateY(-5px);z-index:2}.hero-tile img{width:100%;height:calc(100% - 54px);object-fit:cover;object-position:top center}.hero-tile span{height:54px;display:flex;align-items:center;gap:9px;padding:0 18px;color:var(--ink);background:var(--surface);font-size:14px;font-weight:760}.hero-tile.bible span svg{color:var(--bible)}.hero-tile.trading span svg{color:var(--trading)}.section{width:min(1240px,calc(100% - 40px));margin:0 auto;padding:88px 0}.section.tight-top{padding-top:64px}.section-heading{max-width:760px;margin:0 0 42px}.section-heading h2,.category-heading h2{margin:0;font-size:40px;line-height:1.15;letter-spacing:0}.section-heading>p:last-child{margin:18px 0 0;color:var(--muted);font-size:17px;line-height:1.7}.split-heading{max-width:none;display:grid;grid-template-columns:1.1fr .9fr;align-items:end;gap:80px}.split-heading>p:last-child{margin:0 0 4px}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.product-preview{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.product-preview-media{height:330px;display:block;overflow:hidden;border-bottom:1px solid var(--line);background:var(--surface-2)}.product-preview-media img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .25s ease}.product-preview-media:hover img,.product-preview-media:focus-visible img{transform:scale(1.015)}.product-preview-copy{padding:30px}.product-preview.bible .kicker{color:var(--bible)}.product-preview.trading .kicker{color:var(--trading)}.product-preview h3{margin:0;font-size:30px;line-height:1.15}.product-preview h3 a{text-decoration:none}.product-preview h3 a:hover,.product-preview h3 a:focus-visible{color:var(--brand)}.product-preview-copy>p{margin:14px 0 25px;color:var(--muted);line-height:1.68}.link-row{display:flex;flex-wrap:wrap;gap:22px}.text-link{display:inline-flex;align-items:center;gap:6px;color:var(--brand);font-weight:760;text-decoration:none}.text-link:hover,.text-link:focus-visible{text-decoration:underline;text-underline-offset:4px}.band{padding:80px 20px;border-block:1px solid var(--line);background:var(--surface-2)}.band-inner{width:min(1240px,100%);margin:0 auto}.section-heading.compact{max-width:710px}.principle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.principle-grid article{padding-top:22px;border-top:2px solid var(--line-strong)}.principle-grid svg{color:var(--brand)}.principle-grid h3{margin:20px 0 9px;font-size:19px}.principle-grid p{margin:0;color:var(--muted);line-height:1.65}.hub-map{padding-bottom:42px}.domain-map,.product-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.domain-map article,.product-category-grid article{min-height:230px;padding:26px;border:1px solid var(--line);border-radius:8px;background:color-mix(in srgb,var(--surface) 88%,var(--brand-soft));box-shadow:0 1px #ffffff0d inset}.domain-map svg,.product-category-grid svg{color:var(--brand)}.domain-map h2,.domain-map h3,.product-category-grid h3{margin:14px 0 10px;font-size:22px;line-height:1.25}.domain-map p,.product-category-grid p{margin:0 0 18px;color:var(--muted);line-height:1.68}.product-category-grid{margin-top:34px}.home-resources{display:grid;grid-template-columns:.9fr 1.1fr;gap:76px;align-items:start}.resource-links{display:grid;border-top:1px solid var(--line)}.resource-links>a,.contact-destinations>a{min-height:92px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:18px 4px;border-bottom:1px solid var(--line);text-decoration:none}.resource-links>a>svg:first-child,.contact-destinations>a>svg:first-child{color:var(--brand)}.resource-links strong,.resource-links small,.contact-destinations strong,.contact-destinations small{display:block}.resource-links small,.contact-destinations small{margin-top:6px;color:var(--muted)}.resource-links>a:hover,.resource-links>a:focus-visible,.contact-destinations>a:hover,.contact-destinations>a:focus-visible{color:var(--brand)}.page-hero{padding:92px 20px 74px;border-bottom:1px solid var(--line);background:var(--surface-2)}.page-hero-inner{width:min(1040px,100%);margin:0 auto}.page-hero h1{max-width:930px;margin:0;font-size:58px;line-height:1.05;letter-spacing:0}.page-hero-inner>p:last-of-type{max-width:780px;margin:22px 0 0;color:var(--muted);font-size:19px;line-height:1.7}.category-heading{display:flex;align-items:center;gap:18px;margin-bottom:28px}.category-heading>svg{width:42px;height:42px;padding:9px;border-radius:6px;background:var(--brand-soft);color:var(--brand)}.category-heading .eyebrow{margin-bottom:6px}.category-heading h2{font-size:29px}.apps-heading{margin-top:70px}.inline-callout{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:28px;border-left:4px solid var(--brand);background:var(--surface)}.inline-callout h3{margin:0 0 7px;font-size:22px}.inline-callout p{margin:0;color:var(--muted);line-height:1.6}.detail-section{display:grid;grid-template-columns:minmax(380px,.83fr) minmax(480px,1.17fr);gap:70px;align-items:start}.detail-gallery{position:sticky;top:96px;height:620px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface-2)}.detail-gallery img{position:absolute;width:74%;height:78%;object-fit:cover;object-position:top;border:1px solid rgba(255,255,255,.28);border-radius:5px;box-shadow:var(--shadow)}.detail-gallery img:first-child{left:7%;top:7%}.detail-gallery img:last-child{right:-8%;bottom:-6%}.detail-gallery.bible{background:var(--bible-soft)}.detail-gallery.trading{background:var(--trading-soft)}.detail-copy>h2:first-child{margin-top:0}.detail-copy h2{margin:42px 0 14px;font-size:27px}.detail-copy>p{color:var(--muted);font-size:16px;line-height:1.75}.detail-copy a{color:var(--brand);font-weight:700}.feature-list{display:grid;gap:5px}.feature-list article{display:grid;grid-template-columns:auto 1fr;gap:13px;padding:18px 0;border-bottom:1px solid var(--line)}.feature-list svg{margin-top:3px;color:var(--brand)}.feature-list h3{margin:0 0 7px;font-size:18px}.feature-list p{margin:0;color:var(--muted);line-height:1.65}.boundary-note{display:grid;grid-template-columns:auto 1fr;gap:15px;margin-top:36px;padding:24px;border:1px solid var(--line);border-left:4px solid var(--gold);background:var(--surface)}.boundary-note>svg{color:var(--gold)}.boundary-note h2{margin:0 0 8px;font-size:20px}.boundary-note p{margin:0;color:var(--muted);line-height:1.65}.mini-link-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:32px 0 10px}.mini-link-grid a{display:grid;grid-template-columns:auto 1fr;gap:12px;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);text-decoration:none}.mini-link-grid a:hover,.mini-link-grid a:focus-visible{border-color:var(--brand);box-shadow:var(--shadow)}.mini-link-grid svg{margin-top:2px;color:var(--brand)}.mini-link-grid strong,.mini-link-grid small{display:block}.mini-link-grid small{margin-top:5px;color:var(--muted);font-size:13px;line-height:1.4}.app-directory{display:grid;gap:34px}.app-showcase{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.phone-pair{min-height:650px;display:flex;align-items:flex-end;justify-content:center;gap:18px;padding:42px 30px 0;overflow:hidden;background:var(--surface-2)}.app-showcase.bible .phone-pair{background:var(--bible-soft)}.app-showcase.trading .phone-pair{background:var(--trading-soft)}.phone-pair img{width:min(43%,260px);max-height:620px;object-fit:cover;object-position:top;border:5px solid #181b19;border-bottom:0;border-radius:28px 28px 0 0;box-shadow:var(--shadow)}.phone-pair img:last-child{transform:translateY(52px)}.app-copy{align-self:center;padding:52px}.app-showcase.bible .kicker{color:var(--bible)}.app-showcase.trading .kicker{color:var(--trading)}.app-copy h2{margin:0;font-size:38px}.app-copy>p{color:var(--muted);line-height:1.7}.app-copy ul{display:grid;gap:12px;margin:28px 0 32px;padding:0;list-style:none}.app-copy li{display:flex;align-items:flex-start;gap:9px;color:var(--muted);overflow-wrap:anywhere}.app-copy li svg{margin-top:2px;color:var(--brand)}.article-index{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.article-index>a{min-height:350px;padding:30px;border:1px solid var(--line);border-radius:8px;background:var(--surface);text-decoration:none}.article-index>a:hover,.article-index>a:focus-visible{border-color:var(--brand);box-shadow:var(--shadow)}.article-icon{width:50px;height:50px;display:grid;place-items:center;margin-bottom:42px;border-radius:6px;background:var(--brand-soft);color:var(--brand)}.article-index h2{margin:0;font-size:25px;line-height:1.25}.article-index>a>p:not(.eyebrow){color:var(--muted);line-height:1.65}.article-index .text-link{margin-top:20px}.article-index .text-link svg{width:17px}.prose{width:min(820px,calc(100% - 40px));min-height:460px;margin:0 auto;padding:64px 0 96px}.prose h2{margin:42px 0 12px;font-size:25px;line-height:1.3}.prose h2:first-of-type{margin-top:28px}.prose p{margin:0 0 18px;color:var(--muted);font-size:16px;line-height:1.82}.prose a{color:var(--brand);font-weight:720;text-underline-offset:3px}.updated{padding-bottom:22px;border-bottom:1px solid var(--line);color:var(--ink)!important;font-size:14px!important;font-weight:720}.timeline{display:grid;gap:0}.timeline article{display:grid;grid-template-columns:220px 1fr;gap:54px;padding:44px 0;border-bottom:1px solid var(--line)}.timeline article:first-child{padding-top:0}.timeline time{color:var(--muted);font-weight:720}.timeline h2{margin:0 0 12px;font-size:28px}.timeline p:not(.kicker){max-width:760px;margin:0;color:var(--muted);line-height:1.72}.contact-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:70px}.contact-primary{display:grid;grid-template-columns:auto 1fr;gap:20px;padding:34px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.contact-primary>svg{color:var(--brand)}.contact-primary h2{margin:0;font-size:26px;overflow-wrap:anywhere}.contact-primary p:not(.eyebrow){margin:14px 0 25px;color:var(--muted);line-height:1.65}.contact-destinations h2{margin:0 0 12px;font-size:25px}.site-footer{padding:58px 20px 28px;background:var(--surface-3);color:#eef3ef}.footer-inner{width:min(1240px,100%);margin:0 auto;display:grid;grid-template-columns:1.5fr repeat(3,.7fr);gap:34px 54px}.site-footer .brand{color:#fff}.site-footer .brand-logo{width:46px;height:46px}.footer-intro p{max-width:390px;margin:18px 0 0;color:#aeb8b0;line-height:1.65}.footer-column{display:grid;align-content:start;gap:11px}.footer-column h2{margin:5px 0 7px;color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.09em}.footer-column a{color:#c9d1cb;text-decoration:none;font-size:14px}.footer-column a:hover,.footer-column a:focus-visible{color:#fff;text-decoration:underline;text-underline-offset:4px}.copyright{grid-column:1 / -1;margin:14px 0 0;padding-top:24px;border-top:1px solid #343b36;color:#929d95;font-size:13px}@media(max-width:1050px){.site-nav{gap:15px}.site-nav a{font-size:12px}.home-hero-inner{grid-template-columns:.9fr 1.1fr;gap:40px}.hero-product-stack{height:430px}.home-resources{gap:45px}.detail-section{gap:42px}.footer-inner{grid-template-columns:1.3fr repeat(3,.7fr);gap:32px}}@media(max-width:860px){.header-inner{gap:12px}.site-nav{position:absolute;left:18px;right:18px;top:60px;display:none;padding:10px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.site-nav.is-open{display:grid}.site-nav a{padding:12px 11px;font-size:14px}.site-nav a[aria-current=page]:after{display:none}.header-actions{margin-left:auto}.menu-button{display:grid}.home-hero{padding-top:48px}.home-hero-inner{grid-template-columns:1fr}.hero-product-stack{width:min(650px,100%);height:390px}.split-heading,.home-resources,.detail-section,.contact-layout{grid-template-columns:1fr;gap:38px}.domain-map,.product-category-grid{grid-template-columns:1fr}.detail-gallery{position:relative;top:auto;height:550px}.article-index{grid-template-columns:1fr 1fr}.app-showcase{grid-template-columns:1fr}.phone-pair{min-height:560px}.footer-inner{grid-template-columns:1.4fr repeat(3,1fr);gap:28px 22px}}@media(max-width:620px){.site-header{height:64px}.header-inner{width:calc(100% - 24px)}.brand-logo{width:40px;height:40px}.brand-name{font-size:15px}.home-hero{min-height:0;padding:48px 16px 58px}.home-hero-copy h1{font-size:54px}.home-hero-copy>p:last-of-type{font-size:17px}.hero-product-stack{height:320px}.hero-tile{width:74%;height:75%}.hero-tile span{padding:0 12px;font-size:12px}.section{width:calc(100% - 32px);padding:64px 0}.section-heading h2{font-size:32px}.split-heading{gap:18px}.product-grid,.principle-grid,.article-index{grid-template-columns:1fr}.product-preview-media{height:260px}.product-preview-copy{padding:24px}.product-preview h3{font-size:27px}.band{padding:64px 16px}.home-resources{gap:10px}.resource-links>a{min-height:84px;gap:13px}.page-hero{padding:66px 16px 54px}.page-hero h1{font-size:40px}.page-hero-inner>p:last-of-type{font-size:17px}.category-heading{align-items:flex-start}.category-heading h2{font-size:24px}.inline-callout{align-items:flex-start;flex-direction:column}.detail-section{width:calc(100% - 32px)}.mini-link-grid{grid-template-columns:1fr}.detail-gallery{height:430px}.detail-copy h2{font-size:24px}.app-directory{width:calc(100% - 32px)}.phone-pair{min-height:430px;padding:30px 12px 0;gap:10px}.phone-pair img{width:46%;max-height:410px;border-width:3px;border-radius:18px 18px 0 0}.app-copy{padding:30px 24px 36px}.app-copy h2{font-size:30px}.article-index>a{min-height:0}.article-icon{margin-bottom:30px}.prose{width:calc(100% - 32px);padding:48px 0 76px}.timeline article{grid-template-columns:1fr;gap:18px}.contact-primary{grid-template-columns:1fr;padding:25px}.footer-inner{grid-template-columns:1fr 1fr}.footer-intro,.copyright{grid-column:1 / -1}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
