.founder-profile-wrap{position:relative;height:100%;min-height:0;padding:28px;display:grid;perspective:1100px;background:var(--paper);overflow:hidden}
.founder-profile-glow{position:absolute;inset:12% 8%;border-radius:48%;background:radial-gradient(circle,rgba(205,255,63,.82) 0,rgba(205,255,63,.28) 42%,transparent 72%);filter:blur(34px);opacity:.38;transform:scale(.86);transition:opacity .4s ease,transform .5s ease;pointer-events:none}
.founder-profile-card{--profile-rx:0deg;--profile-ry:0deg;--profile-x:50%;--profile-y:50%;position:relative;z-index:1;height:100%;min-height:0;border:1px solid rgba(17,17,15,.45);box-shadow:0 28px 70px rgba(17,17,15,.16);transform:rotateX(var(--profile-rx)) rotateY(var(--profile-ry));transform-style:preserve-3d;transition:transform .55s cubic-bezier(.2,.8,.2,1),box-shadow .4s ease;will-change:transform}
.founder-profile-wrap:hover .founder-profile-glow,.founder-profile-wrap:focus-within .founder-profile-glow{opacity:.72;transform:scale(1)}
.founder-profile-wrap:hover .founder-profile-card,.founder-profile-wrap:focus-within .founder-profile-card{box-shadow:0 38px 90px rgba(17,17,15,.25)}
.founder-profile-card:after{content:none}
.founder-profile-card>img{position:absolute;inset:0;z-index:1;transform:translateZ(1px)}
.founder-profile-shine{position:absolute;inset:0;z-index:2;pointer-events:none;background:radial-gradient(circle at var(--profile-x) var(--profile-y),rgba(255,255,255,.34),transparent 28%),linear-gradient(120deg,transparent 35%,rgba(205,255,63,.14) 50%,transparent 66%);mix-blend-mode:screen;opacity:.66}
.founder-profile-info{position:absolute;z-index:3;left:16px;right:16px;bottom:16px;display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;padding:15px 16px;background:rgba(17,17,15,.88);color:var(--paper);border:1px solid rgba(255,255,255,.24);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transform:translateZ(34px)}
.founder-profile-identity{display:grid;gap:2px;min-width:0}
.founder-profile-identity strong{font:500 13px/1.2 "DM Mono",monospace;letter-spacing:.03em}
.founder-profile-identity small{font-size:12px;color:rgba(244,240,232,.72)}
.founder-profile-info>a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 13px;background:var(--acid);color:var(--ink);font-size:11px;font-weight:800;letter-spacing:.03em;text-decoration:none;white-space:nowrap;transition:background .2s ease,transform .2s ease}
.founder-profile-info>a:hover,.founder-profile-info>a:focus-visible{background:#fff;transform:translateY(-2px)}
@media (max-width:760px){
  .founder-profile-wrap{height:min(132vw,620px);min-height:480px;padding:16px}
  .founder-profile-info{left:10px;right:10px;bottom:10px;padding:12px;gap:10px}
  .founder-profile-info>a{padding:0 10px;font-size:10px}
}
@media (prefers-reduced-motion:reduce){.founder-profile-card,.founder-profile-glow{transition:none!important;transform:none!important}}
