*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{color:#fff;background:#1a1a2e;font-family:DM Sans,sans-serif;overflow-x:hidden}.landing{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.gradient-orb{filter:blur(60px);pointer-events:none;background:radial-gradient(at 40%,#643cb4cc 0%,#3c50aa99 25%,#2878a066 45%,#1e325033 65%,#0000 80%);width:700px;height:500px;animation:12s ease-in-out infinite alternate drift;position:absolute;top:50%;left:50%;transform:translate(-50%,-55%)}@keyframes drift{0%{transform:translate(-50%,-55%)scale(1)rotate(0)}to{transform:translate(-48%,-52%)scale(1.05)rotate(5deg)}}.grain-overlay{opacity:.12;pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.4'/%3E%3C/svg%3E");background-size:128px 128px;position:fixed;inset:0}.hero{z-index:2;text-align:center;flex-direction:column;align-items:center;max-width:800px;padding:2rem;display:flex;position:relative}.wordmark{letter-spacing:-.03em;background:linear-gradient(135deg,#fff 0%,#e0d8f0 50%,#fff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(3.5rem,10vw,7rem);font-weight:700;line-height:1}.tagline{color:#ffffffb3;letter-spacing:.02em;margin-bottom:2.5rem;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400}.blurb{color:#ffffff8c;max-width:520px;margin-bottom:2.5rem;font-size:clamp(.95rem,2vw,1.1rem);font-weight:400;line-height:1.6}.contact-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #fff3;border-radius:50px;padding:.85rem 2.5rem;font-family:inherit;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.contact-btn:hover{background:#ffffff26;border-color:#fff6;transform:translateY(-1px);box-shadow:0 4px 20px #643cb44d}.footer{z-index:2;color:#ffffff4d;font-size:.8rem;position:absolute;bottom:2rem}@media (width<=480px){.hero{padding:1.5rem}.gradient-orb{width:400px;height:300px}.contact-btn{padding:.75rem 2rem}}
