.hero{position:relative;min-height:100svh;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.hero-inner{position:relative;z-index:1;max-width:clamp(320px,94vw,1300px);margin:0 auto;width:100%;padding:var(--space-2xl) var(--space-lg);display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(2rem,5vw,4rem);min-height:100svh;justify-content:center}.hero-status{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-bottom:var(--space-md)}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--teal);box-shadow:0 0 8px var(--teal-glow-hard);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.35}}.mono-sm{font-family:var(--font-mono);font-size:clamp(.6rem,1.1vw,.72rem);letter-spacing:.16em;color:var(--text-muted);text-transform:uppercase}.hero-greeting{font-size:clamp(.9rem,1.5vw,1.1rem);margin-bottom:4rem;color:var(--text-muted)}.hero-name{font-family:var(--font-mono);font-size:clamp(3rem,6vw,6rem);font-weight:700;line-height:.95;margin-bottom:var(--space-md);background:linear-gradient(145deg,var(--teal) 0%,var(--text-primary) 65%,var(--pink) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-role{font-family:var(--font-mono);font-size:clamp(.85rem,1.8vw,1.1rem);color:var(--text-secondary);margin-bottom:var(--space-lg);display:flex;align-items:center;justify-content:center;gap:.5em}.role-prompt-teal{color:var(--teal);font-weight:700}.role-prompt-pink{color:var(--pink);font-weight:700}.hero-bio{font-family:var(--font-body);font-size:clamp(.9rem,1.4vw,1.05rem);line-height:1.75;color:var(--text-secondary);max-width:540px;margin:0 auto var(--space-xl)}.accent-teal{color:var(--teal);font-weight:500}.accent-pink{color:var(--pink);font-weight:500}.hero-cta{display:flex;gap:var(--space-md);align-items:center;justify-content:center;flex-wrap:wrap;margin-bottom:var(--space-xl)}.hero-stats{display:flex;align-items:center;justify-content:center;gap:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--border-faint)}.stat{display:flex;flex-direction:column;gap:.2rem}.stat-val{font-family:var(--font-mono);font-size:.9rem;font-weight:700;color:var(--teal);letter-spacing:.06em}.stat-label{font-family:var(--font-mono);font-size:.55rem;letter-spacing:.1em;color:var(--text-muted);text-transform:uppercase}.stat-sep{width:1px;height:28px;background:var(--border-faint)}.hero-visual{display:flex;justify-content:center;align-items:center}.profile-frame{position:relative;width:clamp(220px,28vw,380px);aspect-ratio:1}.profile-img{width:100%;height:100%;object-fit:cover;border-radius:2px;filter:saturate(.8) brightness(.92);transition:filter .4s ease}.profile-frame:hover .profile-img{filter:saturate(1) brightness(1)}.frame-teal-border{position:absolute;inset:0;border-radius:2px;box-shadow:inset 0 0 0 1px var(--border-teal),0 0 32px var(--teal-glow),0 0 80px #00e5cc0f;pointer-events:none}.frame-corner{position:absolute;width:14px;height:14px;border-color:var(--teal);border-style:solid;border-width:0}.frame-corner.tl{top:-3px;left:-3px;border-top-width:2px;border-left-width:2px}.frame-corner.tr{top:-3px;right:-3px;border-top-width:2px;border-right-width:2px}.frame-corner.bl{bottom:-3px;left:-3px;border-bottom-width:2px;border-left-width:2px}.frame-corner.br{bottom:-3px;right:-3px;border-bottom-width:2px;border-right-width:2px}.telemetry-wrapper{position:absolute;bottom:var(--space-xl);right:var(--space-lg);z-index:2}.scroll-hint{position:absolute;bottom:var(--space-lg);left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:2;opacity:.35}.scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--teal),transparent);animation:drop-line 2s ease-in-out infinite}@keyframes drop-line{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform-origin:bottom}to{transform:scaleY(0);transform-origin:bottom}}@media (max-width: 900px){.hero-inner{grid-template-columns:1fr;text-align:center;row-gap:2rem;padding-top:calc(var(--nav-h) + var(--space-xl));padding-bottom:calc(var(--space-2xl) + 2rem);min-height:auto}.hero-bio{margin-left:auto;margin-right:auto}.hero-cta,.hero-stats{justify-content:center}.hero-visual{order:-1}.profile-frame{width:clamp(160px,50vw,240px)}.telemetry-wrapper{position:static;margin:0 var(--space-lg) var(--space-lg);display:flex;justify-content:center}.scroll-hint{display:none}}@media (max-width: 480px){.hero-name{font-size:clamp(3rem,14vw,4rem)}.hero-stats{gap:var(--space-md);flex-wrap:wrap}}main[data-astro-cid-j7pv25f6]{min-height:100vh}
