*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;background:#0b0b0f;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}img{max-width:100%;display:block}.v1{--bg:#070b16;--bg-2:#0b1120;--surface:#0e1526;--surface-2:#121a2e;--border:#1c2740;--text:#9aa7c2;--text-dim:#6b7794;--text-h:#f2f5fc;--nav-bg:#070b16b8;--accent:#f2681f;--accent-2:#ff8a4c;--purple:#8b5cf6;--blue:#3b82f6;--grad-hero:linear-gradient(100deg, #ff8a4c 0%, #f2681f 30%, #8b5cf6 70%, #3b82f6 100%);--radius:16px;--radius-sm:10px;--maxw:1120px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:var(--bg);min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;background-image:radial-gradient(60% 50% at 75% 0,#8b5cf61f,#0000 60%),radial-gradient(50% 40% at 100% 5%,#f2681f1a,#0000 60%);background-repeat:no-repeat;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.6;transition:background-color .3s,color .3s}.v1[data-theme=light]{--bg:#f6f8fc;--bg-2:#eef2f9;--surface:#fff;--surface-2:#f1f4fa;--border:#e3e8f2;--text:#4a556b;--text-dim:#6b7794;--text-h:#0d1526;--nav-bg:#ffffffc7;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.v1 h1,.v1 h2,.v1 h3,.v1 h4{color:var(--text-h);font-weight:700;line-height:1.15}.v1 a{color:inherit;text-decoration:none}.v1 img{max-width:100%;display:block}.v1 .container{width:100%;max-width:var(--maxw);margin-inline:auto;padding:0 24px}.v1 main>section{margin-top:25px}.v1 main>section:first-child{margin-top:0}.v1 main>section,.v1 .footer{scroll-margin-top:84px}.v1 .eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--purple);margin-bottom:12px;font-size:12px;font-weight:700;display:inline-block}.v1 .eyebrow--accent{color:var(--accent-2)}.v1 .grad{background:var(--grad-hero);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.v1 .name-dot{color:var(--accent)}.v1 .card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s,transform .2s,box-shadow .2s}.v1 .card:hover{border-color:#2b3a5e;transform:translateY(-2px)}.v1 .link-accent{color:var(--accent);font-size:14px;font-weight:600}.v1 .link-accent:hover{color:var(--accent-2)}.v1 .section-head{margin-bottom:28px}.v1 .section-head__row{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px;display:flex}.v1 .section-head h2{font-size:clamp(24px,3vw,30px)}.v1 .section-head__aside{color:var(--purple);white-space:nowrap;font-size:14px;font-weight:600}.v1 .grid{gap:18px;display:grid}.v1 .grid--2{grid-template-columns:repeat(2,1fr)}.v1 .grid--3{grid-template-columns:repeat(3,1fr)}.v1 .grid--4{grid-template-columns:repeat(4,1fr)}.v1 .grid--5{grid-template-columns:repeat(5,1fr)}.v1 .grid--6{grid-template-columns:repeat(6,1fr)}.v1 .nav{z-index:50;background:var(--nav-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);position:sticky;top:0}.v1 .nav__inner{justify-content:space-between;align-items:center;height:66px;display:flex}.v1 .brand{align-items:center;gap:10px;display:flex}.v1 .brand__mark{color:var(--accent);letter-spacing:.02em;font-size:18px;font-weight:800}.v1 .brand__name{color:var(--text-h);font-size:15px;font-weight:600}.v1 .nav__links{gap:26px;display:flex}.v1 .nav__links a{color:var(--text);font-size:14px}.v1 .nav__links a:hover{color:var(--text-h)}.v1 .nav__toggle{border:1px solid var(--border);background:var(--surface);width:34px;height:34px;color:var(--text-h);cursor:pointer;border-radius:50%;place-items:center;display:grid}.v1 .hero{grid-template-columns:1.55fr .8fr;align-items:center;gap:40px;padding-top:72px;padding-bottom:24px;display:grid}.v1 .hero h1{letter-spacing:-.02em;font-size:clamp(44px,6vw,74px);font-weight:800}.v1 .hero__headline{color:var(--text-h);margin:18px 0 16px;font-size:clamp(22px,2.6vw,30px);font-weight:700;line-height:1.25}.v1 .hero__role{letter-spacing:.14em;text-transform:uppercase;color:var(--purple);margin:14px 0 16px;font-size:15px;font-weight:700}.v1 .hero__summary{max-width:460px;color:var(--text)}.v1 .hero__bio{max-width:640px;margin-top:4px}.v1 .hero__bio p{color:var(--text);margin-bottom:10px;font-size:15px;line-height:1.65}.v1 .hero__bio p:last-child{margin-bottom:0}.v1 .hero+.stats{margin-top:10px}.v1 .hero__ctas{flex-wrap:nowrap;gap:10px;margin-top:28px;display:flex}.v1 .btn{white-space:nowrap;border-radius:var(--radius-sm);cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text-h);align-items:center;gap:7px;padding:10px 14px;font-size:13.5px;font-weight:600;transition:transform .15s,background .2s,border-color .2s;display:inline-flex}.v1 .btn:hover{border-color:#2b3a5e;transform:translateY(-1px)}.v1 .btn--primary{background:var(--accent);border-color:var(--accent);color:#fff}.v1 .btn--primary:hover{background:var(--accent-2)}.v1 .btn--wip{opacity:.55}.v1 .btn--wip:hover{opacity:.7;transform:none}.v1 .hero__toast{z-index:200;background:var(--surface-2);max-width:90vw;color:var(--text-h);border:1px solid var(--border);text-align:center;border-radius:12px;padding:12px 20px;font-size:14px;font-weight:500;animation:.2s v1-toast-in;position:fixed;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000059}@keyframes v1-toast-in{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.v1 .hero__media{justify-content:center;align-self:center;align-items:center;display:flex;position:relative}.v1 .hero__media img{object-fit:contain;z-index:2;filter:drop-shadow(0 12px 26px #00000073);width:100%;max-width:270px;height:auto;position:relative;-webkit-mask-image:linear-gradient(#000 0% 78%,#0000 100%);mask-image:linear-gradient(#000 0% 78%,#0000 100%)}.v1 .hero__glow{z-index:1;filter:blur(34px);background:radial-gradient(closest-side,#f2681f57,#8b5cf633 52%,#0000 78%);border-radius:50%;width:74%;height:60%;margin:0 auto;position:absolute;inset:4% 0 auto}.v1[data-theme=light] .hero__media img{filter:drop-shadow(0 10px 20px #3c466e24)}.v1[data-theme=light] .hero__glow{opacity:.5}.v1 .about{flex-direction:column;gap:30px;display:flex}.v1 .about__bio{max-width:780px}.v1 .about__bio p{color:var(--text);margin-bottom:14px;font-size:16.5px;line-height:1.75}.v1 .about__bio p:last-child{margin-bottom:0}.v1 .stats{grid-template-columns:repeat(5,1fr);gap:8px;padding:26px 30px;display:grid}.v1 .stat{border-right:1px solid var(--border);align-items:flex-start;gap:14px;padding:0 14px;display:flex}.v1 .stat:last-child{border-right:none}.v1 .stat__icon{color:var(--accent);flex-shrink:0;margin-top:2px}.v1 .stat__value{color:var(--text-h);font-size:22px;font-weight:800;line-height:1.2}.v1 .stat__label{color:var(--text-dim);font-size:12.5px}.v1 .stat__sub{color:var(--text-dim);white-space:pre-line;margin-top:4px;font-size:11px}.v1 .feature{padding:24px}.v1 .feature__icon{color:var(--accent);margin-bottom:14px}.v1 .feature h3{margin-bottom:8px;font-size:17px}.v1 .feature p{color:var(--text-dim);font-size:14px}.v1 .project{flex-direction:column;padding:24px;display:flex}.v1 .project__head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.v1 .project__icon{width:44px;height:44px;color:var(--accent);background:var(--surface-2);border:1px solid var(--border);border-radius:11px;place-items:center;display:grid}.v1 .project__industry{color:var(--text-dim);font-size:12px}.v1 .project h3{margin-bottom:10px;font-size:18px;line-height:1.3}.v1 .project p{color:var(--text-dim);margin-bottom:18px;font-size:14px;line-height:1.6}.v1 .project__stats{gap:10px;margin-bottom:18px;display:flex}.v1 .project__stat{background:var(--surface-2);border:1px solid var(--border);border-radius:10px;flex:1;padding:10px 12px}.v1 .project__stat-value{color:var(--accent);font-size:20px;font-weight:800;line-height:1}.v1 .project__stat-label{color:var(--text-dim);margin-top:4px;font-size:11.5px}.v1 .tags{flex-wrap:wrap;gap:6px;margin-top:auto;display:flex}.v1 .tag{background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:6px;padding:4px 10px;font-size:11.5px}.v1 .project--clickable{cursor:pointer}.v1 .project--clickable:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.v1 .project__more{color:var(--accent);margin-top:14px;font-size:13px;font-weight:600}.v1 .modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#04070eb8;justify-content:center;align-items:flex-start;padding:40px 16px;animation:.18s v1-fade;display:flex;position:fixed;inset:0;overflow-y:auto}.v1 .modal{background:var(--surface);border:1px solid var(--border);border-radius:16px;width:100%;max-width:640px;animation:.22s v1-modal-in}.v1 .modal__head{border-bottom:1px solid var(--border);z-index:1;background:var(--surface);border-radius:16px 16px 0 0;justify-content:space-between;align-items:flex-start;gap:14px;padding:20px 22px;display:flex;position:sticky;top:0}.v1 .modal__head-left{gap:14px;display:flex}.v1 .modal__industry{color:var(--text-dim);font-size:12px}.v1 .modal__title{margin-top:2px;font-size:19px;line-height:1.3}.v1 .modal__close{border:1px solid var(--border);width:32px;height:32px;color:var(--text-dim);cursor:pointer;background:0 0;border-radius:8px;flex-shrink:0;place-items:center;display:grid}.v1 .modal__close:hover{color:var(--text-h);border-color:#2b3a5e}.v1 .modal__body{flex-direction:column;gap:16px;padding:20px 22px;display:flex}.v1 .modal__panel{background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:14px 16px}.v1 .modal__panel p{color:var(--text-dim);margin:0;font-size:13.5px;line-height:1.6}.v1 .modal__panel p+p{margin-top:12px}.v1 .modal__label{color:var(--accent);margin-bottom:8px;font-size:13px;font-weight:600}.v1 .modal__sublabel{color:var(--purple);margin:12px 0 4px;font-size:12.5px}.v1 .modal__cm strong{color:var(--text-h);font-weight:600}.v1 .modal__medallion{flex-direction:column;gap:5px;margin:0;padding:0;list-style:none;display:flex}.v1 .modal__medallion li{color:var(--text-dim);font-size:13px;line-height:1.5}.v1 .modal__medallion strong{color:var(--text-h);font-weight:600}.v1 .modal__medallion .dot{border-radius:50%;width:8px;height:8px;margin-right:8px;display:inline-block}.v1 .dot--bronze{background:#cd8b52}.v1 .dot--silver{background:#b8c0cc}.v1 .dot--gold{background:#e8b23e}.v1 .modal__cols{grid-template-columns:1fr 1fr;gap:16px;display:grid}.v1 .modal__stat{color:var(--accent);font-size:24px;font-weight:800;line-height:1}.v1 .modal__stat-label{color:var(--text-dim);margin:4px 0 10px;font-size:12.5px}.v1 .modal__panel--accent{background:#f2681f14;border-color:#f2681f40}.v1 .modal__pillars{grid-template-columns:1fr 1fr;gap:8px 16px;margin:12px 0;display:grid}.v1 .modal__pillar{color:var(--text-h);padding-left:16px;font-size:13px;line-height:1.4;position:relative}.v1 .modal__pillar:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;top:6px;left:0}.v1 .modal__scale{border-top:1px solid var(--border);color:var(--text-dim);padding-top:10px;font-size:12px}.v1 .modal__unlocks{flex-direction:column;gap:7px;margin:10px 0 0;padding:0;list-style:none;display:flex}.v1 .modal__unlocks li{color:var(--text-h);padding-left:18px;font-size:13.5px;line-height:1.5;position:relative}.v1 .modal__unlocks li:before{content:"▸";color:var(--accent);position:absolute;left:0}@media (width<=560px){.v1 .modal__pillars{grid-template-columns:1fr}}@keyframes v1-fade{0%{opacity:0}to{opacity:1}}@keyframes v1-modal-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=560px){.v1 .modal__cols{grid-template-columns:1fr}}.v1 .project--soon{text-align:center;opacity:.7;cursor:default;border-style:dashed;justify-content:center;align-items:center;gap:8px}.v1 .project--soon p{color:var(--text-h);margin:0;font-size:16px;font-weight:600}.v1 .project--soon span{color:var(--text-dim);max-width:320px;font-size:14px}.v1 .placeholder{text-align:center;opacity:.75;border-style:dashed;flex-direction:column;align-items:center;gap:8px;padding:52px 24px;display:flex}.v1 .placeholder__icon{color:var(--text-dim);margin-bottom:4px}.v1 .placeholder p{color:var(--text-h);margin:0;font-size:16px;font-weight:600}.v1 .placeholder span{color:var(--text-dim);max-width:440px;font-size:14px}.v1 .cert{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:20px 16px;display:flex}.v1 .cert__badge{width:62px;height:62px;color:var(--accent);border:1px solid var(--border);background:radial-gradient(circle,#f2681f29,#0000 70%);border-radius:50%;place-items:center;margin-bottom:6px;display:grid}.v1 .cert__badge:has(img){background:0 0;border:none}.v1 .cert__badge img{object-fit:contain;width:62px;height:62px}.v1 .cert h4{font-size:13px;line-height:1.3}.v1 .cert__issuer{color:var(--purple);font-size:11px;font-weight:600}.v1 .cert__wallet{white-space:nowrap;align-items:center;gap:6px;margin-top:4px;display:inline-flex}.v1 .cert__wallet svg{flex-shrink:0}.v1 .speak{flex-direction:column;align-items:flex-start;gap:8px;padding:22px;display:flex}.v1 .speak__icon{color:var(--accent)}.v1 .speak h3{font-size:16px}.v1 .speak p{color:var(--text-dim);font-size:13.5px}.v1 .speak__meta{color:var(--text-dim);margin-top:auto;font-size:12px}.v1 .timeline{padding-left:24px;position:relative}.v1 .timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:6px;bottom:6px;left:5px}.v1 .timeline__item{grid-template-columns:190px 1fr;align-items:start;gap:20px;margin-bottom:18px;display:grid;position:relative}.v1 .timeline__dot{background:var(--accent);border-radius:50%;width:12px;height:12px;position:absolute;top:6px;left:-24px;box-shadow:0 0 0 4px #f2681f26}.v1 .timeline__period{color:var(--text-dim);padding-top:4px;font-size:13px}.v1 .timeline__body{padding:18px 22px}.v1 .timeline__role{flex-direction:column;margin-bottom:6px;display:flex}.v1 .timeline__role strong{color:var(--text-h);font-size:16px}.v1 .timeline__body p{color:var(--text-dim);font-size:14px}.v1 .timeline__more{grid-template-rows:0fr;transition:grid-template-rows .32s;display:grid}.v1 .timeline__more[data-open=true]{grid-template-rows:1fr}.v1 .timeline__more-inner{overflow:hidden}.v1 .timeline__duties{border-top:1px solid var(--border);flex-direction:column;gap:10px;margin:14px 0 2px;padding:14px 0 0;list-style:none;display:flex}.v1 .timeline__duties li{color:var(--text-dim);padding-left:18px;font-size:13.5px;line-height:1.5;position:relative}.v1 .timeline__duties li:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:0}.v1 .timeline__toggle{cursor:pointer;color:var(--accent);background:0 0;border:none;align-items:center;gap:5px;margin-top:12px;padding:0;font-size:13px;font-weight:600;display:inline-flex}.v1 .timeline__toggle:hover{color:var(--accent-2)}.v1 .timeline__toggle svg{transition:transform .28s}.v1 .timeline__toggle svg.is-open{transform:rotate(180deg)}.v1 .stack{grid-template-columns:repeat(12,1fr);gap:12px;display:grid}.v1 .stack__item{color:var(--text);text-align:center;flex-direction:column;align-items:center;gap:8px;padding:16px 8px;font-size:12px;display:flex}.v1 .stack__glyph{width:36px;height:36px;color:var(--accent);background:var(--surface-2);border:1px solid var(--border);border-radius:9px;place-items:center;font-weight:800;display:grid}.v1 .stack__glyph--img{background:#fff}.v1 .stack__glyph img{object-fit:contain;width:24px;height:24px}.v1 .footer{border-top:1px solid var(--border);background:linear-gradient(120deg,#8b5cf624,#f2681f1a);margin-top:100px;padding:56px 0 24px}.v1 .footer__inner{grid-template-columns:1.3fr 1fr;gap:40px;display:grid}.v1 .footer__heading{margin:6px 0 14px;font-size:clamp(24px,3vw,32px)}.v1 .footer__blurb{color:var(--text);max-width:440px}.v1 .footer__contacts{flex-direction:column;gap:18px;display:flex}.v1 .footer__contacts>div{color:var(--accent);gap:12px;display:flex}.v1 .footer__contacts span{color:var(--text-dim);font-size:12px;display:block}.v1 .footer__contacts a{color:var(--text-h);font-size:14px}.v1 .dot-online{color:#34d399;font-size:12px}.v1 .footer__copy{border-top:1px solid var(--border);color:var(--text-dim);text-align:center;margin-top:40px;padding-top:20px;font-size:13px}@media (width<=960px){.v1 .grid--2{grid-template-columns:1fr}.v1 .grid--3,.v1 .grid--4,.v1 .grid--5,.v1 .grid--6{grid-template-columns:repeat(2,1fr)}.v1 .hero{text-align:center;grid-template-columns:1fr}.v1 .hero__bio{margin-inline:auto}.v1 .hero__ctas{flex-wrap:wrap;justify-content:center}.v1 .hero__media{order:-1;min-height:0}.v1 .stats{grid-template-columns:repeat(2,1fr)}.v1 .stat{border-right:none}.v1 .nav__links{display:none}.v1 .stack{grid-template-columns:repeat(4,1fr)}.v1 .footer__inner{grid-template-columns:1fr}.v1 .timeline__item{grid-template-columns:1fr;gap:6px}}@media (width<=560px){.v1 .grid--3,.v1 .grid--4,.v1 .grid--5,.v1 .grid--6,.v1 .stats,.v1 .stack{grid-template-columns:1fr 1fr}.v1 .hero__media img{max-width:280px}}
