.about-layout { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 80px; align-items: start; }
.about-text { font-family: 'Space Grotesk', sans-serif; font-size: clamp(18px, 2vw, 24px); font-weight: 300; line-height: 1.7; color: var(--text2); transition: color 0.5s; }
.about-text p + p { margin-top: 24px; }
.about-text strong { color: var(--text); font-weight: 500; }
.about-facts { display: flex; flex-direction: column; }
.fact-row { display: flex; justify-content: space-between; align-items: baseline; padding: 22px 0; border-bottom: 1px solid var(--line); gap: 16px; }
.fact-row:first-child { border-top: 1px solid var(--line); }
.fact-key { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); flex-shrink: 0; }
.fact-val { font-family: 'Space Grotesk', sans-serif; font-size: 17px; font-weight: 500; color: var(--text); text-align: right; line-height: 1.3; transition: color 0.5s; }
.fact-val small { display: block; font-family: 'Space Mono', monospace; font-size: 10px; font-weight: 400; color: var(--muted); margin-top: 2px; letter-spacing: 0.08em; }
