/* miris.works */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #ffffff; color: #0a0a0a; font-family: 'Inter', sans-serif; font-weight: 400; line-height: 1.7; }
.hero { min-height: 70vh; display: flex; align-items: flex-end; justify-content: space-between; padding: 2rem 2rem 4rem; position: relative; }
.brand { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: clamp(2rem, 5vw, 3rem); color: #0a0a0a; }
.outline-number { font-family: 'Space Grotesk', sans-serif; font-weight: 100; font-size: clamp(8rem, 20vw, 14rem); color: transparent; -webkit-text-stroke: 1px #e5e5e5; line-height: 1; }
.section-header { font-family: 'Inter', sans-serif; font-size: 0.65rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: #737373; margin-bottom: 2rem; padding-left: 2rem; }
.cases { max-width: 800px; padding: 3rem 0; }
.case-entry { display: grid; grid-template-columns: 180px 1fr; gap: 0; border-bottom: 1px solid #d4d4d4; padding: 1.5rem 2rem; }
.case-meta { display: flex; flex-direction: column; gap: 0.2rem; }
.meta-item { font-family: 'Fira Code', monospace; font-size: 0.65rem; color: #737373; }
.case-title { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.1rem; margin-bottom: 0.3rem; display: flex; align-items: center; gap: 0.5rem; color: #2563eb; }
.red-square { width: 8px; height: 8px; background: #ef4444; display: inline-block; }
.case-desc { font-size: 0.85rem; color: #525252; }
.type-scale { padding: 4rem 2rem; }
.scale-1 { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 2.5rem; color: #0a0a0a; }
.scale-2 { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 2rem; color: #262626; }
.scale-3 { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.5rem; color: #525252; }
.scale-4 { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.1rem; color: #737373; }
.scale-5 { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 0.85rem; color: #a3a3a3; }
.index-footer { padding: 3rem 2rem; }
.project-index { display: flex; flex-direction: column; gap: 0.3rem; margin-bottom: 2rem; }
.index-item { font-family: 'Fira Code', monospace; font-size: 0.7rem; color: #737373; }
.bottom-rule { border: none; border-top: 1px solid #d4d4d4; width: 100%; margin-bottom: 1rem; }
.footer-brand { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 0.7rem; color: #a3a3a3; }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
