/* Thesauros — a light, open canvas for productive capital. */
@font-face{font-family:Onest;src:url('fonts/onest-latin.woff2') format('woff2');font-style:normal;font-weight:100 900;font-display:swap}
:root{--ink:#10243a;--muted:#586778;--blue:#205cf4;--blue-dark:#1647c7;--paper:#f7f9fc;--line:#dde4ed;--white:#fff;--ease:cubic-bezier(.2,.7,.15,1);--radius:24px}
*,*::before,*::after{box-sizing:border-box}html{scroll-padding-top:100px}body{margin:0;color:var(--ink);background:var(--paper);font-family:Onest,Arial,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button,a,[role=button]{cursor:pointer}button{cursor:pointer}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}button svg,a svg{flex-shrink:0}h1,h2,h3,h4,p{margin:0}h1,h2,h3{font-weight:500}ul{list-style:none;margin:0;padding:0}[hidden]{display:none!important}::selection{background:#cfdeff;color:#10243a}:focus-visible{outline:3px solid #6592ff;outline-offset:5px}button:disabled{cursor:not-allowed}.container{width:min(1240px,calc(100% - 112px));margin-inline:auto}.section{padding-block:112px}.eyebrow{color:var(--blue);font-size:11px;font-weight:600;line-height:1.5;letter-spacing:.13em;text-transform:uppercase;margin-bottom:26px}.section-heading{font-size:clamp(36px,4vw,58px);line-height:1.07;letter-spacing:-.05em;text-wrap:balance}.lede{font-size:18px;line-height:1.65;color:var(--muted);max-width:520px;margin-top:26px}.body-copy{font-size:16px;line-height:1.7;color:var(--muted);margin-top:20px;max-width:430px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:64px;margin-bottom:64px}.section-head>.lede{max-width:345px;margin:0 0 4px}.muted-heading{color:#78889a}.actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:34px}.button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:54px;min-width:44px;padding:15px 23px;border:1px solid transparent;border-radius:100px;font-size:14px;font-weight:500;line-height:1.3;transition:background .25s,color .25s,box-shadow .25s,transform .3s var(--ease);text-align:center;cursor:pointer}.button svg,.text-link svg{width:21px;height:21px}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--blue);color:#fff;box-shadow:0 4px 10px #205cf410}.button-primary:hover{background:var(--blue-dark);box-shadow:0 8px 20px #205cf420}.button-secondary{background:transparent;border-color:#d6dfe9;color:var(--ink)}.button-secondary:hover{background:white;border-color:#b8c8db}.button-small{min-height:44px;padding:11px 20px;font-size:13px;gap:15px}.text-link{display:inline-flex;align-items:center;gap:15px;color:var(--blue);font-size:14px;font-weight:500;line-height:1.5;padding-block:8px;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;cursor:pointer}.text-link svg{transition:transform .3s var(--ease)}.text-link:hover svg{transform:translateX(4px)}.skip-link{position:fixed;top:8px;left:8px;transform:translateY(-150%);z-index:100;background:var(--ink);color:white;padding:12px 18px;border-radius:8px}.skip-link:focus{transform:none}
/* Navigation */
.site-header{height:88px;position:sticky;top:0;z-index:40;background:#f7f9fce8;backdrop-filter:blur(18px);transition:box-shadow .3s}.site-header.scrolled{box-shadow:0 1px 0 #10243a0c}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{display:inline-flex;align-items:center;gap:11px;flex-shrink:0;font-size:25px;font-weight:600;letter-spacing:-1.2px;line-height:1}.brand img{width:29px;height:29px}.desktop-nav{display:flex;align-items:center;gap:31px;margin-left:64px;font-size:13px;font-weight:500}.desktop-nav>a{padding:16px 0;color:#526071;transition:color .2s}.desktop-nav>a:hover,.desktop-nav>a[aria-current]{color:var(--blue)}.nav-dropdown{position:relative}.nav-dropdown-toggle{background:none;border:0;color:#526071;display:flex;gap:7px;align-items:center;padding:16px 0;font-size:13px;font-weight:500}.nav-dropdown-toggle svg{width:12px;height:12px;transition:transform .25s}.nav-dropdown-toggle[aria-expanded=true]{color:var(--blue)}.nav-dropdown-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + 8px);left:-24px;padding:12px;width:325px;background:#fff;border:1px solid #e6ebf1;border-radius:18px;box-shadow:0 20px 60px #10243a14}.nav-dropdown-menu a{display:block;border-radius:10px;padding:14px;transition:background .2s}.nav-dropdown-menu a:hover{background:#f0f5ff}.nav-dropdown-menu strong{font-weight:500;display:block;color:var(--ink);margin-bottom:5px}.nav-dropdown-menu span{font-size:11px;color:var(--muted)}.header-actions{display:flex;gap:25px;align-items:center}.header-demo{font-size:12px;font-weight:500}.header-demo:hover{color:var(--blue)}.menu-toggle{display:none;width:42px;height:42px;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:0;background:transparent;border-radius:100px}.menu-toggle span{width:20px;height:1.5px;background:var(--ink);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.75px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.75px) rotate(-45deg)}.mobile-menu{background:var(--paper);padding:12px 28px 32px;box-shadow:0 30px 40px #10243a12;max-height:calc(100dvh - 76px);overflow:auto}.mobile-menu a{display:block;padding:17px 0;border-bottom:1px solid var(--line);font-size:19px}.mobile-menu a[aria-current]{color:var(--blue)}
/* The opening image is deliberately unframed. */
.home-hero{position:relative;overflow:hidden}.hero-layout{display:grid;grid-template-columns:1.06fr 1fr;position:relative;align-items:center;min-height:650px;padding-top:48px;padding-bottom:54px;isolation:isolate}.hero-copy{position:relative;z-index:2}.hero-copy .eyebrow{font-size:10px;letter-spacing:.12em;display:flex;align-items:center;gap:8px;margin-bottom:31px}.status-dot{display:inline-block;width:6px;height:6px;background:var(--blue);border-radius:50%;box-shadow:0 0 0 4px #205cf40a}.hero-copy h1{font-size:clamp(56px,6.2vw,92px);line-height:1.04;letter-spacing:-.065em;font-weight:500;white-space:nowrap}.hero-copy h1>span{color:var(--blue)}.hero-description{font-size:18px;color:var(--muted);line-height:1.65;max-width:450px;margin-top:30px;letter-spacing:-.015em}.hero-caption{margin-top:52px;display:flex;gap:17px;font-size:8px;letter-spacing:.075em;color:#617183;font-weight:500}.hero-halo{position:absolute;inset:8% 1% 0 12%;border-radius:50%;background:radial-gradient(ellipse at center,#d5e7ff80 0%,#e7f0ff40 48%,transparent 68%);filter:blur(20px)}.hero-sculpture{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;animation:sculpture-drift 12s ease-in-out infinite;mask-image:radial-gradient(ellipse 72% 71% at 50% 50%,#000 56%,transparent 79%)}.art-note{position:absolute;display:flex;align-items:center;gap:12px;background:#ffffffe6;backdrop-filter:blur(18px);box-shadow:0 14px 42px #34528814;border-radius:13px;padding:15px 18px;z-index:2;animation:note-drift 10s ease-in-out infinite}.art-note-top{top:123px;left:38px}.note-icon{width:37px;height:37px;border-radius:50%;background:#f1f5ff;display:grid;place-items:center}.note-icon img{width:22px;height:22px}.art-note-label{display:block;font-size:9px;color:var(--muted);margin-bottom:3px}.art-note b{font-size:13px;font-weight:500;letter-spacing:-.03em}.art-note-bottom{bottom:73px;right:5px;gap:8px;font-size:10px;border-radius:100px;animation-delay:-3s}.note-dot{width:6px;height:6px;border-radius:50%;background:#205cf4}.hero-bottom{display:flex;align-items:center;justify-content:space-between;padding-block:26px 35px;gap:32px}.hero-bottom>p{font-size:12px;color:#606f80;line-height:1.65}.hero-bottom strong{font-weight:500;color:var(--ink)}.hero-segments{display:flex;gap:48px;margin-left:auto;margin-right:65px}.hero-segments a{font-size:12px;display:flex;align-items:center;gap:22px;color:#405064}.hero-segments svg{width:17px;height:17px}.hero-segments a:hover{color:var(--blue)}.scroll-cue{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--line);font-size:18px;color:#687990;transition:transform .3s}.scroll-cue:hover{transform:translateY(4px)}
/* Small, verifiable proof. */
.foundation{background:#fff;border-block:1px solid #e8edf2;padding:27px 0}.foundation-inner{display:flex;align-items:center;justify-content:space-between;gap:36px}.foundation-audit{display:grid;grid-template-columns:auto auto;align-items:center;column-gap:24px;row-gap:5px}.foundation-audit>span:first-child{grid-column:1;font-size:10px;color:var(--muted)}.foundation-audit>img{grid-column:2;grid-row:1/3;object-fit:contain;width:104px;height:33px}.foundation-date{font-size:10px;color:var(--muted)}.foundation-standard{border-inline:1px solid var(--line);padding-inline:48px;display:flex;flex-direction:column;gap:5px}.foundation-standard b{font-size:20px;letter-spacing:-.04em;font-weight:500}.foundation-standard span{font-size:10px;color:var(--muted)}.foundation-protocols>span{display:block;font-size:10px;color:var(--muted);margin-bottom:9px}.foundation-protocols>div{display:flex;align-items:center;gap:8px}.foundation-protocols b{font-size:14px;font-weight:500;margin-right:18px;letter-spacing:-.02em}.foundation-protocols img{width:22px;height:22px;border-radius:50%}
/* Embedded experience */
.product-section{background:#fff}.product-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:center}.product-copy .section-heading{font-size:62px}.product-copy .lede{font-size:17px;max-width:370px;margin-top:28px}.product-copy .body-copy{max-width:360px;font-size:14px}.product-copy .text-link{margin-top:26px}.product-stage{position:relative;min-height:576px;padding:28px 56px 26px;display:flex;align-items:center;flex-direction:column;justify-content:center;border-radius:28px;overflow:hidden;background:radial-gradient(ellipse at 85% 12%,#407df3 0%,#2058cc 28%,#0d3479 65%,#082755 100%);isolation:isolate}.stage-rings{position:absolute;inset:0;overflow:hidden;z-index:-1;opacity:.4}.stage-rings i{position:absolute;left:-30%;top:30%;width:160%;height:90%;border:1px solid #c8e3ff55;border-radius:50%;transform:rotate(-36deg)}.stage-rings i:nth-child(2){top:38%;left:-24%}.stage-rings i:nth-child(3){top:46%;left:-18%}.product-tabs{display:flex;gap:5px;padding:4px;margin-bottom:22px;border-radius:100px;background:#05193830;align-self:center;position:relative}.product-tabs button{background:transparent;color:#d0e1fa;border:0;border-radius:100px;padding:10px 16px;font-size:11px;transition:background .25s,color .25s}.product-tabs button[aria-selected=true]{background:#fff;color:var(--ink);box-shadow:0 3px 9px #08275520}.app-preview{background:#fff;border-radius:22px;padding:24px;width:100%;max-width:365px;box-shadow:0 22px 55px #031b554d;min-height:370px;position:relative}.app-top{display:flex;align-items:center;justify-content:space-between}.app-brand{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:600}.app-brand i{display:block;width:17px;height:17px;border:4px solid #23403d;border-radius:50%}.app-avatar{width:27px;height:27px;border-radius:50%;background:#f0f3f5;font-size:8px;display:grid;place-items:center;color:var(--muted)}.app-greeting{font-size:10px;margin-top:23px;color:#687686}.app-account{font-size:10px;color:#667587;margin-top:25px}.app-balance{font-size:37px;line-height:1.35;font-weight:500;letter-spacing:-.05em;margin-top:4px}.app-balance>span{color:#7c8ea4}.app-asset{display:flex;align-items:center;gap:5px;font-size:9px;margin-top:8px}.app-asset img{width:15px;height:15px}.app-asset>span{margin-left:auto;color:#61738a;font-size:8px}.app-earn{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#eef4ff;border-radius:13px;margin-top:25px;padding:16px 13px}.app-earn>div{position:relative;padding-left:28px}.earn-symbol{position:absolute;left:0;top:1px;color:var(--blue);font-size:22px;line-height:1}.app-earn strong{display:block;font-size:10px;font-weight:600}.app-earn p{font-size:9px;color:#536a88;margin-top:4px}.app-earn a{height:44px;width:44px;min-width:44px;border-radius:50%;background:#205cf4;display:grid;place-items:center;color:white;cursor:pointer}.app-earn svg{width:15px}.app-bottom{margin-top:22px;display:flex;align-items:center;justify-content:space-around;font-size:8px;color:#697585;padding-top:11px;border-top:1px solid #f0f3f7}.app-bottom strong{color:var(--blue);font-weight:500}.preview-caption{position:relative;display:flex;align-items:center;flex-wrap:nowrap;justify-content:center;gap:6px;margin-top:22px;font-size:9px;line-height:1.5;color:#d1e0f8;white-space:nowrap}.preview-caption>span{flex:0 0 auto}.preview-caption>img{display:block;flex:0 0 12px;width:12px;height:12px;filter:brightness(0) invert(1)}.tiny-mark{display:inline-block}.tiny-mark img{width:12px;height:12px;filter:brightness(0) invert(1)}.platform-preview .app-brand img{width:17px;height:17px}.platform-preview .app-greeting{margin-top:23px}.platform-preview .app-account{margin-top:16px;font-size:8px;text-transform:uppercase;letter-spacing:.08em}.platform-preview h3{font-size:23px;letter-spacing:-.045em;line-height:1.15;margin:7px 0 20px}.platform-row{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid #edf0f6;font-size:8px}.platform-row>span{color:var(--muted)}.platform-row b{font-weight:500}.platform-preview .text-link{font-size:9px;margin-top:12px}.platform-preview .text-link svg{width:14px;height:14px}.outcome-row{display:grid;grid-template-columns:repeat(3,1fr);gap:70px;margin-top:76px;padding-top:34px;border-top:1px solid #e8edf2}.outcome-row>div>span{font-size:10px;color:var(--blue)}.outcome-row h3{font-size:17px;letter-spacing:-.03em;margin-top:14px}.outcome-row p{margin-top:10px;color:var(--muted);font-size:13px;line-height:1.7;max-width:280px}
/* The underlying flow: real SVG, responsive, no canvas or video runtime. */
.flow-section{background:#0b2145;color:#fff;overflow:hidden;position:relative}.flow-section::before{content:"";position:absolute;left:15%;top:15%;width:70%;height:65%;background:radial-gradient(ellipse at center,#205cf425,transparent 65%);pointer-events:none}.flow-section .container{position:relative}.flow-section .eyebrow{color:#8fb5fc}.flow-section .lede{color:#a3b4ce;font-size:16px}.flow-section .section-heading{font-size:52px}.flow-lines{position:absolute;inset:0;width:100%;height:100%;z-index:-1;overflow:visible}.flow-node{position:absolute;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;text-align:center;min-width:160px}.flow-origin{left:10%}.flow-center{left:50%}.flow-node>b{margin-top:18px;font-size:17px;font-weight:500;letter-spacing:-.025em}.flow-node>span{margin-top:6px;font-size:10px;color:#a7b6cf}.flow-app-icon{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:24px;background:#183b70;border-radius:24px;width:86px;height:86px;transform:rotate(-5deg);box-shadow:0 10px 45px #040f2e30}.flow-app-icon span{border-radius:3px;background:#a4c5ff;display:block}.flow-app-icon span:nth-child(3){opacity:.4}.flow-app-icon span:nth-child(4){opacity:.7}.flow-mark{display:grid;place-items:center;height:118px;width:118px;border-radius:50%;background:linear-gradient(150deg,#4b8afc,#205cf4 50%,#163caa);box-shadow:0 0 0 14px #205cf410,0 0 0 40px #205cf407,0 14px 65px #205cf450}.flow-mark img{filter:brightness(0) invert(1);width:53px;height:53px}.flow-markets{position:absolute;left:calc(90% - 57px);top:0;bottom:0;display:flex;flex-direction:column;justify-content:space-between;padding:22px 0}.flow-markets>div{display:flex;align-items:center;gap:14px;padding:14px 20px;min-width:160px;background:#153259;border-radius:100px;box-shadow:0 8px 30px #05112c12}.flow-markets img{width:28px;height:28px;border-radius:50%}.flow-markets b{font-size:12px;font-weight:500}.flow-travellers{animation:flow-travel 6s linear infinite}.flow-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:38px;margin-top:42px}.flow-step{text-align:left;position:relative;padding:25px 32px 21px 0;border:0;border-top:1px solid #63748d70;background:transparent;color:#bbc8dd;transition:color .25s,border-color .25s}.flow-step>span{display:block;font-size:9px;letter-spacing:.08em;color:#9badc9}.flow-step b{display:block;font-size:18px;letter-spacing:-.025em;font-weight:500;margin-top:11px}.flow-step>svg{position:absolute;right:0;bottom:26px;width:19px;height:19px;opacity:.45;transition:transform .3s,opacity .3s}.flow-step.is-active{color:white;border-top-color:#79b2ff}.flow-step.is-active>span{color:#91beff}.flow-step.is-active>svg{opacity:1;transform:rotate(90deg)}.flow-step:hover{color:#fff;border-top-color:#91beff}.flow-description{display:flex;align-items:center;justify-content:space-between;gap:60px;min-height:102px}.flow-description p{max-width:660px;color:#a7b8d2;font-size:14px;line-height:1.7}.flow-description .text-link{color:#fff;white-space:nowrap}.flow-disclaimer{font-size:9px;color:#a1b4d0;margin-top:16px}
/* Audience stories */
.solutions-section{background:var(--paper)}.solution-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px}.solution-card{display:block;position:relative;min-height:490px;padding:40px;overflow:hidden;border-radius:24px;transition:transform .45s var(--ease),box-shadow .45s}.solution-card:hover{transform:translateY(-6px);box-shadow:0 15px 40px #10243a0c}.solution-fintech{background:#e8eef2}.solution-wallet{background:#eaf0fd}.solution-card .eyebrow{font-size:9px;margin-bottom:22px}.solution-card h3{font-size:39px;line-height:1.1;letter-spacing:-.045em;position:relative;z-index:2}.solution-card p:not(.eyebrow){font-size:13px;color:var(--muted);margin-top:18px;line-height:1.7;max-width:265px;position:relative;z-index:2}.solution-link{position:absolute;bottom:34px;left:40px;right:40px;display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:500;z-index:2}.solution-link svg{width:20px;height:20px;transition:transform .3s}.solution-card:hover .solution-link svg{transform:translateX(4px)}.solution-fin-art{position:absolute;right:-5px;bottom:83px;width:220px;height:220px}.mini-account{position:absolute;right:34px;bottom:12px;background:#ffffffdb;padding:20px;width:178px;min-height:174px;border-radius:16px;box-shadow:0 16px 30px #21463c0c;transform:rotate(-8deg);z-index:1}.mini-account>span{display:block;font-size:8px;color:#657672}.mini-account>b{display:block;font-size:22px;line-height:1.14;font-weight:500;letter-spacing:-.045em;margin-top:12px;color:#284b48}.mini-account>div{display:flex;align-items:center;gap:6px;margin-top:22px;font-size:8px}.mini-account strong{margin-left:auto;font-size:20px;color:#42716b}.mini-account i{display:inline-block;width:6px;height:6px;background:#548f82;border-radius:50%}.fin-shape{position:absolute;width:210px;height:150px;right:-30px;bottom:38px;border-radius:100%;background:linear-gradient(120deg,#9eb6ae,#d4e3dd 50%,#769f99);transform:rotate(-50deg);box-shadow:inset -9px -14px 20px #75918c20}.solution-wallet-art{position:absolute;right:-13px;bottom:65px;width:280px;height:210px}.wallet-orbit{position:absolute;inset:0;border:1px solid #ccdcf8;border-radius:50%;transform:rotate(-26deg)}.wallet-orbit::before{content:"";position:absolute;inset:24px;border:1px solid #d6e2fa;border-radius:50%}.orbit-coin{position:absolute;display:grid;place-items:center;border-radius:50%;background:linear-gradient(150deg,#fff,#eef4ff);box-shadow:0 14px 25px #19489e14;transform:rotate(26deg)}.orbit-usdc{width:93px;height:93px;left:11px;top:55px}.orbit-thes{width:83px;height:83px;right:10px;top:15px}.orbit-thes img{height:35px;width:35px}.orbit-usdt{height:62px;width:62px;right:50px;bottom:-7px}.orbit-usdc img{height:57px;width:57px}.orbit-usdt img{width:35px;height:35px}
/* Evidence and questions */
.trust-section{background:#fff}.trust-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:center}.trust-copy .lede{max-width:370px;font-size:16px}.trust-copy .text-link{margin-top:24px}.audit-card{display:block;border-radius:22px;padding:31px 32px;background:linear-gradient(140deg,#e6edfc,#eff4fe 65%,#dfebfc);transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden}.audit-card:hover{transform:translateY(-4px);box-shadow:0 15px 25px #10243a08}.audit-card::after{content:"";width:180px;height:180px;border:1px solid #adc7f360;border-radius:50%;position:absolute;right:-35px;top:30px;box-shadow:0 0 0 20px #d2e1fa20,0 0 0 45px #dae7fc50;pointer-events:none}.audit-card-top{display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#526785}.audit-card>img{margin-top:45px;width:147px;height:auto;max-height:43px}.audit-card>h3{font-size:26px;line-height:1.2;letter-spacing:-.04em;margin-top:28px;position:relative;z-index:1}.audit-card-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:38px;font-size:9px;color:#526785}.audit-card-bottom>span{display:flex;align-items:center;gap:10px;color:var(--blue)}.audit-card-bottom svg{width:15px;height:15px}.trust-facts{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:28px}.trust-facts h3{font-size:13px;font-weight:500}.trust-facts p{font-size:12px;line-height:1.65;color:var(--muted);margin-top:9px}.faq-section{background:#f5f7fa}.faq-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:start}.faq-layout>.reveal>.text-link{margin-top:32px}.faq-list details{border-bottom:1px solid #dce3ec}.faq-list details:first-child{border-top:1px solid #dce3ec}.faq-list summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:24px;cursor:pointer;padding:24px 0;font-size:15px;font-weight:500;letter-spacing:-.015em}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{width:22px;height:22px;display:grid;place-items:center;font-size:20px;font-weight:400;color:#657b98;transition:transform .3s}.faq-list details[open] summary>span{transform:rotate(45deg)}.faq-list details p{font-size:14px;line-height:1.8;color:var(--muted);padding:0 25px 24px 0}
/* Shared interior-page hero and close. */
.inner-hero{padding:85px 0 94px;overflow:hidden;position:relative}.inner-hero h1{font-size:clamp(46px,5.1vw,74px);line-height:1.06;letter-spacing:-.058em;font-weight:500}.inner-hero .lede{font-size:17px;max-width:510px}.closing{background:#edf3ff;position:relative;overflow:hidden;padding-block:85px}.closing::after{content:"";position:absolute;width:600px;height:600px;border-radius:50%;right:-130px;top:-225px;background:radial-gradient(circle,transparent 45%,#c9dbff50 45.1%,transparent 45.4%,transparent 52%,#c9dbff70 52.1%,transparent 52.4%,transparent 59%,#c9dbff50 59.1%,transparent 59.4%);pointer-events:none}.closing-inner{display:flex;justify-content:space-between;gap:50px;align-items:center;position:relative;z-index:1}.closing h2{font-size:44px;line-height:1.13;letter-spacing:-.045em}.closing .eyebrow{margin-bottom:22px}.closing p:not(.eyebrow){font-size:14px;color:var(--muted);margin-top:22px}.closing .button{flex-shrink:0}.site-footer{background:#fff;padding:70px 0 25px;overflow:hidden}.footer-top{display:grid;grid-template-columns:1.6fr 1fr 1.15fr 1fr;gap:55px}.footer-about .brand{font-size:22px}.footer-about .brand img{width:24px;height:24px}.footer-about>p{font-size:13px;color:var(--muted);margin-top:25px;line-height:1.8}.footer-about>.text-link{margin-top:20px;font-size:11px;gap:8px}.footer-about>.text-link svg{width:15px;height:15px}.footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:13px}.footer-col h2{font-size:10px;color:#6a7889;font-weight:500;margin-bottom:9px}.footer-col a{font-size:12px;text-decoration:underline;text-underline-offset:4px;text-decoration-color:#d4e1e966;cursor:pointer}.footer-col a:hover{color:var(--blue);text-decoration-color:currentColor}.footer-wordmark{position:relative;font-size:clamp(90px,14.7vw,218px);font-weight:500;line-height:1.08;letter-spacing:-.08em;color:#e5edf8;margin-top:65px;user-select:none;white-space:nowrap}.footer-wordmark>span{font-size:.14em;position:relative;top:-3.3em;margin-left:.45em}.footer-bottom{display:flex;align-items:center;gap:40px;justify-content:space-between;padding-top:25px;margin-top:30px;border-top:1px solid #e8edf3;font-size:9px;color:#657386}.footer-bottom>span{white-space:nowrap}.footer-bottom p{max-width:500px}.motion-toggle{display:inline-flex;align-items:center;gap:7px;background:none;border:0;color:#56687c;font-size:9px;white-space:nowrap;padding:8px 0}.motion-indicator{display:inline-block;height:6px;width:6px;border-radius:50%;background:var(--blue)}.motion-toggle[aria-pressed=true] .motion-indicator{background:#8c9aad}
/* Progressive motion: all content is visible until the observer is ready. */
.reveal{opacity:1}.motion-ready .reveal.pending{opacity:0;transform:translateY(25px)}.motion-ready .reveal{transition:opacity .85s var(--ease),transform 1s var(--ease)}.motion-ready .hero-enter{animation:enter .95s var(--ease) both}.motion-ready .hero-enter:nth-child(2){animation-delay:.07s}.motion-ready .hero-enter:nth-child(3){animation-delay:.14s}.motion-ready .hero-enter:nth-child(4){animation-delay:.21s}.motion-ready .hero-enter:nth-child(5){animation-delay:.28s}.is-motion-paused *,.is-motion-paused *::before,.is-motion-paused *::after{animation-play-state:paused!important}.is-motion-paused .reveal.pending{opacity:1;transform:none}.offscreen .hero-sculpture,.offscreen .art-note,.offscreen .flow-travellers{animation-play-state:paused}.motion-quick{position:absolute;right:20px;bottom:20px;z-index:5;width:30px;height:30px;border:1px solid #d3deee;background:#ffffff90;color:#61748b;font-size:9px;border-radius:50%;display:grid;place-items:center;backdrop-filter:blur(10px)}
@keyframes enter{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes art-enter{from{opacity:0;transform:translateY(25px) scale(.96)}to{opacity:1;transform:none}}@keyframes sculpture-drift{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-12px) rotate(1deg)}}@keyframes note-drift{0%,100%{transform:translateY(0)}50%{transform:translateY(8px)}}@keyframes flow-travel{to{stroke-dashoffset:-790}}
@media(min-width:1600px){.hero-layout{min-height:720px}.hero-copy h1{font-size:94px}}
@media(max-width:1200px){.container{width:calc(100% - 80px)}.desktop-nav{margin-left:0;gap:22px}.header-actions{gap:16px}.hero-layout{min-height:605px}.hero-copy h1{font-size:73px}.hero-description{max-width:390px;font-size:16px}.hero-caption{font-size:7px;gap:13px}.art-note-top{top:105px;left:65px}.art-note-bottom{right:0;bottom:70px}.hero-segments{margin-right:25px;gap:32px}.foundation-inner{gap:22px}.foundation-standard{padding-inline:30px}.foundation-audit{column-gap:14px}.foundation-protocols b{margin-right:10px}.product-layout,.trust-layout,.faq-layout{gap:65px}.product-stage{padding-inline:32px}.product-copy .section-heading{font-size:54px}.flow-markets{left:calc(90% - 72px)}.solution-card{padding:32px;min-height:495px}.solution-card p:not(.eyebrow){max-width:220px}.solution-card h3{font-size:36px}.solution-fin-art{right:-18px;bottom:66px;transform:scale(.85)}.solution-wallet-art{right:-30px;transform:scale(.85);bottom:65px}.footer-top{gap:32px}}
@media(max-width:960px){.container{width:calc(100% - 56px)}.site-header{height:76px}.brand{font-size:23px}.brand img{width:26px;height:26px}.desktop-nav{gap:20px}.header-demo{display:none}.section{padding-block:85px}.hero-layout{min-height:575px;padding-top:30px;padding-bottom:25px}.hero-copy h1{font-size:63px}.hero-copy .eyebrow{font-size:8px;letter-spacing:.08em}.hero-description{max-width:345px;font-size:15px}.art-note-top{left:90px;top:92px;transform:scale(.9)}.art-note-bottom{right:38px;font-size:8px;padding:10px 12px}.hero-copy .actions{gap:10px}.hero-copy .button{font-size:11px;padding:13px 15px;min-height:49px;gap:9px}.hero-copy .button svg{width:17px;height:17px}.hero-caption{max-width:280px;flex-wrap:wrap;gap:7px 13px;line-height:1.8;margin-top:35px}.hero-segments{gap:25px;margin-right:5px}.hero-segments a{font-size:11px;gap:10px}.hero-bottom>p{font-size:10px}.foundation-inner{gap:20px;flex-wrap:wrap;justify-content:space-between}.foundation-standard{border:0;padding:0}.foundation-protocols b{font-size:12px}.foundation-audit img{width:89px}.foundation-audit{column-gap:16px}.foundation-standard b{font-size:17px}.foundation-protocols>div{gap:5px}.foundation-protocols b{margin-right:6px}.foundation-protocols img{width:18px;height:18px}.product-layout,.trust-layout,.faq-layout{gap:40px}.product-stage{padding-inline:22px;min-height:525px}.product-copy .section-heading{font-size:47px}.product-copy .lede{font-size:15px}.product-copy .body-copy{font-size:13px}.app-preview{padding:22px 18px}.app-balance{font-size:32px}.app-earn{padding:13px 10px}.app-earn strong{font-size:9px}.app-earn p{font-size:8px}.product-tabs button{font-size:10px;padding:8px 11px}.outcome-row{gap:35px;margin-top:55px}.outcome-row h3{font-size:15px}.outcome-row p{font-size:12px}.section-head{gap:40px;margin-bottom:50px}.section-head>.lede{font-size:14px;max-width:270px}.flow-section .section-heading{font-size:43px}.flow-markets>div{min-width:126px;gap:10px;padding:13px 17px}.flow-markets b{font-size:10px}.flow-markets img{width:22px;height:22px}.flow-node>b{font-size:14px}.flow-node>span{font-size:8px}.flow-mark{width:98px;height:98px}.flow-mark img{height:44px;width:44px}.flow-app-icon{width:72px;height:72px;padding:21px;gap:4px}.flow-step b{font-size:15px}.flow-step>span{font-size:8px}.flow-description{gap:35px}.flow-description p{font-size:12px}.flow-description .text-link{font-size:12px}.solution-card p:not(.eyebrow){max-width:235px}.solution-fin-art,.solution-wallet-art{opacity:.9}.solution-card h3{font-size:34px}.solution-cards{gap:18px}.solution-link{left:32px;right:32px;bottom:28px;font-size:11px}.trust-copy .lede{font-size:14px}.trust-facts{gap:22px}.audit-card{padding:24px}.audit-card-bottom{font-size:8px;gap:10px}.audit-card h3{font-size:24px}.trust-facts h3{font-size:12px}.trust-facts p{font-size:11px}.faq-list summary{font-size:13px}.faq-list details p{font-size:12px}.closing h2{font-size:37px}.footer-top{grid-template-columns:1.4fr 1fr 1.2fr 1fr;gap:25px}.footer-col a{font-size:10px}.footer-bottom{gap:20px}.inner-hero{padding-block:65px 75px}}
@media(max-width:740px){.desktop-nav{display:none}.menu-toggle{display:flex}.header-actions{gap:12px}.header-actions .button{padding:11px 16px;font-size:11px;min-height:41px;gap:12px}.site-header{height:72px}.container{width:calc(100% - 44px)}.section{padding-block:70px}.hero-layout{display:block;padding-top:46px;padding-bottom:0;min-height:0}.hero-copy{width:100%;max-width:580px}.hero-copy .eyebrow{font-size:8px;margin-bottom:22px;letter-spacing:.075em}.hero-copy h1{font-size:clamp(48px,10.6vw,76px);letter-spacing:-.063em;white-space:normal}.hero-description{max-width:435px;font-size:15px;margin-top:25px}.hero-copy .button{font-size:12px;min-height:48px;padding:13px 18px;gap:10px}.hero-copy .actions{margin-top:27px}.hero-caption{display:none}.hero-sculpture{animation-duration:14s}.art-note-top{top:25%;left:6%;padding:12px 14px;gap:10px}.art-note-bottom{right:3%;bottom:15%;font-size:9px;padding:12px}.art-note-label{font-size:8px}.art-note b{font-size:12px}.hero-bottom{padding-block:22px 30px;gap:18px}.hero-bottom>p{max-width:170px;font-size:9px}.hero-segments{display:block;margin:0}.hero-segments a{font-size:9px;padding:5px 0;gap:10px;justify-content:space-between}.hero-segments svg{width:13px;height:13px}.scroll-cue{display:none}.foundation{padding:24px 0}.foundation-inner{display:grid;grid-template-columns:1.25fr 1fr;gap:25px 18px}.foundation-audit{display:flex;flex-wrap:wrap;align-items:center;gap:5px 12px}.foundation-audit>span:first-child{flex-basis:100%;font-size:9px}.foundation-audit img{width:82px;height:27px}.foundation-date{font-size:8px}.foundation-standard{align-items:flex-end;gap:3px}.foundation-standard b{font-size:17px}.foundation-standard span{font-size:9px}.foundation-protocols{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:15px;padding-top:20px;border-top:1px solid #edf0f6}.foundation-protocols>span{margin:0;font-size:8px;max-width:105px}.foundation-protocols b{font-size:11px;margin-right:8px}.foundation-protocols img{width:20px;height:20px}.foundation-protocols>div{gap:5px}.foundation-protocols b:last-child{margin-right:0}.product-layout,.trust-layout,.faq-layout{grid-template-columns:1fr;gap:38px}.product-copy .section-heading{font-size:46px}.product-copy .section-heading br:nth-of-type(1){display:none}.product-copy .lede{max-width:100%;font-size:16px}.product-copy .body-copy{max-width:100%;font-size:14px}.product-copy .text-link{margin-top:18px}.section-heading{font-size:39px;line-height:1.1}.eyebrow{font-size:9px;margin-bottom:20px}.lede{font-size:16px;margin-top:22px}.product-stage{min-height:548px;padding:26px 32px}.app-preview{max-width:345px;padding:24px;min-height:368px}.app-balance{font-size:36px}.app-earn{padding:16px 13px}.app-earn strong{font-size:10px}.app-earn p{font-size:9px}.product-tabs button{font-size:11px;padding:9px 14px}.outcome-row{grid-template-columns:1fr;gap:0;margin-top:40px;padding-top:0;border:0}.outcome-row>div{padding:23px 0 23px 38px;border-bottom:1px solid #e7ecf2;position:relative}.outcome-row>div>span{position:absolute;left:0;top:27px;font-size:10px}.outcome-row h3{font-size:16px;margin:0}.outcome-row p{font-size:13px;max-width:100%;margin-top:7px}.section-head{display:block;margin-bottom:38px}.section-head>.lede{font-size:15px;margin-top:22px;max-width:100%}.flow-section .section-heading{font-size:37px}.flow-node{min-width:95px}.flow-origin{left:12%}.flow-center{left:49%}.flow-node>b{font-size:11px;margin-top:14px}.flow-node>span{font-size:7px;max-width:94px}.flow-mark{width:72px;height:72px;box-shadow:0 0 0 10px #205cf410,0 0 0 25px #205cf407,0 14px 65px #205cf450}.flow-mark img{width:32px;height:32px}.flow-app-icon{width:50px;height:50px;border-radius:15px;padding:14px;gap:3px}.flow-app-icon span{border-radius:2px}.flow-markets{left:auto;right:0;top:14px;bottom:14px;padding:0}.flow-markets>div{min-width:81px;padding:12px 9px;gap:6px}.flow-markets b{font-size:8px}.flow-markets img{width:19px;height:19px}.flow-lines{width:95%}.flow-steps{gap:15px;margin-top:16px}.flow-step{padding:18px 0}.flow-step>span{font-size:6px;letter-spacing:.03em}.flow-step b{font-size:12px;line-height:1.45;margin-top:10px;max-width:100px}.flow-step>svg{position:relative;bottom:auto;right:auto;width:14px;height:14px;margin-top:12px}.flow-description{display:block;min-height:155px;margin-top:6px}.flow-description p{font-size:13px;min-height:70px}.flow-description .text-link{font-size:12px;margin-top:14px}.flow-disclaimer{font-size:8px;margin-top:16px;max-width:290px}.solution-cards{grid-template-columns:1fr;gap:18px}.solution-card{min-height:440px;padding:30px}.solution-card h3{font-size:36px}.solution-card p:not(.eyebrow){font-size:13px;max-width:230px}.solution-fin-art{bottom:59px;right:-3px;transform:scale(.95)}.solution-wallet-art{bottom:52px;right:-20px;transform:scale(.9)}.solution-link{left:30px;right:30px}.trust-copy .lede{font-size:15px;max-width:100%}.trust-copy .text-link{margin-top:17px}.trust-facts h3{font-size:13px}.trust-facts p{font-size:12px}.audit-card{padding:28px}.audit-card-bottom{font-size:9px}.audit-card>h3{font-size:27px}.faq-layout>.reveal>.text-link{margin-top:20px}.faq-list summary{font-size:14px;padding:22px 0}.faq-list details p{font-size:13px}.closing-inner{display:block}.closing h2{font-size:35px}.closing p:not(.eyebrow){max-width:285px;line-height:1.65}.closing .button{margin-top:28px}.closing::after{right:-440px;top:-70px}.site-footer{padding-top:50px}.footer-top{grid-template-columns:1fr 1fr;gap:38px 22px}.footer-about{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;column-gap:20px;align-items:start}.footer-about>p{margin:0;font-size:12px}.footer-about>.text-link{margin-top:15px;grid-column:1/-1;font-size:11px}.footer-col{gap:13px}.footer-col a{font-size:12px}.footer-col h2{font-size:10px;margin-bottom:3px}.footer-wordmark{margin-top:40px;font-size:15.5vw}.footer-bottom{flex-wrap:wrap;justify-content:space-between;row-gap:17px;margin-top:22px;padding-top:22px}.footer-bottom p{order:3;flex-basis:100%;font-size:9px;line-height:1.7}.footer-bottom .motion-toggle{font-size:10px}.inner-hero{padding-block:55px 64px}.inner-hero h1{font-size:46px}.inner-hero .lede{font-size:16px}.motion-quick{bottom:20px;right:14px}}
@media(max-width:380px){.container{width:calc(100% - 36px)}.brand{font-size:21px;gap:8px}.brand img{width:24px;height:24px}.header-actions{gap:6px}.header-actions .button{font-size:10px;padding:10px 14px;gap:10px}.header-actions .button svg{width:15px}.hero-copy .eyebrow{font-size:7px}.hero-copy h1{font-size:48px}.hero-copy .button{font-size:11px;padding:13px 14px}.hero-description{font-size:14px}.foundation-protocols>span{max-width:72px}.foundation-protocols b{font-size:9px;margin-right:3px}.foundation-protocols img{width:17px;height:17px}.product-stage{padding-inline:18px;min-height:530px}.app-preview{padding:22px}.solution-card{min-height:455px}.solution-fin-art{right:-21px;bottom:45px;transform:scale(.8)}.solution-wallet-art{right:-46px;bottom:47px;transform:scale(.8)}.section-heading{font-size:35px}.flow-section .section-heading{font-size:33px}.flow-node>span{font-size:6px}.flow-markets>div{min-width:74px;padding:11px 7px}.flow-markets b{font-size:7px}.inner-hero h1{font-size:40px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.motion-ready .reveal.pending{opacity:1;transform:none}.hero-enter{opacity:1!important;transform:none!important}}

@media(max-width:740px){.art-note-bottom{right:0;bottom:13%}}

.footer-wordmark svg{width:100%;height:auto;max-height:190px}
@media(max-width:740px){.footer-wordmark svg{max-height:100px}}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
