:root { color-scheme: light; background: #f4f1e9; color: #fa4c36; font-family: Arial, Helvetica, sans-serif; }
* { box-sizing: border-box; }
html, body { margin: 0; width: 100%; height: 100%; overflow: hidden; }
main { position: relative; width: 100%; height: 100%; height: 100svh; isolation: isolate; }
.wordmark { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; user-select: none; }
h1 { margin: 0; font-size: 20vw; line-height: .82; font-weight: 900; letter-spacing: -.075em; padding-right: .075em; }
p { margin: 38px 0 0; font-size: 15px; font-weight: 400; letter-spacing: -.02em; }
#gel { position: absolute; inset: 0; width: 100%; height: 100%; touch-action: none; outline: none; }
#gel:focus-visible { outline: 1px solid #fa4c36; outline-offset: -10px; }
@media (max-width: 600px) { h1 { font-size: 20vw; } p { margin-top: 25px; font-size: 13px; } }
@media (prefers-reduced-motion: no-preference) { .wordmark { animation: reveal 1.2s ease-out both; } @keyframes reveal { from { opacity: 0; } to { opacity: 1; } } }
