/* algoha.com */
* { margin: 0; padding: 0; box-sizing: border-box; }
:root { --bg: #1a1a2e; --alt: #222240; --amber: #f59e0b; --red: #ef4444; --text: #e5e7eb; --muted: #6b7280; }
body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); }
.full { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 80px 10%; }
.alt { background: var(--alt); }
.hero-inner { text-align: center; }
.hero-inner h1 { font-family: 'Space Grotesk', sans-serif; font-size: clamp(3rem, 10vw, 8rem); font-weight: 700; color: var(--amber); }
.roman { font-size: 1rem; letter-spacing: 0.3em; color: var(--muted); margin-top: 0.5rem; }
.tagline { color: var(--red); margin-top: 1rem; font-size: 1.1rem; }
.section-inner { max-width: 650px; }
.section-inner h2 { font-family: 'Space Grotesk', sans-serif; font-size: clamp(1.5rem, 3vw, 2.5rem); color: var(--amber); margin-bottom: 1.5rem; }
.section-inner p { line-height: 1.8; color: var(--muted); }
.centered { text-align: center; }
.centered h2 { color: var(--red); line-height: 1.6; }
footer { text-align: center; padding: 30px; border-top: 1px solid #333; }
.brand { font-family: 'Space Grotesk', sans-serif; font-weight: 700; color: var(--amber); font-size: 0.85rem; }
