Adidas
검정·흰 + 3선 스트라이프 + 굵은 산세리프 대문자 헤드라인의 스포츠웨어 톤
Brand DNA
브랜드 DNA
- 브랜드명: Adidas
- 한 줄 정체성: 글로벌 스포츠웨어 — 3선 스트라이프와 트리포일·산봉우리 로고의 헤리티지
- 공식 디자인 철학: "Impossible is nothing" — 굵은 산세리프 헤드라인 + 검정·흰 강한 대비
- 시그니처 요소 1개: 3선 스트라이프 + 굵은 산세리프 대문자(SAMBA / GAZELLE / SUPERSTAR) + 검정/흰 모노톤. Nike의 Just Do It 스우시와 정반대의 3선 헤리티지
Tone & Mood
톤 & 무드
- 핵심 키워드 3개: 3선스트라이프, 굵은산세리프, 스포츠
- 무드 설명: 흰 캔버스 + 검정 헤드라인 + 빨강 보조(시즌 캠페인 한정). 사진은 자연광 운동·스니커즈 컷. 헤드라인은 대문자, 카드는 sharp(0px).
- 비주얼 스타일: 모던 미니멀 + 브루털리즘 (대문자 굵은 헤드라인)
- 밀도(Density): Comfortable
- 모서리 성향: Sharp (0px)
- 평면성: Flat
Color System
컬러 시스템 (CSS 변수)
:root {
/* Primary - Adidas Black */
--color-primary-50: #F7F7F7;
--color-primary-100: #E5E5E5;
--color-primary-200: #BFBFBF;
--color-primary-300: #8A8A8A;
--color-primary-400: #4A4A4A;
--color-primary-500: #000000;
--color-primary-600: #000000;
--color-primary-700: #000000;
--color-primary-800: #000000;
--color-primary-900: #000000;
/* Secondary - Adidas Red (캠페인 한정) */
--color-secondary-500: #E32B2B;
/* Neutral */
--color-neutral-0: #FFFFFF;
--color-neutral-50: #F7F7F7;
--color-neutral-100: #EEEEEE;
--color-neutral-200: #E0E0E0;
--color-neutral-300: #C7C7C7;
--color-neutral-500: #999999;
--color-neutral-700: #666666;
--color-neutral-800: #333333;
--color-neutral-900: #1A1A1A;
--color-neutral-1000: #000000;
/* Semantic */
--color-success-bg: #E6F4EA;
--color-success-fg: #1A8233;
--color-warning-bg: #FFF5DA;
--color-warning-fg: #B27200;
--color-error-bg: #FCE3E3;
--color-error-fg: #E32B2B;
--color-info-bg: #E8F0FB;
--color-info-fg: #2C70BE;
/* Surface */
--bg-base: #FFFFFF;
--bg-subtle: #F7F7F7;
--bg-elevated: #FFFFFF;
--bg-overlay: rgba(0,0,0,0.50);
/* Text */
--text-primary: #000000;
--text-secondary: #333333;
--text-tertiary: #666666;
--text-on-primary: #FFFFFF;
--text-disabled: #C7C7C7;
/* Border */
--border-default: #EEEEEE;
--border-subtle: #F7F7F7;
--border-strong: #999999;
--border-focus: #000000;
}
Typography
타이포그래피
- 폰트 페어링:
- 영문: AdihausDIN (자체) / Helvetica Bold 폴백
- 한글: Pretendard Black / Noto Sans KR Black
- 위계:
- Display: 96px / 800 / 0.9 / -0.04em UPPERCASE (시그니처 헤드라인)
- H1: 48px / 800 / 1.0 / -0.02em UPPERCASE
- H2: 28px / 700 / 1.15 / -0.01em UPPERCASE
- H3: 16px / 700 / 1.3 / 0.04em UPPERCASE
- Body Large: 15px / 400 / 1.5 / 0
- Body: 13px / 400 / 1.45 / 0
- Body Small: 12px / 500 / 1.4 / 0
- Caption: 10px / 800 / 1.2 / 0.08em UPPERCASE
Spacing
스페이싱
- Base unit: 4px
- 토큰: ``
css --space-xs: 4px; --space-sm: 8px; --space-md: 16px; --space-lg: 24px; --space-xl: 40px; --space-2xl: 64px; --space-3xl: 96px;`` - Container: max-width 1440px, 좌우 패딩 16px
Border Radius
Border Radius
--radius-none: 0;
--radius-sm: 0;
--radius-md: 0;
--radius-lg: 0;
--radius-xl: 4px;
--radius-full: 9999px;
Shadow / Elevation
Shadow / Elevation
--shadow-none: none;
--shadow-sm: 0 1px 2px rgba(0,0,0,0.06);
--shadow-md: 0 4px 12px rgba(0,0,0,0.08);
--shadow-lg: 0 12px 28px rgba(0,0,0,0.12);
Iconography
Iconography
- 스타일: Outline (얇은 선)
- Stroke 굵기: 1.5px
- 모서리 처리: Square
- 추천 라이브러리: Phosphor / Tabler
Component Guide
컴포넌트 가이드
Button
.btn { font: 800 13px/1 AdihausDIN, Helvetica, sans-serif; letter-spacing: 0.06em; text-transform: uppercase; border-radius: 0; padding: 16px 28px; border: 0; display: inline-flex; align-items: center; gap: 8px; cursor: pointer; transition: background 150ms ease, color 150ms ease; }
.btn-primary { background: #000; color: #fff; }
.btn-primary:hover { background: var(--color-secondary-500); }
.btn-secondary { background: #fff; color: #000; border: 1.5px solid #000; }
.btn-secondary:hover { background: #000; color: #fff; }
.btn-ghost { background: transparent; color: #000; text-decoration: underline; padding: 0; }
.btn-danger { background: var(--color-secondary-500); color: #fff; }
.btn-add-cart { background: #000; color: #fff; padding: 18px; width: 100%; font-size: 14px; }
.btn-arrow { background: #000; color: #fff; padding: 14px 24px; display: inline-flex; align-items: center; gap: 12px; }
.btn-arrow::after { content:'→'; }
Input
.input { background: #fff; border: 1.5px solid #000; border-radius: 0; padding: 12px 14px; color: var(--text-primary); font: 400 14px/1.3 inherit; }
.input::placeholder { color: var(--text-tertiary); }
.input:focus { outline: none; border-color: var(--color-secondary-500); }
Card (Product)
.product { background: #fff; padding: 0; cursor: pointer; transition: transform 200ms ease; }
.product:hover { transform: translateY(-2px); }
.product .img { aspect-ratio: 1; background: linear-gradient(135deg, #F0F0F0, #fff); position: relative; }
.product .img .new { position: absolute; left: 0; top: 0; background: #000; color: #fff; font: 800 11px/1 inherit; padding: 5px 10px; letter-spacing: 0.08em; text-transform: uppercase; }
.product .img .heart { position: absolute; right: 8px; top: 8px; font-size: 18px; color: #000; }
.product .body { padding: 12px 0 0; }
.product .label { font: 800 10px/1.2 inherit; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-tertiary); margin-bottom: 6px; }
.product .name { font: 700 14px/1.3 inherit; color: var(--text-primary); margin-bottom: 6px; text-transform: capitalize; }
.product .price { font: 700 14px/1 inherit; color: var(--text-primary); }
.product .price .old { font: 500 12px/1 inherit; color: var(--text-tertiary); text-decoration: line-through; margin-left: 6px; }
.product .colors { font: 500 12px/1 inherit; color: var(--text-tertiary); margin-top: 6px; }
.card { background: #fff; border: 1px solid var(--border-default); padding: 24px; border-radius: 0; }
Badge / Tag
.tag { padding: 4px 10px; border-radius: 0; font: 800 11px/1.4 inherit; letter-spacing: 0.08em; text-transform: uppercase; }
.tag-new { background: #000; color: #fff; }
.tag-sale { background: var(--color-secondary-500); color: #fff; }
.tag-collab { background: #fff; color: #000; border: 1.5px solid #000; } /* Y-3 / Wales Bonner */
.tag-essentials{ background: #000; color: #fff; }
.tag-3-stripes { background: #fff; color: #000; border: 1.5px solid #000; }
Navigation (Top bar)
.topbar { background: #fff; padding: 16px 16px; display: flex; align-items: center; gap: 22px; border-bottom: 1px solid var(--border-default); }
.topbar .brand { display: flex; align-items: center; gap: 8px; }
.topbar .brand .three { display: inline-flex; align-items: flex-end; gap: 2px; }
.topbar .brand .three span { display: inline-block; width: 5px; background: #000; transform: skewX(-20deg); }
.topbar .brand .three span:nth-child(1) { height: 14px; }
.topbar .brand .three span:nth-child(2) { height: 20px; }
.topbar .brand .three span:nth-child(3) { height: 26px; }
.topbar .brand strong { font: 800 22px/1 inherit; letter-spacing: -0.02em; text-transform: lowercase; }
.topbar .nav { display: flex; gap: 24px; font: 800 13px/1 inherit; letter-spacing: 0.04em; text-transform: uppercase; }
.topbar .right { margin-left: auto; display: flex; gap: 18px; align-items: center; font: 500 12px/1 inherit; }
Motion
Motion
--duration-fast: 120ms;
--duration-base: 220ms;
--duration-slow: 360ms;
--ease-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
--ease-in-out: cubic-bezier(0.42, 0, 0.58, 1);
Anti-patterns
Anti-patterns
1. 3선 스트라이프 형태 변경 금지 — 기울어진 평행 3선이 시그니처 2. 헤드라인을 소문자·세리프로 사용 금지 — 굵은 대문자 산세리프가 정체성 3. 라운드 카드/버튼 사용 금지 — sharp(0px)이 표준 4. 빨강을 본문에 일반화 금지 — 캠페인 한정 5. 다크 모드 캔버스 사용 금지