.glyph-profile{background:var(--bg);min-height:100vh;color:var(--ink);flex-direction:column;display:flex;position:relative}.glyph-profile-head{z-index:2;border-bottom:1px solid var(--line);position:relative}.glyph-profile-head-inner{justify-content:space-between;align-items:center;gap:16px;max-width:1140px;margin:0 auto;padding:16px 32px;display:flex}.glyph-profile-mark{font-family:var(--font-serif);font-variation-settings:"opsz" 72;letter-spacing:.01em;color:var(--ink);font-size:22px;font-weight:500;text-decoration:none}.glyph-profile-owner{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.glyph-profile-chip{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--volt-text);border:1px solid var(--line-strong);border-radius:100px;padding:6px 13px;font-size:9px;font-weight:500}.glyph-profile-link{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--ink2);transition:color var(--dur-micro) linear;font-size:9.5px;font-weight:500;text-decoration:none}.glyph-profile-link:hover{color:var(--ink)}.glyph-profile-stage{z-index:1;text-align:center;flex-direction:column;flex:1;align-items:center;padding:72px 32px 110px;display:flex;position:relative}.glyph-profile-bloom{filter:blur(60px);pointer-events:none;z-index:0;border-radius:50%;width:900px;height:620px;margin-left:-450px;position:absolute;top:0;left:50%}.glyph-profile-word{font-family:var(--font-serif);font-variation-settings:"opsz" 96;letter-spacing:-.035em;text-shadow:0 0 60px var(--reveal-aura,transparent);font-size:clamp(52px,8.4vw,112px);font-weight:400;line-height:.95;position:relative}html[data-theme=light] .glyph-profile-word{text-shadow:none}.glyph-profile-card{width:min(380px,100%);margin-top:56px;position:relative}.glyph-profile-cta{border-top:1px solid var(--line);flex-direction:column;align-items:center;gap:16px;width:100%;max-width:520px;margin-top:64px;padding-top:30px;display:flex;position:relative}.glyph-profile-title{font-family:var(--font-serif);font-variation-settings:"opsz" 72;letter-spacing:-.03em;color:var(--ink);text-wrap:balance;max-width:16ch;margin:0;font-size:clamp(34px,5vw,56px);font-weight:400;line-height:1.02}.glyph-profile-sub{color:var(--ink2);max-width:42ch;margin:18px 0 0;font-size:15.5px;line-height:1.65}.glyph-profile-btn{color:var(--volt-ink);background:var(--volt);transition:transform var(--dur-standard) var(--ease-entrance), box-shadow var(--dur-standard) linear;border-radius:100px;align-items:center;gap:10px;padding:16px 30px;font-size:15.5px;font-weight:600;text-decoration:none;display:inline-flex}.glyph-profile-btn:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 20px 52px #d8ff3d4d}@media (max-width:640px){.glyph-profile-head-inner{padding:14px 20px}.glyph-profile-stage{padding:48px 20px 80px}.glyph-profile-card{margin-top:36px}.glyph-profile-cta{margin-top:44px}}@media (prefers-reduced-motion:reduce){.glyph-profile-btn:hover{transform:none}}