/* namu.works */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #ffffff; color: #111111; font-family: 'Inter', sans-serif; font-weight: 400; line-height: 1.6; position: relative; }
.grid-bg { position: fixed; inset: 0; background-image: linear-gradient(90deg, #e5e5e5 1px, transparent 1px); background-size: calc(100% / 12) 100%; opacity: 0.3; pointer-events: none; z-index: 0; }
.hero { padding: 5rem 3rem 2rem; position: relative; z-index: 1; }
.brand { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: clamp(2.5rem, 8vw, 5rem); }
.works-label { font-family: 'Space Grotesk', sans-serif; font-weight: 400; font-size: 1rem; color: #737373; margin-left: 0.5rem; }
.red-line { width: 40px; height: 3px; background: #dc2626; margin-top: 1rem; }
.projects { max-width: 100%; margin: 0; padding: 4rem 3rem; position: relative; z-index: 1; }
.project { display: flex; gap: 2rem; padding: 3rem 0; align-items: flex-start; }
.project-num { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 120px; color: #e5e5e5; line-height: 1; flex-shrink: 0; }
.project-content { flex: 1; }
.project-title { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.2rem; margin-bottom: 0.75rem; display: flex; align-items: center; gap: 0.5rem; color: #111111; }
.red-square { width: 8px; height: 8px; background: #dc2626; display: inline-block; flex-shrink: 0; }
.project-text { font-family: 'Inter', sans-serif; font-size: 0.95rem; color: #737373; margin-bottom: 0.5rem; line-height: 1.6; }
.project-meta { font-family: 'IBM Plex Mono', monospace; font-size: 0.7rem; color: #737373; display: block; margin-top: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; }
.project-rule { height: 1px; background: #d4d4d4; }
.index { max-width: 100%; margin: 0; padding: 4rem 3rem; text-align: left; position: relative; z-index: 1; }
.index-label { font-family: 'IBM Plex Mono', monospace; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.15em; color: #737373; display: block; margin-bottom: 1.5rem; }
.index-list { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 2rem; }
.index-entry { font-family: 'IBM Plex Mono', monospace; font-size: 0.75rem; color: #737373; }
.index-entry::before { content: "■ "; color: #dc2626; margin-right: 0.5rem; }
.footer-brand { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 0.75rem; color: #737373; }
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
