feat(home): Deep Field 다크 캔버스 재조립 + 운영 실증 카피

- HERO/SHOWCASE/PROCESS/PROOF/SOFTWARE+CTA 5섹션 다크(--jsm-dark-bg) 재구성
- HeroField WebGL 배경 + -mt-16/pt-16로 상단 라이트 띠 제거 (PublicShell 무수정)
- "생각을 동작하는 소프트웨어로." 거대 타이포(clamp, -0.04em)
- 경력·소속 표현 전면 제거 → "24시간 돌아가는 실서비스 직접 설계·운영" 신뢰 축
- CountUp 카운트업 스탯 + 스크롤 큐 keyframes(motion-safe 가드)
- layout metadata·jsonLd 카피 동일 톤 교체 (jobTitle "소프트웨어 엔지니어")

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-13 00:57:38 +09:00
parent 01c31e3e5d
commit 4cd4a50869
4 changed files with 536 additions and 391 deletions

View File

@@ -253,6 +253,20 @@ body {
mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}
/* ─── Deep Field 히어로 스크롤 큐 (가는 세로선 안의 점 미세 바운스) ─── */
@keyframes df-scroll-cue {
0%, 100% { transform: translateY(0); opacity: 0.35; }
50% { transform: translateY(8px); opacity: 1; }
}
.df-scroll-dot {
animation: none;
}
@media (prefers-reduced-motion: no-preference) {
.df-scroll-dot {
animation: df-scroll-cue 1.8s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}
}
/* Scrollbar styling */
::-webkit-scrollbar {
width: 6px;