@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600&family=DM+Mono:wght@400;500&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--purple:#4f46e5;--purple-light:#eef2ff;--purple-mid:#818cf8;--orange:#ea580c;--orange-light:#fff7ed;--orange-mid:#fb923c;--ink:#0f0e17;--ink-muted:#3d3d4e;--ink-faint:#8888a0;--surface:#f8f8fa;--surface-2:#f0f0f4;--border:#0f0e1717;--border-strong:#0f0e172e;--serif:"Cormorant Garamond", Georgia, serif;--sans:"DM Sans", system-ui, sans-serif;--mono:"DM Mono", monospace}html{scroll-behavior:smooth}body{font-family:var(--sans);color:var(--ink);-webkit-font-smoothing:antialiased;background:#fff;min-width:320px;line-height:1.6;overflow-x:hidden}button,a{font:inherit;color:inherit;cursor:pointer;text-decoration:none}button{background:0 0;border:none;padding:0}img{max-width:100%;display:block}h1{font-family:var(--serif);color:var(--ink);letter-spacing:-.01em;margin-bottom:1.5rem;font-size:clamp(3.2rem,6vw,5.8rem);font-weight:500;line-height:1.05}h2{font-family:var(--serif);color:var(--ink);letter-spacing:-.01em;margin-bottom:1.2rem;font-size:clamp(2.4rem,4vw,4rem);font-weight:500;line-height:1.08}h3{font-family:var(--sans);color:var(--ink);margin-bottom:.6rem;font-size:clamp(1rem,1.4vw,1.2rem);font-weight:600;line-height:1.25}h1 em,h2 em{color:var(--purple);font-style:italic;font-weight:400}p{color:var(--ink-muted);margin-bottom:1rem;font-size:1rem;font-weight:400;line-height:1.78}p:last-child{margin-bottom:0}.lead{color:#1e1e2e;max-width:560px;margin-bottom:1.5rem;font-size:clamp(1.1rem,1.8vw,1.35rem);font-weight:400;line-height:1.65}.site-header{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:.5px solid var(--border);background:#fffffff0;justify-content:space-between;align-items:center;gap:2rem;height:6rem;padding:0 clamp(1.5rem,4vw,5rem);display:flex;position:sticky;top:0}.brand-btn{align-items:center;gap:1rem;display:flex}.brand-btn img{object-fit:contain;border-radius:10px;width:3.6rem;height:3.6rem}.brand-btn span{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink);font-size:.85rem;font-weight:500}nav{align-items:center;gap:clamp(1rem,2.5vw,2rem);display:flex}nav button{color:var(--ink-muted);border-bottom:2px solid #0000;padding-bottom:2px;font-size:.92rem;font-weight:500;transition:color .15s,border-color .15s}nav button:hover,nav button.active{color:var(--ink);border-color:var(--ink)}.nav-cta{border-radius:6px;background:var(--ink)!important;color:#fff!important;border-bottom:none!important;padding:10px 22px!important;font-size:.88rem!important;transition:background .15s!important}.nav-cta:hover{background:var(--purple)!important}.eyebrow{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--orange);align-items:center;gap:10px;margin-bottom:1.5rem;font-size:.7rem;font-weight:500;display:flex}.eyebrow-line{background:currentColor;flex-shrink:0;width:32px;height:1.5px;display:block}.section-eyebrow{align-items:center;gap:10px;margin-bottom:1.1rem;display:flex}.section-eyebrow span:last-child{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--purple);font-size:.68rem;font-weight:500}.section-eyebrow .eyebrow-line{background:var(--purple)}.section{max-width:1200px;margin:0 auto;padding:7rem clamp(1.5rem,4vw,5rem)}.section-header{margin-bottom:4rem}.section-sub{color:var(--ink-muted);max-width:580px;margin-top:1.1rem;margin-bottom:0;font-size:1.05rem;font-weight:400;line-height:1.78}.btn-primary{background:var(--ink);color:#fff;border-radius:6px;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:background .15s;display:inline-flex}.btn-primary:hover{background:var(--purple)}.btn-ghost{border:1.5px solid var(--border-strong);color:var(--ink);border-radius:6px;align-items:center;padding:14px 28px;font-size:.95rem;font-weight:500;transition:border-color .15s,color .15s;display:inline-flex}.btn-ghost:hover{border-color:var(--purple);color:var(--purple)}.btn-ghost-sm{border:1px solid var(--border-strong);color:var(--ink);border-radius:5px;align-items:center;padding:9px 18px;font-size:.88rem;font-weight:500;transition:border-color .15s,color .15s;display:inline-flex}.btn-ghost-sm:hover{border-color:var(--purple);color:var(--purple)}.tag-row{flex-wrap:wrap;gap:7px;margin-top:1.1rem;display:flex}.tag{font-size:.72rem;font-family:var(--mono);letter-spacing:.04em;border:1px solid var(--border-strong);color:var(--ink-faint);background:var(--surface);border-radius:99px;padding:5px 12px;font-weight:500}.tag.purple{color:var(--purple);background:var(--purple-light);border-color:#4f46e54d}.tag.orange{color:var(--orange);background:var(--orange-light);border-color:#ea580c4d}.tag.neutral{border-color:var(--border-strong);color:var(--ink-muted);background:var(--surface-2)}.hero-section{grid-template-columns:1fr 420px;align-items:center;gap:5rem;max-width:1200px;margin:0 auto;padding:8rem clamp(1.5rem,4vw,5rem) 6rem;display:grid}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:2.5rem;display:flex}.hero-stats-panel{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:2.25rem}.panel-label{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ink-faint);border-bottom:.5px solid var(--border);padding-bottom:1.25rem;font-size:.68rem;font-weight:500;margin-bottom:0!important}.stat-row{border-bottom:.5px solid var(--border);padding:1.4rem 0}.stat-row.last{border-bottom:none;padding-bottom:0}.stat-num{font-family:var(--serif);color:var(--ink);margin-bottom:5px;font-size:3.2rem;font-weight:500;line-height:1}.stat-num span{color:var(--orange)}.stat-desc{color:var(--ink-muted);font-size:.85rem;font-weight:400;line-height:1.55;margin-bottom:0!important}.cred-bar{border-top:.5px solid var(--border);border-bottom:.5px solid var(--border);background:var(--surface);padding:1.35rem clamp(1.5rem,4vw,5rem)}.cred-inner{flex-wrap:wrap;align-items:center;gap:28px;max-width:1200px;margin:0 auto;display:flex}.cred-item{white-space:nowrap;align-items:center;gap:8px;display:flex}.cred-dot{background:var(--orange);border-radius:50%;flex-shrink:0;width:5px;height:5px}.cred-text{color:var(--ink-muted);font-size:.84rem;font-weight:400}.cred-text strong{color:var(--ink);font-weight:600}.cred-div{background:var(--border-strong);flex-shrink:0;width:.5px;height:16px}.carousel-section{border-bottom:.5px solid var(--border);grid-template-columns:1.4fr 1fr;min-height:560px;display:grid}.carousel-stage{background:#0a0a12;position:relative;overflow:hidden}.carousel-figure{opacity:0;margin:0;transition:opacity .9s,transform 4.8s;position:absolute;inset:0;transform:scale(1.04)}.carousel-figure.active{opacity:1;transform:scale(1)}.carousel-figure:after{content:"";background:linear-gradient(#0000 35%,#000c),linear-gradient(90deg,#00000040,#0000 55%);position:absolute;inset:0}.carousel-figure img{object-fit:cover;width:100%;height:100%;display:block}.carousel-figure figcaption{z-index:1;position:absolute;bottom:2.5rem;left:2.5rem;right:2.5rem}.carousel-figure figcaption span{font-family:var(--serif);color:#fff;margin-bottom:.7rem;font-size:clamp(2.2rem,4vw,3.6rem);font-weight:500;line-height:1.08;display:block}.carousel-figure figcaption p{color:#ffffffc7;max-width:400px;margin-bottom:0;font-size:1rem;font-weight:400}.carousel-nav{background:var(--surface);flex-direction:column;justify-content:space-between;padding:3.5rem 3rem;display:flex}.carousel-copy h2{margin-bottom:1.1rem;font-size:clamp(1.8rem,2.8vw,2.6rem)}.carousel-copy p{color:var(--ink-muted);font-size:1rem;line-height:1.78}.eyebrow-sm{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--purple);margin-bottom:1.1rem;font-size:.68rem;font-weight:500;display:block}.carousel-dots{border-top:.5px solid var(--border);flex-direction:column;gap:0;padding-top:1.75rem;display:flex}.carousel-dot-btn{border-bottom:.5px solid var(--border);text-align:left;background:0 0;align-items:center;gap:12px;padding:11px 0;transition:color .15s;display:flex}.carousel-dot-btn:last-child{border-bottom:none}.carousel-dot-btn:before{content:"";background:var(--border-strong);border-radius:50%;flex-shrink:0;width:7px;height:7px;transition:background .2s;display:block}.carousel-dot-btn.active:before{background:var(--purple)}.dot-label{color:var(--ink-muted);font-size:.9rem;font-weight:500;transition:color .15s}.carousel-dot-btn.active .dot-label{color:var(--ink)}.thesis-grid{background:var(--border);border:1px solid var(--border);border-radius:18px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.thesis-card{background:#fff;padding:2.5rem 2.25rem;transition:background .2s}.thesis-card:hover{background:var(--surface)}.thesis-num{font-family:var(--mono);letter-spacing:.12em;color:var(--ink-faint);margin-bottom:1.4rem;font-size:.7rem;font-weight:500}.thesis-icon{border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1.4rem;font-size:1.3rem;display:flex}.thesis-icon.purple{background:var(--purple-light)}.thesis-icon.orange{background:var(--orange-light)}.thesis-icon.dark{background:var(--surface-2)}.thesis-card h3{color:var(--ink);margin-bottom:.7rem;font-size:1.05rem}.thesis-card p{color:var(--ink-muted);margin-bottom:0;font-size:.92rem;line-height:1.7}.stats-band{border-top:.5px solid var(--border);border-bottom:.5px solid var(--border);background:var(--ink);display:flex}.stats-item{text-align:center;border-right:.5px solid #ffffff14;flex:1;padding:2.75rem 2rem}.stats-item:last-child{border-right:none}.stats-num{font-family:var(--serif);color:#fff;margin-bottom:7px;font-size:clamp(1.8rem,2.8vw,2.8rem);font-weight:500}.stats-label{color:#ffffff80;font-size:.82rem;font-family:var(--mono);letter-spacing:.04em;font-weight:400}.focus-grid{background:var(--border);border:1px solid var(--border);border-radius:18px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.focus-card{background:#fff;padding:2.25rem 2rem;transition:background .2s}.focus-card:hover{background:var(--surface)}.focus-icon{margin-bottom:1rem;font-size:1.8rem}.focus-card h3{color:var(--ink);margin-bottom:.5rem;font-size:1rem}.focus-card p{color:var(--ink-muted);margin-bottom:0;font-size:.88rem;line-height:1.65}.phases-section{background:var(--surface);border-top:.5px solid var(--border);border-bottom:.5px solid var(--border)}.phases-grid{background:var(--border);border:1px solid var(--border);border-radius:18px;grid-template-columns:repeat(2,1fr);gap:1px;display:grid;overflow:hidden}.phase-card{background:#fff;padding:2.5rem 2.25rem;transition:background .2s}.phase-card:hover{background:var(--surface)}.phase-header{margin-bottom:1.1rem}.phase-badge{font-family:var(--mono);letter-spacing:.1em;border-radius:5px;padding:6px 12px;font-size:.7rem;font-weight:500}.phase-badge.purple{background:var(--purple-light);color:var(--purple)}.phase-badge.orange{background:var(--orange-light);color:var(--orange)}.phase-badge.neutral{background:var(--surface-2);color:var(--ink-muted)}.phase-card h3{color:var(--ink);margin-bottom:.8rem;font-size:1.15rem}.phase-card p{color:var(--ink-muted);margin-bottom:0;font-size:.92rem;line-height:1.7}.phase-divider{background:var(--border);height:.5px;margin:1.4rem 0}.focus-label{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ink-faint);font-size:.68rem;font-weight:500;margin-bottom:.7rem!important}.approach-section{grid-template-columns:1fr 1fr;align-items:start;gap:5.5rem;display:grid}.approach-left blockquote{font-family:var(--serif);color:var(--ink);border-left:2.5px solid var(--purple);border-radius:0;margin:2.25rem 0;padding-left:1.75rem;font-size:1.35rem;font-style:italic;font-weight:400;line-height:1.55}.instruments-label{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ink-faint);font-size:.68rem;font-weight:500;margin-bottom:1rem!important}.instruments-list{border:1px solid var(--border);border-radius:14px;overflow:hidden}.instrument-row{border-bottom:.5px solid var(--border);background:#fff;align-items:center;gap:14px;padding:15px 20px;transition:background .15s;display:flex}.instrument-row:last-child{border-bottom:none}.instrument-row:hover{background:var(--surface)}.instrument-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.instrument-dot.primary{background:var(--purple)}.instrument-dot.secondary{background:var(--orange)}.instrument-dot.tertiary{background:var(--ink-faint)}.instrument-name{color:var(--ink);flex:1;font-size:.92rem;font-weight:600}.instrument-desc{color:var(--ink-faint);text-align:right;font-size:.8rem;font-family:var(--mono)}.capital-section{background:var(--surface);border-top:.5px solid var(--border);border-bottom:.5px solid var(--border)}.capital-inner{grid-template-columns:1fr 1.3fr;align-items:center;gap:5.5rem;max-width:1200px;margin:0 auto;padding:7rem clamp(1.5rem,4vw,5rem);display:grid}.capital-copy h2{font-size:clamp(2rem,3.5vw,3.2rem)}.chart-wrap{border:1px solid var(--border);background:#fff;border-radius:14px;padding:2rem;overflow:hidden}.chart-wrap svg{width:100%;height:auto}.chart-legend{grid-template-columns:1fr 1fr;gap:10px;margin-top:1.75rem;display:grid}.legend-item{color:var(--ink-muted);align-items:center;gap:9px;font-size:.8rem;font-weight:400;display:flex}.legend-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.founder-section{border-top:.5px solid var(--border);border-bottom:.5px solid var(--border);grid-template-columns:360px 1fr;gap:0;display:grid}.founder-image{background:#1a1a2e;min-height:28rem;max-height:32rem;overflow:hidden}.founder-image img{object-fit:cover;object-position:center 20%;filter:grayscale()contrast(1.05);width:100%;height:100%}.founder-copy{padding:5.5rem clamp(2rem,4vw,5.5rem)}.founder-title{color:var(--ink);margin-bottom:1.5rem;font-size:1.05rem;font-weight:600}.founder-credentials{border:1px solid var(--border);border-radius:14px;flex-direction:column;margin:2.25rem 0;display:flex;overflow:hidden}.cred-row{border-bottom:.5px solid var(--border);background:#fff;align-items:flex-start;gap:14px;padding:14px 20px;display:flex}.cred-tag{font-size:.8rem;font-weight:600;font-family:var(--mono);color:var(--ink);flex-shrink:0;min-width:160px;line-height:1.5}.cred-rest{color:var(--ink-muted);font-size:.85rem;font-weight:400;line-height:1.55}.founder-links{flex-wrap:wrap;gap:10px;margin-top:.5rem;display:flex}.ecosystem-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.eco-card{border:1px solid var(--border);background:#fff;border-radius:18px;flex-direction:column;padding:2.5rem 2.25rem;transition:border-color .2s,box-shadow .2s;display:flex}.eco-card:hover{border-color:var(--border-strong)}.eco-card.primary-eco{background:var(--purple-light);border-color:#4f46e54d}.eco-logo-wrap{background:var(--surface-2);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;margin-bottom:1.4rem;display:flex;overflow:hidden}.eco-logo-wrap.dark{background:#111}.eco-logo{object-fit:contain;width:100%;height:100%}.eco-fenix-mark{color:#fff;font-size:2.2rem;font-family:var(--serif);font-weight:500}.eco-badge{font-family:var(--mono);letter-spacing:.08em;border-radius:5px;margin-bottom:.85rem;padding:5px 11px;font-size:.68rem;font-weight:500;display:inline-block}.eco-badge.current{background:var(--purple);color:#fff}.eco-badge.partner{background:var(--surface-2);color:var(--ink-muted);border:.5px solid var(--border-strong)}.eco-card h3{color:var(--ink);margin-bottom:.25rem;font-size:1.3rem}.eco-url{font-family:var(--mono);color:var(--ink-faint);font-size:.75rem;font-weight:400;margin-bottom:1rem!important}.eco-card>p{color:var(--ink-muted);margin-bottom:1rem;font-size:.9rem;line-height:1.7}.eco-link{color:var(--purple);border-top:.5px solid var(--border);align-items:center;width:100%;margin-top:auto;padding-top:1rem;font-size:.9rem;font-weight:600;transition:color .15s;display:inline-flex}.eco-link:hover{color:var(--orange)}.structure-grid{grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:3.5rem;display:grid}.struct-card{border:1px solid var(--border);background:#fff;border-radius:14px;padding:2.25rem 2rem;position:relative;overflow:hidden}.struct-card:before{content:"";height:3px;position:absolute;top:0;left:0;right:0}.struct-card.purple-top:before{background:var(--purple)}.struct-card.orange-top:before{background:var(--orange)}.struct-card.gray-top:before{background:var(--ink-faint)}.struct-logo{background:var(--surface-2);border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.4rem;display:flex;overflow:hidden}.struct-logo img{object-fit:contain;width:100%;height:100%}.struct-logo.dark-bg{background:#111!important}.urano-badge{font-family:var(--serif);color:var(--purple);background:var(--purple-light);font-size:1.5rem;font-weight:500}.urano-logo-badge{background:#fff;border:1px solid #0f0e171f;border-radius:14px;width:92px;height:92px;box-shadow:0 10px 28px #0f0e1714}.urano-logo-badge img{object-fit:cover;width:100%;height:100%}.struct-entity{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ink-faint);font-size:.68rem;font-weight:500;margin-bottom:7px!important}.struct-card h3{color:var(--ink);margin-bottom:.65rem;font-size:1.15rem}.struct-card p{color:var(--ink-muted);margin-bottom:0;font-size:.88rem;line-height:1.65}.presence-list{flex-wrap:wrap;gap:10px;margin-top:1.1rem;display:flex}.presence-pill{border:1px solid var(--border);color:var(--ink-muted);background:#fff;border-radius:99px;align-items:center;gap:8px;padding:10px 18px;font-size:.85rem;font-weight:400;display:flex}.presence-pill strong{color:var(--ink);font-weight:600}.presence-flag{font-size:1.05rem}.inline-link{color:var(--purple);border-bottom:1px solid}.contact-section{background:var(--ink);grid-template-columns:1fr 1.1fr;align-items:start;gap:5.5rem;padding:7rem clamp(1.5rem,4vw,5rem);display:grid}.contact-left h2{color:#fff;font-size:clamp(2.4rem,4vw,4rem)}.contact-left h2 em{color:var(--orange-mid)}.contact-left p{color:#ffffff9e;font-size:1rem}.eyebrow-light{color:#ffffff80}.eyebrow-line.light{background:#fff6}.contact-links{flex-wrap:wrap;gap:12px;margin-top:2.25rem;display:flex}.contact-links a{color:#ffffffe0;border:1px solid #ffffff40;border-radius:6px;align-items:center;min-height:3rem;padding:0 1.25rem;font-size:.92rem;font-weight:500;transition:border-color .15s;display:inline-flex}.contact-links a:hover{border-color:#ffffffa6}.contact-form{gap:1.1rem;display:grid}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-form label{color:#ffffffd9;gap:6px;font-size:.88rem;font-weight:500;display:grid}.contact-form label span{color:#fff6;font-size:.78rem;font-weight:400}.contact-form input,.contact-form textarea{color:#fff;font:inherit;background:#ffffff12;border:1px solid #fff3;border-radius:5px;outline:none;padding:.9rem 1rem;font-size:.92rem;transition:border-color .15s}.contact-form input:focus,.contact-form textarea:focus{border-color:#ffffffa6}.contact-form textarea{resize:vertical}.checkbox-row{align-items:center;flex-direction:row!important;gap:10px!important;display:flex!important}.checkbox-row input{width:1.05rem;height:1.05rem}.btn-submit{color:var(--ink);cursor:pointer;background:#fff;border:none;border-radius:6px;justify-self:start;padding:13px 28px;font-size:.95rem;font-weight:600;transition:background .15s}.btn-submit:hover{background:var(--orange-light)}.strategy-hero{border-bottom:.5px solid var(--border);max-width:1200px;margin:0 auto;padding:8rem clamp(1.5rem,4vw,5rem) 5.5rem}.strategy-hero h1{max-width:52rem;font-size:clamp(2.2rem,4.5vw,4.2rem)}.strategy-divider{background:var(--border);height:.5px}.strategy-divider.subtle{background:var(--surface)}.core-systems{border:1px solid var(--border);border-radius:18px;overflow:hidden}.core-row{border-bottom:.5px solid var(--border);background:#fff;grid-template-columns:1fr 1.2fr;align-items:start;gap:3rem;padding:2.25rem 2.5rem;transition:background .15s;display:grid}.core-row:last-child{border-bottom:none}.core-row:hover{background:var(--surface)}.core-row h3{color:var(--ink);margin-bottom:0;font-size:1.05rem}.core-row p{color:var(--ink-muted);margin-bottom:0;font-size:.92rem;line-height:1.7}.philosophy-cols{grid-template-columns:1fr 1fr;gap:3.5rem;margin-top:1.75rem;display:grid}.philosophy-cols p{margin-bottom:0;font-size:1rem}.site-footer{background:var(--surface);border-top:.5px solid var(--border);grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;padding:2.75rem clamp(1.5rem,4vw,5rem);display:grid}.footer-brand{align-items:center;gap:1.1rem;display:flex}.footer-brand button{display:flex}.footer-brand img{object-fit:contain;border:1px solid var(--border);background:#fff;border-radius:9px;width:3.2rem;height:3.2rem}.footer-logo-btn{align-items:center;display:flex}.footer-brand strong{font-size:.9rem;font-weight:600;display:block}.footer-brand p{color:var(--ink-faint);margin-bottom:0;font-size:.8rem;font-weight:400}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.75rem;display:flex}.footer-links button,.footer-links a{color:var(--ink-muted);font-size:.88rem;font-weight:500;transition:color .15s}.footer-links button:hover,.footer-links a:hover{color:var(--ink)}.footer-legal{color:var(--ink-faint);text-align:right;max-width:300px;font-size:.74rem;line-height:1.65}@media (width<=1024px){.hero-section{grid-template-columns:1fr;gap:3.5rem;padding-top:5.5rem}.hero-stats-panel{grid-template-columns:repeat(3,1fr);gap:0;display:grid}.stat-row{border-bottom:none;border-right:.5px solid var(--border);padding:1.4rem}.stat-row.last{border-right:none}.founder-section{grid-template-columns:380px 1fr}}@media (width<=860px){.carousel-section{grid-template-columns:1fr}.carousel-stage{min-height:360px}.carousel-nav{padding:2.5rem 2rem}.thesis-grid,.focus-grid{grid-template-columns:1fr 1fr}.phases-grid{grid-template-columns:1fr}.approach-section,.capital-inner{grid-template-columns:1fr;gap:3.5rem}.founder-section{grid-template-columns:1fr}.founder-image{min-height:30rem}.structure-grid,.ecosystem-grid{grid-template-columns:1fr}.contact-section{grid-template-columns:1fr;gap:3.5rem}.core-row{grid-template-columns:1fr;gap:.6rem}.philosophy-cols{grid-template-columns:1fr;gap:1.75rem}.site-footer{grid-template-columns:1fr;gap:1.5rem}.footer-legal{text-align:left}.stats-band{flex-wrap:wrap}.stats-item{border-bottom:.5px solid #ffffff14;min-width:50%}.hero-stats-panel{grid-template-columns:1fr}.stat-row{border-right:none;border-bottom:.5px solid var(--border)}}@media (width<=600px){.site-header{flex-direction:column;align-items:flex-start;gap:.85rem;height:auto;padding:1.25rem 1.5rem;position:static}h1{font-size:2.8rem}h2{font-size:2.2rem}.section{padding:4.5rem 1.5rem}.strategy-hero{padding:4.5rem 1.5rem 3.5rem}.contact-section,.capital-inner{padding:4.5rem 1.5rem}.form-row,.thesis-grid,.focus-grid{grid-template-columns:1fr}.cred-inner{gap:14px}.cred-div{display:none}.brand-btn img{width:3rem;height:3rem}}.venn-section{border-top:.5px solid var(--border);border-bottom:.5px solid var(--border);background:var(--surface)}.venn-diagram svg{width:100%;height:auto;display:block}@media (width<=860px){.venn-inner{grid-template-columns:1fr;gap:3rem}}.eco-logo-link{justify-content:center;align-items:center;text-decoration:none;transition:opacity .2s;display:flex}.eco-logo-link:hover{opacity:.85}.eco-title-link{color:var(--ink);text-decoration:none;transition:color .15s}.eco-title-link:hover{color:var(--purple)}.struct-logo-link{justify-content:center;align-items:center;text-decoration:none;transition:opacity .2s;display:flex}.struct-logo-link:hover{opacity:.85}.fenix-bg-struct{border:1px solid #ffffff1f;background:#0a0a0a!important}.eco-logo-wrap.fenix-bg{background:#0a0a0a}.eco-logo-wrap.fenix-img-wrap,.struct-logo.fenix-img-wrap{border:1px solid #ffffff1f;border-radius:12px;overflow:hidden;background:#0a0a0a!important;padding:0!important}.eco-logo-wrap.fenix-img-wrap{width:138px;height:76px}.struct-logo.fenix-img-wrap{width:150px;height:92px}.fenix-img,.struct-logo.fenix-img-wrap img{object-fit:contain!important;object-position:center!important;border-radius:0!important;width:100%!important;height:100%!important}.fenix-wordmark{color:#fff;font-family:var(--sans);letter-spacing:.02em;font-size:1.35rem;font-weight:700;line-height:1}.struct-logo.fenix-img-wrap .fenix-wordmark{font-size:1.55rem}.site-footer .footer-logo-btn img{object-fit:contain;background:#fff;border:1.5px solid #0f0e1729;border-radius:14px;width:4.8rem;height:4.8rem;padding:0;box-shadow:0 10px 30px #0f0e1714}.founder-image img{object-fit:cover;object-position:center 15%;filter:grayscale()contrast(1.05);width:100%;height:100%;display:block}@media (width<=860px){.founder-section{grid-template-columns:1fr}.founder-image{min-height:22rem!important;max-height:26rem!important}}.venn-formula{background:var(--surface-2);border:.5px solid var(--border);border-radius:10px;flex-wrap:wrap;align-items:center;gap:10px;margin-top:2rem;padding:1.25rem 1.5rem;display:flex}.venn-formula span{color:var(--ink);font-size:.88rem;font-weight:600;font-family:var(--sans)}.venn-times{color:var(--orange);font-size:1rem;font-weight:700}.venn-inner{grid-template-columns:minmax(0,1fr) minmax(320px,440px);align-items:center;gap:5rem;max-width:1200px;margin:0 auto;padding:6rem clamp(1.5rem,4vw,5rem);display:grid}.venn-diagram{border:1px solid var(--border);background:#fff;border-radius:18px;padding:1.5rem 1rem 1rem}.venn-left,.venn-diagram{min-width:0}.venn-diagram img{width:100%;height:auto;display:block}.founder-credentials{border-color:#0f0e1724}.cred-row{border-bottom:.5px solid var(--border);background:#fff;grid-template-columns:minmax(180px,.42fr) auto 1fr;align-items:baseline;column-gap:16px;padding:18px 30px;display:grid}.cred-row:last-child{border-bottom:none}.cred-sep{color:#0f0e176b;flex-shrink:0;font-size:.85rem}.cred-tag{color:#05050b;min-width:0;font-size:.92rem;font-weight:700;font-family:var(--mono);letter-spacing:.01em;line-height:1.45}.cred-rest{color:#27273a;font-size:.98rem;line-height:1.65}.footer-logo-btn{align-items:center;padding:0;display:flex!important}.footer-logo-btn img{padding:0;box-shadow:0 10px 30px #0f0e1714;object-fit:contain!important;background:#fff!important;border:1.5px solid #0f0e1729!important;border-radius:14px!important;width:4.8rem!important;height:4.8rem!important;display:block!important}.struct-logo.fenix-img-wrap{overflow:hidden;background:#0a0a0a!important}@media (width<=720px){.cred-row{grid-template-columns:1fr;row-gap:5px;padding:16px 20px}.cred-sep{display:none}.cred-tag,.cred-rest{font-size:.92rem}}@media (width<=600px){body{min-width:0}.site-header nav{gap:.85rem;width:100%;padding-bottom:.15rem;overflow-x:auto}.hero-section{padding:4.5rem 1.25rem 3.5rem}.hero-actions{grid-template-columns:1fr;display:grid}.btn-primary,.btn-ghost{justify-content:center;width:100%}.carousel-section{min-height:0}.carousel-stage{min-height:420px}.carousel-figure figcaption{bottom:1.5rem;left:1.25rem;right:1.25rem}.carousel-figure figcaption span{font-size:2.1rem}.carousel-figure figcaption p,.carousel-copy p,.section-sub{font-size:.95rem}.carousel-nav{padding:2rem 1.25rem}.carousel-dots{gap:6px}.carousel-dot-btn{padding:12px 0}.eco-card,.struct-card{padding:1.75rem 1.5rem}.eco-logo-wrap.fenix-img-wrap,.struct-logo.fenix-img-wrap{width:min(100%,150px);height:88px}.site-footer{padding:2.5rem 1.25rem}.footer-brand{align-items:center}.footer-links{justify-content:flex-start;gap:1rem 1.25rem}.footer-logo-btn img{width:4.4rem!important;height:4.4rem!important}.venn-inner{grid-template-columns:minmax(0,1fr);gap:2rem;padding:4rem 1.25rem}.venn-left h2{font-size:2.25rem;line-height:1.08}.venn-left p{font-size:.98rem}.venn-formula{flex-direction:column;align-items:flex-start;gap:6px;padding:1rem}.venn-times{display:none}.venn-diagram{border-radius:14px;padding:.75rem}.venn-diagram img{max-width:100%}}
