| [responsive.md](references/responsive.md) |
Layout escalation |
intrinsic → container → media, vw/vh ban, cqi, calc() breakpoints, fluid clamp() |
| [typography.md](references/typography.md) |
Readability and type |
font stack, text-wrap, Japanese features, line-height, measure (45ch–75ch), font-variant-numeric, fluid type |
| [animations.md](references/animations.md) |
Motion strategy |
easing/duration, transition-property: all ban, will-change, interruption, prefers-reduced-motion implementation |
| [keyframes.md](references/keyframes.md) |
@keyframes patterns |
dashed-ident naming, global vs local, API-style custom properties, paused + both scroll reveal |
| [visual-details.md](references/visual-details.md) |
Craft polish |
concentric radii, optical alignment, layered shadows, staggered enters, exits, icon cross-fade, font smoothing, tabular numerals, image outlines, first-paint suppression |
| [accessibility.md](references/accessibility.md) |
A11y baseline |
contrast, focus visibility, hit area, reduced-motion policy, keyboard, ARIA, hidden semantics, cursor: pointer |
| [terminology.md](references/terminology.md) |
Naming contract and architecture |
Element, Section, Container, Inner, Outer, layout primitive vocabulary, architecture terms (Composition / Utility / Block / Exception) |
| [z-index.md](references/z-index.md) |
Z-axis layering governance |
absolute vs relative layering, stack tokens, calc(infinity), stacking-context checks, top-layer usage |
| [foundation.md](references/foundation.md) |
Base CSS architecture |
reset scope, @layer order, low-specificity :where(), third-party CSS layering, a11y-safe base |
| [tokens.md](references/tokens.md) |
Design-token contracts |
naming grammar, family scales, global vs component aliasing, motion/depth token sets |
| [color.md](references/color.md) |
Color-system strategy |
HSL/OKLCH usage, palette scales, hierarchy by color+weight, dark-mode ladders, non-color redundancy |
| [spacing.md](references/spacing.md) |
Whitespace rhythm |
8/4 base, scale steps, gap first, Grid for 2D rhythm, gutters vs gaps, responsive steps, negative-margin policy |