*{margin:0;padding:0;box-sizing:border-box}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;background-color:#fff;color:#000;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem;overflow:hidden;position:relative;font-feature-settings:"kern" 1,"liga" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1000px;width:100%;display:flex;flex-direction:column;align-items:center;gap:5rem;animation:fadeIn 1.2s ease-out}.logo-section{display:flex;align-items:center;gap:3rem}.logo-section #animated-logo{display:block;filter:contrast(1.1)}.logo-section .brand-name{display:flex;flex-direction:column;align-items:flex-start}.logo-section .brand-name .brand-line{font-size:2.2rem;font-weight:200;letter-spacing:-.03em;line-height:.9;color:#000;margin:0}.logo-section .brand-name .brand-line:first-child{margin-bottom:.1em}.content{text-align:center;max-width:600px}.content .mission{font-size:1.125rem;font-weight:400;line-height:1.5;letter-spacing:.01em;color:#666;margin-bottom:3rem;opacity:0;animation:slideUp 1s ease-out .4s forwards;font-style:normal}.content .divider{width:40px;height:1px;background-color:#999;margin:3rem auto;opacity:0;animation:expandWidth .8s ease-out .7s forwards}.content .coming-soon{font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.25em;color:#999;opacity:0;animation:fadeIn .8s ease-out 1s forwards}.brand-name .brand-line{text-rendering:optimizeLegibility;transition:letter-spacing .3s ease}.brand-name .brand-line:hover{letter-spacing:-.01em}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes expandWidth{0%{width:0;opacity:0}to{width:40px;opacity:1}}@media (max-width: 768px){.container{gap:3rem;padding:0 1rem}.logo-section{flex-direction:column;align-items:center;gap:2rem}.logo-section .brand-name{align-items:center}.logo-section .brand-name .brand-line{font-size:1.8rem;text-align:center;letter-spacing:-.025em}.content .mission{font-size:1rem;line-height:1.6;margin-bottom:2rem}.content .coming-soon{font-size:.75rem;letter-spacing:.2em}}@media (max-width: 480px){.logo-section .brand-name .brand-line{font-size:1.5rem}.content .mission{font-size:.9rem}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.brand-name .brand-line{font-weight:300}}
