:root{--cream: #f7f3ea;--ink: #1c1a17;--ink-soft: #6f695f}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{background:var(--cream);color:var(--ink);font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;-webkit-font-smoothing:antialiased}.hero{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.5rem 4.5rem}.hero-logo{width:min(320px,72vw);height:auto;mix-blend-mode:darken;animation:rise .9s ease-out both}.hero-tagline{margin-top:1.25rem;font-size:1.0625rem;font-weight:500;letter-spacing:-.01em;animation:rise .9s ease-out .15s both}.hero-caption{margin-top:.625rem;font-size:.6875rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:var(--ink-soft);animation:rise .9s ease-out .3s both}.hero-footer{position:fixed;bottom:1.25rem;left:0;right:0;font-size:.75rem;color:var(--ink-soft);animation:rise .9s ease-out .45s both}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.hero-logo,.hero-tagline,.hero-caption,.hero-footer{animation:none}}
