BRAND — DESIGN SYSTEM

Design System

디자인 토큰 · 컴포넌트 · 개발 로그

유저 입력 변수

반드시 유저가 제공해야 하는 변수들. AI가 대신할 수 없다.

변수현재 값설명
Brand NamePAPAFLY브랜드명
SloganReal Money, Real World핵심 메시지
Primary Color#D4AF37 (Gold)메인 컬러
Background Color#040806배경 컬러
TaglineBuilt on Gold. Measured in Silver.서브 메시지
EST. Date2026.01.13설립일

컬러 시스템

--bg
#040806
--bg-elevated
#0a110d
--bg-card
#0e1812
--gold
#D4AF37
--gold-light
#E8C547
--gold-pale
#F4E4A6
--text
#FAFAF8
--text-secondary
rgba(250,250,248,.7)

간격 & 타이포그래피

TokenValueUsage
--space-xs4px아이콘 여백
--space-sm8px요소 간 최소 간격
--space-md16px기본 간격
--space-lg24px섹션 내 패딩
--space-xl40px섹션 간격
--space-2xl64px큰 섹션 간격
--space-3xl100px페이지 전체 여백
--text-xs10px레이블
--text-sm12px메타 정보
--text-base14px본문
--text-lg16px강조 본문
--text-xl20px서브헤딩
--text-2xl26px헤딩
--text-3xl36px큰 헤딩
--text-4xl48px히어로 타이틀
--ease-out
cubic-bezier(0.16, 1, 0.3, 1)
--ease-spring
cubic-bezier(0.34, 1.56, 0.64, 1)
--duration-fast
150ms
--duration-base
300ms
--duration-slow
500ms

프로젝트 구조

papafly/
├── index.html
├── assets/
│   ├── css/components.css
│   ├── js/interactive.js
│   ├── js/app.js
│   ├── manifest.json
│   └── icons/
├── about/
│   ├── index.html
│   ├── strategy.html
│   ├── owner.html
│   └── architecture.html
├── brand/
│   ├── philosophy.html
│   ├── design-system.html
│   └── whitepaper.html
├── archive/
│   ├── index.html
│   ├── pipeline-comfyui.html
│   └── purchase-guardrails.html
├── channels/
│   ├── monogatari.html
│   ├── shitate.html
│   ├── coordinate.html
│   └── mekiki.html
├── showroom/
│   ├── index.html
│   └── lookbook/
├── studio/
├── strategy/
├── devlog/
├── docs/
└── philosophy/

개발 로그

2026-01-15
프로 마감 업그레이드
1차 작업: Inter 폰트 추가, CSS 변수 시스템 확장, 이모지 → SVG 아이콘 전환.
2차 작업: Ambient gradient, 노이즈 텍스처, 골드 펄스 글로우, 명함 카드 floatCard 애니메이션, 3D rotateX 호버, 3겹 그라데이션, 그림자 깊이 강화.
CSS Typography Animation
2026-04-23
듀얼 레인 시스템 & 인터랙티브 전환
GSAP + ScrollTrigger + VanillaTilt + Splitting.js 도입. 25개 인터랙티브 UI 태스크 완료. Discord/YouTube 연동. 모든 페이지 인터랙티브 전환 완료.
GSAP ScrollTrigger PWA