:root{font-family:Cormorant Garamond,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#fff;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:#000}#root{width:100%;min-height:100vh;margin:0 auto}a{text-decoration:none;color:inherit}.app-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100%;gap:2rem;background-color:#000;color:#fff;padding:1rem;box-sizing:border-box;overflow-x:hidden;opacity:0;transform:translateY(-18px);animation:content-enter 10s cubic-bezier(.2,.8,.2,1) forwards}@keyframes content-enter{to{opacity:1;transform:translateY(0)}}.logo{height:600px;max-height:50vh;width:auto;max-width:100%;object-fit:contain;transition:transform .5s cubic-bezier(.25,.46,.45,.94);will-change:filter,transform;animation:logo-pulse 3s infinite ease-in-out}.logo:hover{transform:scale(1.05)}@keyframes logo-pulse{0%{filter:drop-shadow(0 0 10px rgba(255,255,255,.3))}50%{filter:drop-shadow(0 0 20px rgba(255,255,255,.8))}to{filter:drop-shadow(0 0 10px rgba(255,255,255,.3))}}.subtitle{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:300;letter-spacing:1px;text-align:center;max-width:80%;color:#e0e0e0;line-height:1.3}.social-icon{color:#fff;transition:transform .3s ease,color .3s ease;display:flex;align-items:center;justify-content:center}.social-icon:hover{transform:scale(1.1);color:#ccc}.contact-email{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:300;letter-spacing:.5px;color:#a0a0a0;transition:color .3s ease;margin-top:.5rem;text-align:center}.contact-email:hover{color:#fff}@media(max-width:768px){.logo{height:auto;max-height:40vh;margin-bottom:0}.subtitle{font-size:1.4rem;max-width:95%;margin-top:0}.app-container{gap:1.5rem;justify-content:center}.contact-email{font-size:1rem}}@media(max-width:380px){.subtitle{font-size:1.2rem}.logo{max-height:35vh}}@media(prefers-reduced-motion:reduce){.app-container{animation:none;opacity:1;transform:none}.logo{animation:none}}
