:root{color-scheme:light;color-scheme:only light;--navy: #071827;--navy-2: #0c2238;--background: #071827;--background-edge: #071827;--ink: #1b242c;--cream: #efeae0;--bone: #f5f1e8;--white: #f5f1e8;--blue: #0c2238;--mid-blue: #4e89ab;--yellow: #ffd400;--line: rgba(7, 24, 39, .1);--line-light: rgba(239, 234, 224, .13);--grid-opacity: .2;--grid-unit: 44px;--grid-half: 22px;--ease: cubic-bezier(.62, 0, .18, 1);--page-pad: clamp(22px, 5vw, 88px);--section-pad: clamp(82px, 8.5vw, 124px);--max: 1232px;--section-inline: max(var(--page-pad), calc((100vw - var(--max)) / 2));--section-title-size: clamp(3rem, 4.8vw, 5.2rem);--muted-on-dark: rgba(239, 234, 224, .76);--muted-on-dark-strong: rgba(239, 234, 224, .84);--muted-on-light: rgba(12, 34, 56, .74);--muted-on-light-strong: rgba(12, 34, 56, .82);--highlight-blue: rgba(78, 137, 171, .34);--font-head: "Geist", Inter, Arial, sans-serif;--font-body: "Inter", Arial, sans-serif}*{box-sizing:border-box;forced-color-adjust:none}html{color-scheme:light;color-scheme:only light;scroll-behavior:smooth;background:#071827}body{color-scheme:light;color-scheme:only light;margin:0;overflow-x:hidden;background:var(--background-edge);color:var(--cream);font-family:var(--font-body)}@media(prefers-color-scheme:dark){:root{color-scheme:light;color-scheme:only light;--navy: #071827;--navy-2: #0c2238;--background: #071827;--background-edge: #071827;--ink: #1b242c;--cream: #efeae0;--bone: #f5f1e8;--white: #f5f1e8;--blue: #0c2238;--mid-blue: #4e89ab;--yellow: #ffd400}html,body{background:var(--background-edge);color:var(--cream)}img,picture,video,iframe,svg{filter:none!important;mix-blend-mode:normal!important}}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--yellow);outline-offset:5px}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--font-head);letter-spacing:0}h1{font-size:clamp(3.2rem,7.5vw,7.1rem);line-height:.94;font-weight:800}h2{font-size:clamp(2.35rem,5.15vw,5.9rem);line-height:.98;font-weight:800}#proof-title,#investment-title,#board-title,#contact-title,#regulatory-title{font-size:var(--section-title-size);line-height:.98}h3{font-size:clamp(1.12rem,1.55vw,1.45rem);line-height:1.14}.site-header{position:sticky;top:0;z-index:40;min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:var(--grid-half) var(--section-inline);border-bottom:1px solid rgba(7,24,39,.1);background:#efeae0f0;color:var(--ink);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:inline-flex;align-items:center}.brand img{display:block;width:min(246px,54vw)}nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:clamp(14px,2vw,26px);color:#1b242cb8;font-family:var(--font-body);font-size:.88rem;font-weight:800}nav a:hover{color:var(--navy)}.menu-toggle{display:none;position:relative;width:48px;height:48px;padding:0;border:1px solid rgba(7,24,39,.14);background:#f5f1e8b8;color:var(--navy);cursor:pointer}.menu-toggle span{position:absolute;left:12px;right:12px;height:2px;background:currentColor;transition:transform .24s var(--ease),opacity .24s var(--ease),top .24s var(--ease)}.menu-toggle span:nth-child(1){top:15px}.menu-toggle span:nth-child(2){top:23px}.menu-toggle span:nth-child(3){top:31px}.site-header.is-menu-open .menu-toggle span:nth-child(1){top:23px;transform:rotate(45deg)}.site-header.is-menu-open .menu-toggle span:nth-child(2){opacity:0}.site-header.is-menu-open .menu-toggle span:nth-child(3){top:23px;transform:rotate(-45deg)}.hero{position:relative;--grid-opacity: .16;min-height:calc(92vh - 84px);min-height:calc(92svh - 84px);display:flex;align-items:center;overflow:hidden;padding:clamp(66px,6vw,88px) var(--section-inline);background:radial-gradient(circle at 70% 38%,rgba(78,137,171,.34),transparent 32%),radial-gradient(circle at 22% 20%,rgba(78,137,171,.22),transparent 36%),linear-gradient(135deg,#123a5a,#1f648e 48%,#0c2238);background-size:auto}.hero:before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(90deg,rgba(7,24,39,.58) 0%,rgba(12,34,56,.32) 42%,rgba(12,34,56,.04) 70%,transparent 100%)}.hero:after{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,212,0,.18),transparent);opacity:0;transform:translate(-100%);animation:heroScan 9.4s var(--ease) infinite}.hero-copy{position:relative;z-index:5;width:min(700px,49vw);max-width:720px}.eyebrow{margin-bottom:18px;color:var(--yellow);font-family:var(--font-body);font-size:.74rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.hero-copy>p:not(.eyebrow),.proof-band p,.investment-intro,.copy-stack,.contact-section p{color:var(--muted-on-dark);font-size:clamp(1rem,1.2vw,1.16rem);line-height:1.65}.hero-copy>p:not(.eyebrow){max-width:620px;margin-top:26px}.button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:66px;margin-top:34px;padding:0 42px;overflow:hidden;border:1px solid rgba(255,212,0,.34);background:linear-gradient(90deg,#ffd40047,#ffd40014),#0c2238c7;color:var(--cream);font-family:var(--font-body);font-size:1rem;font-weight:800;letter-spacing:.01em;line-height:1;isolation:isolate;transition:border-color .26s ease-out,background .26s ease-out,color .26s ease-out,transform .26s ease-out}.button span{position:relative;z-index:2}.button:before,.button:after{content:"";position:absolute;inset:8px;z-index:-1;pointer-events:none;opacity:.72;transition:opacity .26s ease-out,transform .26s ease-out,background-size .26s ease-out}.button:before{background:linear-gradient(var(--yellow),var(--yellow)) left top / 30px 5px no-repeat,linear-gradient(var(--yellow),var(--yellow)) left top / 5px 30px no-repeat,linear-gradient(var(--yellow),var(--yellow)) right bottom / 30px 5px no-repeat,linear-gradient(var(--yellow),var(--yellow)) right bottom / 5px 30px no-repeat}.button:after{inset:0;background:linear-gradient(90deg,transparent,rgba(255,212,0,.26),transparent);opacity:0;transform:translate(-110%)}.button.primary:after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.36),transparent),linear-gradient(var(--blue),var(--blue)) right 25px center / 18px 3px no-repeat,linear-gradient(45deg,transparent 45%,var(--blue) 46% 58%,transparent 59%) right 19px center / 14px 14px no-repeat}.button:hover,.button:focus-visible,.button.is-touch-active{border-color:#ffd400eb;background:linear-gradient(90deg,#ffd40061,#ffd4001f),#0c2238eb;transform:translateY(-4px)}.button:hover:before,.button:focus-visible:before,.button.is-touch-active:before{opacity:1;transform:scale(1.06);background:linear-gradient(var(--yellow),var(--yellow)) left top / 30px 5px no-repeat,linear-gradient(var(--yellow),var(--yellow)) left top / 5px 30px no-repeat,linear-gradient(var(--yellow),var(--yellow)) right bottom / 30px 5px no-repeat,linear-gradient(var(--yellow),var(--yellow)) right bottom / 5px 30px no-repeat}.button:hover:after,.button:focus-visible:after,.button.is-touch-active:after{animation:buttonSweep .72s var(--ease) 1}.button.primary{min-width:218px;border-color:#ffd400f5;background:linear-gradient(135deg,#ffe15a,var(--yellow) 48%,#e7b900);color:var(--blue);box-shadow:0 22px 46px #00070d47,0 0 0 1px #fff3 inset}.button.primary.corner-cta,.button.corner-cta{overflow:visible}.button.corner-cta:after{display:none}.button.primary:before{background:linear-gradient(var(--blue),var(--blue)) left top / 30px 5px no-repeat,linear-gradient(var(--blue),var(--blue)) left top / 5px 30px no-repeat,linear-gradient(var(--blue),var(--blue)) right bottom / 30px 5px no-repeat,linear-gradient(var(--blue),var(--blue)) right bottom / 5px 30px no-repeat;opacity:.62}.button.primary:hover,.button.primary:focus-visible,.button.primary.is-touch-active{border-color:#ffd400;background:linear-gradient(135deg,#fff0a0,var(--yellow) 44%,#f2bf00);color:var(--blue);box-shadow:0 24px 52px #00070d52,0 0 0 1px #ffffff57 inset,0 0 20px #ffd40029}.button.primary:hover:before,.button.primary:focus-visible:before,.button.primary.is-touch-active:before{background:linear-gradient(var(--blue),var(--blue)) left top / 34px 5px no-repeat,linear-gradient(var(--blue),var(--blue)) left top / 5px 34px no-repeat,linear-gradient(var(--blue),var(--blue)) right bottom / 34px 5px no-repeat,linear-gradient(var(--blue),var(--blue)) right bottom / 5px 34px no-repeat}.button-corner{position:absolute;right:-20px;top:-20px;width:42px;aspect-ratio:1;background:linear-gradient(var(--yellow),var(--yellow)) right top / 100% 9px no-repeat,linear-gradient(var(--yellow),var(--yellow)) right top / 9px 100% no-repeat;filter:drop-shadow(0 10px 16px rgba(255,212,0,.16));pointer-events:none;transition:opacity .26s var(--ease),transform .26s var(--ease)}.button.corner-cta:hover .button-corner,.button.corner-cta:focus-visible .button-corner,.button.corner-cta.is-touch-active .button-corner{transform:translate(5px,-5px)}.hero-system{position:absolute;z-index:1;right:clamp(20px,4vw,86px);top:50%;width:min(62vw,860px);aspect-ratio:1;transform:translateY(-50%);opacity:.9}#motionSystem{width:100%;height:100%;display:block}.background{fill:transparent}.minor-grid{fill:url(#grid);opacity:0}.major-grid{fill:url(#majorGrid);opacity:0}.grid-line,.major-line,.system-guides line,.system-guides rect{fill:none;vector-effect:non-scaling-stroke}.grid-line{stroke:#a9becd2e;stroke-width:1}.major-line{stroke:#a9becd45;stroke-width:1}.system-guides{stroke:#a9becd29;stroke-width:1.2}.focus-echo{display:none}.guide-blue{stroke:#688da63b}.cornerstone{fill:var(--yellow);filter:url(#yellowDepth);shape-rendering:crispEdges}.cornerstone-shadow{fill:#ffd40017;shape-rendering:crispEdges}.positioning-section{--position-grid: var(--grid-unit);--position-grid-width: calc(var(--position-grid) * 28);--position-grid-height: calc(var(--position-grid) * 14);--position-grid-shift: 0px;--position-grid-shift-y: 0px;--position-max-columns: 28;--position-min-columns: 12;position:relative;display:block;padding:var(--section-pad) var(--section-inline);background:linear-gradient(rgba(7,24,39,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(7,24,39,.055) 1px,transparent 1px),var(--cream);background-size:var(--position-grid) var(--position-grid),var(--position-grid) var(--position-grid),auto;background-position:left top;color:var(--blue);overflow:hidden}.positioning-copy{position:relative;z-index:1;width:min(100%,var(--position-grid-width));max-width:calc(var(--position-grid) * 28);margin:0 auto;transform:translate3d(var(--position-grid-shift),var(--position-grid-shift-y),0)}.positioning-copy h2{max-width:min(100%,18ch);color:var(--navy-2);font-size:clamp(3rem,4.2vw,5.1rem);text-wrap:balance}.positioning-copy h2 span{display:block}.statement-frame{position:relative;box-sizing:border-box;display:grid;align-content:center;justify-content:center;width:100%;max-width:100%;height:var(--position-grid-height);min-height:var(--position-grid-height);padding:calc(var(--position-grid) * 3) calc(var(--position-grid) * 4) calc(var(--position-grid) * 3)}.frame-corner{position:absolute;z-index:0;width:var(--position-grid);height:var(--position-grid);background:var(--yellow);box-shadow:var(--position-grid) 0 0 var(--yellow),calc(var(--position-grid) * 2) 0 0 var(--yellow),0 var(--position-grid) 0 var(--yellow),0 calc(var(--position-grid) * 2) 0 var(--yellow);filter:drop-shadow(0 14px 18px rgba(255,212,0,.12));pointer-events:none}.frame-tl{left:0;top:0;transform:none}.frame-br{left:calc(var(--position-grid-width) - var(--position-grid));top:calc(var(--position-grid-height) - var(--position-grid));right:auto;bottom:auto;box-shadow:calc(var(--position-grid) * -1) 0 0 var(--yellow),calc(var(--position-grid) * -2) 0 0 var(--yellow),0 calc(var(--position-grid) * -1) 0 var(--yellow),0 calc(var(--position-grid) * -2) 0 var(--yellow);transform:none;opacity:.9}.statement-frame h2,.statement-frame p{position:relative;z-index:2;justify-self:start}.statement-frame p{max-width:min(100%,42ch);margin:calc(var(--position-grid) * .65) 0 0;color:var(--muted-on-light);font-size:clamp(1.35rem,1.55vw,1.72rem);font-weight:700;line-height:1.22;text-wrap:balance}.proof-band{position:relative;display:grid;place-items:center;min-height:66vh;overflow:hidden;padding:var(--section-pad) var(--section-inline);text-align:center;background:radial-gradient(circle at 72% 24%,rgba(78,137,171,.12),transparent 30%),radial-gradient(circle at 18% 76%,rgba(255,212,0,.045),transparent 28%),linear-gradient(135deg,var(--navy-2),var(--navy));background-size:auto}.proof-inner,.proof-motion{position:relative;z-index:1}.proof-inner{width:min(1232px,100%)}.proof-band h2{max-width:900px;margin:0 auto}.proof-band p:not(.eyebrow){max-width:720px;margin:24px auto 0}.about-proof{place-items:stretch;text-align:left}.about-proof .proof-inner{margin:0 auto}.about-proof h2{position:relative;z-index:1;max-width:none;margin:0;white-space:nowrap}.about-columns{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--grid-half);margin-top:var(--grid-unit);border:0;background:transparent;box-shadow:none;overflow:visible}.about-columns article{position:relative;min-height:260px;padding:var(--grid-unit) 32px;border:1px solid rgba(78,137,171,.22);background:linear-gradient(90deg,#4e89ab1a,#0c223833),#0c22383d;overflow:hidden;transform:translateY(0);transition:background .28s var(--ease),box-shadow .28s var(--ease),transform .28s var(--ease)}.about-columns article:last-child{border-right:1px solid rgba(78,137,171,.22)}.about-columns article:before{content:"";position:absolute;left:32px;top:0;width:32px;height:3px;background:var(--yellow);opacity:.7;transition:opacity .28s var(--ease),width .28s var(--ease)}.about-columns article:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(78,137,171,.16),transparent);opacity:0;transform:translate(-120%);pointer-events:none}.about-columns article:hover,.about-columns article:focus-within,.about-columns article.is-touch-active{background:#4e89ab21;box-shadow:0 18px 46px #07182729 inset;transform:translateY(-4px)}.about-columns article:hover:before,.about-columns article:focus-within:before,.about-columns article.is-touch-active:before{width:64px;opacity:1}.about-columns article:hover:after,.about-columns article:focus-within:after,.about-columns article.is-touch-active:after{animation:aboutSweep .9s var(--ease) both}.about-columns p{position:relative;z-index:1;max-width:none;margin:16px 0 0;color:var(--muted-on-dark);font-size:clamp(.96rem,1vw,1.04rem);line-height:1.62;transition:color .28s var(--ease)}.about-columns h3{position:relative;z-index:1;max-width:210px;color:var(--cream);font-size:clamp(1rem,1.15vw,1.18rem);line-height:1.12}.about-columns article:hover p,.about-columns article:focus-within p,.about-columns article.is-touch-active p{color:var(--muted-on-dark-strong)}.about-columns article:hover h3,.about-columns article:focus-within h3,.about-columns article.is-touch-active h3{color:var(--yellow)}.about-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--grid-half);margin-top:calc(var(--grid-unit) * 1.35);border:0;background:transparent}.about-stat-grid article{position:relative;padding:32px;border:1px solid rgba(78,137,171,.2);background:linear-gradient(90deg,#4e89ab29,#4e89ab0f),#0c223861;overflow:hidden;transform:translateY(0);transition:background .28s var(--ease),transform .28s var(--ease),box-shadow .28s var(--ease)}.about-stat-grid article:last-child{border-right:1px solid rgba(78,137,171,.2)}.about-stat-grid article:after{content:"";position:absolute;right:24px;top:24px;width:34px;aspect-ratio:1;border-top:4px solid rgba(255,212,0,.46);border-right:4px solid rgba(255,212,0,.46);transition:border-color .28s var(--ease),opacity .28s var(--ease),transform .28s var(--ease)}.about-stat-grid article:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 20%,rgba(78,137,171,.16),transparent 34%);opacity:0;transition:opacity .28s var(--ease)}.about-stat-grid article:hover,.about-stat-grid article:focus-within,.about-stat-grid article.is-touch-active{background:#4e89ab1a;box-shadow:0 18px 46px #0718271f inset;transform:translateY(-5px)}.about-stat-grid article:hover:before,.about-stat-grid article:focus-within:before,.about-stat-grid article.is-touch-active:before{opacity:1}.about-stat-grid article:hover:after,.about-stat-grid article:focus-within:after,.about-stat-grid article.is-touch-active:after{border-color:var(--yellow);opacity:1;transform:translate(6px,-6px)}.about-stat-grid strong{position:relative;z-index:1;display:flex;align-items:baseline;gap:8px;color:var(--yellow);font-family:var(--font-head);font-size:clamp(3rem,5.6vw,5.6rem);line-height:.92;font-weight:800}.about-stat-grid strong small{color:#ffd400db;font-size:clamp(1.05rem,1.4vw,1.35rem);font-weight:800;text-transform:uppercase;letter-spacing:0}.about-stat-grid span{position:relative;z-index:1;display:block;margin-top:10px;color:#efeae0cc;font-size:clamp(.9rem,1vw,1rem);font-weight:800;line-height:1.25}.proof-motion{position:absolute;inset:clamp(38px,6vw,84px) clamp(28px,9vw,150px);z-index:0;pointer-events:none}.proof-motion:before{content:none}.proof-corner{position:absolute;width:clamp(54px,7vw,92px);aspect-ratio:1;background:linear-gradient(var(--yellow),var(--yellow)) left top / 100% 33.333% no-repeat,linear-gradient(var(--yellow),var(--yellow)) left top / 33.333% 100% no-repeat;opacity:0;filter:drop-shadow(0 14px 22px rgba(255,212,0,.08));animation:proofFrame 5.2s var(--ease) infinite}.pc-a{left:0;top:0}.pc-b{right:0;top:0;transform:rotate(90deg);animation-name:proofFrameB}.pc-c{right:0;bottom:0;transform:rotate(180deg);animation-name:proofFrameC}.pc-d{left:0;bottom:0;transform:rotate(270deg);animation-name:proofFrameD}.proof-strip{position:relative;display:grid;grid-template-columns:repeat(3,1fr);margin-top:clamp(34px,5vw,58px);border:1px solid rgba(239,234,224,.14);background:#efeae01a;box-shadow:0 26px 70px #00000029;overflow:hidden}.proof-strip:before{content:"";position:absolute;inset:0;width:34%;background:linear-gradient(90deg,transparent,rgba(255,212,0,.11),transparent);transform:translate(-110%);animation:moduleSweep 5.2s var(--ease) infinite}.proof-strip span{position:relative;min-height:112px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:18px;padding:22px 28px;border-right:1px solid rgba(7,24,39,.22);color:var(--muted-on-dark-strong);font-family:var(--font-head);font-weight:800;line-height:1.22;text-align:left}.proof-strip span:last-child{border-right:0}.proof-strip strong{color:var(--yellow);font-family:var(--font-head);font-size:clamp(2.3rem,4.4vw,4.2rem);line-height:.95}.investment-section{padding:var(--section-pad) var(--section-inline);background:radial-gradient(circle at 82% 16%,var(--highlight-blue),transparent 32%),radial-gradient(circle at 16% 78%,rgba(78,137,171,.18),transparent 28%),linear-gradient(135deg,#0f3f60 0%,#194f72 42%,var(--blue) 100%);background-size:auto;color:var(--cream)}.section-heading{max-width:var(--max);margin:0 auto}.investment-section .section-heading{max-width:var(--max);display:grid;grid-template-columns:1fr;justify-items:start;gap:16px;padding-bottom:0;text-align:left}.investment-section h2{color:var(--cream);font-size:var(--section-title-size)}.risk-line{max-width:var(--max);margin:calc(var(--grid-half) * .85) auto 0;padding:14px 18px 14px 20px;border-left:3px solid rgba(255,212,0,.58);background:#07182738;color:var(--muted-on-dark-strong);font-size:.88rem;font-weight:650;line-height:1.5}.strong-risk{border-left-color:var(--yellow);background:#07182752}.subheading{margin-top:8px;color:var(--yellow);font-size:clamp(1.08rem,1.7vw,1.55rem);font-weight:800;line-height:1.2}.investment-intro{max-width:calc(var(--grid-unit) * 18);margin:0;text-align:left;color:var(--muted-on-dark);font-size:clamp(.98rem,1.05vw,1.08rem);line-height:1.58}.figure-grid{max-width:var(--max);margin:calc(var(--grid-unit) * .85) auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:center;gap:var(--grid-half);padding:var(--grid-half);border:1px solid rgba(239,234,224,.14);background:#0718271a;box-shadow:0 28px 82px #0718272e}.figure-card{position:relative;min-height:calc(var(--grid-unit) * 7);display:grid;align-content:start;gap:18px;padding:34px var(--grid-half);background:radial-gradient(circle at 86% 12%,rgba(78,137,171,.28),transparent 30%),linear-gradient(135deg,#1a527ceb,#0f3a5ce8);border:1px solid rgba(239,234,224,.12);overflow:hidden;isolation:isolate;transform:translateY(0);transition:transform .34s var(--ease),border-color .34s var(--ease),box-shadow .34s var(--ease),background .34s var(--ease)}.figure-card:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,transparent,rgba(255,212,0,.09),transparent),radial-gradient(circle at 86% 16%,rgba(78,137,171,.2),transparent 24%);opacity:0;transform:translate(-100%);transition:opacity .32s ease-out;animation:cardSignal 7.8s var(--ease) infinite;animation-delay:var(--signal-delay, 0ms)}.figure-card:nth-child(2):before{--signal-delay: .9s}.figure-card:nth-child(3):before{--signal-delay: 1.8s}.figure-card:after{content:"";position:absolute;right:var(--grid-half);top:var(--grid-half);width:var(--grid-unit);aspect-ratio:1;background:#ffd40057;box-shadow:var(--grid-unit) 0 0 #ffd40057,0 var(--grid-unit) 0 #ffd40057;opacity:.28;transition:opacity .34s var(--ease),transform .34s var(--ease),background .34s var(--ease),box-shadow .34s var(--ease)}.figure-card:hover,.figure-card:focus-within,.figure-card.is-touch-active{transform:translateY(-8px);border-color:#ffd40061;background:radial-gradient(circle at 82% 12%,rgba(78,137,171,.42),transparent 30%),linear-gradient(135deg,#1a547ef5,#0d2d48f2);box-shadow:0 24px 54px #07182738,0 0 0 1px #ffd40014 inset}.figure-card:hover:before,.figure-card:focus-within:before,.figure-card.is-touch-active:before{opacity:1;animation:cardHoverSignal .98s var(--ease) both}.figure-card:hover:after,.figure-card:focus-within:after,.figure-card.is-touch-active:after{opacity:.66;background:var(--yellow);box-shadow:var(--grid-unit) 0 0 var(--yellow),0 var(--grid-unit) 0 var(--yellow);transform:translate(calc(var(--grid-half) * .5),calc(var(--grid-half) * -.5))}.figure-card strong,.figure-card h3,.figure-card p{transition:color .34s var(--ease),transform .34s var(--ease)}.figure-card:hover strong,.figure-card:focus-within strong,.figure-card.is-touch-active strong{transform:translateY(-2px)}.figure-card:hover p,.figure-card:focus-within p,.figure-card.is-touch-active p{color:var(--muted-on-dark-strong)}.figure-card strong{color:var(--yellow);font-family:var(--font-head);font-size:clamp(2.75rem,5vw,4.9rem);line-height:.94;font-weight:800}.figure-card h3{max-width:300px;color:var(--cream);font-size:clamp(1.1rem,1.35vw,1.32rem)}.investment-section .figure-card h3{max-width:100%;color:var(--yellow);font-family:var(--font-head);font-size:clamp(1.45rem,2vw,2rem);line-height:1.08;font-weight:800}.figure-card p{color:var(--muted-on-dark);font-size:.92rem;line-height:1.5}.market-section{position:relative;overflow:hidden;background:linear-gradient(rgba(239,234,224,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(239,234,224,.035) 1px,transparent 1px),radial-gradient(circle at 18% 14%,rgba(255,212,0,.08),transparent 22%),radial-gradient(circle at 84% 78%,rgba(78,137,171,.14),transparent 34%),linear-gradient(135deg,#061321,#071827 42%,#0a2034);background-size:56px 56px,56px 56px,auto,auto,auto}.market-section .figure-grid{padding:0;border:0;background:transparent;box-shadow:none}.market-section .figure-card{min-height:calc(var(--grid-unit) * 6);padding:clamp(28px,3vw,42px);border-color:#4e89ab47;background:linear-gradient(rgba(239,234,224,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(239,234,224,.04) 1px,transparent 1px),linear-gradient(180deg,#0c2238e6,#061321fa);background-size:28px 28px,28px 28px,auto;box-shadow:0 24px 70px #0003}.market-section .figure-card:before{background:linear-gradient(var(--yellow),var(--yellow)) left top / 46px 8px no-repeat,linear-gradient(var(--yellow),var(--yellow)) left top / 8px 46px no-repeat;opacity:.68;transform:none;animation:none}.market-section .figure-card:after{display:none}.market-section .figure-card:hover,.market-section .figure-card:focus-within,.market-section .figure-card.is-touch-active{border-color:#ffd40070;background:linear-gradient(rgba(239,234,224,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(239,234,224,.055) 1px,transparent 1px),linear-gradient(180deg,#0e2c46fa,#061321fa)}.market-section .figure-card h3{max-width:none;padding-top:42px;color:var(--yellow);font-size:clamp(1.25rem,1.65vw,1.65rem)}.market-section .figure-card p{color:#efeae0c7;font-size:.96rem;line-height:1.64}.board-section .eyebrow{color:var(--blue)}.copy-stack{display:grid;gap:20px;margin-top:28px;color:var(--muted-on-light)}.board-section{padding:var(--section-pad) var(--section-inline);background:radial-gradient(circle at 18% 12%,rgba(78,137,171,.2),transparent 28%),linear-gradient(rgba(7,24,39,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(7,24,39,.045) 1px,transparent 1px),var(--bone);background-size:auto,56px 56px,56px 56px,auto;color:var(--blue)}.board-heading{display:block}.board-intro{max-width:760px;margin-top:22px;color:var(--muted-on-light);font-size:clamp(1rem,1.35vw,1.16rem);font-weight:700;line-height:1.5}.team-flow{max-width:var(--max);margin:clamp(30px,4vw,48px) auto 0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:var(--grid-half);align-items:stretch}.team-actions{max-width:var(--max);margin:var(--grid-unit) auto 0;display:flex;justify-content:center}.board-section .team-card p:not(.role){display:none}.team-card{position:relative;display:grid;grid-template-rows:auto 1fr;overflow:hidden;text-decoration:none;background:linear-gradient(180deg,#123a5af5,#0c2238fa),var(--blue);color:var(--cream);border:1px solid rgba(78,137,171,.24);box-shadow:0 22px 60px #0718271f;transition:transform .24s ease-out,border-color .24s ease-out,box-shadow .24s ease-out;isolation:isolate}.team-card:hover,.team-card.is-touch-active{transform:translateY(-9px);border-color:#ffd4009e;box-shadow:0 34px 78px #07182726}.team-card:before{content:"";position:absolute;inset:18px;z-index:3;background:linear-gradient(var(--yellow),var(--yellow)) left top / 48px 10px no-repeat,linear-gradient(var(--yellow),var(--yellow)) left top / 10px 48px no-repeat,linear-gradient(var(--yellow),var(--yellow)) right bottom / 48px 10px no-repeat,linear-gradient(var(--yellow),var(--yellow)) right bottom / 10px 48px no-repeat;opacity:.16;pointer-events:none;transition:opacity .24s ease-out,transform .24s ease-out}.team-card:after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(115deg,transparent 0 36%,rgba(255,212,0,.22) 48%,transparent 62%),repeating-linear-gradient(135deg,transparent 0 12px,rgba(29,53,110,.06) 12px 13px);opacity:0;transform:translate(-62%);pointer-events:none}.team-card:hover:before,.team-card:focus-within:before,.team-card.is-touch-active:before{opacity:1;transform:scale(1.07);background:linear-gradient(var(--yellow),var(--yellow)) left top / 72px 12px no-repeat,linear-gradient(var(--yellow),var(--yellow)) left top / 12px 72px no-repeat,linear-gradient(var(--yellow),var(--yellow)) right bottom / 72px 12px no-repeat,linear-gradient(var(--yellow),var(--yellow)) right bottom / 12px 72px no-repeat}.team-card:hover:after,.team-card:focus-within:after,.team-card.is-touch-active:after{animation:teamSweep .82s var(--ease) 1}.team-card img{aspect-ratio:1 / 1;width:100%;object-fit:cover;object-position:center var(--portrait-position-y, center);filter:grayscale(1) saturate(.68) sepia(.12) hue-rotate(165deg) brightness(.9);transform:scale(1.01);transition:filter .34s ease-out,transform .34s ease-out}.team-card[href*=kyle-tattersall],.team-card[href*=marcus-nagle],.team-card#kyle-tattersall,.team-card#marcus-nagle{--portrait-position-y: 54%}.team-card:hover img,.team-card:focus-within img,.team-card.is-touch-active img{filter:grayscale(.18) saturate(1.02) sepia(.08) hue-rotate(175deg);transform:scale(1.065)}.team-card>div:not(.team-placeholder){position:relative;z-index:4;padding:var(--grid-half);background:linear-gradient(180deg,#0c2238b8,#071827fa),var(--blue);transition:transform .24s ease-out}.team-card:hover>div:not(.team-placeholder),.team-card:focus-within>div:not(.team-placeholder),.team-card.is-touch-active>div:not(.team-placeholder){transform:translateY(-4px)}.team-card h3{color:var(--cream);font-size:clamp(1rem,1.2vw,1.18rem)}.team-card .role{margin-top:8px;color:var(--yellow);font-size:.82rem;font-weight:800}.team-card p:not(.role){margin-top:12px;color:#efeae0ad;font-size:.84rem;line-height:1.48;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:6}.team-card .bio-pending{color:#efeae075;font-style:italic}.team-placeholder{position:relative;aspect-ratio:1 / 1;display:grid;place-items:center;background:linear-gradient(rgba(239,234,224,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(239,234,224,.055) 1px,transparent 1px),radial-gradient(circle at 50% 42%,rgba(78,137,171,.18),transparent 34%),#0c2238eb;background-size:28px 28px,28px 28px,auto,auto;color:var(--yellow);font-family:var(--font-head);font-size:clamp(2.2rem,4vw,4rem);font-weight:800;letter-spacing:.02em;overflow:hidden}.team-placeholder:before,.team-placeholder:after{content:"";position:absolute;pointer-events:none}.team-placeholder:before{inset:18px;border:1px solid rgba(78,137,171,.24);background:linear-gradient(#efeae014,#efeae014) center / 1px 100% no-repeat,linear-gradient(90deg,#efeae014,#efeae014) center / 100% 1px no-repeat}.team-placeholder:after{right:24px;top:24px;width:46px;aspect-ratio:1;background:linear-gradient(var(--yellow),var(--yellow)) right top / 100% 9px no-repeat,linear-gradient(var(--yellow),var(--yellow)) right top / 9px 100% no-repeat;opacity:.32;transition:opacity .28s var(--ease),transform .28s var(--ease)}.team-card:hover .team-placeholder:after,.team-card:focus-within .team-placeholder:after,.team-card.is-touch-active .team-placeholder:after{opacity:.58;transform:translate(5px,-5px)}.team-page{background:var(--bone);color:var(--blue)}.team-page-hero{padding:clamp(88px,10vw,148px) var(--section-inline) clamp(54px,7vw,92px);background:linear-gradient(rgba(7,24,39,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(7,24,39,.045) 1px,transparent 1px),radial-gradient(circle at 76% 18%,rgba(78,137,171,.12),transparent 26%),var(--bone);background-size:56px 56px,56px 56px,auto,auto}.team-page-hero-inner,.team-section-heading,.team-directory-grid{max-width:var(--max);margin:0 auto}.team-page-hero .eyebrow{color:var(--yellow)}.team-page-hero h1{max-width:980px;color:var(--blue);font-size:var(--section-title-size);line-height:.94}.team-directory-section{padding:clamp(64px,8vw,104px) var(--section-inline) var(--section-pad);background:linear-gradient(rgba(7,24,39,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(7,24,39,.045) 1px,transparent 1px),var(--bone);background-size:56px 56px,56px 56px,auto}.team-directory-section+.team-directory-section{padding-top:0}.team-section-heading{margin-bottom:clamp(34px,4vw,64px)}.team-section-heading .eyebrow{color:var(--yellow)}.team-section-heading h2{max-width:880px;color:var(--blue);font-size:clamp(2.2rem,4.2vw,4.6rem);line-height:.96}.team-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(28px,2.4vw,42px);align-items:stretch}.team-advisors-grid{grid-template-columns:repeat(6,minmax(0,1fr));row-gap:clamp(28px,2.4vw,42px)}.team-advisors-grid .team-card{grid-column:span 2}.team-advisors-grid .team-card:nth-last-child(2){grid-column:2 / span 2}.team-page .team-card{min-height:clamp(340px,32vw,450px);grid-template-rows:1fr;overflow:visible}.team-page .team-card:hover,.team-page .team-card:focus-visible,.team-page .team-card.is-touch-active{z-index:12}.team-page .team-card img,.team-page .team-placeholder,.team-page .team-card>div:not(.team-placeholder){grid-area:1 / 1}.team-page .team-card img,.team-page .team-placeholder{height:100%}.team-page .team-card>div:not(.team-placeholder){align-self:end;max-height:40%;overflow:hidden;transition:max-height .28s var(--ease),transform .24s ease-out,background .28s var(--ease)}.team-page .team-card:hover>div:not(.team-placeholder),.team-page .team-card:focus-visible>div:not(.team-placeholder),.team-page .team-card:focus-within>div:not(.team-placeholder),.team-page .team-card.is-touch-active>div:not(.team-placeholder){max-height:100%;background:linear-gradient(180deg,#0c2238e6,#071827fa),var(--blue)}.team-page .team-card p:not(.role){display:block;max-height:0;margin-top:0;overflow:auto;opacity:0;-webkit-line-clamp:unset;transition:max-height .28s var(--ease),margin-top .28s var(--ease),opacity .22s ease-out}.team-page .team-card:hover p:not(.role),.team-page .team-card:focus-visible p:not(.role),.team-page .team-card:focus-within p:not(.role),.team-page .team-card.is-touch-active p:not(.role){max-height:260px;margin-top:12px;opacity:1}.team-page .team-placeholder{min-height:0;aspect-ratio:auto}.contact-section{position:relative;display:grid;grid-template-columns:minmax(320px,.82fr) minmax(340px,.58fr);gap:clamp(34px,7vw,100px);align-items:center;padding:var(--section-pad) var(--section-inline);overflow:hidden;background:radial-gradient(circle at 82% 22%,rgba(255,212,0,.055),transparent 24%),radial-gradient(circle at 16% 18%,rgba(78,137,171,.12),transparent 28%),linear-gradient(135deg,var(--ink) 0%,var(--navy-2) 58%,var(--navy) 100%);background-size:auto}.contact-section h2{max-width:760px}.contact-section .eyebrow{color:var(--yellow)}.contact-section p:not(.eyebrow){max-width:520px;margin-top:22px}.contact-links{display:grid;gap:8px;margin-top:var(--grid-half);color:#efeae0d1;font-size:clamp(1rem,1.15vw,1.15rem);font-weight:700}.contact-links a:hover{color:var(--yellow)}.contact-map-block{display:grid;gap:var(--grid-half)}.map-panel{position:relative;min-height:320px;overflow:hidden;border:1px solid rgba(239,234,224,.34);background:#f1eee7;box-shadow:0 28px 84px #07182738}.map-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.styled-map{position:absolute;inset:0;width:100%;height:100%;display:none;opacity:.76;filter:saturate(.66) contrast(.88)}.map-land{fill:#f4f0e8}.map-blocks path{fill:#e9e3d8;stroke:#07182707;stroke-width:1;opacity:.72}.map-roads path{fill:none;stroke-linecap:round;stroke-linejoin:round}.map-roads-minor path{stroke:#fffefae0;stroke-width:20;filter:drop-shadow(0 0 1px rgba(7,24,39,.08))}.map-roads-major path{stroke:#fffefaeb;stroke-width:28;filter:drop-shadow(0 0 1px rgba(7,24,39,.1))}.map-roads-major-core path{stroke:#4e89ab3d;stroke-width:4}.map-stations circle{fill:#4e89abb8;stroke:#fffdf4;stroke-width:2}.map-labels text{fill:#07182775;font-family:var(--font-body);font-size:9.4px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;paint-order:stroke;stroke:#f4f0e8db;stroke-linejoin:round;stroke-width:2.4px}.map-labels .near-office{fill:#07182752;stroke:#f4f0e8e6;stroke-width:3px}.map-labels .station-label{fill:#07182780;font-size:11px;letter-spacing:0;text-transform:uppercase;stroke-width:3px}.map-labels .office-kicker{fill:var(--yellow);font-size:11px;letter-spacing:.12em;paint-order:normal;stroke:none}.map-labels .office-label{fill:var(--navy);font-family:var(--font-head);font-size:17px;font-weight:800;letter-spacing:0;text-transform:none;paint-order:normal;stroke:none}.map-focus-device{position:absolute;left:43.6%;top:56.8%;z-index:1;width:clamp(68px,6.5vw,88px);aspect-ratio:1;transform:translate(-50%,-50%);filter:drop-shadow(0 14px 22px rgba(255,212,0,.28));pointer-events:none;animation:mapFocusBreathe 2.8s var(--ease) infinite}.map-focus-device:before{content:"";position:absolute;inset:6px;border:3px solid rgba(255,212,0,.68);opacity:0;transform:scale(.72);animation:mapFocusPulse 2.8s var(--ease) infinite}.map-focus-device:after{content:"";position:absolute;left:50%;top:50%;width:12px;aspect-ratio:1;background:var(--yellow);transform:translate(-50%,-50%);box-shadow:0 0 #ffd400ad;animation:mapFocusDot 2.8s var(--ease) infinite}.map-focus-device span{position:absolute;width:28px;aspect-ratio:1;border-color:var(--yellow);border-style:solid;animation:mapFocusCorners 2.8s var(--ease) infinite}.map-focus-device span:nth-child(1){left:0;top:0;border-width:8px 0 0 8px}.map-focus-device span:nth-child(2){right:0;top:0;border-width:8px 8px 0 0}.map-focus-device span:nth-child(3){right:0;bottom:0;border-width:0 8px 8px 0}.map-focus-device span:nth-child(4){left:0;bottom:0;border-width:0 0 8px 8px}.map-details{padding:var(--grid-half);border:1px solid rgba(255,212,0,.16);background:#efeae014}.map-details span{display:block;margin-bottom:8px;color:var(--yellow);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.map-details strong{display:block;color:var(--cream);font-family:var(--font-head);font-size:1.3rem}.map-details p,.map-details a{display:block;margin-top:6px;color:var(--muted-on-dark);font-size:.94rem;line-height:1.4}.map-details a:hover{color:var(--yellow)}.regulatory-section{padding:var(--section-pad) var(--section-inline);background:radial-gradient(circle at 78% 16%,rgba(78,137,171,.34),transparent 30%),radial-gradient(circle at 18% 82%,rgba(78,137,171,.2),transparent 28%),linear-gradient(135deg,#15577e,#1f6f9e 46%,#0f3f60);background-size:auto}.regulatory-inner{max-width:var(--max);margin:0 auto}.regulatory-section .section-heading{max-width:none}.regulatory-section h2{color:var(--cream);font-size:var(--section-title-size)}.regulatory-stack{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--grid-half);margin-top:var(--grid-unit)}.regulatory-stack>article{display:grid;grid-template-columns:1fr;align-content:start;gap:14px;padding:var(--grid-half);border:1px solid rgba(239,234,224,.16);background:#07182729;transform:translateY(0);transition:border-color .3s var(--ease),background .3s var(--ease),transform .3s var(--ease)}.regulatory-stack>article.is-touch-active,.regulatory-stack>article:hover,.regulatory-stack>article:focus-within{border-color:#ffd40047;background:#0718273d;transform:translateY(-4px)}.regulatory-stack>article h3{color:var(--yellow);font-size:.84rem;letter-spacing:.12em;text-transform:uppercase}.regulatory-stack>article p{color:var(--muted-on-dark);font-size:.86rem;line-height:1.55}.legal-page{background:var(--bone);color:var(--ink)}.legal-hero{padding:clamp(74px,8vw,118px) var(--section-inline) clamp(38px,5vw,70px);background:linear-gradient(90deg,rgba(255,212,0,.24),transparent 28%),linear-gradient(135deg,var(--cream) 0%,var(--bone) 100%)}.legal-hero-inner,.legal-document{width:min(100%,980px)}.legal-hero .eyebrow{color:#0c2238a3}.legal-hero h1{margin-top:16px;font-size:clamp(3rem,6vw,6.4rem);line-height:.94}.legal-hero p:not(.eyebrow){margin-top:22px;color:var(--muted-on-light);font-size:clamp(1rem,1.35vw,1.16rem);font-weight:700}.legal-content{padding:clamp(42px,6vw,86px) var(--section-inline) var(--section-pad)}.legal-document{display:grid;gap:30px;color:#1b242cdb;font-size:clamp(.98rem,1.12vw,1.08rem);line-height:1.72}.legal-document section{display:grid;gap:14px}.legal-document h2{margin-top:10px;color:var(--navy);font-size:clamp(1.55rem,2.2vw,2.2rem);line-height:1.05}.legal-document h3{margin-top:8px;color:var(--navy)}.legal-document p,.legal-document ul{margin:0}.legal-document ul{display:grid;gap:10px;padding-left:1.2rem}.legal-document li::marker{color:var(--yellow)}.legal-document a{color:var(--navy);font-weight:800;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.site-footer{position:relative;overflow:hidden;padding:var(--grid-unit) var(--section-inline) 0;background:radial-gradient(circle at 84% 10%,rgba(78,137,171,.1),transparent 28%),linear-gradient(180deg,var(--navy-2),var(--navy));color:var(--muted-on-dark);font-size:.82rem;line-height:1.55}.site-footer:before{content:none;position:absolute;right:clamp(24px,7vw,112px);top:clamp(34px,5vw,68px);width:min(150px,24vw);aspect-ratio:1;background:linear-gradient(var(--yellow),var(--yellow)) left top / 100% 28% no-repeat,linear-gradient(var(--yellow),var(--yellow)) left top / 28% 100% no-repeat;opacity:.08;transform:rotate(180deg);pointer-events:none}.footer-inner{position:relative;z-index:1;max-width:var(--max);width:min(100%,var(--max));margin:0 auto;display:block}.footer-columns{display:grid;grid-template-columns:1.2fr .7fr .8fr 1fr;gap:var(--grid-unit);align-items:start}.footer-columns h3{margin:0 0 10px;color:var(--yellow);font-family:var(--font-body);font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.footer-columns p,.footer-columns address{margin:0;color:#efeae0ad;font-style:normal}.footer-columns div{display:grid;align-content:start;gap:6px}.footer-columns a{color:#efeae0c2}.social-link span{display:inline-grid;place-items:center;width:20px;aspect-ratio:1;margin-right:7px;background:var(--yellow);color:var(--navy);font-weight:900}.footer-columns a:hover,.footer-bottom a:hover{color:var(--yellow)}.footer-bottom{position:relative;z-index:1;max-width:var(--max);min-height:44px;margin:var(--grid-half) auto 0;display:flex;align-items:center;justify-content:center;gap:20px;border-top:1px solid rgba(239,234,224,.13);color:var(--muted-on-dark);font-size:.78rem;font-weight:700;text-align:center}.footer-bottom a{position:absolute;right:0;color:var(--yellow)}.cookie-bar{position:fixed;left:var(--grid-half);right:var(--grid-half);bottom:var(--grid-half);z-index:80;display:none;align-items:center;justify-content:space-between;gap:var(--grid-half);max-width:720px;margin:0 auto;padding:22px 24px;border:1px solid rgba(78,137,171,.24);background:#071827f5;color:#efeae0d1;box-shadow:0 18px 54px #00000057;overflow:visible}.cookie-bar:before,.cookie-bar:after{content:"";position:absolute;width:18px;aspect-ratio:1;pointer-events:none;opacity:.2}.cookie-bar:before{left:10px;top:10px;background:linear-gradient(var(--yellow),var(--yellow)) left top / 100% 4px no-repeat,linear-gradient(var(--yellow),var(--yellow)) left top / 4px 100% no-repeat}.cookie-bar:after{right:10px;bottom:10px;background:linear-gradient(var(--yellow),var(--yellow)) right bottom / 100% 4px no-repeat,linear-gradient(var(--yellow),var(--yellow)) right bottom / 4px 100% no-repeat}.cookie-bar.is-visible{display:flex}.cookie-bar p{position:relative;z-index:1;flex:1 1 auto;font-size:.9rem;line-height:1.35}.cookie-more{position:relative;z-index:1;flex:0 0 auto;color:#ffd400db;font-size:.86rem;font-weight:800;text-decoration:none;white-space:nowrap}.cookie-more:hover,.cookie-more:focus-visible{color:var(--yellow);text-decoration:underline;text-underline-offset:4px}.cookie-bar .button{position:relative;z-index:1;flex:0 0 auto;min-width:176px;min-height:54px;margin-top:0;padding:0 34px;font-size:.92rem;cursor:pointer}.cookie-bar .button.primary:before{background:linear-gradient(var(--blue),var(--blue)) left top / 25px 4px no-repeat,linear-gradient(var(--blue),var(--blue)) left top / 4px 25px no-repeat,linear-gradient(var(--blue),var(--blue)) right bottom / 25px 4px no-repeat,linear-gradient(var(--blue),var(--blue)) right bottom / 4px 25px no-repeat}.cookie-bar .button.primary:hover:before,.cookie-bar .button.primary:focus-visible:before,.cookie-bar .button.primary.is-touch-active:before{background:linear-gradient(var(--blue),var(--blue)) left top / 28px 4px no-repeat,linear-gradient(var(--blue),var(--blue)) left top / 4px 28px no-repeat,linear-gradient(var(--blue),var(--blue)) right bottom / 28px 4px no-repeat,linear-gradient(var(--blue),var(--blue)) right bottom / 4px 28px no-repeat}.cookie-bar .button-corner{right:-16px;top:-16px;width:34px;background:linear-gradient(var(--yellow),var(--yellow)) right top / 100% 7px no-repeat,linear-gradient(var(--yellow),var(--yellow)) right top / 7px 100% no-repeat}.investor-modal{position:fixed;inset:0;z-index:90;display:none;place-items:center;padding:var(--page-pad);background:#071827c7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.investor-modal.is-visible{display:grid}.sibner-investor-confirmed .investor-modal{display:none!important}.investor-card{width:min(1180px,100%);max-height:min(92vh,900px);display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;padding:clamp(24px,3vw,40px);border:1px solid rgba(255,212,0,.28);background:linear-gradient(135deg,var(--navy-2),var(--navy));box-shadow:0 34px 90px #00000061}.investor-card h2{color:var(--cream);font-size:clamp(2rem,3.5vw,3.35rem)}.investor-notice{max-height:52vh;margin-top:var(--grid-half);padding:var(--grid-half);overflow-x:hidden;overflow-y:auto;border:1px solid rgba(78,137,171,.22);background:#07182738;overscroll-behavior:contain}.investor-notice p,.investor-notice li{color:#efeae0bd;font-size:.9rem;line-height:1.58}.investor-notice p+p,.investor-notice p+ul,.investor-notice ul+p{margin-top:var(--grid-half)}.investor-notice ul{margin-bottom:0;padding-left:1.2rem;break-inside:avoid}.investor-notice li+li{margin-top:8px}.investor-actions{display:flex;flex-wrap:wrap;align-items:center;gap:clamp(28px,4vw,56px);margin-top:var(--grid-unit)}.investor-actions .button{flex:0 0 auto;width:auto;min-width:168px;margin-top:0;border:0}.investor-actions>a{display:inline-flex;align-items:center;min-height:44px;padding:0 4px;color:#efeae0ad;font-weight:800}.about-columns article.is-visible,.about-stat-grid article.is-visible,.figure-card.is-visible,.team-card.is-visible,.regulatory-stack>article.is-visible{animation:revealLift .82s var(--ease)}@keyframes heroScan{0%,62%{opacity:0;transform:translate(-100%)}72%{opacity:.24}to{opacity:0;transform:translate(100%)}}@keyframes revealLift{0%{opacity:0;transform:translateY(22px) scale(.985)}58%{opacity:1;transform:translateY(-4px) scale(1)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cardSignal{0%,68%{opacity:0;transform:translate(-100%)}78%{opacity:1}to{opacity:0;transform:translate(100%)}}@keyframes cardHoverSignal{0%{opacity:0;transform:translate(-110%)}42%{opacity:1}to{opacity:0;transform:translate(110%)}}@keyframes aboutSweep{0%{opacity:0;transform:translate(-120%)}38%{opacity:1}to{opacity:0;transform:translate(120%)}}@keyframes buttonSweep{0%{opacity:0;transform:translate(-110%)}34%{opacity:1}to{opacity:0;transform:translate(110%)}}@keyframes teamSweep{0%{opacity:0;transform:translate(-62%)}38%{opacity:1}to{opacity:0;transform:translate(62%)}}@keyframes proofFrame{0%,22%{opacity:0;transform:translate(18px,18px) scale(.72)}50%,76%{opacity:.58;transform:translate(0) scale(1)}to{opacity:.18;transform:translate(0) scale(.94)}}@keyframes proofFrameB{0%,22%{opacity:0;transform:translate(-18px,18px) rotate(90deg) scale(.72)}50%,76%{opacity:.58;transform:translate(0) rotate(90deg) scale(1)}to{opacity:.18;transform:translate(0) rotate(90deg) scale(.94)}}@keyframes proofFrameC{0%,22%{opacity:0;transform:translate(-18px,-18px) rotate(180deg) scale(.72)}50%,76%{opacity:.58;transform:translate(0) rotate(180deg) scale(1)}to{opacity:.18;transform:translate(0) rotate(180deg) scale(.94)}}@keyframes proofFrameD{0%,22%{opacity:0;transform:translate(18px,-18px) rotate(270deg) scale(.72)}50%,76%{opacity:.58;transform:translate(0) rotate(270deg) scale(1)}to{opacity:.18;transform:translate(0) rotate(270deg) scale(.94)}}@keyframes proofScan{0%,30%{opacity:0;transform:scaleX(0)}54%,72%{opacity:.58;transform:scaleX(1)}to{opacity:0;transform:scaleX(1)}}@keyframes moduleSweep{0%,34%{transform:translate(-110%);opacity:0}58%,74%{opacity:.82}to{transform:translate(310%);opacity:0}}@keyframes mapFocusBreathe{0%,to{filter:drop-shadow(0 14px 22px rgba(255,212,0,.26))}44%{filter:drop-shadow(0 20px 34px rgba(255,212,0,.48))}}@keyframes mapFocusPulse{0%{opacity:0;transform:scale(.68)}18%{opacity:.72}72%,to{opacity:0;transform:scale(1.52)}}@keyframes mapFocusDot{0%,to{box-shadow:0 0 #ffd4009e}44%{box-shadow:0 0 0 14px #ffd40000}}@keyframes mapFocusCorners{0%,to{opacity:.94;transform:scale(1)}44%{opacity:1;transform:scale(1.1)}}@media(max-width:1180px)and (min-width:1041px){.hero-copy{width:min(700px,58vw)}.hero-system{right:clamp(-30px,1vw,28px);width:min(58vw,760px);opacity:.72}}@media(max-width:1040px){.positioning-section,.investment-section .section-heading,.contact-section{grid-template-columns:1fr}.hero{min-height:calc(100vh - 84px);min-height:calc(100svh - 84px);display:flex;align-items:center}.hero-copy{width:min(100%,760px)}.statement-frame{height:var(--position-grid-height);min-height:var(--position-grid-height);padding:calc(var(--position-grid) * 3) calc(var(--position-grid) * 2.5) calc(var(--position-grid) * 3) calc(var(--position-grid) * 3)}.positioning-copy h2{max-width:min(100%,16.5ch);font-size:clamp(3rem,5.8vw,4.55rem)}.statement-frame p{max-width:min(100%,40ch);margin-top:calc(var(--position-grid) * .55);font-size:clamp(1.32rem,2.35vw,1.65rem)}.frame-br{right:auto;bottom:auto}.hero-system{position:absolute;left:50%;right:auto;top:52%;width:min(118vw,900px);margin:0;transform:translate3d(-50%,-50%,0);opacity:.42}.figure-grid{grid-template-columns:1fr}.team-flow,.team-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.team-advisors-grid .team-card,.team-advisors-grid .team-card:nth-last-child(2){grid-column:auto}.footer-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.regulatory-stack{grid-template-columns:1fr}.regulatory-stack article{grid-template-columns:1fr;gap:10px}.about-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.about-columns article,.about-columns article:nth-child(2n),.about-columns article:nth-child(-n+2){border:1px solid rgba(78,137,171,.22)}.about-stat-grid{grid-template-columns:1fr}.about-stat-grid article{border:1px solid rgba(78,137,171,.2)}.about-stat-grid article:last-child{border:1px solid rgba(78,137,171,.2)}}@media(max-width:720px){:root{--section-title-size: clamp(2.75rem, 11vw, 4rem)}.site-header{align-items:center;min-height:116px;gap:16px;flex-wrap:nowrap;padding-block:22px}.brand{flex:1;min-width:0;align-self:center}.brand img{width:min(246px,68vw)}.team-page-hero{padding-top:clamp(64px,14vw,92px)}.team-directory-grid{grid-template-columns:1fr}.menu-toggle{display:inline-grid;place-items:center}nav{position:absolute;top:100%;left:0;right:0;width:auto;display:grid;grid-template-columns:1fr;gap:0;max-height:0;overflow:hidden;padding:0 var(--section-inline);border-top:0 solid rgba(7,24,39,.1);background:#efeae0f7;opacity:0;transition:max-height .3s var(--ease),opacity .24s var(--ease),border-top-width .24s var(--ease)}.site-header.is-menu-open nav{max-height:340px;border-top-width:1px;opacity:1}nav a{padding:14px 0;border-bottom:1px solid rgba(7,24,39,.08)}h1{font-size:clamp(3rem,14vw,4.8rem)}h2{font-size:clamp(2.35rem,11vw,4rem)}.positioning-section{--position-grid: clamp(38px, 6.1vw, 44px);--position-max-columns: 18;--position-min-columns: 9;padding:clamp(58px,10vw,80px) var(--page-pad) clamp(76px,14vw,104px)}.positioning-copy{width:min(100%,var(--position-grid-width))}.statement-frame{height:var(--position-grid-height);min-height:var(--position-grid-height);padding:calc(var(--position-grid) * 3.25) calc(var(--position-grid) * 1.5) calc(var(--position-grid) * 3.25) calc(var(--position-grid) * 1.5)}.positioning-copy h2{max-width:min(100%,12.8ch);font-size:clamp(2.9rem,8.2vw,4.15rem);line-height:.99}.statement-frame p{max-width:min(100%,29ch);margin-top:calc(var(--position-grid) * .25);padding-right:0;font-size:clamp(1.28rem,3.65vw,1.58rem);line-height:1.2}.frame-tl{left:0;top:0}.frame-br{right:auto;bottom:auto}.hero{min-height:calc(100vh - 84px);min-height:calc(100svh - 84px);display:flex;align-items:center}.hero-system{position:absolute;left:50%;right:auto;top:54%;width:min(170vw,760px);margin:0;transform:translate3d(-50%,-50%,0);opacity:.34}.proof-strip,.team-flow{grid-template-columns:1fr}.map-panel{min-height:280px}.map-labels text{font-size:8.7px;fill:#07182766}.map-labels .near-office{fill:#07182742}.map-labels .station-label{font-size:10px}.about-proof h2{white-space:normal}.about-columns{grid-template-columns:1fr}.about-columns article{min-height:auto;border:1px solid rgba(78,137,171,.22)}.about-columns article:last-child{border:1px solid rgba(78,137,171,.22)}.proof-strip span{border-right:0;border-bottom:1px solid rgba(7,24,39,.22)}.proof-strip span:last-child{border-bottom:0}.proof-motion{inset:26px}.figure-card{min-height:auto}.footer-bottom{align-items:center;flex-direction:column;justify-content:center;padding-block:12px}.footer-columns,.regulatory-stack,.regulatory-stack article{grid-template-columns:1fr}.footer-bottom a{position:static}.cookie-bar{align-items:stretch;flex-direction:column;gap:16px}.cookie-more{align-self:flex-start}.investor-actions{align-items:flex-start;flex-direction:column;gap:24px}.investor-notice{max-height:48vh}}@media(max-width:520px){.site-header{min-height:112px;padding-block:20px}.brand img{width:min(220px,60vw)}.positioning-section{--position-grid: clamp(36px, 10.9vw, 40px);--position-max-columns: 12;--position-min-columns: 8}.positioning-copy{width:min(100%,var(--position-grid-width))}.statement-frame{height:var(--position-grid-height);min-height:var(--position-grid-height);padding:calc(var(--position-grid) * 3.15) calc(var(--position-grid) * .65) calc(var(--position-grid) * 3.45) calc(var(--position-grid) * .65)}.positioning-copy h2{max-width:min(100%,12.4ch);font-size:clamp(2.45rem,9.6vw,3.1rem);line-height:.99}.statement-frame p{max-width:min(100%,24ch);margin-top:calc(var(--position-grid) * .25);padding-right:0;font-size:clamp(1.05rem,4.25vw,1.26rem);line-height:1.18}.frame-corner{opacity:.96}.frame-br{right:auto;bottom:auto}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.insights-page,.article-page{min-height:100vh;background:linear-gradient(rgba(7,24,39,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(7,24,39,.045) 1px,transparent 1px),var(--bone);background-size:var(--grid-unit) var(--grid-unit);color:var(--navy)}.article-page{--article-wide: min(var(--max), calc(100vw - (2 * var(--section-inline))));--article-reading: min(calc(var(--grid-unit) * 22), 100%);background-position:var(--section-inline) top}.insights-hero,.insights-section,.article-hero,.article-shell{padding-inline:var(--section-inline)}.insights-hero{display:grid;min-height:clamp(520px,58vh,680px);align-items:center;background:linear-gradient(rgba(239,234,224,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(239,234,224,.055) 1px,transparent 1px),var(--navy);background-size:var(--grid-unit) var(--grid-unit);padding-top:clamp(72px,8vw,112px);padding-bottom:clamp(72px,8vw,112px)}.insights-hero>div,.insights-section-heading,.article-hero{max-width:920px}.insights-hero h1{max-width:10ch;margin-top:12px;color:var(--cream)}.article-hero h1{max-width:10ch;margin-top:12px;color:var(--navy)}.insights-hero p:last-child,.insights-section-heading p,.article-hero>p,.article-hero-content>p{max-width:760px;margin-top:20px;color:var(--muted-on-light-strong);font-size:clamp(1.08rem,1.6vw,1.36rem);font-weight:700;line-height:1.32}.insights-hero p:last-child{color:var(--muted-on-dark-strong)}.insight-card-kicker,.demo-label,.article-back,.preset-card strong{color:var(--yellow);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.demo-label{display:inline-flex;width:fit-content;margin-bottom:18px;padding:8px 10px;background:#ffd4001a;color:var(--navy)}.insights-section{padding-top:clamp(54px,6vw,86px);padding-bottom:clamp(64px,7vw,104px)}.insights-section-heading h2{font-size:clamp(2.2rem,4.5vw,4.8rem)}.insights-grid,.preset-grid{display:grid;gap:clamp(18px,2vw,28px);margin-top:clamp(28px,4vw,52px)}.insights-grid,.preset-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.insight-card,.preset-card,.article-number-card,.article-links,.article-takeaways,.article-cta{position:relative;background:var(--navy);color:var(--cream);box-shadow:0 22px 54px #07182721}.insight-card{display:flex;min-height:390px;flex-direction:column;padding:clamp(24px,3vw,34px);cursor:pointer;text-decoration:none;transition:transform .24s var(--ease),box-shadow .24s var(--ease)}.insight-card:before,.preset-card:before,.article-number-card:before,.article-video:before,.article-cta:before{content:"";position:absolute;top:16px;left:16px;width:48px;height:48px;border-top:8px solid var(--yellow);border-left:8px solid var(--yellow);pointer-events:none}.insight-card:hover,.insight-card:focus-visible{transform:translateY(-4px);box-shadow:0 30px 70px #07182733;outline:3px solid var(--yellow);outline-offset:4px}.insight-card h2{margin-top:18px;color:var(--cream);font-size:clamp(1.55rem,2vw,2rem);line-height:1.05}.insight-card p{margin-top:18px;color:var(--muted-on-dark);font-weight:600;line-height:1.5}.article-meta{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:22px;color:inherit;font-size:.88rem;font-weight:800;opacity:.76}.insight-card-link{margin-top:auto;padding-top:30px;color:var(--yellow);font-weight:800}.blog-state{grid-column:1 / -1;width:100%;border-left:8px solid var(--yellow);background:#0718270f;padding:clamp(22px,3vw,34px)}.blog-state h2{color:var(--navy);font-size:clamp(1.5rem,2vw,2.2rem)}.blog-state p{max-width:720px;margin-top:10px;color:var(--muted-on-light-strong);font-weight:700;line-height:1.45}.blog-state-error{background:#ffd4001f}.preset-card{display:block;min-height:245px;padding:38px 24px 28px 34px;cursor:pointer;text-decoration:none;transition:transform .24s var(--ease),box-shadow .24s var(--ease)}.preset-card:hover,.preset-card:focus-visible{transform:translateY(-4px);box-shadow:0 30px 70px #07182733;outline:3px solid var(--yellow);outline-offset:4px}.preset-card strong{display:inline-block;margin-left:8px}.preset-card h3{margin-top:22px;color:var(--cream)}.preset-card p{margin-top:14px;color:var(--muted-on-dark);font-weight:600;line-height:1.45}.article-page-dark .article-hero{background:linear-gradient(rgba(239,234,224,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(239,234,224,.055) 1px,transparent 1px),var(--navy);background-size:var(--grid-unit) var(--grid-unit);background-position:var(--section-inline) top;color:var(--cream);max-width:none}.article-page-dark .article-hero h1,.article-page-dark .article-hero>p,.article-page-dark .article-hero-content>p{color:var(--cream)}.article-page-dark .demo-label{color:var(--cream)}.article-hero{position:relative;display:grid;min-height:clamp(560px,66vh,760px);align-items:center;isolation:isolate;overflow:hidden;max-width:none;width:100%;padding-top:clamp(70px,7vw,104px);padding-bottom:clamp(54px,6vw,86px)}.article-page-dark .article-hero{width:100%;margin-left:0}.article-back{display:inline-flex;margin-bottom:28px;color:currentColor}.article-hero .article-back,.article-hero .demo-label,.article-hero .insight-card-kicker,.article-hero h1,.article-hero>p,.article-hero-content>p,.article-hero .article-meta{max-width:min(1120px,calc(100vw - (2 * var(--section-inline))))}.article-hero .demo-label{margin-bottom:14px}.article-hero h1{font-size:clamp(2.45rem,3.65vw,4.15rem);line-height:1.04}.article-page-dark .article-hero h1{max-width:min(18.5ch,1120px)}.article-hero>p{font-size:clamp(1.05rem,1.45vw,1.28rem);line-height:1.42}.article-hero-content{position:relative;z-index:2;width:var(--article-wide);margin-inline:auto}.article-hero-content>p{font-size:clamp(1.05rem,1.45vw,1.28rem);line-height:1.42}.article-hero-media{position:absolute;z-index:0;inset:0;display:grid;place-items:center;background:var(--navy)}.article-hero-media img{width:100%;height:100%;object-fit:contain;object-position:center}.article-hero-mode-image-gradient .article-hero:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,#071827f5,#071827e0 46%,#0718279e);pointer-events:none}.article-shell{display:grid;gap:clamp(22px,3vw,34px);width:var(--article-wide);max-width:none;margin-inline:auto;padding-top:clamp(52px,6vw,84px);padding-bottom:clamp(74px,8vw,118px)}.article-component{position:relative;width:100%;justify-self:stretch}.article-image-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(18px,2vw,28px)}.article-image-panel,.article-full-image{margin:0}.article-image-placeholder,.article-video-frame{display:grid;min-height:260px;place-items:center;border:1px solid rgba(7,24,39,.12);background:linear-gradient(rgba(7,24,39,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(7,24,39,.05) 1px,transparent 1px),#efeae0e6;background-size:34px 34px;color:#07182794;font-weight:800;text-align:center}.article-image-media{position:relative;min-height:220px}.article-image-media>img{width:100%;height:100%;object-fit:cover}.article-media-error{display:grid;min-height:240px;place-items:center;padding:24px;color:var(--muted-on-dark-strong);font-weight:800}[data-article-root] [hidden]{display:none!important}.article-image-panel img,.article-full-image img{display:block;width:100%;min-height:260px;object-fit:contain;background:var(--navy);border:1px solid rgba(7,24,39,.12)}.article-full-image .article-image-placeholder,.article-full-image img{min-height:clamp(310px,42vw,540px)}.article-full-image-bleed{width:100vw!important;max-width:none!important;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.article-full-image-bleed img{min-height:clamp(420px,56vw,820px);border-inline:0}.article-full-image-bleed figcaption{width:var(--article-wide);margin-inline:auto}.article-image-panel figcaption,.article-full-image figcaption{margin-top:12px;color:var(--muted-on-light);font-size:.95rem;font-weight:700;line-height:1.45}.article-number-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2vw,24px)}.article-number-card{min-height:210px;padding:68px 28px 28px}.article-number-card strong{display:block;color:var(--yellow);font-family:var(--font-head);font-size:clamp(2.4rem,3.8vw,4.1rem);line-height:.95}.article-number-card span{display:block;max-width:18ch;margin-top:18px;color:var(--muted-on-dark-strong);font-weight:800;line-height:1.25}.article-text-section{max-width:none;padding-top:10px}.article-text-section p{max-width:1040px}.article-text-section h2,.article-links h2,.article-takeaways h2,.article-cta h2{font-size:clamp(1.7rem,2.35vw,2.65rem);line-height:1.08}.article-text-section p{margin-top:16px;color:var(--muted-on-light-strong);font-size:clamp(1.05rem,1.35vw,1.22rem);font-weight:500;line-height:1.58}.article-text-section p+p{margin-top:14px}.article-text-section blockquote{margin:24px 0 0;border-left:6px solid var(--yellow);padding:8px 0 8px 24px;color:var(--navy);font-size:clamp(1.12rem,1.5vw,1.34rem);font-weight:750;line-height:1.5}.article-text-section .article-source{color:var(--muted-on-light);font-size:.94rem}.article-text-section .article-full-image{margin:clamp(24px,3vw,38px) 0 clamp(18px,2vw,28px)}.article-references{border-top:1px solid rgba(7,24,39,.18);padding-top:clamp(28px,4vw,44px)}.article-references h2{font-size:clamp(1.7rem,2.35vw,2.65rem)}.article-references ol{max-width:1040px;margin:20px 0 0;padding-left:1.4rem}.article-references li{margin-top:10px;color:var(--muted-on-light-strong);font-size:.96rem;font-weight:500;line-height:1.5}.article-author{display:grid;grid-template-columns:minmax(190px,240px) minmax(0,1fr);min-height:250px;overflow:hidden;background:var(--navy);color:var(--cream);box-shadow:0 22px 54px #07182721}.article-author-media{position:relative;min-height:250px;background:var(--navy-2)}.article-author-media:after{content:"";position:absolute;top:20px;left:20px;width:48px;height:48px;border-top:8px solid var(--yellow);border-left:8px solid var(--yellow);pointer-events:none}.article-author-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 24%}.article-author-content{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"eyebrow cta" "name cta" "role cta";align-content:center;align-items:center;column-gap:clamp(28px,5vw,64px);padding:clamp(30px,4vw,46px)}.article-author-content>span{grid-area:eyebrow;margin-top:0;color:var(--yellow);font-size:.82rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.article-author h2{grid-area:name;margin-top:10px;color:var(--cream);font-size:clamp(2rem,3vw,3.2rem);line-height:1.04}.article-author-content p{grid-area:role;margin-top:8px;color:var(--muted-on-dark-strong);font-size:1.08rem;font-weight:650}.article-author .button{grid-area:cta;justify-self:end;margin-top:0}.article-takeaways,.article-cta{padding:clamp(28px,4vw,44px)}.article-links{padding:clamp(30px,4vw,42px)}.article-links div{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.article-links a{border:1px solid rgba(255,212,0,.42);padding:12px 14px;color:var(--yellow);font-weight:800}.article-links>p{margin-top:18px;line-height:1.55}.article-video{background:var(--navy);padding:clamp(20px,3vw,30px)}.article-video-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.article-video-heading h2{margin:0;color:var(--cream);font-size:clamp(1.4rem,2.4vw,2rem)}.article-video-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 16px;color:var(--muted-on-dark);font-size:.82rem;font-weight:750}.article-video-meta span+span:before{content:"";display:inline-block;width:4px;height:4px;margin:0 16px 2px 0;border-radius:50%;background:var(--yellow)}.article-video-frame{min-height:clamp(320px,45vw,560px);border-color:#efeae02e;background:linear-gradient(rgba(239,234,224,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(239,234,224,.06) 1px,transparent 1px),var(--navy-2);background-size:40px 40px;color:var(--yellow)}.article-video-frame iframe,.article-video-frame video{width:100%;height:100%;min-height:inherit;border:0}.article-video-frame video{display:block;background:#000;object-fit:contain}.article-video p,.article-takeaways p,.article-takeaways li,.article-cta p{color:var(--muted-on-dark-strong);font-weight:650;line-height:1.55}.article-video p{margin-top:16px}@media(max-width:640px){.article-video-heading{align-items:flex-start;flex-direction:column}.article-video-meta{justify-content:flex-start}}.article-takeaways ul{display:grid;gap:10px;margin:20px 0 0;padding-left:1.2em}.article-cta{display:flex;align-items:center;justify-content:space-between;gap:28px}.article-cta p{max-width:650px;margin-top:14px}.article-disclaimer{max-width:980px;color:var(--muted-on-light);font-size:.92rem;font-weight:700;line-height:1.5}.article-disclaimer p+p{margin-top:12px}.article-page .article-shell{display:block;width:var(--article-wide);max-width:none;padding-inline:0}.article-page .article-component{width:100%;max-width:none}.article-page .article-component+.article-component,.article-page .article-disclaimer{margin-top:clamp(22px,3vw,34px)}.article-page .article-text-section,.article-page .article-disclaimer{width:var(--article-reading);max-width:100%;margin-inline:auto}.article-page .article-text-section h2,.article-page .article-text-section p{max-width:none}.article-page .article-image-grid{grid-template-columns:1fr}.footer-top-link{appearance:none;border:0;background:transparent;color:var(--yellow);cursor:pointer;font:inherit;font-weight:800}.footer-top-link:hover,.footer-top-link:focus-visible{text-decoration:underline}app-root{display:block;min-height:100%}@media(max-width:980px){.insights-grid,.article-number-grid,.article-image-grid{grid-template-columns:1fr}.article-cta{align-items:flex-start;flex-direction:column}}@media(max-width:680px){.insights-hero h1,.article-hero h1{max-width:100%}.insight-card,.preset-card,.article-number-card,.article-links,.article-takeaways,.article-cta{box-shadow:none}.preset-grid{grid-template-columns:1fr;overflow-x:visible}.article-hero{min-height:620px}.article-hero-mode-image-gradient .article-hero:after{background:linear-gradient(180deg,#071827c2,#071827eb 56%,#071827fa)}.article-hero-media img{object-position:center top}.article-author{grid-template-columns:1fr}.article-author-media{min-height:0;aspect-ratio:4 / 3}.article-author-content{display:flex;align-items:flex-start;flex-direction:column;padding:34px 24px 30px}.article-author .button{align-self:flex-start;margin-top:24px}.article-author-media:after{width:40px;height:40px;border-width:7px}}
